Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f5c9d48415354775d5437a1ae29fce4498980850 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 370697454611dc68c0596e0d0a50477a8de841a8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 370697454611dc68c0596e0d0a50477a8de841a8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1980 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # 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/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision f5c9d48415354775d5437a1ae29fce4498980850 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f f5c9d48415354775d5437a1ae29fce4498980850 # timeout=10 Commit message: "Merge pull request #153 from tonyespy/issue-152" > git rev-list --no-walk a219397901d2c5688805132d00f2acfc9627e1bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-06-05T13:13:50.163Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-06-05T13:13:50.275Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-06-05T13:13:50.311Z] ========================================================= [2020-06-05T13:13:50.311Z] EdgeX Global Pipelines Version Info [2020-06-05T13:13:50.311Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:13:52.266Z] ------------------- [2020-06-05T13:13:52.266Z] stable info: [2020-06-05T13:13:52.266Z] ------------------- [2020-06-05T13:13:52.266Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-06-05T13:13:52.266Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-05T13:13:52.266Z] Message: update stable to v1.0.89 [2020-06-05T13:13:52.838Z] ------------------- [2020-06-05T13:13:52.838Z] experimental info: [2020-06-05T13:13:52.838Z] ------------------- [2020-06-05T13:13:52.838Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-06-05T13:13:52.838Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-06-05T13:13:52.838Z] 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-05T13:13:54.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-05T13:13:54.567Z] [2020-06-05T13:13:54.567Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:13:54.878Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-05T13:13:54.878Z] latest: Pulling from edgex-devops/git-semver [2020-06-05T13:13:54.878Z] 9123ac7c32f7: Pulling fs layer [2020-06-05T13:13:54.878Z] b8cc5d1170e3: Pulling fs layer [2020-06-05T13:13:54.878Z] 2924cbbf6a41: Pulling fs layer [2020-06-05T13:13:54.878Z] 93b08a4f1073: Pulling fs layer [2020-06-05T13:13:54.878Z] 93b08a4f1073: Waiting [2020-06-05T13:13:54.878Z] b8cc5d1170e3: Download complete [2020-06-05T13:13:54.878Z] 9123ac7c32f7: Verifying Checksum [2020-06-05T13:13:54.878Z] 9123ac7c32f7: Download complete [2020-06-05T13:13:55.140Z] 93b08a4f1073: Verifying Checksum [2020-06-05T13:13:55.140Z] 93b08a4f1073: Download complete [2020-06-05T13:13:55.140Z] 2924cbbf6a41: Verifying Checksum [2020-06-05T13:13:55.140Z] 2924cbbf6a41: Download complete [2020-06-05T13:13:55.400Z] 9123ac7c32f7: Pull complete [2020-06-05T13:13:55.400Z] b8cc5d1170e3: Pull complete [2020-06-05T13:13:55.975Z] 2924cbbf6a41: Pull complete [2020-06-05T13:13:56.237Z] 93b08a4f1073: Pull complete [2020-06-05T13:13:56.237Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-06-05T13:13:56.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-05T13:13:56.237Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-06-05T13:13:56.338Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:13:56.381Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-05T13:13:58.467Z] $ docker top 0dda25242ac97eb73b2e573be5769694c392b1424d980398ce1a894ad9115137 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-05T13:13:58.626Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-05T13:13:58.626Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-05T13:13:58.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-05T13:13:58.821Z] $ docker exec 0dda25242ac97eb73b2e573be5769694c392b1424d980398ce1a894ad9115137 ssh-agent [2020-06-05T13:13:58.969Z] SSH_AUTH_SOCK=/tmp/ssh-BPVfNCZv2vXx/agent.13 [2020-06-05T13:13:58.969Z] SSH_AGENT_PID=18 [2020-06-05T13:13:58.981Z] Running ssh-add (command line suppressed) [2020-06-05T13:13:59.104Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1657689181730694946.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1657689181730694946.key) [2020-06-05T13:13:59.149Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-05T13:13:59.454Z] + git describe --exact-match --tags HEAD [2020-06-05T13:13:59.454Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-06-05T13:13:59.602Z] $ docker exec --env ******** --env ******** 0dda25242ac97eb73b2e573be5769694c392b1424d980398ce1a894ad9115137 ssh-agent -k [2020-06-05T13:13:59.710Z] unset SSH_AUTH_SOCK; [2020-06-05T13:13:59.710Z] unset SSH_AGENT_PID; [2020-06-05T13:13:59.710Z] echo Agent pid 18 killed; [2020-06-05T13:13:59.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-06-05T13:13:59.796Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-06-05T13:13:59.796Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-06-05T13:13:59.866Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-05T13:13:59.866Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-05T13:14:00.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-05T13:14:00.018Z] $ docker exec 0dda25242ac97eb73b2e573be5769694c392b1424d980398ce1a894ad9115137 ssh-agent [2020-06-05T13:14:00.158Z] SSH_AUTH_SOCK=/tmp/ssh-zJ2rifQxmMgh/agent.46 [2020-06-05T13:14:00.158Z] SSH_AGENT_PID=51 [2020-06-05T13:14:00.164Z] Running ssh-add (command line suppressed) [2020-06-05T13:14:00.280Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8535114051344040681.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8535114051344040681.key) [2020-06-05T13:14:00.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-05T13:14:00.629Z] + git semver init [2020-06-05T13:14:00.629Z] # -> Open(): unable to determine branch for HEAD [2020-06-05T13:14:00.629Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-06-05T13:14:00.629Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-06-05T13:14:00.629Z] # $SEMVER_REMOTE_NAME = origin [2020-06-05T13:14:00.629Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-05T13:14:00.629Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-05T13:14:00.629Z] # $SEMVER_BRANCH = master [2020-06-05T13:14:00.629Z] # $SEMVER_TEMP = /tmp/semver-783458771 [2020-06-05T13:14:00.629Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-06-05T13:14:01.201Z] # '/tmp/semver-783458771' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-06-05T13:14:01.201Z] # -> Force: false [2020-06-05T13:14:01.201Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-06-05T13:14:01.212Z] $ docker exec --env ******** --env ******** 0dda25242ac97eb73b2e573be5769694c392b1424d980398ce1a894ad9115137 ssh-agent -k [2020-06-05T13:14:01.318Z] unset SSH_AUTH_SOCK; [2020-06-05T13:14:01.318Z] unset SSH_AGENT_PID; [2020-06-05T13:14:01.318Z] echo Agent pid 51 killed; [2020-06-05T13:14:01.357Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-05T13:14:01.714Z] + git semver [Pipeline] } [2020-06-05T13:14:01.730Z] $ docker stop --time=1 0dda25242ac97eb73b2e573be5769694c392b1424d980398ce1a894ad9115137 [2020-06-05T13:14:03.061Z] $ docker rm -f 0dda25242ac97eb73b2e573be5769694c392b1424d980398ce1a894ad9115137 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-06-05T13:14:03.548Z] Stashed 25 file(s) [Pipeline] echo [2020-06-05T13:14:03.550Z] [edgeXSemver] initialized semver on version 1.2.1-dev.2 [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-05T13:14:18.707Z] Still waiting to schedule task [2020-06-05T13:14:18.707Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1980’ [2020-06-05T13:14:18.709Z] Still waiting to schedule task [2020-06-05T13:14:18.709Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-06-05T13:16:02.111Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1981 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-06-05T13:16:02.138Z] Running in /w/workspace/device-modbus-go/11 [Pipeline] { [Pipeline] checkout [2020-06-05T13:16:07.288Z] using credential edgex-jenkins-ssh [2020-06-05T13:16:07.317Z] Cloning the remote Git repository [2020-06-05T13:16:07.317Z] Cloning with configured refspecs honoured and without tags [2020-06-05T13:16:08.329Z] Fetching without tags [2020-06-05T13:16:07.377Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-05T13:16:07.485Z] > git init /w/workspace/device-modbus-go/11 # timeout=10 [2020-06-05T13:16:07.549Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-05T13:16:07.552Z] > git --version # timeout=10 [2020-06-05T13:16:07.573Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-05T13:16:07.652Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-05T13:16:08.265Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-05T13:16:08.284Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-05T13:16:08.315Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-05T13:16:08.345Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-05T13:16:08.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-05T13:16:08.357Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-05T13:16:08.825Z] Checking out Revision f5c9d48415354775d5437a1ae29fce4498980850 (master) [2020-06-05T13:16:08.849Z] > git config core.sparsecheckout # timeout=10 [2020-06-05T13:16:08.876Z] > git checkout -f f5c9d48415354775d5437a1ae29fce4498980850 # timeout=10 [2020-06-05T13:16:13.420Z] Commit message: "Merge pull request #153 from tonyespy/issue-152" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-05T13:16:14.333Z] ========================================================= [2020-06-05T13:16:14.333Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-06-05T13:16:14.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:16:15.303Z] + 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-05T13:16:16.291Z] Sending build context to Docker daemon 587.3kB [2020-06-05T13:16:16.291Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-05T13:16:16.291Z] Step 2/8 : FROM ${BASE} [2020-06-05T13:16:16.565Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-06-05T13:16:16.565Z] cde5963f3b93: Pulling fs layer [2020-06-05T13:16:16.565Z] 2a23fa8c16f7: Pulling fs layer [2020-06-05T13:16:16.565Z] 777b28850792: Pulling fs layer [2020-06-05T13:16:16.565Z] 8a11ddd9e578: Pulling fs layer [2020-06-05T13:16:16.565Z] 4cf88f913ddb: Pulling fs layer [2020-06-05T13:16:16.565Z] 1df406cf5192: Pulling fs layer [2020-06-05T13:16:16.565Z] cd6300453558: Pulling fs layer [2020-06-05T13:16:16.565Z] b9c365052c96: Pulling fs layer [2020-06-05T13:16:16.565Z] a2d8cc88f415: Pulling fs layer [2020-06-05T13:16:16.565Z] ea1d1ca13537: Pulling fs layer [2020-06-05T13:16:16.565Z] 3750a50a1c5e: Pulling fs layer [2020-06-05T13:16:16.565Z] 8a11ddd9e578: Waiting [2020-06-05T13:16:16.565Z] 4cf88f913ddb: Waiting [2020-06-05T13:16:16.565Z] 1df406cf5192: Waiting [2020-06-05T13:16:16.565Z] cd6300453558: Waiting [2020-06-05T13:16:16.565Z] b9c365052c96: Waiting [2020-06-05T13:16:16.565Z] a2d8cc88f415: Waiting [2020-06-05T13:16:16.565Z] ea1d1ca13537: Waiting [2020-06-05T13:16:16.565Z] 3750a50a1c5e: Waiting [2020-06-05T13:16:16.565Z] 777b28850792: Verifying Checksum [2020-06-05T13:16:16.565Z] 777b28850792: Download complete [2020-06-05T13:16:16.565Z] 4cf88f913ddb: Verifying Checksum [2020-06-05T13:16:16.565Z] 4cf88f913ddb: Download complete [2020-06-05T13:16:16.565Z] 1df406cf5192: Verifying Checksum [2020-06-05T13:16:16.565Z] 1df406cf5192: Download complete [2020-06-05T13:16:16.846Z] cde5963f3b93: Verifying Checksum [2020-06-05T13:16:16.846Z] cde5963f3b93: Download complete [2020-06-05T13:16:17.445Z] cde5963f3b93: Pull complete [2020-06-05T13:16:18.054Z] 2a23fa8c16f7: Pull complete [2020-06-05T13:16:18.722Z] 777b28850792: Pull complete [2020-06-05T13:16:18.722Z] cd6300453558: Verifying Checksum [2020-06-05T13:16:18.722Z] cd6300453558: Download complete [2020-06-05T13:16:18.722Z] a2d8cc88f415: Verifying Checksum [2020-06-05T13:16:18.722Z] a2d8cc88f415: Download complete [2020-06-05T13:16:20.178Z] ea1d1ca13537: Verifying Checksum [2020-06-05T13:16:20.178Z] ea1d1ca13537: Download complete [2020-06-05T13:16:20.178Z] 3750a50a1c5e: Download complete [2020-06-05T13:16:21.624Z] b9c365052c96: Verifying Checksum [2020-06-05T13:16:21.624Z] b9c365052c96: Download complete [2020-06-05T13:16:22.606Z] 8a11ddd9e578: Download complete [2020-06-05T13:16:33.072Z] Running on prd-centos7-docker-4c-2g-1982 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-06-05T13:16:33.099Z] Running in /w/workspace/device-modbus-go/11 [Pipeline] { [Pipeline] checkout [2020-06-05T13:16:35.001Z] 8a11ddd9e578: Pull complete [2020-06-05T13:16:35.001Z] 4cf88f913ddb: Pull complete [2020-06-05T13:16:35.001Z] 1df406cf5192: Pull complete [2020-06-05T13:16:35.520Z] using credential edgex-jenkins-ssh [2020-06-05T13:16:35.545Z] Cloning the remote Git repository [2020-06-05T13:16:35.545Z] Cloning with configured refspecs honoured and without tags [2020-06-05T13:16:35.574Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-06-05T13:16:35.647Z] > git init /w/workspace/device-modbus-go/11 # timeout=10 [2020-06-05T13:16:35.706Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-05T13:16:35.706Z] > git --version # timeout=10 [2020-06-05T13:16:35.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-05T13:16:35.740Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-05T13:16:36.592Z] Fetching without tags [2020-06-05T13:16:36.980Z] Checking out Revision f5c9d48415354775d5437a1ae29fce4498980850 (master) [2020-06-05T13:16:36.558Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-05T13:16:36.567Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-05T13:16:36.581Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-06-05T13:16:36.597Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-06-05T13:16:36.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-06-05T13:16:36.603Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-06-05T13:16:36.989Z] > git config core.sparsecheckout # timeout=10 [2020-06-05T13:16:36.995Z] > git checkout -f f5c9d48415354775d5437a1ae29fce4498980850 # timeout=10 [2020-06-05T13:16:38.384Z] cd6300453558: Pull complete [2020-06-05T13:16:40.725Z] Commit message: "Merge pull request #153 from tonyespy/issue-152" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-06-05T13:16:41.336Z] ========================================================= [2020-06-05T13:16:41.336Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-06-05T13:16:41.336Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:16:42.034Z] + 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-05T13:16:42.612Z] Sending build context to Docker daemon 587.3kB [2020-06-05T13:16:42.612Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-06-05T13:16:42.612Z] Step 2/8 : FROM ${BASE} [2020-06-05T13:16:42.612Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-06-05T13:16:42.612Z] e6b0cf9c0882: Pulling fs layer [2020-06-05T13:16:42.612Z] 2848faf0eed1: Pulling fs layer [2020-06-05T13:16:42.612Z] 0f37312ad70f: Pulling fs layer [2020-06-05T13:16:42.612Z] 5788d62ee057: Pulling fs layer [2020-06-05T13:16:42.612Z] 0e6b1d234666: Pulling fs layer [2020-06-05T13:16:42.612Z] bf5d7aec512f: Pulling fs layer [2020-06-05T13:16:42.612Z] 34c802a77dc8: Pulling fs layer [2020-06-05T13:16:42.612Z] 9eb99e56ec68: Pulling fs layer [2020-06-05T13:16:42.612Z] 27c7a5d97fbd: Pulling fs layer [2020-06-05T13:16:42.612Z] 5c102a31e300: Pulling fs layer [2020-06-05T13:16:42.612Z] dcfb455df0a1: Pulling fs layer [2020-06-05T13:16:42.612Z] 34c802a77dc8: Waiting [2020-06-05T13:16:42.612Z] 9eb99e56ec68: Waiting [2020-06-05T13:16:42.612Z] 27c7a5d97fbd: Waiting [2020-06-05T13:16:42.612Z] 5c102a31e300: Waiting [2020-06-05T13:16:42.612Z] dcfb455df0a1: Waiting [2020-06-05T13:16:42.612Z] 5788d62ee057: Waiting [2020-06-05T13:16:42.612Z] 0e6b1d234666: Waiting [2020-06-05T13:16:42.612Z] bf5d7aec512f: Waiting [2020-06-05T13:16:42.612Z] 0f37312ad70f: Download complete [2020-06-05T13:16:42.612Z] 2848faf0eed1: Verifying Checksum [2020-06-05T13:16:42.612Z] 2848faf0eed1: Download complete [2020-06-05T13:16:42.612Z] 0e6b1d234666: Download complete [2020-06-05T13:16:42.612Z] bf5d7aec512f: Verifying Checksum [2020-06-05T13:16:42.612Z] bf5d7aec512f: Download complete [2020-06-05T13:16:42.612Z] e6b0cf9c0882: Verifying Checksum [2020-06-05T13:16:42.612Z] e6b0cf9c0882: Download complete [2020-06-05T13:16:42.876Z] e6b0cf9c0882: Pull complete [2020-06-05T13:16:43.149Z] 2848faf0eed1: Pull complete [2020-06-05T13:16:43.423Z] 34c802a77dc8: Verifying Checksum [2020-06-05T13:16:43.424Z] 34c802a77dc8: Download complete [2020-06-05T13:16:43.424Z] 27c7a5d97fbd: Verifying Checksum [2020-06-05T13:16:43.424Z] 27c7a5d97fbd: Download complete [2020-06-05T13:16:43.798Z] b9c365052c96: Pull complete [2020-06-05T13:16:43.798Z] a2d8cc88f415: Pull complete [2020-06-05T13:16:44.006Z] 5c102a31e300: Verifying Checksum [2020-06-05T13:16:44.006Z] 5c102a31e300: Download complete [2020-06-05T13:16:44.006Z] dcfb455df0a1: Verifying Checksum [2020-06-05T13:16:44.006Z] dcfb455df0a1: Download complete [2020-06-05T13:16:44.006Z] 9eb99e56ec68: Verifying Checksum [2020-06-05T13:16:44.006Z] 9eb99e56ec68: Download complete [2020-06-05T13:16:44.006Z] 5788d62ee057: Verifying Checksum [2020-06-05T13:16:44.006Z] 5788d62ee057: Download complete [2020-06-05T13:16:44.949Z] 0f37312ad70f: Pull complete [2020-06-05T13:16:45.249Z] ea1d1ca13537: Pull complete [2020-06-05T13:16:45.850Z] 3750a50a1c5e: Pull complete [2020-06-05T13:16:45.850Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-06-05T13:16:45.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-06-05T13:16:45.850Z] ---> 78745c68409d [2020-06-05T13:16:45.850Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-05T13:16:50.260Z] 5788d62ee057: Pull complete [2020-06-05T13:16:50.260Z] 0e6b1d234666: Pull complete [2020-06-05T13:16:50.520Z] bf5d7aec512f: Pull complete [2020-06-05T13:16:51.257Z] ---> Running in d47d214d25ac [2020-06-05T13:16:51.257Z] Removing intermediate container d47d214d25ac [2020-06-05T13:16:51.257Z] ---> 9f7843f2d5ce [2020-06-05T13:16:51.257Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-05T13:16:51.257Z] ---> Running in 517f59a7ce72 [2020-06-05T13:16:53.868Z] Removing intermediate container 517f59a7ce72 [2020-06-05T13:16:53.868Z] ---> 0d0de173d199 [2020-06-05T13:16:53.868Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-05T13:16:53.868Z] ---> Running in 17d9249ef823 [2020-06-05T13:16:54.732Z] 34c802a77dc8: Pull complete [2020-06-05T13:16:55.304Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-05T13:16:56.279Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-05T13:16:56.553Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:16:56.825Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:16:57.098Z] (3/18) Installing libmagic (5.37-r1) [2020-06-05T13:16:57.690Z] (4/18) Installing file (5.37-r1) [2020-06-05T13:16:57.690Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:16:57.690Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:16:57.961Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:16:58.061Z] 9eb99e56ec68: Pull complete [2020-06-05T13:16:58.061Z] 27c7a5d97fbd: Pull complete [2020-06-05T13:16:58.638Z] 5c102a31e300: Pull complete [2020-06-05T13:16:58.899Z] dcfb455df0a1: Pull complete [2020-06-05T13:16:58.899Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-06-05T13:16:58.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-06-05T13:16:58.899Z] ---> 7c70fe431013 [2020-06-05T13:16:58.899Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-06-05T13:16:59.475Z] ---> Running in 24fe32cc1d76 [2020-06-05T13:16:59.736Z] Removing intermediate container 24fe32cc1d76 [2020-06-05T13:16:59.736Z] ---> ec8211835565 [2020-06-05T13:16:59.736Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-05T13:16:59.736Z] ---> Running in e0549e78403c [2020-06-05T13:17:01.125Z] Removing intermediate container e0549e78403c [2020-06-05T13:17:01.125Z] ---> c65e2c1064c6 [2020-06-05T13:17:01.125Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-06-05T13:17:01.125Z] ---> Running in 71912fde2941 [2020-06-05T13:17:02.072Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-05T13:17:03.467Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-05T13:17:03.728Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:17:03.990Z] (2/17) Installing libmagic (5.37-r1) [2020-06-05T13:17:03.990Z] (3/17) Installing file (5.37-r1) [2020-06-05T13:17:04.251Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:17:04.251Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:17:04.251Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-06-05T13:17:08.082Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-06-05T13:17:08.082Z] (9/18) Installing g++ (9.2.0-r4) [2020-06-05T13:17:20.452Z] (10/18) Installing fortify-headers (1.1-r0) [2020-06-05T13:17:20.452Z] (11/18) Installing build-base (0.5-r1) [2020-06-05T13:17:20.452Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-06-05T13:17:20.452Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-06-05T13:17:20.452Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-06-05T13:17:20.723Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-05T13:17:20.723Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-06-05T13:17:20.995Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-06-05T13:17:21.266Z] (18/18) Installing openssh (8.1_p1-r0) [2020-06-05T13:17:21.266Z] Executing busybox-1.31.1-r8.trigger [2020-06-05T13:17:21.539Z] OK: 203 MiB in 52 packages [2020-06-05T13:17:28.263Z] Removing intermediate container 17d9249ef823 [2020-06-05T13:17:28.263Z] ---> 11be34fe5991 [2020-06-05T13:17:28.263Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-05T13:17:28.263Z] ---> Running in 5c02f2864ff7 [2020-06-05T13:17:28.263Z] Removing intermediate container 5c02f2864ff7 [2020-06-05T13:17:28.263Z] ---> 744d577f563e [2020-06-05T13:17:28.263Z] Step 7/8 : COPY . . [2020-06-05T13:17:28.858Z] ---> ba795d8b2e4f [2020-06-05T13:17:28.858Z] Step 8/8 : RUN go mod download [2020-06-05T13:17:29.130Z] ---> Running in 57a25522d5a3 [2020-06-05T13:17:30.854Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-06-05T13:17:30.854Z] (8/17) Installing g++ (9.2.0-r4) [2020-06-05T13:17:31.748Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-05T13:17:31.748Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-05T13:17:31.748Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-05T13:17:31.748Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-05T13:17:31.748Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-05T13:17:31.748Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-05T13:17:31.748Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-05T13:17:31.748Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-05T13:17:31.748Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-05T13:17:31.748Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-05T13:17:31.748Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-05T13:17:31.748Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-05T13:17:31.748Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-05T13:17:31.748Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-05T13:17:31.748Z] go: finding github.com/fatih/color v1.7.0 [2020-06-05T13:17:31.748Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-05T13:17:31.748Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-05T13:17:31.748Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-05T13:17:31.748Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-05T13:17:31.748Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-05T13:17:31.748Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-05T13:17:31.748Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-05T13:17:31.748Z] go: finding github.com/google/uuid v1.1.1 [2020-06-05T13:17:31.748Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-05T13:17:31.748Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-05T13:17:31.748Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-05T13:17:32.016Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-05T13:17:32.285Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-05T13:17:32.285Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-05T13:17:32.285Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-05T13:17:32.285Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-05T13:17:32.285Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-05T13:17:32.285Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-05T13:17:32.285Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-05T13:17:32.285Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-05T13:17:32.285Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-05T13:17:32.555Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-05T13:17:32.555Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-05T13:17:32.556Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-05T13:17:32.556Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-05T13:17:32.556Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-05T13:17:32.556Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-05T13:17:32.556Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-05T13:17:32.825Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-05T13:17:32.825Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-05T13:17:32.825Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-05T13:17:32.825Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-05T13:17:32.825Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-05T13:17:32.825Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-05T13:17:32.825Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-05T13:17:32.825Z] go: finding github.com/posener/complete v1.1.1 [2020-06-05T13:17:32.825Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-05T13:17:33.096Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-05T13:17:33.096Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-05T13:17:33.096Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-05T13:17:33.096Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-05T13:17:33.096Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-05T13:17:33.096Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-05T13:17:33.096Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-05T13:17:33.096Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-05T13:17:33.096Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-05T13:17:33.096Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-05T13:17:33.369Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-05T13:17:40.858Z] (9/17) Installing fortify-headers (1.1-r0) [2020-06-05T13:17:41.118Z] (10/17) Installing build-base (0.5-r1) [2020-06-05T13:17:41.118Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-06-05T13:17:41.379Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-06-05T13:17:41.951Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-06-05T13:17:42.893Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-06-05T13:17:42.893Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-06-05T13:17:43.153Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-06-05T13:17:43.414Z] (17/17) Installing openssh (8.1_p1-r0) [2020-06-05T13:17:43.531Z] Removing intermediate container 57a25522d5a3 [2020-06-05T13:17:43.531Z] ---> 0df46403dfea [2020-06-05T13:17:43.531Z] Successfully built 0df46403dfea [2020-06-05T13:17:43.531Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-06-05T13:17:43.675Z] Executing busybox-1.31.1-r8.trigger [2020-06-05T13:17:43.675Z] OK: 214 MiB in 52 packages [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:17:44.049Z] + docker inspect -f . ci-base-image-arm64 [2020-06-05T13:17:44.049Z] . [Pipeline] withDockerContainer [2020-06-05T13:17:44.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-1981 does not seem to be running inside a container [2020-06-05T13:17:44.408Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/11 -v /w/workspace/device-modbus-go/11:/w/workspace/device-modbus-go/11:rw,z -v /w/workspace/device-modbus-go/11@tmp:/w/workspace/device-modbus-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-06-05T13:17:46.241Z] $ docker top 5c51eae76b65971a51882462f3a8ed7ac886f152481e91c8493867e198fb44d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-05T13:17:46.988Z] Removing intermediate container 71912fde2941 [2020-06-05T13:17:46.988Z] ---> 65d58e2ae862 [2020-06-05T13:17:46.988Z] Step 6/8 : WORKDIR /device-modbus-go [2020-06-05T13:17:46.988Z] ---> Running in f8550ebb02e6 [2020-06-05T13:17:47.250Z] Removing intermediate container f8550ebb02e6 [2020-06-05T13:17:47.250Z] ---> 4f61bfaaf70b [2020-06-05T13:17:47.250Z] Step 7/8 : COPY . . [2020-06-05T13:17:47.562Z] + go version [2020-06-05T13:17:47.562Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-06-05T13:17:48.193Z] ---> 9c3e238f210d [2020-06-05T13:17:48.193Z] Step 8/8 : RUN go mod download [2020-06-05T13:17:48.193Z] ---> Running in 7d62ba781e14 [2020-06-05T13:17:48.619Z] + make test [2020-06-05T13:17:48.619Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-05T13:17:49.609Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-05T13:17:49.681Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-05T13:17:49.943Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-05T13:17:49.943Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-06-05T13:17:49.943Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-05T13:17:49.943Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-06-05T13:17:49.943Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-06-05T13:17:49.943Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-05T13:17:49.943Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-06-05T13:17:49.943Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-05T13:17:49.943Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-05T13:17:49.943Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-05T13:17:49.943Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-05T13:17:49.943Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-05T13:17:49.943Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-05T13:17:49.943Z] go: finding github.com/fatih/color v1.7.0 [2020-06-05T13:17:49.943Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-05T13:17:50.204Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-05T13:17:50.204Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-05T13:17:50.204Z] go: finding github.com/go-stack/stack v1.8.0 [2020-06-05T13:17:50.204Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-05T13:17:50.204Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-05T13:17:50.204Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-06-05T13:17:50.204Z] go: finding github.com/google/uuid v1.1.1 [2020-06-05T13:17:50.204Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-05T13:17:50.204Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-05T13:17:50.204Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-06-05T13:17:50.204Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-06-05T13:17:50.204Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-05T13:17:50.204Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-05T13:17:50.204Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-06-05T13:17:50.465Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-05T13:17:50.465Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-06-05T13:17:50.465Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-06-05T13:17:50.465Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-06-05T13:17:50.465Z] go: finding github.com/miekg/dns v1.1.4 [2020-06-05T13:17:50.465Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-05T13:17:50.726Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-05T13:17:50.726Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-06-05T13:17:50.726Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-05T13:17:50.726Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-05T13:17:50.726Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-06-05T13:17:50.726Z] go: finding github.com/posener/complete v1.1.1 [2020-06-05T13:17:50.726Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-06-05T13:17:50.726Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-06-05T13:17:50.987Z] go: finding github.com/stretchr/objx v0.1.0 [2020-06-05T13:17:50.987Z] go: finding github.com/stretchr/testify v1.5.1 [2020-06-05T13:17:50.987Z] go: finding github.com/ugorji/go v1.1.4 [2020-06-05T13:17:50.987Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-05T13:17:51.250Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-06-05T13:17:51.250Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-06-05T13:17:51.250Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-06-05T13:17:51.250Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-06-05T13:17:51.250Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-06-05T13:17:51.250Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-05T13:17:59.419Z] Removing intermediate container 7d62ba781e14 [2020-06-05T13:17:59.419Z] ---> 50903c93bdc3 [2020-06-05T13:17:59.419Z] Successfully built 50903c93bdc3 [2020-06-05T13:17:59.419Z] 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-05T13:17:59.970Z] + docker inspect -f . ci-base-image-x86_64 [2020-06-05T13:17:59.970Z] . [Pipeline] withDockerContainer [2020-06-05T13:18:00.067Z] prd-centos7-docker-4c-2g-1982 does not seem to be running inside a container [2020-06-05T13:18:00.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/11 -v /w/workspace/device-modbus-go/11:/w/workspace/device-modbus-go/11:rw,z -v /w/workspace/device-modbus-go/11@tmp:/w/workspace/device-modbus-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-06-05T13:18:01.307Z] $ docker top c0a9a012b96c3d7d22dcf5228c2495c0cf298945ac5f96f654e4a00db1760aac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-05T13:18:01.745Z] + go version [2020-06-05T13:18:01.745Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-06-05T13:18:02.040Z] + make test [2020-06-05T13:18:02.041Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-06-05T13:18:02.993Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-06-05T13:18:13.122Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-05T13:18:13.122Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.133s coverage: 50.3% of statements [2020-06-05T13:18:13.122Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-05T13:18:14.083Z] gofmt -l . [2020-06-05T13:18:14.083Z] [ "`gofmt -l .`" = "" ] [2020-06-05T13:18:14.083Z] ./bin/test-attribution-txt.sh [2020-06-05T13:18:14.657Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-05T13:18:14.876Z] Stashed 1 file(s) [Pipeline] } [2020-06-05T13:18:14.881Z] $ docker stop --time=1 c0a9a012b96c3d7d22dcf5228c2495c0cf298945ac5f96f654e4a00db1760aac [2020-06-05T13:18:16.464Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-06-05T13:18:16.464Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.227s coverage: 50.3% of statements [2020-06-05T13:18:16.743Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-06-05T13:18:17.013Z] $ docker rm -f c0a9a012b96c3d7d22dcf5228c2495c0cf298945ac5f96f654e4a00db1760aac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-05T13:18:18.856Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-05T13:18:19.150Z] + ls -al . [2020-06-05T13:18:19.150Z] total 104 [2020-06-05T13:18:19.150Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jun 5 13:18 . [2020-06-05T13:18:19.150Z] drwxrwxr-x. 4 jenkins jenkins 30 Jun 5 13:16 .. [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 5049 Jun 5 13:16 Attribution.txt [2020-06-05T13:18:19.150Z] drwxrwxr-x. 2 jenkins jenkins 87 Jun 5 13:16 bin [2020-06-05T13:18:19.150Z] drwxrwxr-x. 3 jenkins jenkins 32 Jun 5 13:16 cmd [2020-06-05T13:18:19.150Z] -rw-r--r--. 1 jenkins jenkins 22123 Jun 5 13:18 coverage.out [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 1422 Jun 5 13:16 Dockerfile [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 954 Jun 5 13:16 Dockerfile.build [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 140 Jun 5 13:16 .dockerignore [2020-06-05T13:18:19.150Z] drwxrwxr-x. 8 jenkins jenkins 162 Jun 5 13:16 .git [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 330 Jun 5 13:16 .gitignore [2020-06-05T13:18:19.150Z] -rw-r--r--. 1 jenkins jenkins 559 Jun 5 13:18 go.mod [2020-06-05T13:18:19.150Z] -rw-r--r--. 1 jenkins jenkins 13471 Jun 5 13:18 go.sum [2020-06-05T13:18:19.150Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 5 13:16 internal [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 702 Jun 5 13:16 Jenkinsfile [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jun 5 13:16 LICENSE [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 880 Jun 5 13:16 Makefile [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 591 Jun 5 13:16 README.md [2020-06-05T13:18:19.150Z] drwxrwxr-x. 3 jenkins jenkins 44 Jun 5 13:16 .semver [2020-06-05T13:18:19.150Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 5 13:16 simulator [2020-06-05T13:18:19.150Z] drwxrwxr-x. 4 jenkins jenkins 54 Jun 5 13:16 snap [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 11 Jun 5 13:14 VERSION [2020-06-05T13:18:19.150Z] -rw-rw-r--. 1 jenkins jenkins 229 Jun 5 13:16 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:19.448Z] + 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=f5c9d48415354775d5437a1ae29fce4498980850 --label arch=amd64 --label version=1.2.1-dev.2 . [2020-06-05T13:18:19.448Z] Sending build context to Docker daemon 615.9kB [2020-06-05T13:18:19.448Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-05T13:18:19.448Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-05T13:18:19.448Z] ---> 50903c93bdc3 [2020-06-05T13:18:19.448Z] Step 3/19 : ARG MAKE='make build' [2020-06-05T13:18:19.708Z] ---> Running in e44e39e28dd6 [2020-06-05T13:18:19.708Z] Removing intermediate container e44e39e28dd6 [2020-06-05T13:18:19.708Z] ---> 05cc86e790d3 [2020-06-05T13:18:19.708Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-05T13:18:19.970Z] ---> Running in ae8d1ba30d5a [2020-06-05T13:18:20.544Z] Removing intermediate container ae8d1ba30d5a [2020-06-05T13:18:20.544Z] ---> d8cafd813280 [2020-06-05T13:18:20.544Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-05T13:18:20.544Z] ---> Running in d1e4ccf576de [2020-06-05T13:18:21.130Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-06-05T13:18:22.070Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-06-05T13:18:22.639Z] OK: 214 MiB in 52 packages [2020-06-05T13:18:23.211Z] Removing intermediate container d1e4ccf576de [2020-06-05T13:18:23.211Z] ---> ba3a4fe0357f [2020-06-05T13:18:23.211Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-05T13:18:23.211Z] ---> Running in 18bfe9a637ea [2020-06-05T13:18:23.211Z] Removing intermediate container 18bfe9a637ea [2020-06-05T13:18:23.211Z] ---> 5ab12836463c [2020-06-05T13:18:23.211Z] Step 7/19 : COPY . . [2020-06-05T13:18:23.478Z] gofmt -l . [2020-06-05T13:18:23.478Z] [ "`gofmt -l .`" = "" ] [2020-06-05T13:18:23.478Z] ./bin/test-attribution-txt.sh [2020-06-05T13:18:23.478Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-06-05T13:18:23.767Z] Warning: overwriting stash ‘coverage-report’ [2020-06-05T13:18:24.153Z] ---> b91af0386773 [2020-06-05T13:18:24.153Z] Step 8/19 : RUN ${MAKE} [2020-06-05T13:18:24.153Z] ---> Running in 4055e573d045 [2020-06-05T13:18:24.165Z] Stashed 1 file(s) [Pipeline] } [2020-06-05T13:18:24.172Z] $ docker stop --time=1 5c51eae76b65971a51882462f3a8ed7ac886f152481e91c8493867e198fb44d4 [2020-06-05T13:18:24.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1-dev.2" -o cmd/device-modbus ./cmd [2020-06-05T13:18:26.292Z] $ docker rm -f 5c51eae76b65971a51882462f3a8ed7ac886f152481e91c8493867e198fb44d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-05T13:18:27.274Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-06-05T13:18:27.600Z] + ls -al . [2020-06-05T13:18:27.600Z] total 136 [2020-06-05T13:18:27.600Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 5 13:18 . [2020-06-05T13:18:27.600Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 5 13:16 .. [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 5 13:16 .dockerignore [2020-06-05T13:18:27.600Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 5 13:16 .git [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 330 Jun 5 13:16 .gitignore [2020-06-05T13:18:27.600Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 5 13:16 .semver [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 5049 Jun 5 13:16 Attribution.txt [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 1422 Jun 5 13:16 Dockerfile [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 954 Jun 5 13:16 Dockerfile.build [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 702 Jun 5 13:16 Jenkinsfile [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jun 5 13:16 LICENSE [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 880 Jun 5 13:16 Makefile [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 591 Jun 5 13:16 README.md [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 5 13:14 VERSION [2020-06-05T13:18:27.600Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 5 13:16 bin [2020-06-05T13:18:27.600Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 5 13:16 cmd [2020-06-05T13:18:27.600Z] -rw-r--r-- 1 jenkins jenkins 22123 Jun 5 13:18 coverage.out [2020-06-05T13:18:27.600Z] -rw-r--r-- 1 jenkins jenkins 559 Jun 5 13:18 go.mod [2020-06-05T13:18:27.600Z] -rw-r--r-- 1 jenkins jenkins 13471 Jun 5 13:18 go.sum [2020-06-05T13:18:27.600Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 5 13:16 internal [2020-06-05T13:18:27.600Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 5 13:16 simulator [2020-06-05T13:18:27.600Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 5 13:16 snap [2020-06-05T13:18:27.600Z] -rw-rw-r-- 1 jenkins jenkins 229 Jun 5 13:16 version.go [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:27.938Z] + 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=f5c9d48415354775d5437a1ae29fce4498980850 --label arch=arm64 --label version=1.2.1-dev.2 . [2020-06-05T13:18:28.211Z] Sending build context to Docker daemon 615.9kB [2020-06-05T13:18:28.486Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-06-05T13:18:28.486Z] Step 2/19 : FROM ${BASE} AS builder [2020-06-05T13:18:28.486Z] ---> 0df46403dfea [2020-06-05T13:18:28.486Z] Step 3/19 : ARG MAKE='make build' [2020-06-05T13:18:28.486Z] ---> Running in e8833ddbc414 [2020-06-05T13:18:29.084Z] Removing intermediate container e8833ddbc414 [2020-06-05T13:18:29.084Z] ---> 32d37bbec59b [2020-06-05T13:18:29.084Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-06-05T13:18:29.084Z] ---> Running in 4a3484a46b0b [2020-06-05T13:18:31.728Z] Removing intermediate container 4a3484a46b0b [2020-06-05T13:18:31.728Z] ---> ea78fd994586 [2020-06-05T13:18:31.728Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-06-05T13:18:31.728Z] ---> Running in 444be7e0aa70 [2020-06-05T13:18:32.660Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-05T13:18:33.175Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-06-05T13:18:34.144Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-06-05T13:18:35.201Z] OK: 203 MiB in 52 packages [2020-06-05T13:18:35.967Z] Removing intermediate container 4055e573d045 [2020-06-05T13:18:35.967Z] ---> 81f17d89cfe4 [2020-06-05T13:18:35.967Z] Step 9/19 : FROM scratch [2020-06-05T13:18:35.967Z] ---> [2020-06-05T13:18:35.967Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-05T13:18:35.967Z] ---> Running in bb058eb4d2d4 [2020-06-05T13:18:35.967Z] Removing intermediate container bb058eb4d2d4 [2020-06-05T13:18:35.968Z] ---> a073c62d8c48 [2020-06-05T13:18:35.968Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-05T13:18:35.968Z] ---> Running in 0277e3541294 [2020-06-05T13:18:35.968Z] Removing intermediate container 0277e3541294 [2020-06-05T13:18:35.968Z] ---> 4feeb71c2228 [2020-06-05T13:18:35.968Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-05T13:18:36.228Z] Removing intermediate container 444be7e0aa70 [2020-06-05T13:18:36.228Z] ---> dab09e46ce1c [2020-06-05T13:18:36.228Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-06-05T13:18:36.228Z] ---> Running in bd5fd10d01cb [2020-06-05T13:18:36.539Z] ---> 5c128b103f86 [2020-06-05T13:18:36.540Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-05T13:18:36.800Z] ---> 6c0e81de2037 [2020-06-05T13:18:36.800Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-05T13:18:36.853Z] Removing intermediate container bd5fd10d01cb [2020-06-05T13:18:36.853Z] ---> f37e903744a8 [2020-06-05T13:18:36.853Z] Step 7/19 : COPY . . [2020-06-05T13:18:37.061Z] ---> e422be459a34 [2020-06-05T13:18:37.061Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-05T13:18:37.061Z] ---> Running in 08e64ae86bfb [2020-06-05T13:18:37.061Z] Removing intermediate container 08e64ae86bfb [2020-06-05T13:18:37.061Z] ---> e45e5aa25279 [2020-06-05T13:18:37.061Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-05T13:18:37.322Z] ---> Running in e1e61f1bf26a [2020-06-05T13:18:37.322Z] Removing intermediate container e1e61f1bf26a [2020-06-05T13:18:37.322Z] ---> c95993c7063e [2020-06-05T13:18:37.322Z] Step 17/19 : LABEL arch=amd64 [2020-06-05T13:18:37.322Z] ---> Running in e163d7ffa0e1 [2020-06-05T13:18:37.582Z] Removing intermediate container e163d7ffa0e1 [2020-06-05T13:18:37.582Z] ---> 3d66a69edfaf [2020-06-05T13:18:37.582Z] Step 18/19 : LABEL git_sha=f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:18:37.582Z] ---> Running in f17fcfb28356 [2020-06-05T13:18:37.842Z] Removing intermediate container f17fcfb28356 [2020-06-05T13:18:37.842Z] ---> 84b0e53d7393 [2020-06-05T13:18:37.842Z] Step 19/19 : LABEL version=1.2.1-dev.2 [2020-06-05T13:18:37.842Z] ---> Running in 0265e0c53942 [2020-06-05T13:18:37.842Z] Removing intermediate container 0265e0c53942 [2020-06-05T13:18:37.842Z] ---> dfdcf8b2c5b9 [2020-06-05T13:18:37.842Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-05T13:18:37.842Z] Successfully built dfdcf8b2c5b9 [2020-06-05T13:18:37.891Z] ---> a95c6cc7fbf9 [2020-06-05T13:18:37.891Z] Step 8/19 : RUN ${MAKE} [2020-06-05T13:18:37.891Z] ---> Running in 4f48d03a05a6 [2020-06-05T13:18:38.103Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-05T13:18:38.345Z] provisioning config files... [2020-06-05T13:18:38.390Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/11@tmp/config2831490764002492319tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:18:38.733Z] nexus3.edgexfoundry.org:10001 [2020-06-05T13:18:38.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:18:38.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:18:38.997Z] Configure a credential helper to remove this warning. See [2020-06-05T13:18:38.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:18:38.997Z] [2020-06-05T13:18:38.997Z] Login Succeeded [2020-06-05T13:18:38.997Z] nexus3.edgexfoundry.org:10002 [2020-06-05T13:18:38.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:18:38.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:18:38.997Z] Configure a credential helper to remove this warning. See [2020-06-05T13:18:38.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:18:38.997Z] [2020-06-05T13:18:38.997Z] Login Succeeded [2020-06-05T13:18:38.997Z] nexus3.edgexfoundry.org:10003 [2020-06-05T13:18:39.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:18:39.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:18:39.258Z] Configure a credential helper to remove this warning. See [2020-06-05T13:18:39.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:18:39.258Z] [2020-06-05T13:18:39.258Z] Login Succeeded [2020-06-05T13:18:39.258Z] nexus3.edgexfoundry.org:10004 [2020-06-05T13:18:39.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:18:39.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1-dev.2" -o cmd/device-modbus ./cmd [2020-06-05T13:18:39.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:18:39.519Z] Configure a credential helper to remove this warning. See [2020-06-05T13:18:39.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:18:39.519Z] [2020-06-05T13:18:39.519Z] Login Succeeded [2020-06-05T13:18:39.519Z] docker.io [2020-06-05T13:18:39.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:18:39.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:18:39.780Z] Configure a credential helper to remove this warning. See [2020-06-05T13:18:39.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:18:39.780Z] [2020-06-05T13:18:39.780Z] Login Succeeded [Pipeline] } [2020-06-05T13:18:39.789Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-05T13:18:39.877Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-06-05T13:18:39.877Z] f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:18:39.877Z] latest [2020-06-05T13:18:39.877Z] 1.2.1-dev.2 [2020-06-05T13:18:39.877Z] f5c9d48415354775d5437a1ae29fce4498980850-1.2.1-dev.2 [2020-06-05T13:18:39.877Z] master [2020-06-05T13:18:39.877Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:40.251Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:f5c9d48415354775d5437a1ae29fce4498980850 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:40.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:18:40.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-05T13:18:40.545Z] b43a190be4a4: Preparing [2020-06-05T13:18:40.545Z] 94b5eb405cc1: Preparing [2020-06-05T13:18:40.545Z] 4a0339842cf0: Preparing [2020-06-05T13:18:40.545Z] b43a190be4a4: Pushed [2020-06-05T13:18:40.545Z] 94b5eb405cc1: Pushed [2020-06-05T13:18:41.490Z] 4a0339842cf0: Pushed [2020-06-05T13:18:41.752Z] f5c9d48415354775d5437a1ae29fce4498980850: digest: sha256:03bc2b5f7927e58041c245836959f7c176e216f15011ebe12408fe8dc33bd3dd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:42.060Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:42.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-06-05T13:18:42.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-05T13:18:42.366Z] b43a190be4a4: Preparing [2020-06-05T13:18:42.366Z] 94b5eb405cc1: Preparing [2020-06-05T13:18:42.366Z] 4a0339842cf0: Preparing [2020-06-05T13:18:42.366Z] 94b5eb405cc1: Layer already exists [2020-06-05T13:18:42.366Z] b43a190be4a4: Layer already exists [2020-06-05T13:18:42.366Z] 4a0339842cf0: Layer already exists [2020-06-05T13:18:42.366Z] latest: digest: sha256:03bc2b5f7927e58041c245836959f7c176e216f15011ebe12408fe8dc33bd3dd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:42.669Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:42.964Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.1-dev.2 [2020-06-05T13:18:42.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-05T13:18:42.964Z] b43a190be4a4: Preparing [2020-06-05T13:18:42.964Z] 94b5eb405cc1: Preparing [2020-06-05T13:18:42.964Z] 4a0339842cf0: Preparing [2020-06-05T13:18:42.964Z] 94b5eb405cc1: Layer already exists [2020-06-05T13:18:42.964Z] 4a0339842cf0: Layer already exists [2020-06-05T13:18:42.964Z] b43a190be4a4: Layer already exists [2020-06-05T13:18:42.964Z] 1.2.1-dev.2: digest: sha256:03bc2b5f7927e58041c245836959f7c176e216f15011ebe12408fe8dc33bd3dd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:43.262Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:f5c9d48415354775d5437a1ae29fce4498980850-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:43.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:f5c9d48415354775d5437a1ae29fce4498980850-1.2.1-dev.2 [2020-06-05T13:18:43.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-05T13:18:43.557Z] b43a190be4a4: Preparing [2020-06-05T13:18:43.557Z] 94b5eb405cc1: Preparing [2020-06-05T13:18:43.557Z] 4a0339842cf0: Preparing [2020-06-05T13:18:43.557Z] 4a0339842cf0: Layer already exists [2020-06-05T13:18:43.557Z] 94b5eb405cc1: Layer already exists [2020-06-05T13:18:43.557Z] b43a190be4a4: Layer already exists [2020-06-05T13:18:43.819Z] f5c9d48415354775d5437a1ae29fce4498980850-1.2.1-dev.2: digest: sha256:03bc2b5f7927e58041c245836959f7c176e216f15011ebe12408fe8dc33bd3dd size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:44.118Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:18:44.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-06-05T13:18:44.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-06-05T13:18:44.416Z] b43a190be4a4: Preparing [2020-06-05T13:18:44.416Z] 94b5eb405cc1: Preparing [2020-06-05T13:18:44.416Z] 4a0339842cf0: Preparing [2020-06-05T13:18:44.416Z] b43a190be4a4: Layer already exists [2020-06-05T13:18:44.416Z] 4a0339842cf0: Layer already exists [2020-06-05T13:18:44.416Z] 94b5eb405cc1: Layer already exists [2020-06-05T13:18:44.416Z] master: digest: sha256:03bc2b5f7927e58041c245836959f7c176e216f15011ebe12408fe8dc33bd3dd size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-05T13:18:45.190Z] ++ find /w/workspace/device-modbus-go/11 [2020-06-05T13:18:45.190Z] ++ grep snapcraft.yaml [2020-06-05T13:18:45.190Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/11/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-05T13:18:45.273Z] provisioning config files... [2020-06-05T13:18:45.282Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/11@tmp/config1289672252314928754tmp [Pipeline] { [Pipeline] sh [2020-06-05T13:18:45.597Z] + cp /w/workspace/device-modbus-go/11@tmp/config1289672252314928754tmp /w/workspace/device-modbus-go/11/edgex-snap-store-login [Pipeline] sh [2020-06-05T13:18:45.937Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/11:/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-05T13:18:45.937Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-06-05T13:18:45.937Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-06-05T13:18:45.937Z] 5bed26d33875: Pulling fs layer [2020-06-05T13:18:45.937Z] f11b29a9c730: Pulling fs layer [2020-06-05T13:18:45.937Z] 930bda195c84: Pulling fs layer [2020-06-05T13:18:45.937Z] 78bf9a5ad49e: Pulling fs layer [2020-06-05T13:18:45.937Z] e5fbee5a4b0d: Pulling fs layer [2020-06-05T13:18:45.937Z] f452fca78f88: Pulling fs layer [2020-06-05T13:18:45.937Z] 7417ef92027a: Pulling fs layer [2020-06-05T13:18:45.937Z] 2af5c49d270b: Pulling fs layer [2020-06-05T13:18:45.937Z] df9c3bdbc40a: Pulling fs layer [2020-06-05T13:18:45.937Z] 78bf9a5ad49e: Waiting [2020-06-05T13:18:45.937Z] e5fbee5a4b0d: Waiting [2020-06-05T13:18:45.937Z] f452fca78f88: Waiting [2020-06-05T13:18:45.937Z] 7417ef92027a: Waiting [2020-06-05T13:18:45.937Z] 2af5c49d270b: Waiting [2020-06-05T13:18:45.937Z] df9c3bdbc40a: Waiting [2020-06-05T13:18:45.937Z] 930bda195c84: Verifying Checksum [2020-06-05T13:18:45.937Z] 930bda195c84: Download complete [2020-06-05T13:18:45.937Z] f11b29a9c730: Verifying Checksum [2020-06-05T13:18:45.937Z] f11b29a9c730: Download complete [2020-06-05T13:18:45.937Z] 78bf9a5ad49e: Verifying Checksum [2020-06-05T13:18:45.937Z] 78bf9a5ad49e: Download complete [2020-06-05T13:18:45.937Z] f452fca78f88: Verifying Checksum [2020-06-05T13:18:45.937Z] f452fca78f88: Download complete [2020-06-05T13:18:45.937Z] 7417ef92027a: Verifying Checksum [2020-06-05T13:18:45.937Z] 7417ef92027a: Download complete [2020-06-05T13:18:45.937Z] 2af5c49d270b: Verifying Checksum [2020-06-05T13:18:45.937Z] 2af5c49d270b: Download complete [2020-06-05T13:18:45.937Z] df9c3bdbc40a: Verifying Checksum [2020-06-05T13:18:45.937Z] df9c3bdbc40a: Download complete [2020-06-05T13:18:46.210Z] 5bed26d33875: Download complete [2020-06-05T13:18:49.536Z] 5bed26d33875: Pull complete [2020-06-05T13:18:49.536Z] e5fbee5a4b0d: Verifying Checksum [2020-06-05T13:18:49.536Z] e5fbee5a4b0d: Download complete [2020-06-05T13:18:50.107Z] f11b29a9c730: Pull complete [2020-06-05T13:18:50.107Z] 930bda195c84: Pull complete [2020-06-05T13:18:50.107Z] 78bf9a5ad49e: Pull complete [2020-06-05T13:19:06.161Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-05T13:19:09.545Z] Removing intermediate container 4f48d03a05a6 [2020-06-05T13:19:09.545Z] ---> 91993ff35716 [2020-06-05T13:19:09.545Z] Step 9/19 : FROM scratch [2020-06-05T13:19:09.545Z] ---> [2020-06-05T13:19:09.545Z] Step 10/19 : ENV APP_PORT=49991 [2020-06-05T13:19:09.545Z] ---> Running in 5beec48d6a34 [2020-06-05T13:19:09.819Z] Removing intermediate container 5beec48d6a34 [2020-06-05T13:19:09.819Z] ---> 5e6ca536b9c8 [2020-06-05T13:19:09.819Z] Step 11/19 : EXPOSE $APP_PORT [2020-06-05T13:19:10.095Z] ---> Running in 090fd8231bd3 [2020-06-05T13:19:10.369Z] Removing intermediate container 090fd8231bd3 [2020-06-05T13:19:10.369Z] ---> 9a7f2dfe4bdd [2020-06-05T13:19:10.369Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-06-05T13:19:11.348Z] ---> 9a89bc1c8236 [2020-06-05T13:19:11.348Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-06-05T13:19:11.948Z] ---> 146455881f02 [2020-06-05T13:19:11.948Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-06-05T13:19:12.098Z] e5fbee5a4b0d: Pull complete [2020-06-05T13:19:12.098Z] f452fca78f88: Pull complete [2020-06-05T13:19:12.098Z] 7417ef92027a: Pull complete [2020-06-05T13:19:12.098Z] 2af5c49d270b: Pull complete [2020-06-05T13:19:12.098Z] df9c3bdbc40a: Pull complete [2020-06-05T13:19:12.098Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-06-05T13:19:12.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-06-05T13:19:12.927Z] ---> 3f1846a98a02 [2020-06-05T13:19:12.927Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-06-05T13:19:12.927Z] ---> Running in fc14c9501bcd [2020-06-05T13:19:13.200Z] Removing intermediate container fc14c9501bcd [2020-06-05T13:19:13.200Z] ---> 94fd964c5ab0 [2020-06-05T13:19:13.200Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-06-05T13:19:13.473Z] ---> Running in a5e6dfd1dbe6 [2020-06-05T13:19:13.745Z] Removing intermediate container a5e6dfd1dbe6 [2020-06-05T13:19:13.745Z] ---> 3efc41f465fa [2020-06-05T13:19:13.745Z] Step 17/19 : LABEL arch=arm64 [2020-06-05T13:19:14.018Z] ---> Running in 5966283aa416 [2020-06-05T13:19:14.613Z] Removing intermediate container 5966283aa416 [2020-06-05T13:19:14.613Z] ---> 2833f075b503 [2020-06-05T13:19:14.613Z] Step 18/19 : LABEL git_sha=f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:19:14.613Z] ---> Running in 62c639c0166e [2020-06-05T13:19:14.646Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-06-05T13:19:14.646Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-06-05T13:19:14.647Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-06-05T13:19:14.647Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [8815 B] [2020-06-05T13:19:14.910Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [59.3 kB] [2020-06-05T13:19:14.910Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [856 kB] [2020-06-05T13:19:14.910Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-06-05T13:19:15.171Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [933 kB] [2020-06-05T13:19:15.171Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [73.6 kB] [2020-06-05T13:19:15.171Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1387 kB] [2020-06-05T13:19:15.209Z] Removing intermediate container 62c639c0166e [2020-06-05T13:19:15.209Z] ---> 261aea5299c2 [2020-06-05T13:19:15.209Z] Step 19/19 : LABEL version=1.2.1-dev.2 [2020-06-05T13:19:15.209Z] ---> Running in af017fc1173e [2020-06-05T13:19:15.493Z] Removing intermediate container af017fc1173e [2020-06-05T13:19:15.493Z] ---> ae565302ed90 [2020-06-05T13:19:15.493Z] [Warning] One or more build-args [ARCH] were not consumed [2020-06-05T13:19:15.493Z] Successfully built ae565302ed90 [2020-06-05T13:19:15.493Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-06-05T13:19:15.677Z] provisioning config files... [2020-06-05T13:19:15.715Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/11@tmp/config123942771686058002tmp [Pipeline] { [2020-06-05T13:19:15.742Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1230 kB] [2020-06-05T13:19:15.742Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.1 kB] [2020-06-05T13:19:15.742Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-06-05T13:19:15.742Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:19:16.003Z] Fetched 4836 kB in 2s (2378 kB/s) [2020-06-05T13:19:16.083Z] nexus3.edgexfoundry.org:10001 [2020-06-05T13:19:16.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:19:16.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:19:16.631Z] Configure a credential helper to remove this warning. See [2020-06-05T13:19:16.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:19:16.631Z] [2020-06-05T13:19:16.631Z] Login Succeeded [2020-06-05T13:19:16.631Z] nexus3.edgexfoundry.org:10002 [2020-06-05T13:19:16.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:19:16.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:19:16.904Z] Configure a credential helper to remove this warning. See [2020-06-05T13:19:16.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:19:16.904Z] [2020-06-05T13:19:16.904Z] Login Succeeded [2020-06-05T13:19:17.175Z] nexus3.edgexfoundry.org:10003 [2020-06-05T13:19:17.387Z] Reading package lists... [2020-06-05T13:19:17.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:19:17.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:19:17.449Z] Configure a credential helper to remove this warning. See [2020-06-05T13:19:17.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:19:17.449Z] [2020-06-05T13:19:17.449Z] Login Succeeded [2020-06-05T13:19:17.449Z] nexus3.edgexfoundry.org:10004 [2020-06-05T13:19:18.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:19:18.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:19:18.041Z] Configure a credential helper to remove this warning. See [2020-06-05T13:19:18.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:19:18.041Z] [2020-06-05T13:19:18.041Z] Login Succeeded [2020-06-05T13:19:18.041Z] docker.io [2020-06-05T13:19:18.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-06-05T13:19:18.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-06-05T13:19:18.906Z] Configure a credential helper to remove this warning. See [2020-06-05T13:19:18.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-06-05T13:19:18.906Z] [2020-06-05T13:19:18.906Z] Login Succeeded [Pipeline] } [2020-06-05T13:19:18.921Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-06-05T13:19:19.007Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-06-05T13:19:19.008Z] f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:19:19.008Z] latest [2020-06-05T13:19:19.008Z] 1.2.1-dev.2 [2020-06-05T13:19:19.008Z] f5c9d48415354775d5437a1ae29fce4498980850-1.2.1-dev.2 [2020-06-05T13:19:19.008Z] master [2020-06-05T13:19:19.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:19.423Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:f5c9d48415354775d5437a1ae29fce4498980850 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:19.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:19:19.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-05T13:19:19.760Z] 8fe313d91259: Preparing [2020-06-05T13:19:19.760Z] 983cdcc19315: Preparing [2020-06-05T13:19:19.760Z] 600b27db2573: Preparing [2020-06-05T13:19:20.037Z] 8fe313d91259: Pushed [2020-06-05T13:19:20.037Z] 983cdcc19315: Pushed [2020-06-05T13:19:20.683Z] 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-05T13:19:22.327Z] Reading package lists... [2020-06-05T13:19:22.588Z] Building dependency tree... [2020-06-05T13:19:22.588Z] Reading state information... [2020-06-05T13:19:22.588Z] The following packages were automatically installed and are no longer required: [2020-06-05T13:19:22.588Z] libjq1 liblzo2-2 libonig4 [2020-06-05T13:19:22.588Z] Use 'sudo apt autoremove' to remove them. [2020-06-05T13:19:22.588Z] Suggested packages: [2020-06-05T13:19:22.588Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-05T13:19:22.588Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-05T13:19:22.588Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-05T13:19:22.588Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-05T13:19:22.642Z] 600b27db2573: Pushed [2020-06-05T13:19:22.642Z] f5c9d48415354775d5437a1ae29fce4498980850: digest: sha256:8e366490e92fd734f826d56ff689e8918e3c29e75d5d044464af5931c275535f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:22.849Z] The following NEW packages will be installed: [2020-06-05T13:19:22.849Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-05T13:19:22.849Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-05T13:19:22.849Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-05T13:19:22.849Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-05T13:19:22.977Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:23.109Z] 0 upgraded, 27 newly installed, 0 to remove and 9 not upgraded. [2020-06-05T13:19:23.109Z] Need to get 14.7 MB of archives. [2020-06-05T13:19:23.109Z] After this operation, 89.5 MB of additional disk space will be used. [2020-06-05T13:19:23.109Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-06-05T13:19:23.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-06-05T13:19:23.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-05T13:19:23.308Z] 8fe313d91259: Preparing [2020-06-05T13:19:23.308Z] 983cdcc19315: Preparing [2020-06-05T13:19:23.308Z] 600b27db2573: Preparing [2020-06-05T13:19:23.308Z] 983cdcc19315: Layer already exists [2020-06-05T13:19:23.308Z] 8fe313d91259: Layer already exists [2020-06-05T13:19:23.308Z] 600b27db2573: Layer already exists [2020-06-05T13:19:23.368Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-06-05T13:19:23.368Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-06-05T13:19:23.368Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-06-05T13:19:23.579Z] latest: digest: sha256:8e366490e92fd734f826d56ff689e8918e3c29e75d5d044464af5931c275535f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:23.628Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-06-05T13:19:23.628Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-06-05T13:19:23.908Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:24.199Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-06-05T13:19:24.199Z] 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-05T13:19:24.238Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.1-dev.2 [2020-06-05T13:19:24.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-05T13:19:24.238Z] 8fe313d91259: Preparing [2020-06-05T13:19:24.238Z] 983cdcc19315: Preparing [2020-06-05T13:19:24.238Z] 600b27db2573: Preparing [2020-06-05T13:19:24.238Z] 8fe313d91259: Layer already exists [2020-06-05T13:19:24.238Z] 600b27db2573: Layer already exists [2020-06-05T13:19:24.238Z] 983cdcc19315: Layer already exists [2020-06-05T13:19:24.509Z] 1.2.1-dev.2: digest: sha256:8e366490e92fd734f826d56ff689e8918e3c29e75d5d044464af5931c275535f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:24.771Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-06-05T13:19:24.771Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-06-05T13:19:24.771Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-06-05T13:19:24.846Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:f5c9d48415354775d5437a1ae29fce4498980850-1.2.1-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:25.032Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-05T13:19:25.032Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-06-05T13:19:25.032Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-06-05T13:19:25.032Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-06-05T13:19:25.032Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-06-05T13:19:25.032Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-06-05T13:19:25.032Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-06-05T13:19:25.032Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-06-05T13:19:25.032Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-06-05T13:19:25.032Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-06-05T13:19:25.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:f5c9d48415354775d5437a1ae29fce4498980850-1.2.1-dev.2 [2020-06-05T13:19:25.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-05T13:19:25.184Z] 8fe313d91259: Preparing [2020-06-05T13:19:25.184Z] 983cdcc19315: Preparing [2020-06-05T13:19:25.184Z] 600b27db2573: Preparing [2020-06-05T13:19:25.184Z] 8fe313d91259: Layer already exists [2020-06-05T13:19:25.184Z] 600b27db2573: Layer already exists [2020-06-05T13:19:25.184Z] 983cdcc19315: Layer already exists [2020-06-05T13:19:25.294Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-06-05T13:19:25.294Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-05T13:19:25.294Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-06-05T13:19:25.454Z] f5c9d48415354775d5437a1ae29fce4498980850-1.2.1-dev.2: digest: sha256:8e366490e92fd734f826d56ff689e8918e3c29e75d5d044464af5931c275535f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:25.555Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-06-05T13:19:25.790Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:19:25.815Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-06-05T13:19:26.077Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-06-05T13:19:26.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-06-05T13:19:26.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-06-05T13:19:26.120Z] 8fe313d91259: Preparing [2020-06-05T13:19:26.120Z] 983cdcc19315: Preparing [2020-06-05T13:19:26.120Z] 600b27db2573: Preparing [2020-06-05T13:19:26.120Z] 600b27db2573: Layer already exists [2020-06-05T13:19:26.120Z] 983cdcc19315: Layer already exists [2020-06-05T13:19:26.120Z] 8fe313d91259: Layer already exists [2020-06-05T13:19:26.391Z] master: digest: sha256:8e366490e92fd734f826d56ff689e8918e3c29e75d5d044464af5931c275535f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-06-05T13:19:26.976Z] + find /w/workspace/device-modbus-go/11 [2020-06-05T13:19:26.976Z] + grep snapcraft.yaml [2020-06-05T13:19:26.976Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/11/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-05T13:19:27.101Z] provisioning config files... [2020-06-05T13:19:27.120Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/11@tmp/config4361159746846498171tmp [Pipeline] { [Pipeline] sh [2020-06-05T13:19:27.465Z] + cp /w/workspace/device-modbus-go/11@tmp/config4361159746846498171tmp /w/workspace/device-modbus-go/11/edgex-snap-store-login [Pipeline] sh [2020-06-05T13:19:27.805Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/11:/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-05T13:19:27.805Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-06-05T13:19:27.805Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-06-05T13:19:27.805Z] b2f61026a351: Pulling fs layer [2020-06-05T13:19:27.806Z] 5538fb30c42c: Pulling fs layer [2020-06-05T13:19:27.806Z] f0b05810781a: Pulling fs layer [2020-06-05T13:19:27.806Z] 0180a33352d6: Pulling fs layer [2020-06-05T13:19:27.806Z] e7604b0c0f53: Pulling fs layer [2020-06-05T13:19:27.806Z] db689cb83ae0: Pulling fs layer [2020-06-05T13:19:27.806Z] 6138af208834: Pulling fs layer [2020-06-05T13:19:27.806Z] 007c8e8c5d63: Pulling fs layer [2020-06-05T13:19:27.806Z] 4f7a387c642f: Pulling fs layer [2020-06-05T13:19:27.806Z] db689cb83ae0: Waiting [2020-06-05T13:19:27.806Z] 6138af208834: Waiting [2020-06-05T13:19:27.806Z] 007c8e8c5d63: Waiting [2020-06-05T13:19:27.806Z] 4f7a387c642f: Waiting [2020-06-05T13:19:27.806Z] 0180a33352d6: Waiting [2020-06-05T13:19:27.806Z] e7604b0c0f53: Waiting [2020-06-05T13:19:27.806Z] f0b05810781a: Verifying Checksum [2020-06-05T13:19:27.806Z] f0b05810781a: Download complete [2020-06-05T13:19:27.806Z] 5538fb30c42c: Verifying Checksum [2020-06-05T13:19:27.806Z] 5538fb30c42c: Download complete [2020-06-05T13:19:28.077Z] 0180a33352d6: Verifying Checksum [2020-06-05T13:19:28.077Z] 0180a33352d6: Download complete [2020-06-05T13:19:28.077Z] db689cb83ae0: Verifying Checksum [2020-06-05T13:19:28.077Z] db689cb83ae0: Download complete [2020-06-05T13:19:28.077Z] 6138af208834: Verifying Checksum [2020-06-05T13:19:28.077Z] 6138af208834: Download complete [2020-06-05T13:19:28.077Z] 007c8e8c5d63: Verifying Checksum [2020-06-05T13:19:28.077Z] 007c8e8c5d63: Download complete [2020-06-05T13:19:28.077Z] 4f7a387c642f: Download complete [2020-06-05T13:19:28.086Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-05T13:19:28.086Z] Fetched 14.7 MB in 3s (4599 kB/s) [2020-06-05T13:19:28.086Z] Selecting previously unselected package libxau6:amd64. [2020-06-05T13:19:28.086Z] (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-05T13:19:28.086Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-06-05T13:19:28.086Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-06-05T13:19:28.086Z] Selecting previously unselected package libbsd0:amd64. [2020-06-05T13:19:28.086Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-06-05T13:19:28.086Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-05T13:19:28.376Z] Selecting previously unselected package libxdmcp6:amd64. [2020-06-05T13:19:28.376Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-06-05T13:19:28.376Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-05T13:19:28.376Z] Selecting previously unselected package libxcb1:amd64. [2020-06-05T13:19:28.376Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-06-05T13:19:28.376Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-05T13:19:28.376Z] Selecting previously unselected package libx11-data. [2020-06-05T13:19:28.376Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-05T13:19:28.376Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-05T13:19:28.971Z] Selecting previously unselected package libx11-6:amd64. [2020-06-05T13:19:28.971Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-06-05T13:19:28.971Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-05T13:19:29.058Z] b2f61026a351: Verifying Checksum [2020-06-05T13:19:29.058Z] b2f61026a351: Download complete [2020-06-05T13:19:29.243Z] Selecting previously unselected package libxext6:amd64. [2020-06-05T13:19:29.244Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-06-05T13:19:29.244Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-06-05T13:19:29.244Z] Selecting previously unselected package perl-modules-5.26. [2020-06-05T13:19:29.244Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-05T13:19:29.244Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-05T13:19:31.680Z] b2f61026a351: Pull complete [2020-06-05T13:19:32.276Z] 5538fb30c42c: Pull complete [2020-06-05T13:19:32.549Z] f0b05810781a: Pull complete [2020-06-05T13:19:32.553Z] Selecting previously unselected package libgdbm5:amd64. [2020-06-05T13:19:32.554Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-06-05T13:19:32.554Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-06-05T13:19:32.554Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-06-05T13:19:32.554Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-06-05T13:19:32.554Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-05T13:19:32.554Z] Selecting previously unselected package libperl5.26:amd64. [2020-06-05T13:19:32.554Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-05T13:19:32.554Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-05T13:19:32.821Z] 0180a33352d6: Pull complete [2020-06-05T13:19:33.494Z] Selecting previously unselected package perl. [2020-06-05T13:19:33.494Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-06-05T13:19:33.494Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-05T13:19:33.757Z] Selecting previously unselected package less. [2020-06-05T13:19:33.757Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-06-05T13:19:33.757Z] Unpacking less (487-0.1) ... [2020-06-05T13:19:33.757Z] Selecting previously unselected package libexpat1:amd64. [2020-06-05T13:19:33.757Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-06-05T13:19:33.757Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-05T13:19:34.019Z] Selecting previously unselected package netbase. [2020-06-05T13:19:34.019Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-05T13:19:34.019Z] Unpacking netbase (5.4) ... [2020-06-05T13:19:34.019Z] Selecting previously unselected package libedit2:amd64. [2020-06-05T13:19:34.019Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-06-05T13:19:34.019Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-06-05T13:19:34.019Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-06-05T13:19:34.019Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-06-05T13:19:34.019Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-05T13:19:34.280Z] Selecting previously unselected package libxmuu1:amd64. [2020-06-05T13:19:34.280Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-06-05T13:19:34.280Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-05T13:19:34.280Z] Selecting previously unselected package openssh-client. [2020-06-05T13:19:34.280Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-06-05T13:19:34.280Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-05T13:19:34.542Z] Selecting previously unselected package xauth. [2020-06-05T13:19:34.542Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-06-05T13:19:34.542Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-05T13:19:34.542Z] Selecting previously unselected package curl. [2020-06-05T13:19:34.542Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-05T13:19:34.542Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-05T13:19:34.542Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-06-05T13:19:34.542Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-06-05T13:19:34.802Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-05T13:19:34.802Z] Selecting previously unselected package liberror-perl. [2020-06-05T13:19:34.802Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-05T13:19:34.802Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-05T13:19:34.802Z] Selecting previously unselected package git-man. [2020-06-05T13:19:34.802Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-05T13:19:34.802Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-05T13:19:35.063Z] Selecting previously unselected package git. [2020-06-05T13:19:35.063Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-06-05T13:19:35.063Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-05T13:19:35.634Z] Selecting previously unselected package make. [2020-06-05T13:19:35.634Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-06-05T13:19:35.634Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-05T13:19:35.634Z] Selecting previously unselected package patch. [2020-06-05T13:19:35.634Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-06-05T13:19:35.634Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-05T13:19:35.895Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-06-05T13:19:35.895Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-05T13:19:35.895Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-06-05T13:19:35.895Z] Setting up less (487-0.1) ... [2020-06-05T13:19:36.156Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-05T13:19:36.156Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-06-05T13:19:36.156Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-05T13:19:36.156Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-06-05T13:19:36.156Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-05T13:19:36.156Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-06-05T13:19:36.196Z] e7604b0c0f53: Verifying Checksum [2020-06-05T13:19:36.196Z] e7604b0c0f53: Download complete [2020-06-05T13:19:36.416Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-06-05T13:19:36.416Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-05T13:19:36.416Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-06-05T13:19:36.416Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-06-05T13:19:36.416Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-05T13:19:36.676Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-05T13:19:36.676Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-06-05T13:19:36.676Z] Setting up netbase (5.4) ... [2020-06-05T13:19:36.676Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-06-05T13:19:36.676Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-06-05T13:19:36.676Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-06-05T13:19:36.676Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-06-05T13:19:36.676Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-05T13:19:36.935Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-06-05T13:19:36.935Z] Setting up liberror-perl (0.17025-1) ... [2020-06-05T13:19:36.935Z] Setting up xauth (1:1.0.10-1) ... [2020-06-05T13:19:36.935Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-05T13:19:36.935Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-05T13:19:39.475Z] curl set to automatically installed. [2020-06-05T13:19:39.475Z] git set to automatically installed. [2020-06-05T13:19:39.475Z] git-man set to automatically installed. [2020-06-05T13:19:39.475Z] less set to automatically installed. [2020-06-05T13:19:39.475Z] libbsd0 set to automatically installed. [2020-06-05T13:19:39.475Z] libcurl3-gnutls set to automatically installed. [2020-06-05T13:19:39.475Z] libedit2 set to automatically installed. [2020-06-05T13:19:39.475Z] liberror-perl set to automatically installed. [2020-06-05T13:19:39.475Z] libexpat1 set to automatically installed. [2020-06-05T13:19:39.475Z] libgdbm-compat4 set to automatically installed. [2020-06-05T13:19:39.475Z] libgdbm5 set to automatically installed. [2020-06-05T13:19:39.475Z] libperl5.26 set to automatically installed. [2020-06-05T13:19:39.475Z] libssl1.0.0 set to automatically installed. [2020-06-05T13:19:39.475Z] libx11-6 set to automatically installed. [2020-06-05T13:19:39.475Z] libx11-data set to automatically installed. [2020-06-05T13:19:39.475Z] libxau6 set to automatically installed. [2020-06-05T13:19:39.475Z] libxcb1 set to automatically installed. [2020-06-05T13:19:39.475Z] libxdmcp6 set to automatically installed. [2020-06-05T13:19:39.475Z] libxext6 set to automatically installed. [2020-06-05T13:19:39.475Z] libxmuu1 set to automatically installed. [2020-06-05T13:19:39.475Z] make set to automatically installed. [2020-06-05T13:19:39.475Z] netbase set to automatically installed. [2020-06-05T13:19:39.475Z] openssh-client set to automatically installed. [2020-06-05T13:19:39.475Z] patch set to automatically installed. [2020-06-05T13:19:39.475Z] perl set to automatically installed. [2020-06-05T13:19:39.475Z] perl-modules-5.26 set to automatically installed. [2020-06-05T13:19:39.475Z] xauth set to automatically installed. [2020-06-05T13:19:39.475Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-05T13:19:39.475Z] Please ensure the environment is properly setup before continuing. [2020-06-05T13:19:39.475Z] Ignore this message if the appropriate measures have already been taken [2020-06-05T13:19:40.044Z] Pulling go [2020-06-05T13:19:40.988Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-05T13:19:40.988Z] Skipping pull go (already ran) [2020-06-05T13:19:40.988Z] Building go [2020-06-05T13:19:40.988Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-05T13:19:40.988Z] Dload Upload Total Spent Left Speed [2020-06-05T13:19:42.191Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 114M 0 29046 0 0 214k 0 0:09:05 --:--:-- 0:09:05 214k 82 114M 82 94.7M 0 0 88.8M 0 0:00:01 0:00:01 --:--:-- 88.8M 100 114M 100 114M 0 0 86.5M 0 0:00:01 0:00:01 --:--:-- 86.5M [2020-06-05T13:19:43.134Z] go1.13.5.linux-amd64.tar.gz: OK [2020-06-05T13:19:53.138Z] Staging go [2020-06-05T13:19:53.398Z] Pulling device-modbus [2020-06-05T13:19:54.345Z] Skipping build go (already ran) [2020-06-05T13:19:54.345Z] Building device-modbus [2020-06-05T13:19:54.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1-dev.2" -o cmd/device-modbus ./cmd [2020-06-05T13:19:55.290Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-05T13:19:55.290Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-05T13:19:55.290Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-05T13:19:55.290Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-05T13:19:55.290Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-05T13:19:55.290Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-05T13:19:55.290Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-05T13:19:55.290Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-05T13:19:55.551Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-05T13:19:55.551Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-05T13:19:55.551Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-05T13:19:55.551Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-05T13:19:55.551Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-05T13:19:55.551Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-05T13:19:55.551Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-05T13:19:55.551Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-05T13:19:55.551Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-05T13:19:55.551Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-05T13:19:55.551Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-05T13:19:55.551Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-05T13:19:55.551Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-05T13:19:55.551Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-05T13:19:55.551Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-05T13:19:55.551Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-05T13:19:55.551Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-05T13:19:55.551Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-05T13:19:55.551Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-05T13:19:55.551Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-05T13:19:55.551Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-05T13:19:55.551Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-05T13:19:55.551Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-05T13:19:55.551Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-05T13:19:55.551Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-05T13:19:55.551Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-05T13:19:55.551Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-05T13:19:55.551Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-05T13:19:55.551Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-05T13:19:55.551Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-05T13:19:55.551Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-05T13:19:55.551Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-05T13:19:55.551Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-05T13:19:55.551Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-05T13:19:55.551Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-05T13:19:55.551Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-05T13:19:55.551Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-05T13:19:55.551Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-05T13:19:55.551Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-05T13:19:55.551Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-05T13:19:55.551Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-05T13:19:55.551Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-05T13:19:55.815Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-05T13:19:55.815Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-05T13:19:55.815Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-05T13:19:55.815Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-05T13:19:55.815Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-05T13:19:55.815Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-05T13:19:55.815Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-05T13:19:55.815Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-05T13:19:55.815Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-05T13:19:55.815Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-05T13:19:55.815Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-05T13:19:55.815Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-05T13:19:55.815Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-05T13:19:55.815Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-05T13:19:55.815Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-05T13:19:55.815Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-05T13:19:55.815Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-05T13:19:55.815Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-05T13:19:55.815Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-05T13:19:55.815Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-05T13:19:55.815Z] go: finding github.com/google/uuid v1.1.1 [2020-06-05T13:19:55.815Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-05T13:19:55.815Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-05T13:19:55.815Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-05T13:19:55.815Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-05T13:19:55.815Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-05T13:19:55.815Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-05T13:19:55.815Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-05T13:19:55.815Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-05T13:19:55.815Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-05T13:19:55.815Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-05T13:19:55.815Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-05T13:19:55.815Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-05T13:19:55.815Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-05T13:19:55.815Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-05T13:19:56.078Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-05T13:19:56.078Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-05T13:19:56.078Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-05T13:19:56.078Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-05T13:19:56.078Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-05T13:19:56.078Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-05T13:19:56.078Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-05T13:19:56.078Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-05T13:20:08.428Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-05T13:20:08.642Z] e7604b0c0f53: Pull complete [2020-06-05T13:20:08.642Z] db689cb83ae0: Pull complete [2020-06-05T13:20:08.642Z] 6138af208834: Pull complete [2020-06-05T13:20:08.642Z] 007c8e8c5d63: Pull complete [2020-06-05T13:20:08.642Z] 4f7a387c642f: Pull complete [2020-06-05T13:20:08.642Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-06-05T13:20:08.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-06-05T13:20:11.727Z] Skipping stage go (already ran) [2020-06-05T13:20:11.727Z] Staging device-modbus [2020-06-05T13:20:12.298Z] Priming go [2020-06-05T13:20:13.245Z] Priming device-modbus [2020-06-05T13:20:13.819Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-05T13:20:13.819Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-05T13:20:13.819Z] Determining the version from the project repo (version-script). [2020-06-05T13:20:13.819Z] The version has been set to '1.2.1-dev.2-20200605+f5c9d48' [2020-06-05T13:20:14.024Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-06-05T13:20:14.024Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-06-05T13:20:14.024Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-06-05T13:20:14.024Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-06-05T13:20:14.091Z] Snapping 'edgex-device-modbus' ... [2020-06-05T13:20:14.296Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] [2020-06-05T13:20:14.296Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [869 kB] [2020-06-05T13:20:14.568Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] [2020-06-05T13:20:14.568Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1231 kB] [2020-06-05T13:20:14.838Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-06-05T13:20:14.838Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] [2020-06-05T13:20:14.838Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [754 kB] [2020-06-05T13:20:15.079Z] [2020-06-05T13:20:15.079Z] Snapped edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap [2020-06-05T13:20:15.108Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [594 kB] [2020-06-05T13:20:15.379Z] Fetched 3720 kB in 2s (1597 kB/s) [2020-06-05T13:20:18.379Z] [2020-06-05T13:20:18.379Z] Login successful. You now have these capabilities: [2020-06-05T13:20:18.379Z] [2020-06-05T13:20:18.379Z] snaps: No restriction [2020-06-05T13:20:18.379Z] channels: No restriction [2020-06-05T13:20:18.379Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-05T13:20:18.379Z] expires: 2020-06-19T16:50:48.252993 [2020-06-05T13:20:18.379Z] [2020-06-05T13:20:19.322Z] Preparing to push 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap'. [2020-06-05T13:20:19.322Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-05T13:20:19.322Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-05T13:20:19.677Z] Reading package lists... [2020-06-05T13:20:22.621Z] Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 0% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 1% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 2% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 3% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 4% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 5% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 6% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 7% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 8% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 9% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 10% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 12% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 13% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 14% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 15% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 16% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 17% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 18% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 19% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 20% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 21% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 23% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 24% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 25% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 26% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 27% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 28% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 29% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 30% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 31% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 32% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 34% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 35% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 36% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 37% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 38% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 39% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 40% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 41% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 42% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 43% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 45% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 46% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 47% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 48% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [ ] 49% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 50% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 51% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 52% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 53% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 54% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 56% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 57% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 58% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 59% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 60% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 61% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 62% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 63% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 64% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 65% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 67% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 68% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 69% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 70% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 71% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 72% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 73% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 74% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 75% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 76% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 78% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 79% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 80% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 81% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 82% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 83% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 84% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 85% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 86% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 87% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 89% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 90% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 91% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 92% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 93% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 94% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 95% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 96% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 97% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [= ] 98% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [==] 100% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [==] 100% [2020-06-05T13:20:32.029Z] 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-05T13:20:36.299Z] Reading package lists... [2020-06-05T13:20:36.299Z] Building dependency tree... [2020-06-05T13:20:36.299Z] Reading state information... [2020-06-05T13:20:36.831Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| released [2020-06-05T13:20:36.831Z] Revision 1237 of 'edgex-device-modbus' created. [2020-06-05T13:20:36.887Z] The following packages were automatically installed and are no longer required: [2020-06-05T13:20:36.887Z] libjq1 liblzo2-2 libonig4 [2020-06-05T13:20:36.887Z] Use 'sudo apt autoremove' to remove them. [2020-06-05T13:20:36.887Z] Suggested packages: [2020-06-05T13:20:36.887Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-06-05T13:20:36.887Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-06-05T13:20:36.887Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-06-05T13:20:36.887Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-06-05T13:20:37.473Z] The following NEW packages will be installed: [2020-06-05T13:20:37.473Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-06-05T13:20:37.473Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-06-05T13:20:37.473Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-06-05T13:20:37.473Z] openssh-client patch perl perl-modules-5.26 xauth [2020-06-05T13:20:37.743Z] 0 upgraded, 27 newly installed, 0 to remove and 9 not upgraded. [2020-06-05T13:20:37.743Z] Need to get 12.9 MB of archives. [2020-06-05T13:20:37.743Z] After this operation, 84.2 MB of additional disk space will be used. [2020-06-05T13:20:37.743Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-06-05T13:20:37.743Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-06-05T13:20:38.011Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-06-05T13:20:38.011Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-06-05T13:20:38.011Z] 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-05T13:20:38.214Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-06-05T13:20:38.214Z] Track Arch Channel Version Revision Notes [2020-06-05T13:20:38.214Z] edinburgh amd64 stable - - - [2020-06-05T13:20:38.214Z] candidate - - - [2020-06-05T13:20:38.214Z] beta 1.0.0-20190626+739f7ef 112 - [2020-06-05T13:20:38.214Z] edge 1.0.0-20200103+c777f31 956 - [2020-06-05T13:20:38.214Z] fuji amd64 stable 1.1.1-20200228+37c94ae 1087 - [2020-06-05T13:20:38.214Z] candidate ^ ^ - [2020-06-05T13:20:38.214Z] beta 1.1.1-20200228+37c94ae 1087 - [2020-06-05T13:20:38.214Z] edge 1.1.1-20200422+37c94ae 1193 - [2020-06-05T13:20:38.214Z] geneva amd64 stable 1.2.0-20200518+a219397 1203 - [2020-06-05T13:20:38.214Z] candidate ^ ^ - [2020-06-05T13:20:38.214Z] beta ^ ^ - [2020-06-05T13:20:38.214Z] edge ^ ^ - [2020-06-05T13:20:38.214Z] latest amd64 stable 1.2.0-20200518+a219397 1203 - [2020-06-05T13:20:38.214Z] candidate 1.2.0-20200518+a219397 1203 - [2020-06-05T13:20:38.214Z] beta 1.2.0-20200518+a219397 1203 - [2020-06-05T13:20:38.214Z] edge 1.2.1-dev.2-20200605+f5c9d48 1237 - [2020-06-05T13:20:38.283Z] 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-05T13:20:38.551Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-06-05T13:20:38.551Z] 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-05T13:20:38.785Z] Pushing metadata from 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_amd64.snap' [2020-06-05T13:20:38.821Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-06-05T13:20:38.821Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-06-05T13:20:38.821Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-06-05T13:20:39.091Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-06-05T13:20:39.091Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-06-05T13:20:39.091Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-06-05T13:20:39.091Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-06-05T13:20:39.091Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-06-05T13:20:39.091Z] 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-05T13:20:39.091Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-06-05T13:20:39.091Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-06-05T13:20:39.091Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-06-05T13:20:39.361Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-06-05T13:20:39.361Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-06-05T13:20:39.361Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-06-05T13:20:39.361Z] 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-05T13:20:39.629Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-06-05T13:20:39.900Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-06-05T13:20:39.900Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-06-05T13:20:40.168Z] debconf: delaying package configuration, since apt-utils is not installed [2020-06-05T13:20:40.440Z] Fetched 12.9 MB in 2s (5322 kB/s) [2020-06-05T13:20:40.440Z] Selecting previously unselected package libxau6:arm64. [2020-06-05T13:20:40.440Z] (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-05T13:20:40.440Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-06-05T13:20:40.440Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-06-05T13:20:40.709Z] Selecting previously unselected package libbsd0:arm64. [2020-06-05T13:20:40.709Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-06-05T13:20:40.709Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-05T13:20:40.709Z] Selecting previously unselected package libxdmcp6:arm64. [2020-06-05T13:20:40.709Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-06-05T13:20:40.709Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-05T13:20:40.980Z] Selecting previously unselected package libxcb1:arm64. [2020-06-05T13:20:40.980Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-06-05T13:20:40.980Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-05T13:20:40.980Z] Selecting previously unselected package libx11-data. [2020-06-05T13:20:40.980Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-06-05T13:20:40.980Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-05T13:20:41.252Z] Selecting previously unselected package libx11-6:arm64. [2020-06-05T13:20:41.252Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-06-05T13:20:41.252Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-05T13:20:41.524Z] Selecting previously unselected package libxext6:arm64. [2020-06-05T13:20:41.524Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-06-05T13:20:41.525Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-06-05T13:20:41.797Z] Selecting previously unselected package perl-modules-5.26. [2020-06-05T13:20:41.797Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-06-05T13:20:41.797Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-05T13:20:42.085Z] The metadata has been pushed [Pipeline] } [2020-06-05T13:20:43.038Z] 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-05T13:20:43.765Z] Selecting previously unselected package libgdbm5:arm64. [2020-06-05T13:20:43.765Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-06-05T13:20:43.765Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-06-05T13:20:43.765Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-06-05T13:20:43.765Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-06-05T13:20:43.765Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-05T13:20:43.765Z] Selecting previously unselected package libperl5.26:arm64. [2020-06-05T13:20:43.765Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-05T13:20:43.765Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-05T13:20:44.736Z] Selecting previously unselected package perl. [2020-06-05T13:20:44.736Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-06-05T13:20:44.736Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-06-05T13:20:45.007Z] Selecting previously unselected package less. [2020-06-05T13:20:45.007Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-06-05T13:20:45.007Z] Unpacking less (487-0.1) ... [2020-06-05T13:20:45.007Z] Selecting previously unselected package libexpat1:arm64. [2020-06-05T13:20:45.007Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-06-05T13:20:45.277Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-05T13:20:45.277Z] Selecting previously unselected package netbase. [2020-06-05T13:20:45.277Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-06-05T13:20:45.277Z] Unpacking netbase (5.4) ... [2020-06-05T13:20:45.277Z] Selecting previously unselected package libedit2:arm64. [2020-06-05T13:20:45.277Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-06-05T13:20:45.548Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-06-05T13:20:45.549Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-06-05T13:20:45.549Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-06-05T13:20:45.549Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-05T13:20:45.819Z] Selecting previously unselected package libxmuu1:arm64. [2020-06-05T13:20:45.820Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-06-05T13:20:45.820Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-05T13:20:46.091Z] Selecting previously unselected package openssh-client. [2020-06-05T13:20:46.091Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-06-05T13:20:46.091Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-05T13:20:46.091Z] Selecting previously unselected package xauth. [2020-06-05T13:20:46.091Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-06-05T13:20:46.363Z] Unpacking xauth (1:1.0.10-1) ... [2020-06-05T13:20:46.363Z] Selecting previously unselected package curl. [2020-06-05T13:20:46.363Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-05T13:20:46.363Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-06-05T13:20:46.363Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-06-05T13:20:46.363Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-06-05T13:20:46.363Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-05T13:20:46.636Z] Selecting previously unselected package liberror-perl. [2020-06-05T13:20:46.636Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-06-05T13:20:46.636Z] Unpacking liberror-perl (0.17025-1) ... [2020-06-05T13:20:46.636Z] Selecting previously unselected package git-man. [2020-06-05T13:20:46.636Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-06-05T13:20:46.636Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-05T13:20:46.908Z] Selecting previously unselected package git. [2020-06-05T13:20:46.908Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-06-05T13:20:47.181Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-06-05T13:20:48.608Z] Selecting previously unselected package make. [2020-06-05T13:20:48.608Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-06-05T13:20:48.608Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-06-05T13:20:48.608Z] Selecting previously unselected package patch. [2020-06-05T13:20:48.608Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-06-05T13:20:48.608Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-06-05T13:20:48.608Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-06-05T13:20:48.608Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-06-05T13:20:48.608Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-06-05T13:20:48.879Z] Setting up less (487-0.1) ... [2020-06-05T13:20:49.151Z] Setting up make (4.1-9.1ubuntu1) ... [2020-06-05T13:20:49.151Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-06-05T13:20:49.421Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-06-05T13:20:49.421Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-06-05T13:20:49.421Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-06-05T13:20:49.692Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-06-05T13:20:49.692Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-06-05T13:20:49.692Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-06-05T13:20:49.692Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-06-05T13:20:49.692Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-06-05T13:20:49.692Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-06-05T13:20:49.963Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-06-05T13:20:49.963Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-06-05T13:20:50.235Z] Setting up netbase (5.4) ... [2020-06-05T13:20:50.236Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-06-05T13:20:50.236Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-06-05T13:20:50.236Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-06-05T13:20:50.236Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-06-05T13:20:50.236Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-06-05T13:20:50.507Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-06-05T13:20:50.507Z] Setting up liberror-perl (0.17025-1) ... [2020-06-05T13:20:50.507Z] Setting up xauth (1:1.0.10-1) ... [2020-06-05T13:20:50.507Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-06-05T13:20:50.776Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-06-05T13:20:56.156Z] curl set to automatically installed. [2020-06-05T13:20:56.156Z] git set to automatically installed. [2020-06-05T13:20:56.156Z] git-man set to automatically installed. [2020-06-05T13:20:56.156Z] less set to automatically installed. [2020-06-05T13:20:56.156Z] libbsd0 set to automatically installed. [2020-06-05T13:20:56.156Z] libcurl3-gnutls set to automatically installed. [2020-06-05T13:20:56.156Z] libedit2 set to automatically installed. [2020-06-05T13:20:56.156Z] liberror-perl set to automatically installed. [2020-06-05T13:20:56.156Z] libexpat1 set to automatically installed. [2020-06-05T13:20:56.156Z] libgdbm-compat4 set to automatically installed. [2020-06-05T13:20:56.156Z] libgdbm5 set to automatically installed. [2020-06-05T13:20:56.156Z] libperl5.26 set to automatically installed. [2020-06-05T13:20:56.156Z] libssl1.0.0 set to automatically installed. [2020-06-05T13:20:56.156Z] libx11-6 set to automatically installed. [2020-06-05T13:20:56.156Z] libx11-data set to automatically installed. [2020-06-05T13:20:56.156Z] libxau6 set to automatically installed. [2020-06-05T13:20:56.156Z] libxcb1 set to automatically installed. [2020-06-05T13:20:56.156Z] libxdmcp6 set to automatically installed. [2020-06-05T13:20:56.156Z] libxext6 set to automatically installed. [2020-06-05T13:20:56.156Z] libxmuu1 set to automatically installed. [2020-06-05T13:20:56.156Z] make set to automatically installed. [2020-06-05T13:20:56.156Z] netbase set to automatically installed. [2020-06-05T13:20:56.156Z] openssh-client set to automatically installed. [2020-06-05T13:20:56.156Z] patch set to automatically installed. [2020-06-05T13:20:56.156Z] perl set to automatically installed. [2020-06-05T13:20:56.156Z] perl-modules-5.26 set to automatically installed. [2020-06-05T13:20:56.156Z] xauth set to automatically installed. [2020-06-05T13:20:56.156Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-06-05T13:20:56.156Z] Please ensure the environment is properly setup before continuing. [2020-06-05T13:20:56.156Z] Ignore this message if the appropriate measures have already been taken [2020-06-05T13:20:57.127Z] Pulling go [2020-06-05T13:20:59.728Z] 'device-modbus' has dependencies that need to be staged: go [2020-06-05T13:20:59.728Z] Skipping pull go (already ran) [2020-06-05T13:20:59.728Z] Building go [2020-06-05T13:20:59.728Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-06-05T13:20:59.728Z] Dload Upload Total Spent Left Speed [2020-06-05T13:21:03.242Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 93.0M 16 15.5M 0 0 20.7M 0 0:00:04 --:--:-- 0:00:04 20.7M 47 93.0M 47 44.4M 0 0 25.3M 0 0:00:03 0:00:01 0:00:02 25.3M 73 93.0M 73 68.1M 0 0 24.7M 0 0:00:03 0:00:02 0:00:01 24.7M 100 93.0M 100 93.0M 0 0 27.4M 0 0:00:03 0:00:03 --:--:-- 27.4M [2020-06-05T13:21:04.664Z] go1.13.5.linux-arm64.tar.gz: OK [2020-06-05T13:21:22.928Z] Staging go [2020-06-05T13:21:24.353Z] Pulling device-modbus [2020-06-05T13:21:26.955Z] Skipping build go (already ran) [2020-06-05T13:21:26.955Z] Building device-modbus [2020-06-05T13:21:27.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1-dev.2" -o cmd/device-modbus ./cmd [2020-06-05T13:21:27.817Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-05T13:21:27.817Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-05T13:21:27.817Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-06-05T13:21:28.096Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-06-05T13:21:28.096Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-06-05T13:21:28.096Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-05T13:21:28.096Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-05T13:21:28.096Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-06-05T13:21:28.096Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-06-05T13:21:28.096Z] go: downloading github.com/google/uuid v1.1.1 [2020-06-05T13:21:28.096Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-06-05T13:21:28.096Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-05T13:21:28.096Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-05T13:21:28.096Z] go: extracting github.com/google/uuid v1.1.1 [2020-06-05T13:21:28.096Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-05T13:21:28.096Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-05T13:21:28.096Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-06-05T13:21:28.370Z] go: downloading github.com/pkg/errors v0.8.1 [2020-06-05T13:21:28.370Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-06-05T13:21:28.370Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-06-05T13:21:28.370Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-05T13:21:28.370Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-06-05T13:21:28.370Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-05T13:21:28.370Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-05T13:21:28.370Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-06-05T13:21:28.370Z] go: extracting github.com/pkg/errors v0.8.1 [2020-06-05T13:21:28.370Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-06-05T13:21:28.370Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-06-05T13:21:28.370Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-06-05T13:21:28.370Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-05T13:21:28.371Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-06-05T13:21:28.371Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-05T13:21:28.371Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-05T13:21:28.371Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-06-05T13:21:28.371Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-06-05T13:21:28.371Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-06-05T13:21:28.371Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-05T13:21:28.371Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-05T13:21:28.371Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-06-05T13:21:28.371Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-05T13:21:28.371Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-05T13:21:28.371Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-06-05T13:21:28.371Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-06-05T13:21:28.371Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-05T13:21:28.371Z] go: downloading github.com/x448/float16 v0.8.4 [2020-06-05T13:21:28.643Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-05T13:21:28.643Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-05T13:21:28.643Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-06-05T13:21:28.643Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-06-05T13:21:28.643Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-05T13:21:28.643Z] go: extracting github.com/x448/float16 v0.8.4 [2020-06-05T13:21:28.643Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-06-05T13:21:28.643Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-06-05T13:21:28.643Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-06-05T13:21:28.643Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-06-05T13:21:28.643Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-06-05T13:21:28.916Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-05T13:21:28.916Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-05T13:21:28.916Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-05T13:21:28.916Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-05T13:21:28.916Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-06-05T13:21:28.916Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-06-05T13:21:28.916Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.1 [2020-06-05T13:21:28.916Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-06-05T13:21:28.916Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-06-05T13:21:28.916Z] go: finding github.com/gorilla/mux v1.7.1 [2020-06-05T13:21:28.916Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-06-05T13:21:28.916Z] go: finding github.com/goburrow/serial v0.1.0 [2020-06-05T13:21:28.916Z] go: finding github.com/go-kit/kit v0.8.0 [2020-06-05T13:21:29.193Z] go: finding github.com/google/uuid v1.1.1 [2020-06-05T13:21:29.193Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-06-05T13:21:29.193Z] go: finding github.com/x448/float16 v0.8.4 [2020-06-05T13:21:29.193Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.31 [2020-06-05T13:21:29.193Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-06-05T13:21:29.193Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-06-05T13:21:29.193Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-06-05T13:21:29.193Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-06-05T13:21:29.193Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-06-05T13:21:29.193Z] go: finding github.com/pkg/errors v0.8.1 [2020-06-05T13:21:29.193Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-06-05T13:21:29.193Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-06-05T13:21:29.193Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-06-05T13:21:29.193Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-06-05T13:21:29.193Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-06-05T13:21:29.193Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-06-05T13:21:29.193Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-06-05T13:21:29.193Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-06-05T13:21:29.193Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-06-05T13:21:29.193Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-06-05T13:21:29.193Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-06-05T13:21:29.193Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-06-05T13:21:29.193Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-06-05T13:21:29.193Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-06-05T13:21:51.377Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-06-05T13:22:09.641Z] Skipping stage go (already ran) [2020-06-05T13:22:09.641Z] Staging device-modbus [2020-06-05T13:22:10.233Z] Priming go [2020-06-05T13:22:12.898Z] Priming device-modbus [2020-06-05T13:22:16.305Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-06-05T13:22:16.305Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-06-05T13:22:16.305Z] Determining the version from the project repo (version-script). [2020-06-05T13:22:16.305Z] The version has been set to '1.2.1-dev.2-20200605+f5c9d48' [2020-06-05T13:22:16.305Z] Snapping 'edgex-device-modbus' ... [2020-06-05T13:22:18.915Z] [2020-06-05T13:22:18.915Z] Snapped edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap [2020-06-05T13:22:24.298Z] [2020-06-05T13:22:24.298Z] Login successful. You now have these capabilities: [2020-06-05T13:22:24.298Z] [2020-06-05T13:22:24.298Z] snaps: No restriction [2020-06-05T13:22:24.298Z] channels: No restriction [2020-06-05T13:22:24.298Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-06-05T13:22:24.298Z] expires: 2020-06-19T16:50:48.252993 [2020-06-05T13:22:24.298Z] [2020-06-05T13:22:27.671Z] Preparing to push 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap'. [2020-06-05T13:22:27.671Z] After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-06-05T13:22:27.671Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-06-05T13:22:31.957Z] Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 0% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 1% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 2% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 3% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 4% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 5% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 6% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 7% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 8% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 9% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 10% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 11% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 12% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 13% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 14% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 15% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 16% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 17% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 18% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 19% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 20% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 21% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 22% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 23% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 24% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 25% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 26% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 27% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 29% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 30% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 31% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 32% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 33% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 34% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 35% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 36% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 37% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 38% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 39% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 40% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 41% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 42% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 43% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 44% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 45% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 46% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 47% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 48% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [ ] 49% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 50% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 51% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 52% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 53% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 54% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 55% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 56% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 58% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 59% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 60% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 61% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 62% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 63% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 64% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 65% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 66% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 67% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 68% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 69% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 70% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 71% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 72% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 73% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 74% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 75% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 76% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 77% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 78% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 79% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 80% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 81% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 82% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 83% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 84% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 86% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 87% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 88% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 89% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 90% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 91% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 92% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 93% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 94% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 95% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 96% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 97% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 98% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [= ] 99% Pushing 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [==] 100% [2020-06-05T13:22:40.207Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Ready to release! [2020-06-05T13:22:40.207Z] Revision 1238 of 'edgex-device-modbus' created. [2020-06-05T13:22:40.800Z] Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...| [2020-06-05T13:22:40.800Z] Track Arch Channel Version Revision Notes [2020-06-05T13:22:40.800Z] edinburgh arm64 stable - - - [2020-06-05T13:22:40.800Z] candidate - - - [2020-06-05T13:22:40.800Z] beta 1.0.0-20190627+739f7ef 113 - [2020-06-05T13:22:40.800Z] edge 1.0.0-20200107+c777f31 958 - [2020-06-05T13:22:40.800Z] fuji arm64 stable 1.1.1-20200311+37c94ae 1112 - [2020-06-05T13:22:40.800Z] candidate ^ ^ - [2020-06-05T13:22:40.800Z] beta 1.1.1-20200311+37c94ae 1112 - [2020-06-05T13:22:40.800Z] edge 1.1.1-20200422+37c94ae 1194 - [2020-06-05T13:22:40.800Z] geneva arm64 stable 1.2.0-20200519+a219397 1204 - [2020-06-05T13:22:40.800Z] candidate ^ ^ - [2020-06-05T13:22:40.800Z] beta ^ ^ - [2020-06-05T13:22:40.800Z] edge ^ ^ - [2020-06-05T13:22:40.800Z] latest arm64 stable 1.2.0-20200519+a219397 1204 - [2020-06-05T13:22:40.800Z] candidate 1.2.0-20200519+a219397 1204 - [2020-06-05T13:22:40.800Z] beta 1.2.0-20200519+a219397 1204 - [2020-06-05T13:22:40.800Z] edge 1.2.1-dev.2-20200605+f5c9d48 1238 - [2020-06-05T13:22:44.173Z] Pushing metadata from 'edgex-device-modbus_1.2.1-dev.2-20200605+f5c9d48_arm64.snap' [2020-06-05T13:22:46.781Z] The metadata has been pushed [Pipeline] } [2020-06-05T13:22:48.764Z] 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-05T13:22:49.373Z] provisioning config files... [2020-06-05T13:22:49.384Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1844667730801586415tmp [Pipeline] { [Pipeline] sh [2020-06-05T13:22:49.709Z] + curl -s https://codecov.io/bash [2020-06-05T13:22:49.709Z] + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_master@tmp/config1844667730801586415tmp [2020-06-05T13:22:49.972Z] [2020-06-05T13:22:49.972Z] _____ _ [2020-06-05T13:22:49.972Z] / ____| | | [2020-06-05T13:22:49.972Z] | | ___ __| | ___ ___ _____ __ [2020-06-05T13:22:49.972Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-06-05T13:22:49.972Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-06-05T13:22:49.972Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-06-05T13:22:49.972Z] Bash-20200602-f809a24 [2020-06-05T13:22:49.972Z] [2020-06-05T13:22:49.973Z] [2020-06-05T13:22:49.973Z] ==> Jenkins CI detected. [2020-06-05T13:22:49.973Z] project root: . [2020-06-05T13:22:49.973Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-06-05T13:22:49.973Z] ==> Running gcov in . (disable via -X gcov) [2020-06-05T13:22:49.973Z] ==> Python coveragepy not found [2020-06-05T13:22:49.973Z] ==> Searching for coverage reports in: [2020-06-05T13:22:49.973Z] + . [2020-06-05T13:22:49.973Z] -> Found 1 reports [2020-06-05T13:22:49.973Z] ==> Detecting git/mercurial file structure [2020-06-05T13:22:49.973Z] ==> Reading reports [2020-06-05T13:22:49.973Z] + ./coverage.out bytes=22123 [2020-06-05T13:22:49.973Z] ==> Appending adjustments [2020-06-05T13:22:49.973Z] https://docs.codecov.io/docs/fixing-reports [2020-06-05T13:22:50.235Z] + Found adjustments [2020-06-05T13:22:50.235Z] ==> Gzipping contents [2020-06-05T13:22:50.235Z] ==> Uploading reports [2020-06-05T13:22:50.235Z] url: https://codecov.io [2020-06-05T13:22:50.235Z] query: branch=master&commit=f5c9d48415354775d5437a1ae29fce4498980850&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job= [2020-06-05T13:22:50.235Z] -> Pinging Codecov [2020-06-05T13:22:50.235Z] https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=f5c9d48415354775d5437a1ae29fce4498980850&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job= [2020-06-05T13:22:50.808Z] -> Uploading [2020-06-05T13:22:51.069Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/f5c9d48415354775d5437a1ae29fce4498980850 [Pipeline] } [2020-06-05T13:22:51.078Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-06-05T13:22:51.358Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-06-05T13:22:51.359Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-06-05T13:22:51.383Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:22:51.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-05T13:22:51.700Z] [2020-06-05T13:22:51.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:22:52.023Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-05T13:22:52.023Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-06-05T13:22:52.023Z] cbdbe7a5bc2a: Pulling fs layer [2020-06-05T13:22:52.023Z] 408f87550127: Pulling fs layer [2020-06-05T13:22:52.023Z] fe522b08c979: Pulling fs layer [2020-06-05T13:22:52.023Z] 221eaa008020: Pulling fs layer [2020-06-05T13:22:52.023Z] 2a4607e5d6b9: Pulling fs layer [2020-06-05T13:22:52.023Z] 8f79b27c4fd2: Pulling fs layer [2020-06-05T13:22:52.023Z] e5c8dbe1645b: Pulling fs layer [2020-06-05T13:22:52.023Z] 23e8b3b47431: Pulling fs layer [2020-06-05T13:22:52.023Z] 5c568d65a230: Pulling fs layer [2020-06-05T13:22:52.023Z] 221eaa008020: Waiting [2020-06-05T13:22:52.023Z] 2a4607e5d6b9: Waiting [2020-06-05T13:22:52.023Z] 8f79b27c4fd2: Waiting [2020-06-05T13:22:52.023Z] e5c8dbe1645b: Waiting [2020-06-05T13:22:52.023Z] 5c568d65a230: Waiting [2020-06-05T13:22:52.023Z] 23e8b3b47431: Waiting [2020-06-05T13:22:52.023Z] fe522b08c979: Verifying Checksum [2020-06-05T13:22:52.023Z] fe522b08c979: Download complete [2020-06-05T13:22:52.023Z] 408f87550127: Download complete [2020-06-05T13:22:52.023Z] 2a4607e5d6b9: Verifying Checksum [2020-06-05T13:22:52.023Z] 8f79b27c4fd2: Verifying Checksum [2020-06-05T13:22:52.023Z] 8f79b27c4fd2: Download complete [2020-06-05T13:22:52.023Z] cbdbe7a5bc2a: Download complete [2020-06-05T13:22:52.301Z] e5c8dbe1645b: Download complete [2020-06-05T13:22:52.572Z] cbdbe7a5bc2a: Pull complete [2020-06-05T13:22:52.840Z] 23e8b3b47431: Verifying Checksum [2020-06-05T13:22:52.840Z] 23e8b3b47431: Download complete [2020-06-05T13:22:53.104Z] 408f87550127: Pull complete [2020-06-05T13:22:53.104Z] fe522b08c979: Pull complete [2020-06-05T13:22:53.371Z] 5c568d65a230: Verifying Checksum [2020-06-05T13:22:53.371Z] 5c568d65a230: Download complete [2020-06-05T13:22:53.637Z] 221eaa008020: Verifying Checksum [2020-06-05T13:22:53.637Z] 221eaa008020: Download complete [2020-06-05T13:22:58.934Z] 221eaa008020: Pull complete [2020-06-05T13:22:58.934Z] 2a4607e5d6b9: Pull complete [2020-06-05T13:22:58.934Z] 8f79b27c4fd2: Pull complete [2020-06-05T13:23:00.868Z] e5c8dbe1645b: Pull complete [2020-06-05T13:23:04.178Z] 23e8b3b47431: Pull complete [2020-06-05T13:23:05.126Z] 5c568d65a230: Pull complete [2020-06-05T13:23:05.126Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-06-05T13:23:05.126Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-06-05T13:23:05.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-06-05T13:23:05.250Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:23:05.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-06-05T13:23:05.987Z] $ docker top 1ca1650fb788ecc0aa3f5d0df588ee369790d7823e40319e3dcc86e074616218 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-06-05T13:23:06.415Z] + snyk monitor '--org=edgex-jenkins' [2020-06-05T13:23:14.571Z] [2020-06-05T13:23:14.571Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-06-05T13:23:14.571Z] [2020-06-05T13:23:14.571Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/a5fe66ec-5194-4995-a9d2-c867e41b522d [2020-06-05T13:23:14.571Z] [2020-06-05T13:23:14.571Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-06-05T13:23:14.571Z] [2020-06-05T13:23:14.571Z] [Pipeline] } [2020-06-05T13:23:14.583Z] $ docker stop --time=1 1ca1650fb788ecc0aa3f5d0df588ee369790d7823e40319e3dcc86e074616218 [2020-06-05T13:23:16.641Z] $ docker rm -f 1ca1650fb788ecc0aa3f5d0df588ee369790d7823e40319e3dcc86e074616218 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:23:17.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-05T13:23:17.496Z] [2020-06-05T13:23:17.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:23:17.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-05T13:23:17.821Z] latest: Pulling from edgex-devops/edgex-klar [2020-06-05T13:23:17.821Z] e7c96db7181b: Pulling fs layer [2020-06-05T13:23:17.821Z] 1868ca2cb446: Pulling fs layer [2020-06-05T13:23:17.821Z] 136be5d0fe8e: Pulling fs layer [2020-06-05T13:23:17.821Z] 894bfe63afcb: Pulling fs layer [2020-06-05T13:23:17.821Z] 1868ca2cb446: Download complete [2020-06-05T13:23:17.821Z] 136be5d0fe8e: Verifying Checksum [2020-06-05T13:23:17.821Z] 136be5d0fe8e: Download complete [2020-06-05T13:23:17.821Z] e7c96db7181b: Verifying Checksum [2020-06-05T13:23:17.821Z] e7c96db7181b: Download complete [2020-06-05T13:23:17.821Z] 894bfe63afcb: Verifying Checksum [2020-06-05T13:23:17.821Z] 894bfe63afcb: Download complete [2020-06-05T13:23:18.083Z] e7c96db7181b: Pull complete [2020-06-05T13:23:18.084Z] 1868ca2cb446: Pull complete [2020-06-05T13:23:18.345Z] 136be5d0fe8e: Pull complete [2020-06-05T13:23:18.607Z] 894bfe63afcb: Pull complete [2020-06-05T13:23:18.607Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-06-05T13:23:18.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-05T13:23:18.607Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-06-05T13:23:18.692Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:23:18.734Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-05T13:23:19.604Z] $ docker top 0acaefa8b83dbf2ea954ecd1143f9e2b3674033e018cd4072c36ba40f1b3341d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-05T13:23:20.047Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:23:20.047Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-05T13:23:22.671Z] $ docker stop --time=1 0acaefa8b83dbf2ea954ecd1143f9e2b3674033e018cd4072c36ba40f1b3341d [2020-06-05T13:23:24.005Z] $ docker rm -f 0acaefa8b83dbf2ea954ecd1143f9e2b3674033e018cd4072c36ba40f1b3341d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:23:24.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-05T13:23:24.418Z] . [Pipeline] withDockerContainer [2020-06-05T13:23:24.504Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:23:24.545Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-05T13:23:25.135Z] $ docker top 751bebb22dac5c93aeb6cc2417e12516d4abc4831fd13ed9032d1e245f71ff0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-05T13:23:25.606Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:23:25.606Z] + tee [2020-06-05T13:23:25.606Z] clair timeout 1m0s [2020-06-05T13:23:25.606Z] docker timeout: 1m0s [2020-06-05T13:23:25.606Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-05T13:23:26.227Z] $ docker stop --time=1 751bebb22dac5c93aeb6cc2417e12516d4abc4831fd13ed9032d1e245f71ff0e [2020-06-05T13:23:27.549Z] $ docker rm -f 751bebb22dac5c93aeb6cc2417e12516d4abc4831fd13ed9032d1e245f71ff0e [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-05T13:23:27.957Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-06-05T13:23:27.969Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_f5c9d48415354775d5437a1ae29fce4498980850.html [Pipeline] writeFile [Pipeline] step [2020-06-05T13:23:28.080Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:23:28.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-05T13:23:28.410Z] . [Pipeline] withDockerContainer [2020-06-05T13:23:28.495Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:23:28.540Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-05T13:23:29.119Z] $ docker top ac051131dc0524e091efc0b995c6009eb17b7c94b84e82105528912e4771f59f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-05T13:23:29.542Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:23:29.542Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-05T13:23:32.162Z] $ docker stop --time=1 ac051131dc0524e091efc0b995c6009eb17b7c94b84e82105528912e4771f59f [2020-06-05T13:23:33.490Z] $ docker rm -f ac051131dc0524e091efc0b995c6009eb17b7c94b84e82105528912e4771f59f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:23:34.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-06-05T13:23:34.020Z] . [Pipeline] withDockerContainer [2020-06-05T13:23:34.156Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:23:34.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-06-05T13:23:34.893Z] $ docker top a78881e189355b03b3847ef53492c32886b08a257f4fa79b66ec2c20201168d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-06-05T13:23:35.309Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:f5c9d48415354775d5437a1ae29fce4498980850 [2020-06-05T13:23:35.309Z] + tee [2020-06-05T13:23:35.310Z] clair timeout 1m0s [2020-06-05T13:23:35.310Z] docker timeout: 1m0s [2020-06-05T13:23:35.310Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-06-05T13:23:35.936Z] $ docker stop --time=1 a78881e189355b03b3847ef53492c32886b08a257f4fa79b66ec2c20201168d1 [2020-06-05T13:23:37.278Z] $ docker rm -f a78881e189355b03b3847ef53492c32886b08a257f4fa79b66ec2c20201168d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-06-05T13:23:37.676Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-06-05T13:23:37.689Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_f5c9d48415354775d5437a1ae29fce4498980850.html [Pipeline] writeFile [Pipeline] step [2020-06-05T13:23:37.714Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:23:38.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-05T13:23:38.219Z] . [Pipeline] withDockerContainer [2020-06-05T13:23:38.304Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:23:38.341Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-05T13:23:38.879Z] $ docker top 7c9ec2990c403645657a7f88ad35d1e23b8821e894e4ac2ce72f524fd6c520d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-05T13:23:39.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-05T13:23:39.058Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-05T13:23:39.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-05T13:23:39.264Z] $ docker exec 7c9ec2990c403645657a7f88ad35d1e23b8821e894e4ac2ce72f524fd6c520d4 ssh-agent [2020-06-05T13:23:39.427Z] SSH_AUTH_SOCK=/tmp/ssh-cGkF3pu1gyjA/agent.11 [2020-06-05T13:23:39.427Z] SSH_AGENT_PID=16 [2020-06-05T13:23:39.433Z] Running ssh-add (command line suppressed) [2020-06-05T13:23:39.561Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1349351491848491077.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1349351491848491077.key) [2020-06-05T13:23:39.611Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-05T13:23:39.916Z] + git semver tag [2020-06-05T13:23:39.916Z] # -> Open(): unable to determine branch for HEAD [2020-06-05T13:23:39.916Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-06-05T13:23:39.916Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-06-05T13:23:39.916Z] # $SEMVER_REMOTE_NAME = origin [2020-06-05T13:23:39.916Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-05T13:23:39.916Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-05T13:23:39.916Z] # $SEMVER_BRANCH = master [2020-06-05T13:23:39.916Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-06-05T13:23:39.916Z] # f5c9d48415354775d5437a1ae29fce4498980850 HEAD [2020-06-05T13:23:39.916Z] # -> Force: false [2020-06-05T13:23:39.916Z] # 318ad0c3934a94713d74590b711be131a0d92ce8 refs/tags/v1.2.1-dev.2 [Pipeline] } [2020-06-05T13:23:39.927Z] $ docker exec --env ******** --env ******** 7c9ec2990c403645657a7f88ad35d1e23b8821e894e4ac2ce72f524fd6c520d4 ssh-agent -k [2020-06-05T13:23:40.031Z] unset SSH_AUTH_SOCK; [2020-06-05T13:23:40.031Z] unset SSH_AGENT_PID; [2020-06-05T13:23:40.031Z] echo Agent pid 16 killed; [2020-06-05T13:23:40.073Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-05T13:23:40.436Z] + git semver [Pipeline] } [2020-06-05T13:23:40.452Z] $ docker stop --time=1 7c9ec2990c403645657a7f88ad35d1e23b8821e894e4ac2ce72f524fd6c520d4 [2020-06-05T13:23:41.766Z] $ docker rm -f 7c9ec2990c403645657a7f88ad35d1e23b8821e894e4ac2ce72f524fd6c520d4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:23:42.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-05T13:23:42.250Z] [2020-06-05T13:23:42.250Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:23:42.567Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-05T13:23:42.567Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-06-05T13:23:42.567Z] ab5ef0e58194: Pulling fs layer [2020-06-05T13:23:42.567Z] 9712f1f96733: Pulling fs layer [2020-06-05T13:23:42.567Z] 63f879dbbcfc: Pulling fs layer [2020-06-05T13:23:42.567Z] 0d9ebad4ef96: Pulling fs layer [2020-06-05T13:23:42.567Z] e9a5061849ea: Pulling fs layer [2020-06-05T13:23:42.567Z] d747dcd14b5f: Pulling fs layer [2020-06-05T13:23:42.567Z] 2de7ff778b66: Pulling fs layer [2020-06-05T13:23:42.567Z] e9a5061849ea: Waiting [2020-06-05T13:23:42.567Z] d747dcd14b5f: Waiting [2020-06-05T13:23:42.567Z] 2de7ff778b66: Waiting [2020-06-05T13:23:42.567Z] 0d9ebad4ef96: Waiting [2020-06-05T13:23:42.567Z] 9712f1f96733: Verifying Checksum [2020-06-05T13:23:42.567Z] 9712f1f96733: Download complete [2020-06-05T13:23:43.144Z] 63f879dbbcfc: Verifying Checksum [2020-06-05T13:23:43.144Z] 63f879dbbcfc: Download complete [2020-06-05T13:23:43.407Z] e9a5061849ea: Verifying Checksum [2020-06-05T13:23:43.407Z] e9a5061849ea: Download complete [2020-06-05T13:23:43.407Z] d747dcd14b5f: Verifying Checksum [2020-06-05T13:23:43.407Z] d747dcd14b5f: Download complete [2020-06-05T13:23:43.407Z] 0d9ebad4ef96: Verifying Checksum [2020-06-05T13:23:43.407Z] 0d9ebad4ef96: Download complete [2020-06-05T13:23:43.407Z] ab5ef0e58194: Verifying Checksum [2020-06-05T13:23:43.407Z] ab5ef0e58194: Download complete [2020-06-05T13:23:43.668Z] 2de7ff778b66: Download complete [2020-06-05T13:23:47.881Z] ab5ef0e58194: Pull complete [2020-06-05T13:23:47.881Z] 9712f1f96733: Pull complete [2020-06-05T13:23:51.184Z] 63f879dbbcfc: Pull complete [2020-06-05T13:23:57.778Z] 0d9ebad4ef96: Pull complete [2020-06-05T13:23:58.719Z] e9a5061849ea: Pull complete [2020-06-05T13:23:58.719Z] d747dcd14b5f: Pull complete [2020-06-05T13:24:01.277Z] 2de7ff778b66: Pull complete [2020-06-05T13:24:01.277Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-06-05T13:24:01.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-06-05T13:24:01.277Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-06-05T13:24:01.417Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:24:01.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-06-05T13:24:05.523Z] $ docker top 50561a0d278ef0b8fcfeb8399be8fbc6ce6f61d996e74161b90184a945fcc3cd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-06-05T13:24:05.676Z] provisioning config files... [2020-06-05T13:24:05.684Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4335039733213252208tmp [2020-06-05T13:24:05.706Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6553324666567700384tmp [2020-06-05T13:24:05.729Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1211453685612817423tmp [Pipeline] { [Pipeline] echo [2020-06-05T13:24:05.758Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:24:06.051Z] ---> sigul-configuration.sh [2020-06-05T13:24:06.051Z] gpg: directory `/root/.gnupg' created [2020-06-05T13:24:06.051Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-06-05T13:24:06.051Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-06-05T13:24:06.051Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-06-05T13:24:06.051Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-06-05T13:24:06.051Z] gpg: CAST5 encrypted data [2020-06-05T13:24:06.312Z] gpg: encrypted with 1 passphrase [2020-06-05T13:24:06.312Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-06-05T13:24:06.608Z] + mkdir /home/jenkins [2020-06-05T13:24:06.608Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-06-05T13:24:06.898Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-06-05T13:24:06.906Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:24:07.194Z] ---> sigul-install.sh [2020-06-05T13:24:13.774Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-06-05T13:24:14.067Z] + git tag --list [2020-06-05T13:24:14.067Z] v1.2.1-dev.2 [Pipeline] sh [2020-06-05T13:24:14.359Z] + lftools sign git-tag v1.2.1-dev.2 [2020-06-05T13:24:15.303Z] Signing Git tag with Sigul... [2020-06-05T13:24:15.303Z] Signing v1.2.1-dev.2 [Pipeline] echo [2020-06-05T13:24:16.698Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:24:16.989Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-06-05T13:24:16.997Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-06-05T13:24:17.041Z] $ docker stop --time=1 50561a0d278ef0b8fcfeb8399be8fbc6ce6f61d996e74161b90184a945fcc3cd [2020-06-05T13:24:18.919Z] $ docker rm -f 50561a0d278ef0b8fcfeb8399be8fbc6ce6f61d996e74161b90184a945fcc3cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:24:19.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-05T13:24:19.593Z] . [Pipeline] withDockerContainer [2020-06-05T13:24:19.681Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:24:19.719Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-05T13:24:20.299Z] $ docker top 1933e49f616db4a76908d74a958569d7117f7f43e1548e64a3d2dfdd93632cc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-05T13:24:20.500Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-05T13:24:20.500Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-05T13:24:20.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-05T13:24:20.689Z] $ docker exec 1933e49f616db4a76908d74a958569d7117f7f43e1548e64a3d2dfdd93632cc9 ssh-agent [2020-06-05T13:24:20.850Z] SSH_AUTH_SOCK=/tmp/ssh-Ey5zju4fRBa1/agent.12 [2020-06-05T13:24:20.850Z] SSH_AGENT_PID=18 [2020-06-05T13:24:20.856Z] Running ssh-add (command line suppressed) [2020-06-05T13:24:20.974Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1881775491357197708.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1881775491357197708.key) [2020-06-05T13:24:21.027Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-05T13:24:21.330Z] + git semver bump pre [2020-06-05T13:24:21.330Z] # -> Open(): unable to determine branch for HEAD [2020-06-05T13:24:21.330Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-06-05T13:24:21.330Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-06-05T13:24:21.330Z] # $SEMVER_REMOTE_NAME = origin [2020-06-05T13:24:21.330Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-05T13:24:21.330Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-05T13:24:21.330Z] # $SEMVER_BRANCH = master [2020-06-05T13:24:21.330Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-06-05T13:24:21.330Z] 1.2.1-dev.3 [Pipeline] } [2020-06-05T13:24:21.341Z] $ docker exec --env ******** --env ******** 1933e49f616db4a76908d74a958569d7117f7f43e1548e64a3d2dfdd93632cc9 ssh-agent -k [2020-06-05T13:24:21.449Z] unset SSH_AUTH_SOCK; [2020-06-05T13:24:21.449Z] unset SSH_AGENT_PID; [2020-06-05T13:24:21.449Z] echo Agent pid 18 killed; [2020-06-05T13:24:21.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-05T13:24:21.850Z] + git semver [Pipeline] } [2020-06-05T13:24:21.866Z] $ docker stop --time=1 1933e49f616db4a76908d74a958569d7117f7f43e1548e64a3d2dfdd93632cc9 [2020-06-05T13:24:23.206Z] $ docker rm -f 1933e49f616db4a76908d74a958569d7117f7f43e1548e64a3d2dfdd93632cc9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:24:23.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-06-05T13:24:23.653Z] . [Pipeline] withDockerContainer [2020-06-05T13:24:23.742Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:24:23.780Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-06-05T13:24:24.332Z] $ docker top 70167ac39fd2979bc93d2b79154dab05805cabc72283d6f5d3801d36ec9d3b5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-06-05T13:24:24.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-06-05T13:24:24.515Z] [ssh-agent] Looking for ssh-agent implementation... [2020-06-05T13:24:24.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-06-05T13:24:24.689Z] $ docker exec 70167ac39fd2979bc93d2b79154dab05805cabc72283d6f5d3801d36ec9d3b5a ssh-agent [2020-06-05T13:24:24.848Z] SSH_AUTH_SOCK=/tmp/ssh-cbmY6FV5NjRN/agent.13 [2020-06-05T13:24:24.848Z] SSH_AGENT_PID=18 [2020-06-05T13:24:24.854Z] Running ssh-add (command line suppressed) [2020-06-05T13:24:24.969Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7997876967208438979.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7997876967208438979.key) [2020-06-05T13:24:25.021Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-06-05T13:24:25.322Z] + git semver push [2020-06-05T13:24:25.322Z] # -> Open(): unable to determine branch for HEAD [2020-06-05T13:24:25.322Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-06-05T13:24:25.322Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-06-05T13:24:25.322Z] # $SEMVER_REMOTE_NAME = origin [2020-06-05T13:24:25.322Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-06-05T13:24:25.322Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-06-05T13:24:25.322Z] # $SEMVER_BRANCH = master [2020-06-05T13:24:25.322Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-06-05T13:24:31.921Z] $ docker exec --env ******** --env ******** 70167ac39fd2979bc93d2b79154dab05805cabc72283d6f5d3801d36ec9d3b5a ssh-agent -k [2020-06-05T13:24:32.037Z] unset SSH_AUTH_SOCK; [2020-06-05T13:24:32.037Z] unset SSH_AGENT_PID; [2020-06-05T13:24:32.037Z] echo Agent pid 18 killed; [2020-06-05T13:24:32.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-06-05T13:24:32.463Z] + git semver [Pipeline] } [2020-06-05T13:24:32.479Z] $ docker stop --time=1 70167ac39fd2979bc93d2b79154dab05805cabc72283d6f5d3801d36ec9d3b5a [2020-06-05T13:24:33.808Z] $ docker rm -f 70167ac39fd2979bc93d2b79154dab05805cabc72283d6f5d3801d36ec9d3b5a [Pipeline] // withDockerContainer [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-05T13:24:34.430Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:24:34.991Z] ---> package-listing.sh [2020-06-05T13:24:34.991Z] ++ facter osfamily [2020-06-05T13:24:34.991Z] ++ tr '[:upper:]' '[:lower:]' [2020-06-05T13:24:34.991Z] + OS_FAMILY=redhat [2020-06-05T13:24:34.991Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-06-05T13:24:34.991Z] + START_PACKAGES=/tmp/packages_start.txt [2020-06-05T13:24:34.991Z] + END_PACKAGES=/tmp/packages_end.txt [2020-06-05T13:24:34.991Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-06-05T13:24:34.991Z] + PACKAGES=/tmp/packages_start.txt [2020-06-05T13:24:34.991Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-06-05T13:24:34.991Z] + PACKAGES=/tmp/packages_end.txt [2020-06-05T13:24:34.991Z] + case "${OS_FAMILY}" in [2020-06-05T13:24:34.991Z] + rpm -qa [2020-06-05T13:24:34.991Z] + sort [2020-06-05T13:24:39.201Z] + '[' -f /tmp/packages_start.txt ']' [2020-06-05T13:24:39.201Z] + '[' -f /tmp/packages_end.txt ']' [2020-06-05T13:24:39.201Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-06-05T13:24:39.201Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-06-05T13:24:39.201Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-06-05T13:24:39.201Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:24:39.790Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-05T13:24:39.790Z] [2020-06-05T13:24:39.790Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-06-05T13:24:40.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-05T13:24:40.138Z] alpine: Pulling from edgex-lftools-log-publisher [2020-06-05T13:24:40.138Z] c9b1b535fdd9: Pulling fs layer [2020-06-05T13:24:40.138Z] 2cc5ad85d9ab: Pulling fs layer [2020-06-05T13:24:40.138Z] 756a868c4378: Pulling fs layer [2020-06-05T13:24:40.138Z] 444b2fc9a129: Pulling fs layer [2020-06-05T13:24:40.138Z] ea15f1150254: Pulling fs layer [2020-06-05T13:24:40.138Z] 41b27a9f41bf: Pulling fs layer [2020-06-05T13:24:40.138Z] 28c525ee5125: Pulling fs layer [2020-06-05T13:24:40.138Z] 094b1ea09ed8: Pulling fs layer [2020-06-05T13:24:40.138Z] 138eaada9080: Pulling fs layer [2020-06-05T13:24:40.138Z] 0622d0fa9048: Pulling fs layer [2020-06-05T13:24:40.138Z] 41b27a9f41bf: Waiting [2020-06-05T13:24:40.138Z] 28c525ee5125: Waiting [2020-06-05T13:24:40.138Z] 094b1ea09ed8: Waiting [2020-06-05T13:24:40.138Z] 138eaada9080: Waiting [2020-06-05T13:24:40.138Z] 0622d0fa9048: Waiting [2020-06-05T13:24:40.138Z] 444b2fc9a129: Waiting [2020-06-05T13:24:40.138Z] ea15f1150254: Waiting [2020-06-05T13:24:40.138Z] 2cc5ad85d9ab: Download complete [2020-06-05T13:24:40.138Z] 444b2fc9a129: Verifying Checksum [2020-06-05T13:24:40.138Z] 444b2fc9a129: Download complete [2020-06-05T13:24:40.138Z] c9b1b535fdd9: Download complete [2020-06-05T13:24:40.138Z] ea15f1150254: Verifying Checksum [2020-06-05T13:24:40.138Z] ea15f1150254: Download complete [2020-06-05T13:24:40.404Z] 28c525ee5125: Verifying Checksum [2020-06-05T13:24:40.404Z] 28c525ee5125: Download complete [2020-06-05T13:24:40.666Z] 756a868c4378: Verifying Checksum [2020-06-05T13:24:40.666Z] 756a868c4378: Download complete [2020-06-05T13:24:40.666Z] c9b1b535fdd9: Pull complete [2020-06-05T13:24:40.666Z] 138eaada9080: Verifying Checksum [2020-06-05T13:24:40.666Z] 138eaada9080: Download complete [2020-06-05T13:24:40.666Z] 0622d0fa9048: Verifying Checksum [2020-06-05T13:24:40.666Z] 0622d0fa9048: Download complete [2020-06-05T13:24:40.666Z] 094b1ea09ed8: Verifying Checksum [2020-06-05T13:24:40.666Z] 094b1ea09ed8: Download complete [2020-06-05T13:24:41.239Z] 41b27a9f41bf: Verifying Checksum [2020-06-05T13:24:41.239Z] 41b27a9f41bf: Download complete [2020-06-05T13:24:41.503Z] 2cc5ad85d9ab: Pull complete [2020-06-05T13:24:42.887Z] 756a868c4378: Pull complete [2020-06-05T13:24:43.147Z] 444b2fc9a129: Pull complete [2020-06-05T13:24:43.147Z] ea15f1150254: Pull complete [2020-06-05T13:24:46.458Z] 41b27a9f41bf: Pull complete [2020-06-05T13:24:46.458Z] 28c525ee5125: Pull complete [2020-06-05T13:24:49.016Z] 094b1ea09ed8: Pull complete [2020-06-05T13:24:49.016Z] 138eaada9080: Pull complete [2020-06-05T13:24:49.276Z] 0622d0fa9048: Pull complete [2020-06-05T13:24:49.276Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-06-05T13:24:49.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-06-05T13:24:49.276Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-06-05T13:24:49.404Z] prd-centos7-docker-4c-2g-1980 does not seem to be running inside a container [2020-06-05T13:24:49.446Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-06-05T13:24:53.569Z] $ docker top d1b7e9043ad4a60d9e193295f5d57191b7e1ce296a6e6084a6c38008a109fb1e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-06-05T13:24:53.731Z] provisioning config files... [2020-06-05T13:24:53.748Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8334389022733283516tmp [Pipeline] { [Pipeline] echo [2020-06-05T13:24:53.777Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:24:54.069Z] ---> create-netrc.sh [Pipeline] echo [2020-06-05T13:24:54.079Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-06-05T13:24:54.373Z] ---> logs-deploy.sh [2020-06-05T13:24:54.373Z] + ARCHIVE_ARTIFACTS= [2020-06-05T13:24:54.373Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-06-05T13:24:54.373Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-06-05T13:24:54.373Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-06-05T13:24:54.373Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/11 [2020-06-05T13:24:54.373Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/11/ [2020-06-05T13:24:54.373Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/11 /w/workspace/xfoundry_device-modbus-go_master [2020-06-05T13:24:55.316Z] Archives upload complete. [2020-06-05T13:24:55.577Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/11 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/11/