Pull request #139 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-modbus-go Obtained Jenkinsfile from c3baaed11742e0f498867c8c1fbcea6cd3bef2e6+cc6d90c40154bca37e23385c8e48fb0109b6b0d5 (625f202a1d5618b94811a50085dddea238b6b78a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5295 in /w/workspace/xfoundry_device-modbus-go_PR-139 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-139 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit cc6d90c40154bca37e23385c8e48fb0109b6b0d5 into PR head commit c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/139/head:refs/remotes/origin/PR-139 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc6d90c40154bca37e23385c8e48fb0109b6b0d5 # timeout=10 Merge succeeded, producing 58fdd56e45f93162b0dec62e83baa382b34e22e2 Checking out Revision 58fdd56e45f93162b0dec62e83baa382b34e22e2 (PR-139) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 58fdd56e45f93162b0dec62e83baa382b34e22e2 # timeout=10 Commit message: "Merge commit 'cc6d90c40154bca37e23385c8e48fb0109b6b0d5' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk c38ed61ac3b96769c536e3c62908c9b77c28b676 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-21T16:54:49.092Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-04-21T16:54:49.314Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-04-21T16:54:49.385Z] ========================================================= [2020-04-21T16:54:49.385Z] EdgeX Global Pipelines Version Info [2020-04-21T16:54:49.385Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-04-21T16:54:50.789Z] ------------------- [2020-04-21T16:54:50.789Z] stable info: [2020-04-21T16:54:50.789Z] ------------------- [2020-04-21T16:54:50.789Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-04-21T16:54:50.789Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-21T16:54:50.789Z] Message: update stable to v1.0.73 [2020-04-21T16:54:51.357Z] ------------------- [2020-04-21T16:54:51.357Z] experimental info: [2020-04-21T16:54:51.357Z] ------------------- [2020-04-21T16:54:51.357Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-04-21T16:54:51.357Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-21T16:54:51.357Z] Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-21T16:54:53.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-21T16:54:53.240Z] [2020-04-21T16:54:53.240Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-21T16:54:53.571Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-21T16:54:53.572Z] latest: Pulling from edgex-devops/git-semver [2020-04-21T16:54:53.572Z] 9123ac7c32f7: Pulling fs layer [2020-04-21T16:54:53.572Z] b8cc5d1170e3: Pulling fs layer [2020-04-21T16:54:53.572Z] 2924cbbf6a41: Pulling fs layer [2020-04-21T16:54:53.572Z] 93b08a4f1073: Pulling fs layer [2020-04-21T16:54:53.572Z] 93b08a4f1073: Waiting [2020-04-21T16:54:53.572Z] b8cc5d1170e3: Verifying Checksum [2020-04-21T16:54:53.572Z] b8cc5d1170e3: Download complete [2020-04-21T16:54:53.836Z] 9123ac7c32f7: Verifying Checksum [2020-04-21T16:54:53.836Z] 9123ac7c32f7: Download complete [2020-04-21T16:54:53.836Z] 93b08a4f1073: Verifying Checksum [2020-04-21T16:54:53.836Z] 93b08a4f1073: Download complete [2020-04-21T16:54:53.836Z] 2924cbbf6a41: Verifying Checksum [2020-04-21T16:54:53.836Z] 2924cbbf6a41: Download complete [2020-04-21T16:54:53.836Z] 9123ac7c32f7: Pull complete [2020-04-21T16:54:54.095Z] b8cc5d1170e3: Pull complete [2020-04-21T16:54:54.667Z] 2924cbbf6a41: Pull complete [2020-04-21T16:54:54.926Z] 93b08a4f1073: Pull complete [2020-04-21T16:54:54.926Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-21T16:54:54.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-21T16:54:55.056Z] prd-centos7-docker-4c-2g-5295 does not seem to be running inside a container [2020-04-21T16:54:55.096Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-139 -v /w/workspace/xfoundry_device-modbus-go_PR-139:/w/workspace/xfoundry_device-modbus-go_PR-139:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-139@tmp:/w/workspace/xfoundry_device-modbus-go_PR-139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-04-21T16:54:55.681Z] $ docker top 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-21T16:54:55.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-21T16:54:55.945Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-21T16:54:56.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-21T16:54:56.151Z] $ docker exec 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 ssh-agent [2020-04-21T16:54:56.341Z] SSH_AUTH_SOCK=/tmp/ssh-jrUBlirDrDjI/agent.15 [2020-04-21T16:54:56.341Z] SSH_AGENT_PID=21 [2020-04-21T16:54:56.349Z] Running ssh-add (command line suppressed) [2020-04-21T16:54:56.484Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-139@tmp/private_key_4939738792798002581.key (/w/workspace/xfoundry_device-modbus-go_PR-139@tmp/private_key_4939738792798002581.key) [2020-04-21T16:54:56.530Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-21T16:54:56.855Z] + git describe --exact-match --tags HEAD [2020-04-21T16:54:56.855Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-21T16:54:56.906Z] $ docker exec --env ******** --env ******** 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 ssh-agent -k [2020-04-21T16:54:57.051Z] unset SSH_AUTH_SOCK; [2020-04-21T16:54:57.051Z] unset SSH_AGENT_PID; [2020-04-21T16:54:57.052Z] echo Agent pid 21 killed; [2020-04-21T16:54:57.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-21T16:54:57.166Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-21T16:54:57.167Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-21T16:54:57.283Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-21T16:54:57.283Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-21T16:54:57.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-21T16:54:57.472Z] $ docker exec 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 ssh-agent [2020-04-21T16:54:57.655Z] SSH_AUTH_SOCK=/tmp/ssh-wJF2al9c9MMt/agent.56 [2020-04-21T16:54:57.656Z] SSH_AGENT_PID=62 [2020-04-21T16:54:57.662Z] Running ssh-add (command line suppressed) [2020-04-21T16:54:57.804Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-139@tmp/private_key_2631895693805038910.key (/w/workspace/xfoundry_device-modbus-go_PR-139@tmp/private_key_2631895693805038910.key) [2020-04-21T16:54:57.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-21T16:54:58.173Z] + git semver init [2020-04-21T16:54:58.174Z] # -> Open(): unable to determine branch for HEAD [2020-04-21T16:54:58.174Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-139/.git [2020-04-21T16:54:58.174Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-139 [2020-04-21T16:54:58.174Z] # $SEMVER_REMOTE_NAME = origin [2020-04-21T16:54:58.174Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-04-21T16:54:58.174Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-04-21T16:54:58.174Z] # $SEMVER_BRANCH = PR-139 [2020-04-21T16:54:58.174Z] # $SEMVER_TEMP = /tmp/semver-361009024 [2020-04-21T16:54:58.174Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-04-21T16:54:58.743Z] # '/tmp/semver-361009024' -> '/w/workspace/xfoundry_device-modbus-go_PR-139/.semver' [2020-04-21T16:54:58.743Z] # -> Force: false [2020-04-21T16:54:58.743Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-139/.semver [Pipeline] } [2020-04-21T16:54:58.753Z] $ docker exec --env ******** --env ******** 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 ssh-agent -k [2020-04-21T16:54:58.952Z] unset SSH_AUTH_SOCK; [2020-04-21T16:54:58.953Z] unset SSH_AGENT_PID; [2020-04-21T16:54:58.953Z] echo Agent pid 62 killed; [2020-04-21T16:54:59.021Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-21T16:54:59.449Z] + git semver [Pipeline] } [2020-04-21T16:54:59.474Z] $ docker stop --time=1 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 [2020-04-21T16:55:00.824Z] $ docker rm -f 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-21T16:55:01.550Z] Stashed 24 file(s) [Pipeline] echo [2020-04-21T16:55:01.551Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-04-21T16:55:16.792Z] Still waiting to schedule task [2020-04-21T16:55:16.792Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-04-21T16:55:16.794Z] Still waiting to schedule task [2020-04-21T16:55:16.794Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-5293’ [2020-04-21T16:57:58.944Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5298 in /w/workspace/xfoundry_device-modbus-go_PR-139 [Pipeline] { [Pipeline] ws [2020-04-21T16:57:58.989Z] Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout [2020-04-21T16:58:05.282Z] using credential edgex-jenkins-ssh [2020-04-21T16:58:05.354Z] Cloning the remote Git repository [2020-04-21T16:58:05.354Z] Cloning with configured refspecs honoured and without tags [2020-04-21T16:58:05.421Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-04-21T16:58:05.531Z] > git init /w/workspace/device-modbus-go/6 # timeout=10 [2020-04-21T16:58:06.767Z] Fetching without tags [2020-04-21T16:58:05.647Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-21T16:58:05.650Z] > git --version # timeout=10 [2020-04-21T16:58:05.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T16:58:05.797Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T16:58:06.607Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-21T16:58:06.625Z] > git config --add remote.origin.fetch +refs/pull/139/head:refs/remotes/origin/PR-139 # timeout=10 [2020-04-21T16:58:06.643Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T16:58:06.676Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-21T16:58:06.763Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-21T16:58:06.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T16:58:06.782Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T16:58:07.309Z] Merging remotes/origin/master commit cc6d90c40154bca37e23385c8e48fb0109b6b0d5 into PR head commit c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 [2020-04-21T16:58:07.613Z] Merge succeeded, producing 128c8169ad828ad1fbdb28abdbb87cbf72832f03 [2020-04-21T16:58:07.613Z] Checking out Revision 128c8169ad828ad1fbdb28abdbb87cbf72832f03 (PR-139) [2020-04-21T16:58:07.314Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T16:58:07.343Z] > git checkout -f c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 # timeout=10 [2020-04-21T16:58:07.445Z] > git remote # timeout=10 [2020-04-21T16:58:07.465Z] > git config --get remote.origin.url # timeout=10 [2020-04-21T16:58:07.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T16:58:07.522Z] > git merge cc6d90c40154bca37e23385c8e48fb0109b6b0d5 # timeout=10 [2020-04-21T16:58:07.575Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-21T16:58:07.697Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T16:58:07.743Z] > git checkout -f 128c8169ad828ad1fbdb28abdbb87cbf72832f03 # timeout=10 [2020-04-21T16:58:12.338Z] Commit message: "Merge commit 'cc6d90c40154bca37e23385c8e48fb0109b6b0d5' into HEAD" [2020-04-21T16:58:12.370Z] First time build. Skipping changelog. [2020-04-21T16:58:12.338Z] > git rev-list --no-walk c38ed61ac3b96769c536e3c62908c9b77c28b676 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-21T16:58:13.540Z] ========================================================= [2020-04-21T16:58:13.540Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-21T16:58:13.540Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-21T16:58:14.671Z] + 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-04-21T16:58:15.644Z] Sending build context to Docker daemon 583.7kB [2020-04-21T16:58:15.644Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-21T16:58:15.644Z] Step 2/8 : FROM ${BASE} [2020-04-21T16:58:15.913Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-21T16:58:15.913Z] cde5963f3b93: Pulling fs layer [2020-04-21T16:58:15.913Z] 2a23fa8c16f7: Pulling fs layer [2020-04-21T16:58:15.913Z] 777b28850792: Pulling fs layer [2020-04-21T16:58:15.913Z] 8a11ddd9e578: Pulling fs layer [2020-04-21T16:58:15.913Z] 4cf88f913ddb: Pulling fs layer [2020-04-21T16:58:15.913Z] 1df406cf5192: Pulling fs layer [2020-04-21T16:58:15.913Z] cd6300453558: Pulling fs layer [2020-04-21T16:58:15.913Z] b9c365052c96: Pulling fs layer [2020-04-21T16:58:15.913Z] a2d8cc88f415: Pulling fs layer [2020-04-21T16:58:15.913Z] ea1d1ca13537: Pulling fs layer [2020-04-21T16:58:15.913Z] 3750a50a1c5e: Pulling fs layer [2020-04-21T16:58:15.913Z] b9c365052c96: Waiting [2020-04-21T16:58:15.913Z] a2d8cc88f415: Waiting [2020-04-21T16:58:15.913Z] ea1d1ca13537: Waiting [2020-04-21T16:58:15.913Z] 3750a50a1c5e: Waiting [2020-04-21T16:58:15.913Z] 8a11ddd9e578: Waiting [2020-04-21T16:58:15.913Z] 4cf88f913ddb: Waiting [2020-04-21T16:58:15.913Z] 1df406cf5192: Waiting [2020-04-21T16:58:15.913Z] cd6300453558: Waiting [2020-04-21T16:58:15.913Z] 777b28850792: Download complete [2020-04-21T16:58:15.913Z] 2a23fa8c16f7: Download complete [2020-04-21T16:58:15.913Z] 4cf88f913ddb: Verifying Checksum [2020-04-21T16:58:15.913Z] 4cf88f913ddb: Download complete [2020-04-21T16:58:15.913Z] 1df406cf5192: Download complete [2020-04-21T16:58:16.185Z] cde5963f3b93: Download complete [2020-04-21T16:58:17.162Z] cde5963f3b93: Pull complete [2020-04-21T16:58:17.754Z] 2a23fa8c16f7: Pull complete [2020-04-21T16:58:18.027Z] 777b28850792: Pull complete [2020-04-21T16:58:20.649Z] cd6300453558: Verifying Checksum [2020-04-21T16:58:20.649Z] cd6300453558: Download complete [2020-04-21T16:58:20.649Z] a2d8cc88f415: Verifying Checksum [2020-04-21T16:58:20.649Z] a2d8cc88f415: Download complete [2020-04-21T16:58:23.251Z] ea1d1ca13537: Verifying Checksum [2020-04-21T16:58:23.251Z] ea1d1ca13537: Download complete [2020-04-21T16:58:23.251Z] 3750a50a1c5e: Verifying Checksum [2020-04-21T16:58:23.251Z] 3750a50a1c5e: Download complete [2020-04-21T16:58:25.848Z] b9c365052c96: Verifying Checksum [2020-04-21T16:58:25.848Z] b9c365052c96: Download complete [2020-04-21T16:58:27.020Z] Running on prd-centos7-docker-4c-2g-5299 in /w/workspace/xfoundry_device-modbus-go_PR-139 [Pipeline] { [Pipeline] ws [2020-04-21T16:58:27.060Z] Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout [2020-04-21T16:58:27.815Z] 8a11ddd9e578: Verifying Checksum [2020-04-21T16:58:27.815Z] 8a11ddd9e578: Download complete [2020-04-21T16:58:29.439Z] using credential edgex-jenkins-ssh [2020-04-21T16:58:29.489Z] Cloning the remote Git repository [2020-04-21T16:58:29.489Z] Cloning with configured refspecs honoured and without tags [2020-04-21T16:58:30.149Z] Fetching without tags [2020-04-21T16:58:29.112Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-04-21T16:58:29.158Z] > git init /w/workspace/device-modbus-go/6 # timeout=10 [2020-04-21T16:58:29.212Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-21T16:58:29.212Z] > git --version # timeout=10 [2020-04-21T16:58:29.218Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T16:58:29.244Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T16:58:29.762Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-21T16:58:29.770Z] > git config --add remote.origin.fetch +refs/pull/139/head:refs/remotes/origin/PR-139 # timeout=10 [2020-04-21T16:58:29.777Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T16:58:29.790Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-21T16:58:29.803Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-21T16:58:29.803Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T16:58:29.810Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/139/head:refs/remotes/origin/PR-139 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T16:58:30.546Z] Merging remotes/origin/master commit cc6d90c40154bca37e23385c8e48fb0109b6b0d5 into PR head commit c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 [2020-04-21T16:58:30.648Z] Merge succeeded, producing 1da11f96b858a6337d32252e3cbf5eca843c6cec [2020-04-21T16:58:30.648Z] Checking out Revision 1da11f96b858a6337d32252e3cbf5eca843c6cec (PR-139) [2020-04-21T16:58:30.238Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T16:58:30.243Z] > git checkout -f c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 # timeout=10 [2020-04-21T16:58:30.278Z] > git remote # timeout=10 [2020-04-21T16:58:30.286Z] > git config --get remote.origin.url # timeout=10 [2020-04-21T16:58:30.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T16:58:30.295Z] > git merge cc6d90c40154bca37e23385c8e48fb0109b6b0d5 # timeout=10 [2020-04-21T16:58:30.327Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-21T16:58:30.342Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T16:58:30.347Z] > git checkout -f 1da11f96b858a6337d32252e3cbf5eca843c6cec # timeout=10 [2020-04-21T16:58:34.296Z] Commit message: "Merge commit 'cc6d90c40154bca37e23385c8e48fb0109b6b0d5' into HEAD" [2020-04-21T16:58:34.306Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-21T16:58:35.093Z] ========================================================= [2020-04-21T16:58:35.093Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-21T16:58:35.093Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-21T16:58:34.295Z] > git rev-list --no-walk c38ed61ac3b96769c536e3c62908c9b77c28b676 # timeout=10 [2020-04-21T16:58:35.603Z] + 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-04-21T16:58:35.865Z] Sending build context to Docker daemon 583.7kB [2020-04-21T16:58:35.865Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-21T16:58:35.865Z] Step 2/8 : FROM ${BASE} [2020-04-21T16:58:35.865Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-21T16:58:35.865Z] e6b0cf9c0882: Pulling fs layer [2020-04-21T16:58:35.865Z] 2848faf0eed1: Pulling fs layer [2020-04-21T16:58:35.865Z] 0f37312ad70f: Pulling fs layer [2020-04-21T16:58:35.865Z] 5788d62ee057: Pulling fs layer [2020-04-21T16:58:35.865Z] 0e6b1d234666: Pulling fs layer [2020-04-21T16:58:35.865Z] bf5d7aec512f: Pulling fs layer [2020-04-21T16:58:35.865Z] 34c802a77dc8: Pulling fs layer [2020-04-21T16:58:35.865Z] 9eb99e56ec68: Pulling fs layer [2020-04-21T16:58:35.865Z] 27c7a5d97fbd: Pulling fs layer [2020-04-21T16:58:35.865Z] 5c102a31e300: Pulling fs layer [2020-04-21T16:58:35.865Z] dcfb455df0a1: Pulling fs layer [2020-04-21T16:58:35.865Z] 0e6b1d234666: Waiting [2020-04-21T16:58:35.865Z] bf5d7aec512f: Waiting [2020-04-21T16:58:35.865Z] 27c7a5d97fbd: Waiting [2020-04-21T16:58:35.865Z] 5c102a31e300: Waiting [2020-04-21T16:58:35.865Z] 34c802a77dc8: Waiting [2020-04-21T16:58:35.865Z] dcfb455df0a1: Waiting [2020-04-21T16:58:35.865Z] 9eb99e56ec68: Waiting [2020-04-21T16:58:35.865Z] 5788d62ee057: Waiting [2020-04-21T16:58:36.129Z] 0f37312ad70f: Verifying Checksum [2020-04-21T16:58:36.129Z] 0f37312ad70f: Download complete [2020-04-21T16:58:36.129Z] 2848faf0eed1: Download complete [2020-04-21T16:58:36.129Z] 0e6b1d234666: Verifying Checksum [2020-04-21T16:58:36.129Z] 0e6b1d234666: Download complete [2020-04-21T16:58:36.129Z] bf5d7aec512f: Verifying Checksum [2020-04-21T16:58:36.129Z] bf5d7aec512f: Download complete [2020-04-21T16:58:36.129Z] e6b0cf9c0882: Verifying Checksum [2020-04-21T16:58:36.129Z] e6b0cf9c0882: Download complete [2020-04-21T16:58:36.390Z] e6b0cf9c0882: Pull complete [2020-04-21T16:58:36.649Z] 2848faf0eed1: Pull complete [2020-04-21T16:58:36.649Z] 0f37312ad70f: Pull complete [2020-04-21T16:58:37.229Z] 34c802a77dc8: Verifying Checksum [2020-04-21T16:58:37.229Z] 34c802a77dc8: Download complete [2020-04-21T16:58:37.229Z] 27c7a5d97fbd: Verifying Checksum [2020-04-21T16:58:37.229Z] 27c7a5d97fbd: Download complete [2020-04-21T16:58:37.813Z] 9eb99e56ec68: Verifying Checksum [2020-04-21T16:58:37.813Z] 9eb99e56ec68: Download complete [2020-04-21T16:58:37.813Z] 5c102a31e300: Verifying Checksum [2020-04-21T16:58:37.813Z] 5c102a31e300: Download complete [2020-04-21T16:58:37.813Z] dcfb455df0a1: Verifying Checksum [2020-04-21T16:58:37.813Z] dcfb455df0a1: Download complete [2020-04-21T16:58:38.073Z] 5788d62ee057: Verifying Checksum [2020-04-21T16:58:38.073Z] 5788d62ee057: Download complete [2020-04-21T16:58:40.178Z] 8a11ddd9e578: Pull complete [2020-04-21T16:58:40.178Z] 4cf88f913ddb: Pull complete [2020-04-21T16:58:40.178Z] 1df406cf5192: Pull complete [2020-04-21T16:58:43.542Z] cd6300453558: Pull complete [2020-04-21T16:58:44.648Z] 5788d62ee057: Pull complete [2020-04-21T16:58:44.648Z] 0e6b1d234666: Pull complete [2020-04-21T16:58:44.648Z] bf5d7aec512f: Pull complete [2020-04-21T16:58:48.899Z] b9c365052c96: Pull complete [2020-04-21T16:58:48.899Z] a2d8cc88f415: Pull complete [2020-04-21T16:58:50.854Z] ea1d1ca13537: Pull complete [2020-04-21T16:58:51.123Z] 3750a50a1c5e: Pull complete [2020-04-21T16:58:51.123Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-21T16:58:51.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-21T16:58:51.123Z] ---> 78745c68409d [2020-04-21T16:58:51.123Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-04-21T16:58:54.635Z] 34c802a77dc8: Pull complete [2020-04-21T16:58:55.401Z] ---> Running in 5c90b03ab1df [2020-04-21T16:58:55.989Z] Removing intermediate container 5c90b03ab1df [2020-04-21T16:58:55.989Z] ---> e0f617b09a6d [2020-04-21T16:58:55.989Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-21T16:58:55.989Z] ---> Running in 3eaca1b26eea [2020-04-21T16:58:56.027Z] 9eb99e56ec68: Pull complete [2020-04-21T16:58:56.027Z] 27c7a5d97fbd: Pull complete [2020-04-21T16:58:56.965Z] 5c102a31e300: Pull complete [2020-04-21T16:58:56.965Z] dcfb455df0a1: Pull complete [2020-04-21T16:58:56.965Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-21T16:58:56.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-21T16:58:56.965Z] ---> 7c70fe431013 [2020-04-21T16:58:56.965Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-04-21T16:58:57.224Z] ---> Running in c36bc39a66fe [2020-04-21T16:58:57.224Z] Removing intermediate container c36bc39a66fe [2020-04-21T16:58:57.224Z] ---> 03d7ab7f96f5 [2020-04-21T16:58:57.224Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-21T16:58:57.224Z] ---> Running in c7bc42e4eec2 [2020-04-21T16:58:58.164Z] Removing intermediate container c7bc42e4eec2 [2020-04-21T16:58:58.164Z] ---> 67279a7a9c9a [2020-04-21T16:58:58.164Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-04-21T16:58:58.430Z] ---> Running in b86a3d9fc54d [2020-04-21T16:58:58.584Z] Removing intermediate container 3eaca1b26eea [2020-04-21T16:58:58.584Z] ---> a57d17703d3b [2020-04-21T16:58:58.584Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-04-21T16:58:58.584Z] ---> Running in 4f0f7a0b4f30 [2020-04-21T16:58:58.691Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-21T16:58:59.170Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-21T16:58:59.630Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-21T16:58:59.630Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:58:59.754Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-21T16:58:59.893Z] (2/17) Installing libmagic (5.37-r1) [2020-04-21T16:58:59.893Z] (3/17) Installing file (5.37-r1) [2020-04-21T16:58:59.893Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:59:00.166Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:59:00.166Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:59:00.345Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:59:00.345Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:59:00.612Z] (3/18) Installing libmagic (5.37-r1) [2020-04-21T16:59:00.878Z] (4/18) Installing file (5.37-r1) [2020-04-21T16:59:00.878Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:59:00.878Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:59:01.146Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-04-21T16:59:04.499Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-04-21T16:59:04.499Z] (9/18) Installing g++ (9.2.0-r4) [2020-04-21T16:59:05.464Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-04-21T16:59:05.464Z] (8/17) Installing g++ (9.2.0-r4) [2020-04-21T16:59:07.081Z] (10/18) Installing fortify-headers (1.1-r0) [2020-04-21T16:59:07.081Z] (11/18) Installing build-base (0.5-r1) [2020-04-21T16:59:07.081Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-04-21T16:59:07.081Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-04-21T16:59:07.081Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-04-21T16:59:07.349Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-04-21T16:59:07.349Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-04-21T16:59:07.620Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-04-21T16:59:07.620Z] (18/18) Installing openssh (8.1_p1-r0) [2020-04-21T16:59:07.889Z] Executing busybox-1.31.1-r8.trigger [2020-04-21T16:59:07.889Z] OK: 203 MiB in 52 packages [2020-04-21T16:59:08.753Z] (9/17) Installing fortify-headers (1.1-r0) [2020-04-21T16:59:08.753Z] (10/17) Installing build-base (0.5-r1) [2020-04-21T16:59:08.753Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-04-21T16:59:08.753Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-04-21T16:59:08.753Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-04-21T16:59:09.013Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-04-21T16:59:09.273Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-04-21T16:59:09.273Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-04-21T16:59:09.273Z] (17/17) Installing openssh (8.1_p1-r0) [2020-04-21T16:59:09.532Z] Executing busybox-1.31.1-r8.trigger [2020-04-21T16:59:09.532Z] OK: 214 MiB in 52 packages [2020-04-21T16:59:13.723Z] Removing intermediate container b86a3d9fc54d [2020-04-21T16:59:13.723Z] ---> f767a585507b [2020-04-21T16:59:13.723Z] Step 6/8 : WORKDIR /device-modbus-go [2020-04-21T16:59:13.723Z] ---> Running in 5a8ff485def8 [2020-04-21T16:59:13.723Z] Removing intermediate container 5a8ff485def8 [2020-04-21T16:59:13.723Z] ---> b0e778131959 [2020-04-21T16:59:13.723Z] Step 7/8 : COPY . . [2020-04-21T16:59:13.723Z] ---> 44394164a952 [2020-04-21T16:59:13.723Z] Step 8/8 : RUN go mod download [2020-04-21T16:59:13.723Z] ---> Running in 8ae1d16f1f5c [2020-04-21T16:59:14.541Z] Removing intermediate container 4f0f7a0b4f30 [2020-04-21T16:59:14.541Z] ---> 5574eb813442 [2020-04-21T16:59:14.541Z] Step 6/8 : WORKDIR /device-modbus-go [2020-04-21T16:59:14.541Z] ---> Running in eca52622aaf0 [2020-04-21T16:59:15.126Z] Removing intermediate container eca52622aaf0 [2020-04-21T16:59:15.126Z] ---> fc3045de9aa1 [2020-04-21T16:59:15.126Z] Step 7/8 : COPY . . [2020-04-21T16:59:15.632Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-21T16:59:15.633Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-21T16:59:15.633Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-21T16:59:15.633Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-21T16:59:15.633Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-21T16:59:15.633Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-21T16:59:15.633Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-21T16:59:15.633Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-21T16:59:15.633Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.0-dev.27 [2020-04-21T16:59:15.633Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 [2020-04-21T16:59:15.633Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-21T16:59:15.633Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-21T16:59:15.633Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-21T16:59:15.633Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-21T16:59:15.633Z] go: finding github.com/fatih/color v1.7.0 [2020-04-21T16:59:15.633Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-21T16:59:15.633Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-21T16:59:15.633Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-21T16:59:15.633Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-21T16:59:15.633Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-04-21T16:59:15.633Z] go: finding github.com/goburrow/serial v0.1.0 [2020-04-21T16:59:15.633Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-21T16:59:15.633Z] go: finding github.com/google/uuid v1.1.1 [2020-04-21T16:59:15.633Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-21T16:59:15.633Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-21T16:59:15.633Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-21T16:59:15.633Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-21T16:59:15.633Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-21T16:59:15.633Z] go: finding github.com/miekg/dns v1.1.4 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-21T16:59:15.633Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-21T16:59:15.633Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-21T16:59:15.633Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-21T16:59:15.633Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-21T16:59:15.633Z] go: finding github.com/posener/complete v1.1.1 [2020-04-21T16:59:15.714Z] ---> 7de88c871f65 [2020-04-21T16:59:15.714Z] Step 8/8 : RUN go mod download [2020-04-21T16:59:15.891Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-04-21T16:59:15.891Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-21T16:59:15.891Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-21T16:59:15.891Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-21T16:59:15.891Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-21T16:59:15.891Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-21T16:59:15.891Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-21T16:59:15.891Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-04-21T16:59:15.891Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-21T16:59:15.891Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-21T16:59:15.891Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-21T16:59:15.891Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-21T16:59:15.988Z] ---> Running in 8236f5667359 [2020-04-21T16:59:17.953Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-21T16:59:18.221Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-21T16:59:18.221Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-21T16:59:18.221Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-21T16:59:18.221Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-21T16:59:18.221Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-21T16:59:18.221Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-21T16:59:18.221Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-21T16:59:18.221Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.0-dev.27 [2020-04-21T16:59:18.221Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 [2020-04-21T16:59:18.221Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-21T16:59:18.221Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-21T16:59:18.221Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-21T16:59:18.221Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-21T16:59:18.221Z] go: finding github.com/fatih/color v1.7.0 [2020-04-21T16:59:18.221Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-21T16:59:18.221Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-21T16:59:18.221Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-21T16:59:18.221Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-21T16:59:18.221Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-04-21T16:59:18.221Z] go: finding github.com/goburrow/serial v0.1.0 [2020-04-21T16:59:18.221Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-21T16:59:18.221Z] go: finding github.com/google/uuid v1.1.1 [2020-04-21T16:59:18.221Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-21T16:59:18.221Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-21T16:59:18.221Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-21T16:59:18.221Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-21T16:59:18.489Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-21T16:59:18.489Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-21T16:59:18.489Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-21T16:59:18.489Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-21T16:59:18.489Z] go: finding github.com/miekg/dns v1.1.4 [2020-04-21T16:59:18.489Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-21T16:59:18.489Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-04-21T16:59:18.489Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-04-21T16:59:18.489Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-21T16:59:18.756Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-21T16:59:18.756Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-21T16:59:18.756Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-21T16:59:18.756Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-21T16:59:18.756Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-21T16:59:18.756Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-21T16:59:18.756Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-21T16:59:18.756Z] go: finding github.com/posener/complete v1.1.1 [2020-04-21T16:59:18.756Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-04-21T16:59:18.756Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-21T16:59:18.756Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-21T16:59:18.756Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-21T16:59:18.756Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-21T16:59:18.756Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-21T16:59:18.756Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-21T16:59:18.756Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-04-21T16:59:18.756Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-21T16:59:18.756Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-21T16:59:18.757Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-21T16:59:19.027Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-21T16:59:20.089Z] Removing intermediate container 8ae1d16f1f5c [2020-04-21T16:59:20.089Z] ---> 17447d1c5651 [2020-04-21T16:59:20.089Z] Successfully built 17447d1c5651 [2020-04-21T16:59:20.089Z] 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-04-21T16:59:20.666Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-21T16:59:20.666Z] . [Pipeline] withDockerContainer [2020-04-21T16:59:20.795Z] prd-centos7-docker-4c-2g-5299 does not seem to be running inside a container [2020-04-21T16:59:20.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/6 -v /w/workspace/device-modbus-go/6:/w/workspace/device-modbus-go/6:rw,z -v /w/workspace/device-modbus-go/6@tmp:/w/workspace/device-modbus-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-04-21T16:59:21.353Z] $ docker top 5d7bc178a9f973dab391ac4cc724564e07652424eba0993a33cfe6fa34f26b2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-21T16:59:22.214Z] + go version [2020-04-21T16:59:22.214Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-21T16:59:22.511Z] + make test [2020-04-21T16:59:22.511Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-04-21T16:59:25.046Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-04-21T16:59:29.119Z] Removing intermediate container 8236f5667359 [2020-04-21T16:59:29.120Z] ---> c313bbf9930c [2020-04-21T16:59:29.120Z] Successfully built c313bbf9930c [2020-04-21T16:59:29.120Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-21T16:59:29.733Z] + docker inspect -f . ci-base-image-arm64 [2020-04-21T16:59:30.005Z] . [Pipeline] withDockerContainer [2020-04-21T16:59:30.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-5298 does not seem to be running inside a container [2020-04-21T16:59:30.424Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/6 -v /w/workspace/device-modbus-go/6:/w/workspace/device-modbus-go/6:rw,z -v /w/workspace/device-modbus-go/6@tmp:/w/workspace/device-modbus-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-04-21T16:59:31.874Z] $ docker top cfa41d5faf8654db7eac910828a67239227a9a7986b827684e7de43f683693e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-21T16:59:32.963Z] + go version [2020-04-21T16:59:32.963Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-21T16:59:33.635Z] + make test [2020-04-21T16:59:33.636Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-04-21T16:59:34.601Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-04-21T16:59:35.095Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-04-21T16:59:35.095Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.138s coverage: 50.3% of statements [2020-04-21T16:59:35.095Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-21T16:59:36.042Z] gofmt -l . [2020-04-21T16:59:36.042Z] [ "`gofmt -l .`" = "" ] [2020-04-21T16:59:36.042Z] ./bin/test-attribution-txt.sh [2020-04-21T16:59:36.608Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-21T16:59:37.241Z] Stashed 1 file(s) [Pipeline] } [2020-04-21T16:59:37.245Z] $ docker stop --time=1 5d7bc178a9f973dab391ac4cc724564e07652424eba0993a33cfe6fa34f26b2f [2020-04-21T16:59:38.672Z] $ docker rm -f 5d7bc178a9f973dab391ac4cc724564e07652424eba0993a33cfe6fa34f26b2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-21T16:59:39.594Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-21T16:59:39.884Z] + ls -al . [2020-04-21T16:59:39.884Z] total 104 [2020-04-21T16:59:39.884Z] drwxrwxr-x. 9 jenkins jenkins 4096 Apr 21 16:59 . [2020-04-21T16:59:39.884Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 21 16:58 .. [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 5146 Apr 21 16:58 Attribution.txt [2020-04-21T16:59:39.884Z] drwxrwxr-x. 2 jenkins jenkins 87 Apr 21 16:58 bin [2020-04-21T16:59:39.884Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 21 16:58 cmd [2020-04-21T16:59:39.884Z] -rw-r--r--. 1 jenkins jenkins 22123 Apr 21 16:59 coverage.out [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 1422 Apr 21 16:58 Dockerfile [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 954 Apr 21 16:58 Dockerfile.build [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 21 16:58 .dockerignore [2020-04-21T16:59:39.884Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 21 16:58 .git [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 338 Apr 21 16:58 .gitignore [2020-04-21T16:59:39.884Z] -rw-r--r--. 1 jenkins jenkins 566 Apr 21 16:59 go.mod [2020-04-21T16:59:39.884Z] -rw-r--r--. 1 jenkins jenkins 13382 Apr 21 16:59 go.sum [2020-04-21T16:59:39.884Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 21 16:58 internal [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 702 Apr 21 16:58 Jenkinsfile [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 21 16:58 LICENSE [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 880 Apr 21 16:58 Makefile [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 591 Apr 21 16:58 README.md [2020-04-21T16:59:39.884Z] drwxrwxr-x. 3 jenkins jenkins 58 Apr 21 16:58 .semver [2020-04-21T16:59:39.884Z] drwxrwxr-x. 2 jenkins jenkins 35 Apr 21 16:58 simulator [2020-04-21T16:59:39.884Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 21 16:58 snap [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 21 16:55 VERSION [2020-04-21T16:59:39.884Z] -rw-rw-r--. 1 jenkins jenkins 229 Apr 21 16:58 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-21T16:59:40.178Z] + 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=58fdd56e45f93162b0dec62e83baa382b34e22e2 --label arch=amd64 --label version=0.0.0 . [2020-04-21T16:59:40.178Z] Sending build context to Docker daemon 612.4kB [2020-04-21T16:59:40.178Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-04-21T16:59:40.178Z] Step 2/19 : FROM ${BASE} AS builder [2020-04-21T16:59:40.178Z] ---> 17447d1c5651 [2020-04-21T16:59:40.178Z] Step 3/19 : ARG MAKE='make build' [2020-04-21T16:59:40.178Z] ---> Running in 5d14cc9f9f31 [2020-04-21T16:59:40.437Z] Removing intermediate container 5d14cc9f9f31 [2020-04-21T16:59:40.437Z] ---> 612a0d751013 [2020-04-21T16:59:40.437Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-21T16:59:40.437Z] ---> Running in 4f4d7a629961 [2020-04-21T16:59:41.376Z] Removing intermediate container 4f4d7a629961 [2020-04-21T16:59:41.376Z] ---> cee4c12916d8 [2020-04-21T16:59:41.376Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-04-21T16:59:41.376Z] ---> Running in aa5d4cc5f508 [2020-04-21T16:59:41.635Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-21T16:59:42.203Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-21T16:59:42.771Z] OK: 214 MiB in 52 packages [2020-04-21T16:59:43.031Z] Removing intermediate container aa5d4cc5f508 [2020-04-21T16:59:43.031Z] ---> ca34917720ad [2020-04-21T16:59:43.031Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-04-21T16:59:43.031Z] ---> Running in 237ed949184d [2020-04-21T16:59:43.290Z] Removing intermediate container 237ed949184d [2020-04-21T16:59:43.290Z] ---> e3da13d7153c [2020-04-21T16:59:43.290Z] Step 7/19 : COPY . . [2020-04-21T16:59:43.549Z] ---> 093ac8239349 [2020-04-21T16:59:43.549Z] Step 8/19 : RUN ${MAKE} [2020-04-21T16:59:43.549Z] ---> Running in a61c094cd6df [2020-04-21T16:59:44.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-04-21T16:59:52.319Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-04-21T16:59:54.862Z] Removing intermediate container a61c094cd6df [2020-04-21T16:59:54.862Z] ---> 28f291b84cc8 [2020-04-21T16:59:54.862Z] Step 9/19 : FROM scratch [2020-04-21T16:59:54.862Z] ---> [2020-04-21T16:59:54.862Z] Step 10/19 : ENV APP_PORT=49991 [2020-04-21T16:59:54.862Z] ---> Running in 6c643f8e742a [2020-04-21T16:59:54.862Z] Removing intermediate container 6c643f8e742a [2020-04-21T16:59:54.862Z] ---> 544f2aad19b3 [2020-04-21T16:59:54.862Z] Step 11/19 : EXPOSE $APP_PORT [2020-04-21T16:59:54.862Z] ---> Running in 580a763cbeff [2020-04-21T16:59:55.122Z] Removing intermediate container 580a763cbeff [2020-04-21T16:59:55.122Z] ---> a2b09b2e07fd [2020-04-21T16:59:55.122Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-04-21T16:59:55.380Z] ---> b733b684acd3 [2020-04-21T16:59:55.380Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-04-21T16:59:55.641Z] ---> a805f1455e4d [2020-04-21T16:59:55.641Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-04-21T16:59:55.641Z] ---> a0e246527375 [2020-04-21T16:59:55.641Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-04-21T16:59:55.641Z] ---> Running in eebbe6abb18c [2020-04-21T16:59:55.899Z] Removing intermediate container eebbe6abb18c [2020-04-21T16:59:55.899Z] ---> ad0a96b98e18 [2020-04-21T16:59:55.899Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-04-21T16:59:55.899Z] ---> Running in c80e74d2b4cd [2020-04-21T16:59:55.899Z] Removing intermediate container c80e74d2b4cd [2020-04-21T16:59:55.899Z] ---> 52f02e59fd19 [2020-04-21T16:59:55.899Z] Step 17/19 : LABEL arch=amd64 [2020-04-21T16:59:56.158Z] ---> Running in 31e68979ca91 [2020-04-21T16:59:56.158Z] Removing intermediate container 31e68979ca91 [2020-04-21T16:59:56.158Z] ---> 9dc6cff11af2 [2020-04-21T16:59:56.158Z] Step 18/19 : LABEL git_sha=58fdd56e45f93162b0dec62e83baa382b34e22e2 [2020-04-21T16:59:56.158Z] ---> Running in 4a95671e4d1b [2020-04-21T16:59:56.416Z] Removing intermediate container 4a95671e4d1b [2020-04-21T16:59:56.416Z] ---> f234db3e2a2c [2020-04-21T16:59:56.416Z] Step 19/19 : LABEL version=0.0.0 [2020-04-21T16:59:56.416Z] ---> Running in 87401fa62980 [2020-04-21T16:59:56.416Z] Removing intermediate container 87401fa62980 [2020-04-21T16:59:56.416Z] ---> 8ed1f7ec5f93 [2020-04-21T16:59:56.416Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-21T16:59:56.674Z] Successfully built 8ed1f7ec5f93 [2020-04-21T16:59:56.674Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-21T16:59:57.559Z] ++ find /w/workspace/device-modbus-go/6 [2020-04-21T16:59:57.559Z] ++ grep snapcraft.yaml [2020-04-21T16:59:57.559Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-21T16:59:57.652Z] provisioning config files... [2020-04-21T16:59:57.667Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/6@tmp/config2153241372335997148tmp [Pipeline] { [Pipeline] sh [2020-04-21T16:59:58.017Z] + cp /w/workspace/device-modbus-go/6@tmp/config2153241372335997148tmp /w/workspace/device-modbus-go/6/edgex-snap-store-login [Pipeline] sh [2020-04-21T16:59:58.312Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/6:/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-04-21T16:59:58.312Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-04-21T16:59:58.312Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-04-21T16:59:58.312Z] 5bed26d33875: Pulling fs layer [2020-04-21T16:59:58.312Z] f11b29a9c730: Pulling fs layer [2020-04-21T16:59:58.312Z] 930bda195c84: Pulling fs layer [2020-04-21T16:59:58.312Z] 78bf9a5ad49e: Pulling fs layer [2020-04-21T16:59:58.312Z] e5fbee5a4b0d: Pulling fs layer [2020-04-21T16:59:58.312Z] f452fca78f88: Pulling fs layer [2020-04-21T16:59:58.312Z] 7417ef92027a: Pulling fs layer [2020-04-21T16:59:58.312Z] 2af5c49d270b: Pulling fs layer [2020-04-21T16:59:58.312Z] df9c3bdbc40a: Pulling fs layer [2020-04-21T16:59:58.312Z] 78bf9a5ad49e: Waiting [2020-04-21T16:59:58.312Z] e5fbee5a4b0d: Waiting [2020-04-21T16:59:58.312Z] f452fca78f88: Waiting [2020-04-21T16:59:58.312Z] 7417ef92027a: Waiting [2020-04-21T16:59:58.312Z] 2af5c49d270b: Waiting [2020-04-21T16:59:58.312Z] 930bda195c84: Verifying Checksum [2020-04-21T16:59:58.312Z] 930bda195c84: Download complete [2020-04-21T16:59:58.312Z] f11b29a9c730: Verifying Checksum [2020-04-21T16:59:58.312Z] 78bf9a5ad49e: Download complete [2020-04-21T16:59:58.312Z] f452fca78f88: Verifying Checksum [2020-04-21T16:59:58.312Z] f452fca78f88: Download complete [2020-04-21T16:59:58.312Z] 7417ef92027a: Verifying Checksum [2020-04-21T16:59:58.312Z] 7417ef92027a: Download complete [2020-04-21T16:59:58.312Z] 2af5c49d270b: Verifying Checksum [2020-04-21T16:59:58.312Z] 2af5c49d270b: Download complete [2020-04-21T16:59:58.312Z] df9c3bdbc40a: Verifying Checksum [2020-04-21T16:59:58.312Z] df9c3bdbc40a: Download complete [2020-04-21T16:59:58.574Z] 5bed26d33875: Verifying Checksum [2020-04-21T16:59:58.574Z] 5bed26d33875: Download complete [2020-04-21T17:00:01.321Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-04-21T17:00:02.733Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.267s coverage: 50.3% of statements [2020-04-21T17:00:02.793Z] e5fbee5a4b0d: Verifying Checksum [2020-04-21T17:00:02.793Z] e5fbee5a4b0d: Download complete [2020-04-21T17:00:02.793Z] 5bed26d33875: Pull complete [2020-04-21T17:00:03.052Z] f11b29a9c730: Pull complete [2020-04-21T17:00:03.052Z] 930bda195c84: Pull complete [2020-04-21T17:00:03.311Z] 78bf9a5ad49e: Pull complete [2020-04-21T17:00:03.320Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-21T17:00:09.997Z] gofmt -l . [2020-04-21T17:00:09.997Z] [ "`gofmt -l .`" = "" ] [2020-04-21T17:00:09.997Z] ./bin/test-attribution-txt.sh [2020-04-21T17:00:09.997Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-21T17:00:10.279Z] Warning: overwriting stash ‘coverage-report’ [2020-04-21T17:00:10.688Z] Stashed 1 file(s) [Pipeline] } [2020-04-21T17:00:10.699Z] $ docker stop --time=1 cfa41d5faf8654db7eac910828a67239227a9a7986b827684e7de43f683693e8 [2020-04-21T17:00:13.048Z] $ docker rm -f cfa41d5faf8654db7eac910828a67239227a9a7986b827684e7de43f683693e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-21T17:00:14.347Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-21T17:00:14.681Z] + ls -al . [2020-04-21T17:00:14.681Z] total 136 [2020-04-21T17:00:14.681Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 21 17:00 . [2020-04-21T17:00:14.681Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 16:58 .. [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 21 16:58 .dockerignore [2020-04-21T17:00:14.681Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 16:58 .git [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 338 Apr 21 16:58 .gitignore [2020-04-21T17:00:14.681Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 16:58 .semver [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 5146 Apr 21 16:58 Attribution.txt [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 1422 Apr 21 16:58 Dockerfile [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 954 Apr 21 16:58 Dockerfile.build [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 702 Apr 21 16:58 Jenkinsfile [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 16:58 LICENSE [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 880 Apr 21 16:58 Makefile [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 591 Apr 21 16:58 README.md [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 16:55 VERSION [2020-04-21T17:00:14.681Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 16:58 bin [2020-04-21T17:00:14.681Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 16:58 cmd [2020-04-21T17:00:14.681Z] -rw-r--r-- 1 jenkins jenkins 22123 Apr 21 17:00 coverage.out [2020-04-21T17:00:14.681Z] -rw-r--r-- 1 jenkins jenkins 566 Apr 21 17:00 go.mod [2020-04-21T17:00:14.681Z] -rw-r--r-- 1 jenkins jenkins 13382 Apr 21 17:00 go.sum [2020-04-21T17:00:14.681Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 16:58 internal [2020-04-21T17:00:14.681Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 16:58 simulator [2020-04-21T17:00:14.681Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 16:58 snap [2020-04-21T17:00:14.681Z] -rw-rw-r-- 1 jenkins jenkins 229 Apr 21 16:58 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:00:15.018Z] + 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=58fdd56e45f93162b0dec62e83baa382b34e22e2 --label arch=arm64 --label version=0.0.0 . [2020-04-21T17:00:15.608Z] Sending build context to Docker daemon 612.4kB [2020-04-21T17:00:15.608Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-04-21T17:00:15.608Z] Step 2/19 : FROM ${BASE} AS builder [2020-04-21T17:00:15.608Z] ---> c313bbf9930c [2020-04-21T17:00:15.608Z] Step 3/19 : ARG MAKE='make build' [2020-04-21T17:00:15.608Z] ---> Running in 5a450b355745 [2020-04-21T17:00:16.193Z] Removing intermediate container 5a450b355745 [2020-04-21T17:00:16.193Z] ---> 2d15faecdad3 [2020-04-21T17:00:16.193Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-21T17:00:16.193Z] ---> Running in 053bcc7c8457 [2020-04-21T17:00:18.142Z] Removing intermediate container 053bcc7c8457 [2020-04-21T17:00:18.142Z] ---> 35aa8a13cd46 [2020-04-21T17:00:18.142Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-04-21T17:00:18.142Z] ---> Running in 0c9db8638ebf [2020-04-21T17:00:19.105Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-21T17:00:19.690Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-21T17:00:20.278Z] OK: 203 MiB in 52 packages [2020-04-21T17:00:21.689Z] Removing intermediate container 0c9db8638ebf [2020-04-21T17:00:21.689Z] ---> 129744c9402f [2020-04-21T17:00:21.689Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-04-21T17:00:21.689Z] ---> Running in 8ad8272c0cc5 [2020-04-21T17:00:21.957Z] Removing intermediate container 8ad8272c0cc5 [2020-04-21T17:00:21.957Z] ---> f963c3d9cecf [2020-04-21T17:00:21.957Z] Step 7/19 : COPY . . [2020-04-21T17:00:22.923Z] ---> 0e85c78aec4d [2020-04-21T17:00:22.923Z] Step 8/19 : RUN ${MAKE} [2020-04-21T17:00:22.923Z] ---> Running in 44e670187131 [2020-04-21T17:00:23.883Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-04-21T17:00:35.409Z] e5fbee5a4b0d: Pull complete [2020-04-21T17:00:35.409Z] f452fca78f88: Pull complete [2020-04-21T17:00:35.409Z] 7417ef92027a: Pull complete [2020-04-21T17:00:35.409Z] 2af5c49d270b: Pull complete [2020-04-21T17:00:35.409Z] df9c3bdbc40a: Pull complete [2020-04-21T17:00:35.409Z] Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 [2020-04-21T17:00:35.409Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-04-21T17:00:35.409Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-04-21T17:00:35.409Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-04-21T17:00:35.409Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-04-21T17:00:35.409Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-04-21T17:00:35.409Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [889 kB] [2020-04-21T17:00:35.409Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1372 kB] [2020-04-21T17:00:35.409Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [839 kB] [2020-04-21T17:00:35.409Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1185 kB] [2020-04-21T17:00:35.409Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [7674 B] [2020-04-21T17:00:35.409Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] [2020-04-21T17:00:35.409Z] Fetched 4553 kB in 2s (3031 kB/s) [2020-04-21T17:00:36.344Z] Reading package lists... [2020-04-21T17:00:39.632Z] 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-04-21T17:00:41.535Z] Reading package lists... [2020-04-21T17:00:41.535Z] Building dependency tree... [2020-04-21T17:00:41.535Z] Reading state information... [2020-04-21T17:00:41.794Z] The following packages were automatically installed and are no longer required: [2020-04-21T17:00:41.794Z] libjq1 liblzo2-2 libonig4 [2020-04-21T17:00:41.794Z] Use 'sudo apt autoremove' to remove them. [2020-04-21T17:00:41.794Z] Suggested packages: [2020-04-21T17:00:41.794Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-04-21T17:00:41.794Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-04-21T17:00:41.794Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-04-21T17:00:41.794Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-04-21T17:00:41.794Z] The following NEW packages will be installed: [2020-04-21T17:00:41.794Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-04-21T17:00:41.794Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-04-21T17:00:41.794Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-04-21T17:00:41.794Z] openssh-client patch perl perl-modules-5.26 xauth [2020-04-21T17:00:42.053Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2020-04-21T17:00:42.053Z] Need to get 14.7 MB of archives. [2020-04-21T17:00:42.053Z] After this operation, 89.5 MB of additional disk space will be used. [2020-04-21T17:00:42.053Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] [2020-04-21T17:00:42.053Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-04-21T17:00:42.312Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] [2020-04-21T17:00:42.312Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] [2020-04-21T17:00:42.313Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-04-21T17:00:42.571Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] [2020-04-21T17:00:42.571Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] [2020-04-21T17:00:42.571Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-04-21T17:00:42.831Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-04-21T17:00:42.831Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-04-21T17:00:42.831Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-04-21T17:00:43.091Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-04-21T17:00:43.091Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-04-21T17:00:43.091Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-04-21T17:00:43.091Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-04-21T17:00:43.091Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-04-21T17:00:43.091Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] [2020-04-21T17:00:43.091Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] [2020-04-21T17:00:43.091Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-04-21T17:00:43.091Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] [2020-04-21T17:00:43.091Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] [2020-04-21T17:00:43.091Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] [2020-04-21T17:00:43.091Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-04-21T17:00:43.091Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-04-21T17:00:43.091Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-04-21T17:00:43.350Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-04-21T17:00:43.350Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-04-21T17:00:43.610Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-21T17:00:43.610Z] Fetched 14.7 MB in 1s (10.2 MB/s) [2020-04-21T17:00:43.869Z] Selecting previously unselected package libxau6:amd64. [2020-04-21T17:00:43.869Z] (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-04-21T17:00:43.869Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... [2020-04-21T17:00:43.869Z] Unpacking libxau6:amd64 (1:1.0.8-1) ... [2020-04-21T17:00:43.869Z] Selecting previously unselected package libbsd0:amd64. [2020-04-21T17:00:43.869Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-04-21T17:00:44.128Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-04-21T17:00:44.128Z] Selecting previously unselected package libxdmcp6:amd64. [2020-04-21T17:00:44.128Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... [2020-04-21T17:00:44.128Z] Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... [2020-04-21T17:00:44.128Z] Selecting previously unselected package libxcb1:amd64. [2020-04-21T17:00:44.128Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... [2020-04-21T17:00:44.128Z] Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-04-21T17:00:44.128Z] Selecting previously unselected package libx11-data. [2020-04-21T17:00:44.128Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-04-21T17:00:44.128Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-04-21T17:00:45.063Z] Selecting previously unselected package libx11-6:amd64. [2020-04-21T17:00:45.063Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... [2020-04-21T17:00:45.063Z] Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-04-21T17:00:45.063Z] Selecting previously unselected package libxext6:amd64. [2020-04-21T17:00:45.063Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... [2020-04-21T17:00:45.063Z] Unpacking libxext6:amd64 (2:1.3.3-1) ... [2020-04-21T17:00:45.063Z] Selecting previously unselected package perl-modules-5.26. [2020-04-21T17:00:45.063Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-04-21T17:00:45.063Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-04-21T17:00:48.345Z] Selecting previously unselected package libgdbm5:amd64. [2020-04-21T17:00:48.345Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... [2020-04-21T17:00:48.345Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-04-21T17:00:48.345Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-04-21T17:00:48.345Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-04-21T17:00:48.345Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-04-21T17:00:48.345Z] Selecting previously unselected package libperl5.26:amd64. [2020-04-21T17:00:48.345Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-04-21T17:00:48.345Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-04-21T17:00:49.283Z] Selecting previously unselected package perl. [2020-04-21T17:00:49.283Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-04-21T17:00:49.283Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-04-21T17:00:49.541Z] Selecting previously unselected package less. [2020-04-21T17:00:49.541Z] Preparing to unpack .../12-less_487-0.1_amd64.deb ... [2020-04-21T17:00:49.541Z] Unpacking less (487-0.1) ... [2020-04-21T17:00:49.541Z] Selecting previously unselected package libexpat1:amd64. [2020-04-21T17:00:49.541Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-04-21T17:00:49.541Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-04-21T17:00:49.799Z] Selecting previously unselected package netbase. [2020-04-21T17:00:49.799Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-04-21T17:00:49.799Z] Unpacking netbase (5.4) ... [2020-04-21T17:00:49.799Z] Selecting previously unselected package libedit2:amd64. [2020-04-21T17:00:49.799Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... [2020-04-21T17:00:49.799Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-04-21T17:00:49.799Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-04-21T17:00:49.799Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... [2020-04-21T17:00:49.799Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-04-21T17:00:50.059Z] Selecting previously unselected package libxmuu1:amd64. [2020-04-21T17:00:50.059Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... [2020-04-21T17:00:50.059Z] Unpacking libxmuu1:amd64 (2:1.1.2-2) ... [2020-04-21T17:00:50.059Z] Selecting previously unselected package openssh-client. [2020-04-21T17:00:50.059Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-04-21T17:00:50.059Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-04-21T17:00:50.318Z] Selecting previously unselected package xauth. [2020-04-21T17:00:50.318Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... [2020-04-21T17:00:50.318Z] Unpacking xauth (1:1.0.10-1) ... [2020-04-21T17:00:50.318Z] Selecting previously unselected package curl. [2020-04-21T17:00:50.318Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... [2020-04-21T17:00:50.318Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-04-21T17:00:50.581Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-04-21T17:00:50.581Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... [2020-04-21T17:00:50.581Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-04-21T17:00:50.581Z] Selecting previously unselected package liberror-perl. [2020-04-21T17:00:50.581Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-04-21T17:00:50.581Z] Unpacking liberror-perl (0.17025-1) ... [2020-04-21T17:00:50.597Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-04-21T17:00:51.957Z] Selecting previously unselected package git-man. [2020-04-21T17:00:51.957Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-04-21T17:00:52.215Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-04-21T17:00:52.215Z] Selecting previously unselected package git. [2020-04-21T17:00:52.215Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-04-21T17:00:52.215Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-04-21T17:00:52.782Z] Selecting previously unselected package make. [2020-04-21T17:00:52.782Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... [2020-04-21T17:00:52.782Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-04-21T17:00:53.041Z] Selecting previously unselected package patch. [2020-04-21T17:00:53.041Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-04-21T17:00:53.041Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-04-21T17:00:53.041Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-04-21T17:00:53.041Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-04-21T17:00:53.041Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-04-21T17:00:53.041Z] Setting up less (487-0.1) ... [2020-04-21T17:00:53.299Z] Setting up make (4.1-9.1ubuntu1) ... [2020-04-21T17:00:53.299Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... [2020-04-21T17:00:53.558Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-04-21T17:00:53.558Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... [2020-04-21T17:00:53.558Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-04-21T17:00:53.558Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-04-21T17:00:53.558Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-04-21T17:00:53.558Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-04-21T17:00:53.558Z] Setting up libxdmcp6:amd64 (1:1.1.2-3) ... [2020-04-21T17:00:53.558Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-04-21T17:00:53.558Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-04-21T17:00:53.821Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-04-21T17:00:53.821Z] Setting up libxau6:amd64 (1:1.0.8-1) ... [2020-04-21T17:00:53.821Z] Setting up netbase (5.4) ... [2020-04-21T17:00:53.953Z] Removing intermediate container 44e670187131 [2020-04-21T17:00:53.953Z] ---> eed817ea1c36 [2020-04-21T17:00:53.953Z] Step 9/19 : FROM scratch [2020-04-21T17:00:53.953Z] ---> [2020-04-21T17:00:53.953Z] Step 10/19 : ENV APP_PORT=49991 [2020-04-21T17:00:53.953Z] ---> Running in ba235a5d2249 [2020-04-21T17:00:53.953Z] Removing intermediate container ba235a5d2249 [2020-04-21T17:00:53.953Z] ---> a5f40c098154 [2020-04-21T17:00:53.953Z] Step 11/19 : EXPOSE $APP_PORT [2020-04-21T17:00:53.953Z] ---> Running in 952352bfc591 [2020-04-21T17:00:54.080Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-04-21T17:00:54.080Z] Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... [2020-04-21T17:00:54.080Z] Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... [2020-04-21T17:00:54.080Z] Setting up libxmuu1:amd64 (2:1.1.2-2) ... [2020-04-21T17:00:54.080Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-04-21T17:00:54.080Z] Setting up libxext6:amd64 (2:1.3.3-1) ... [2020-04-21T17:00:54.080Z] Setting up liberror-perl (0.17025-1) ... [2020-04-21T17:00:54.080Z] Setting up xauth (1:1.0.10-1) ... [2020-04-21T17:00:54.080Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-04-21T17:00:54.219Z] Removing intermediate container 952352bfc591 [2020-04-21T17:00:54.219Z] ---> 510e055eae23 [2020-04-21T17:00:54.219Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-04-21T17:00:54.339Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-04-21T17:00:55.182Z] ---> b85750948866 [2020-04-21T17:00:55.182Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-04-21T17:00:55.769Z] ---> 4d0b6d292cfa [2020-04-21T17:00:55.769Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-04-21T17:00:56.241Z] curl set to automatically installed. [2020-04-21T17:00:56.241Z] git set to automatically installed. [2020-04-21T17:00:56.241Z] git-man set to automatically installed. [2020-04-21T17:00:56.241Z] less set to automatically installed. [2020-04-21T17:00:56.241Z] libbsd0 set to automatically installed. [2020-04-21T17:00:56.241Z] libcurl3-gnutls set to automatically installed. [2020-04-21T17:00:56.241Z] libedit2 set to automatically installed. [2020-04-21T17:00:56.241Z] liberror-perl set to automatically installed. [2020-04-21T17:00:56.241Z] libexpat1 set to automatically installed. [2020-04-21T17:00:56.241Z] libgdbm-compat4 set to automatically installed. [2020-04-21T17:00:56.241Z] libgdbm5 set to automatically installed. [2020-04-21T17:00:56.241Z] libperl5.26 set to automatically installed. [2020-04-21T17:00:56.241Z] libssl1.0.0 set to automatically installed. [2020-04-21T17:00:56.241Z] libx11-6 set to automatically installed. [2020-04-21T17:00:56.241Z] libx11-data set to automatically installed. [2020-04-21T17:00:56.241Z] libxau6 set to automatically installed. [2020-04-21T17:00:56.241Z] libxcb1 set to automatically installed. [2020-04-21T17:00:56.241Z] libxdmcp6 set to automatically installed. [2020-04-21T17:00:56.241Z] libxext6 set to automatically installed. [2020-04-21T17:00:56.241Z] libxmuu1 set to automatically installed. [2020-04-21T17:00:56.241Z] make set to automatically installed. [2020-04-21T17:00:56.241Z] netbase set to automatically installed. [2020-04-21T17:00:56.241Z] openssh-client set to automatically installed. [2020-04-21T17:00:56.241Z] patch set to automatically installed. [2020-04-21T17:00:56.241Z] perl set to automatically installed. [2020-04-21T17:00:56.241Z] perl-modules-5.26 set to automatically installed. [2020-04-21T17:00:56.241Z] xauth set to automatically installed. [2020-04-21T17:00:56.353Z] ---> 17fa4a79ddb9 [2020-04-21T17:00:56.353Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-04-21T17:00:56.353Z] ---> Running in ff0ab2de388d [2020-04-21T17:00:56.499Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-04-21T17:00:56.500Z] Please ensure the environment is properly setup before continuing. [2020-04-21T17:00:56.500Z] Ignore this message if the appropriate measures have already been taken [2020-04-21T17:00:56.935Z] Removing intermediate container ff0ab2de388d [2020-04-21T17:00:56.935Z] ---> a16d04fd100b [2020-04-21T17:00:56.935Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-04-21T17:00:56.935Z] ---> Running in e112d2d27efc [2020-04-21T17:00:57.201Z] Removing intermediate container e112d2d27efc [2020-04-21T17:00:57.201Z] ---> 55ee13924e14 [2020-04-21T17:00:57.201Z] Step 17/19 : LABEL arch=arm64 [2020-04-21T17:00:57.466Z] ---> Running in 5350fce10e32 [2020-04-21T17:00:57.733Z] Removing intermediate container 5350fce10e32 [2020-04-21T17:00:57.733Z] ---> 58c795c7e0a4 [2020-04-21T17:00:57.733Z] Step 18/19 : LABEL git_sha=58fdd56e45f93162b0dec62e83baa382b34e22e2 [2020-04-21T17:00:57.733Z] ---> Running in 90f790f12293 [2020-04-21T17:00:57.999Z] Removing intermediate container 90f790f12293 [2020-04-21T17:00:57.999Z] ---> 2fee18dd448b [2020-04-21T17:00:57.999Z] Step 19/19 : LABEL version=0.0.0 [2020-04-21T17:00:58.266Z] ---> Running in 5342693de561 [2020-04-21T17:00:58.532Z] Removing intermediate container 5342693de561 [2020-04-21T17:00:58.532Z] ---> 5926b5b5c906 [2020-04-21T17:00:58.532Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-21T17:00:58.532Z] Successfully built 5926b5b5c906 [2020-04-21T17:00:58.532Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-21T17:00:59.304Z] + grep snapcraft.yaml [2020-04-21T17:00:59.304Z] + find /w/workspace/device-modbus-go/6 [2020-04-21T17:00:59.304Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-21T17:00:59.431Z] provisioning config files... [2020-04-21T17:00:59.454Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/6@tmp/config768362314720112006tmp [Pipeline] { [Pipeline] sh [2020-04-21T17:00:59.867Z] + cp /w/workspace/device-modbus-go/6@tmp/config768362314720112006tmp /w/workspace/device-modbus-go/6/edgex-snap-store-login [Pipeline] sh [2020-04-21T17:01:00.197Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/6:/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-04-21T17:01:00.466Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-04-21T17:01:00.466Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-04-21T17:01:00.466Z] b2f61026a351: Pulling fs layer [2020-04-21T17:01:00.466Z] 5538fb30c42c: Pulling fs layer [2020-04-21T17:01:00.466Z] f0b05810781a: Pulling fs layer [2020-04-21T17:01:00.466Z] 0180a33352d6: Pulling fs layer [2020-04-21T17:01:00.466Z] e7604b0c0f53: Pulling fs layer [2020-04-21T17:01:00.466Z] db689cb83ae0: Pulling fs layer [2020-04-21T17:01:00.466Z] 6138af208834: Pulling fs layer [2020-04-21T17:01:00.466Z] 007c8e8c5d63: Pulling fs layer [2020-04-21T17:01:00.466Z] 4f7a387c642f: Pulling fs layer [2020-04-21T17:01:00.466Z] 0180a33352d6: Waiting [2020-04-21T17:01:00.466Z] db689cb83ae0: Waiting [2020-04-21T17:01:00.466Z] e7604b0c0f53: Waiting [2020-04-21T17:01:00.466Z] 6138af208834: Waiting [2020-04-21T17:01:00.466Z] 007c8e8c5d63: Waiting [2020-04-21T17:01:00.466Z] f0b05810781a: Verifying Checksum [2020-04-21T17:01:00.466Z] f0b05810781a: Download complete [2020-04-21T17:01:00.466Z] 5538fb30c42c: Download complete [2020-04-21T17:01:00.466Z] 0180a33352d6: Download complete [2020-04-21T17:01:00.466Z] db689cb83ae0: Download complete [2020-04-21T17:01:00.466Z] 6138af208834: Verifying Checksum [2020-04-21T17:01:00.466Z] 6138af208834: Download complete [2020-04-21T17:01:00.466Z] 007c8e8c5d63: Verifying Checksum [2020-04-21T17:01:00.466Z] 007c8e8c5d63: Download complete [2020-04-21T17:01:00.737Z] 4f7a387c642f: Verifying Checksum [2020-04-21T17:01:00.737Z] 4f7a387c642f: Download complete [2020-04-21T17:01:02.689Z] b2f61026a351: Download complete [2020-04-21T17:01:06.489Z] Pulling go [2020-04-21T17:01:06.953Z] b2f61026a351: Pull complete [2020-04-21T17:01:07.220Z] 5538fb30c42c: Pull complete [2020-04-21T17:01:07.424Z] 'device-modbus' has dependencies that need to be staged: go [2020-04-21T17:01:07.424Z] Skipping pull go (already ran) [2020-04-21T17:01:07.424Z] Building go [2020-04-21T17:01:07.424Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-04-21T17:01:07.424Z] Dload Upload Total Spent Left Speed [2020-04-21T17:01:07.488Z] f0b05810781a: Pull complete [2020-04-21T17:01:07.757Z] 0180a33352d6: Pull complete [2020-04-21T17:01:11.439Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 114M 35 40.3M 0 0 74.6M 0 0:00:01 --:--:-- 0:00:01 74.4M 61 114M 61 70.0M 0 0 45.3M 0 0:00:02 0:00:01 0:00:01 45.3M 76 114M 76 88.1M 0 0 34.8M 0 0:00:03 0:00:02 0:00:01 34.8M 93 114M 93 106M 0 0 30.2M 0 0:00:03 0:00:03 --:--:-- 30.2M 100 114M 100 114M 0 0 29.3M 0 0:00:03 0:00:03 --:--:-- 29.3M [2020-04-21T17:01:12.374Z] sha256sum: WARNING: 1 computed checksum did NOT match [2020-04-21T17:01:12.374Z] Failed to run 'override-build': Exit code was 1. [Pipeline] } [2020-04-21T17:01:12.951Z] 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-04-21T17:01:13.639Z] Failed in branch amd64 [2020-04-21T17:01:25.989Z] e7604b0c0f53: Verifying Checksum [2020-04-21T17:01:25.989Z] e7604b0c0f53: Download complete [2020-04-21T17:01:58.249Z] e7604b0c0f53: Pull complete [2020-04-21T17:01:58.249Z] db689cb83ae0: Pull complete [2020-04-21T17:01:58.249Z] 6138af208834: Pull complete [2020-04-21T17:01:58.249Z] 007c8e8c5d63: Pull complete [2020-04-21T17:01:58.249Z] 4f7a387c642f: Pull complete [2020-04-21T17:01:58.249Z] Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 [2020-04-21T17:01:58.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-04-21T17:02:03.617Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-04-21T17:02:03.617Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-04-21T17:02:03.617Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-04-21T17:02:03.617Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-04-21T17:02:03.617Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [846 kB] [2020-04-21T17:02:03.888Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1222 kB] [2020-04-21T17:02:03.888Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] [2020-04-21T17:02:03.888Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7336 B] [2020-04-21T17:02:04.156Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [743 kB] [2020-04-21T17:02:04.156Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [572 kB] [2020-04-21T17:02:04.741Z] Fetched 3650 kB in 2s (1703 kB/s) [2020-04-21T17:02:08.996Z] Reading package lists... [2020-04-21T17:02:21.912Z] 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-04-21T17:02:25.253Z] Reading package lists... [2020-04-21T17:02:26.111Z] Building dependency tree... [2020-04-21T17:02:26.111Z] Reading state information... [2020-04-21T17:02:27.075Z] The following packages were automatically installed and are no longer required: [2020-04-21T17:02:27.075Z] libjq1 liblzo2-2 libonig4 [2020-04-21T17:02:27.075Z] Use 'sudo apt autoremove' to remove them. [2020-04-21T17:02:27.075Z] Suggested packages: [2020-04-21T17:02:27.075Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-04-21T17:02:27.075Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc [2020-04-21T17:02:27.075Z] keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc [2020-04-21T17:02:27.075Z] libterm-readline-gnu-perl | libterm-readline-perl-perl [2020-04-21T17:02:27.342Z] The following NEW packages will be installed: [2020-04-21T17:02:27.342Z] curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl [2020-04-21T17:02:27.342Z] libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 [2020-04-21T17:02:27.342Z] libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase [2020-04-21T17:02:27.342Z] openssh-client patch perl perl-modules-5.26 xauth [2020-04-21T17:02:27.607Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2020-04-21T17:02:27.607Z] Need to get 12.9 MB of archives. [2020-04-21T17:02:27.607Z] After this operation, 84.2 MB of additional disk space will be used. [2020-04-21T17:02:27.607Z] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] [2020-04-21T17:02:27.607Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] [2020-04-21T17:02:27.874Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] [2020-04-21T17:02:27.874Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] [2020-04-21T17:02:27.874Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] [2020-04-21T17:02:27.874Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] [2020-04-21T17:02:28.141Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] [2020-04-21T17:02:28.141Z] 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-04-21T17:02:28.408Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-04-21T17:02:28.408Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-04-21T17:02:28.408Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-04-21T17:02:28.675Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-04-21T17:02:28.675Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-04-21T17:02:28.675Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] [2020-04-21T17:02:28.675Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-04-21T17:02:28.675Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] [2020-04-21T17:02:28.675Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] [2020-04-21T17:02:28.942Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] [2020-04-21T17:02:28.942Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] [2020-04-21T17:02:28.942Z] Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] [2020-04-21T17:02:28.942Z] Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] [2020-04-21T17:02:28.942Z] Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] [2020-04-21T17:02:28.942Z] Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-04-21T17:02:28.942Z] Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-04-21T17:02:28.942Z] Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-04-21T17:02:29.209Z] Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-04-21T17:02:29.209Z] Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-04-21T17:02:29.796Z] debconf: delaying package configuration, since apt-utils is not installed [2020-04-21T17:02:29.796Z] Fetched 12.9 MB in 2s (7085 kB/s) [2020-04-21T17:02:30.065Z] Selecting previously unselected package libxau6:arm64. [2020-04-21T17:02:30.065Z] (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-04-21T17:02:30.065Z] Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... [2020-04-21T17:02:30.065Z] Unpacking libxau6:arm64 (1:1.0.8-1) ... [2020-04-21T17:02:30.065Z] Selecting previously unselected package libbsd0:arm64. [2020-04-21T17:02:30.065Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... [2020-04-21T17:02:30.065Z] Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-04-21T17:02:30.332Z] Selecting previously unselected package libxdmcp6:arm64. [2020-04-21T17:02:30.332Z] Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... [2020-04-21T17:02:30.332Z] Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... [2020-04-21T17:02:30.332Z] Selecting previously unselected package libxcb1:arm64. [2020-04-21T17:02:30.332Z] Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... [2020-04-21T17:02:30.332Z] Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-04-21T17:02:30.599Z] Selecting previously unselected package libx11-data. [2020-04-21T17:02:30.599Z] Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... [2020-04-21T17:02:30.599Z] Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-04-21T17:02:30.868Z] Selecting previously unselected package libx11-6:arm64. [2020-04-21T17:02:30.868Z] Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... [2020-04-21T17:02:30.868Z] Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-04-21T17:02:31.137Z] Selecting previously unselected package libxext6:arm64. [2020-04-21T17:02:31.137Z] Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... [2020-04-21T17:02:31.137Z] Unpacking libxext6:arm64 (2:1.3.3-1) ... [2020-04-21T17:02:31.137Z] Selecting previously unselected package perl-modules-5.26. [2020-04-21T17:02:31.137Z] Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-04-21T17:02:31.137Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-04-21T17:02:32.551Z] Selecting previously unselected package libgdbm5:arm64. [2020-04-21T17:02:32.820Z] Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... [2020-04-21T17:02:32.820Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-04-21T17:02:32.820Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-04-21T17:02:32.820Z] Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-04-21T17:02:32.820Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-04-21T17:02:33.090Z] Selecting previously unselected package libperl5.26:arm64. [2020-04-21T17:02:33.090Z] Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-04-21T17:02:33.090Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-04-21T17:02:34.506Z] Selecting previously unselected package perl. [2020-04-21T17:02:34.506Z] Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-04-21T17:02:34.506Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-04-21T17:02:34.506Z] Selecting previously unselected package less. [2020-04-21T17:02:34.506Z] Preparing to unpack .../12-less_487-0.1_arm64.deb ... [2020-04-21T17:02:34.506Z] Unpacking less (487-0.1) ... [2020-04-21T17:02:34.506Z] Selecting previously unselected package libexpat1:arm64. [2020-04-21T17:02:34.506Z] Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... [2020-04-21T17:02:34.774Z] Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-04-21T17:02:34.774Z] Selecting previously unselected package netbase. [2020-04-21T17:02:34.774Z] Preparing to unpack .../14-netbase_5.4_all.deb ... [2020-04-21T17:02:34.774Z] Unpacking netbase (5.4) ... [2020-04-21T17:02:35.043Z] Selecting previously unselected package libedit2:arm64. [2020-04-21T17:02:35.043Z] Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... [2020-04-21T17:02:35.043Z] Unpacking libedit2:arm64 (3.1-20170329-1) ... [2020-04-21T17:02:35.043Z] Selecting previously unselected package libssl1.0.0:arm64. [2020-04-21T17:02:35.043Z] Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... [2020-04-21T17:02:35.043Z] Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-04-21T17:02:35.310Z] Selecting previously unselected package libxmuu1:arm64. [2020-04-21T17:02:35.310Z] Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... [2020-04-21T17:02:35.310Z] Unpacking libxmuu1:arm64 (2:1.1.2-2) ... [2020-04-21T17:02:35.579Z] Selecting previously unselected package openssh-client. [2020-04-21T17:02:35.579Z] Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... [2020-04-21T17:02:35.579Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-04-21T17:02:35.848Z] Selecting previously unselected package xauth. [2020-04-21T17:02:35.848Z] Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... [2020-04-21T17:02:35.848Z] Unpacking xauth (1:1.0.10-1) ... [2020-04-21T17:02:35.848Z] Selecting previously unselected package curl. [2020-04-21T17:02:35.848Z] Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... [2020-04-21T17:02:35.848Z] Unpacking curl (7.58.0-2ubuntu3.8) ... [2020-04-21T17:02:36.116Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-04-21T17:02:36.116Z] Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... [2020-04-21T17:02:36.116Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-04-21T17:02:36.116Z] Selecting previously unselected package liberror-perl. [2020-04-21T17:02:36.116Z] Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... [2020-04-21T17:02:36.116Z] Unpacking liberror-perl (0.17025-1) ... [2020-04-21T17:02:36.382Z] Selecting previously unselected package git-man. [2020-04-21T17:02:36.383Z] Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-04-21T17:02:36.383Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-04-21T17:02:36.650Z] Selecting previously unselected package git. [2020-04-21T17:02:36.650Z] Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-04-21T17:02:36.650Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-04-21T17:02:38.065Z] Selecting previously unselected package make. [2020-04-21T17:02:38.065Z] Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... [2020-04-21T17:02:38.065Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-04-21T17:02:38.065Z] Selecting previously unselected package patch. [2020-04-21T17:02:38.065Z] Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-04-21T17:02:38.065Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-04-21T17:02:38.065Z] Setting up libedit2:arm64 (3.1-20170329-1) ... [2020-04-21T17:02:38.065Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-04-21T17:02:38.065Z] Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... [2020-04-21T17:02:38.065Z] Setting up less (487-0.1) ... [2020-04-21T17:02:38.649Z] Setting up make (4.1-9.1ubuntu1) ... [2020-04-21T17:02:38.649Z] Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... [2020-04-21T17:02:38.917Z] Setting up curl (7.58.0-2ubuntu3.8) ... [2020-04-21T17:02:38.917Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... [2020-04-21T17:02:38.917Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-04-21T17:02:38.917Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-04-21T17:02:38.917Z] Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... [2020-04-21T17:02:39.185Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-04-21T17:02:39.185Z] Setting up libxdmcp6:arm64 (1:1.1.2-3) ... [2020-04-21T17:02:39.185Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-04-21T17:02:39.185Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-04-21T17:02:39.453Z] Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... [2020-04-21T17:02:39.453Z] Setting up libxau6:arm64 (1:1.0.8-1) ... [2020-04-21T17:02:39.720Z] Setting up netbase (5.4) ... [2020-04-21T17:02:39.720Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-04-21T17:02:39.720Z] Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... [2020-04-21T17:02:39.720Z] Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... [2020-04-21T17:02:39.720Z] Setting up libxmuu1:arm64 (2:1.1.2-2) ... [2020-04-21T17:02:39.720Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-04-21T17:02:39.988Z] Setting up libxext6:arm64 (2:1.3.3-1) ... [2020-04-21T17:02:39.988Z] Setting up liberror-perl (0.17025-1) ... [2020-04-21T17:02:39.988Z] Setting up xauth (1:1.0.10-1) ... [2020-04-21T17:02:39.988Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-04-21T17:02:40.257Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-04-21T17:02:46.906Z] curl set to automatically installed. [2020-04-21T17:02:46.906Z] git set to automatically installed. [2020-04-21T17:02:46.906Z] git-man set to automatically installed. [2020-04-21T17:02:46.906Z] less set to automatically installed. [2020-04-21T17:02:46.906Z] libbsd0 set to automatically installed. [2020-04-21T17:02:46.906Z] libcurl3-gnutls set to automatically installed. [2020-04-21T17:02:46.906Z] libedit2 set to automatically installed. [2020-04-21T17:02:46.906Z] liberror-perl set to automatically installed. [2020-04-21T17:02:46.906Z] libexpat1 set to automatically installed. [2020-04-21T17:02:46.906Z] libgdbm-compat4 set to automatically installed. [2020-04-21T17:02:46.906Z] libgdbm5 set to automatically installed. [2020-04-21T17:02:46.906Z] libperl5.26 set to automatically installed. [2020-04-21T17:02:46.906Z] libssl1.0.0 set to automatically installed. [2020-04-21T17:02:46.906Z] libx11-6 set to automatically installed. [2020-04-21T17:02:46.906Z] libx11-data set to automatically installed. [2020-04-21T17:02:46.906Z] libxau6 set to automatically installed. [2020-04-21T17:02:46.906Z] libxcb1 set to automatically installed. [2020-04-21T17:02:46.906Z] libxdmcp6 set to automatically installed. [2020-04-21T17:02:46.906Z] libxext6 set to automatically installed. [2020-04-21T17:02:46.906Z] libxmuu1 set to automatically installed. [2020-04-21T17:02:46.906Z] make set to automatically installed. [2020-04-21T17:02:46.906Z] netbase set to automatically installed. [2020-04-21T17:02:46.906Z] openssh-client set to automatically installed. [2020-04-21T17:02:46.906Z] patch set to automatically installed. [2020-04-21T17:02:46.906Z] perl set to automatically installed. [2020-04-21T17:02:46.906Z] perl-modules-5.26 set to automatically installed. [2020-04-21T17:02:46.906Z] xauth set to automatically installed. [2020-04-21T17:02:46.906Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-04-21T17:02:46.906Z] Please ensure the environment is properly setup before continuing. [2020-04-21T17:02:46.906Z] Ignore this message if the appropriate measures have already been taken [2020-04-21T17:03:13.587Z] Pulling go [2020-04-21T17:03:13.856Z] 'device-modbus' has dependencies that need to be staged: go [2020-04-21T17:03:13.856Z] Skipping pull go (already ran) [2020-04-21T17:03:13.856Z] Building go [2020-04-21T17:03:13.856Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-04-21T17:03:13.856Z] Dload Upload Total Spent Left Speed [2020-04-21T17:03:19.249Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 3267 0 0 7276 0 3:43:34 --:--:-- 3:43:34 7276 19 93.0M 19 18.3M 0 0 12.7M 0 0:00:07 0:00:01 0:00:06 12.6M 41 93.0M 41 38.4M 0 0 15.6M 0 0:00:05 0:00:02 0:00:03 15.6M 62 93.0M 62 58.4M 0 0 16.9M 0 0:00:05 0:00:03 0:00:02 16.9M 84 93.0M 84 78.4M 0 0 17.6M 0 0:00:05 0:00:04 0:00:01 17.6M 100 93.0M 100 93.0M 0 0 18.1M 0 0:00:05 0:00:05 --:--:-- 19.8M [2020-04-21T17:03:20.661Z] sha256sum: WARNING: 1 computed checksum did NOT match [2020-04-21T17:03:20.661Z] Failed to run 'override-build': Exit code was 1. [Pipeline] } [2020-04-21T17:03:22.620Z] 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-04-21T17:03:23.320Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-04-21T17:03:25.034Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T17:03:25.338Z] ---> package-listing.sh [2020-04-21T17:03:25.338Z] ++ facter osfamily [2020-04-21T17:03:25.338Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-21T17:03:25.338Z] + OS_FAMILY=redhat [2020-04-21T17:03:25.338Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-139 [2020-04-21T17:03:25.338Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-21T17:03:25.338Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-21T17:03:25.338Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-21T17:03:25.338Z] + PACKAGES=/tmp/packages_start.txt [2020-04-21T17:03:25.338Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-139 ']' [2020-04-21T17:03:25.338Z] + PACKAGES=/tmp/packages_end.txt [2020-04-21T17:03:25.338Z] + case "${OS_FAMILY}" in [2020-04-21T17:03:25.338Z] + rpm -qa [2020-04-21T17:03:25.338Z] + sort [2020-04-21T17:03:29.530Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-21T17:03:29.530Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-21T17:03:29.530Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-21T17:03:29.530Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-139 ']' [2020-04-21T17:03:29.530Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-139/archives/ [2020-04-21T17:03:29.530Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-139/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:03:29.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-21T17:03:29.885Z] [2020-04-21T17:03:29.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-21T17:03:30.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-21T17:03:30.230Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-21T17:03:30.230Z] c9b1b535fdd9: Pulling fs layer [2020-04-21T17:03:30.230Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-21T17:03:30.230Z] 756a868c4378: Pulling fs layer [2020-04-21T17:03:30.230Z] 444b2fc9a129: Pulling fs layer [2020-04-21T17:03:30.230Z] ea15f1150254: Pulling fs layer [2020-04-21T17:03:30.230Z] 41b27a9f41bf: Pulling fs layer [2020-04-21T17:03:30.230Z] 28c525ee5125: Pulling fs layer [2020-04-21T17:03:30.230Z] 094b1ea09ed8: Pulling fs layer [2020-04-21T17:03:30.230Z] 138eaada9080: Pulling fs layer [2020-04-21T17:03:30.230Z] 0622d0fa9048: Pulling fs layer [2020-04-21T17:03:30.230Z] 41b27a9f41bf: Waiting [2020-04-21T17:03:30.230Z] 28c525ee5125: Waiting [2020-04-21T17:03:30.230Z] 444b2fc9a129: Waiting [2020-04-21T17:03:30.230Z] 094b1ea09ed8: Waiting [2020-04-21T17:03:30.230Z] ea15f1150254: Waiting [2020-04-21T17:03:30.230Z] 138eaada9080: Waiting [2020-04-21T17:03:30.230Z] 0622d0fa9048: Waiting [2020-04-21T17:03:30.230Z] 2cc5ad85d9ab: Download complete [2020-04-21T17:03:30.230Z] 444b2fc9a129: Verifying Checksum [2020-04-21T17:03:30.230Z] 444b2fc9a129: Download complete [2020-04-21T17:03:30.230Z] c9b1b535fdd9: Verifying Checksum [2020-04-21T17:03:30.230Z] c9b1b535fdd9: Download complete [2020-04-21T17:03:30.512Z] ea15f1150254: Verifying Checksum [2020-04-21T17:03:30.512Z] ea15f1150254: Download complete [2020-04-21T17:03:30.512Z] 28c525ee5125: Verifying Checksum [2020-04-21T17:03:30.512Z] 28c525ee5125: Download complete [2020-04-21T17:03:30.780Z] 756a868c4378: Verifying Checksum [2020-04-21T17:03:30.780Z] 756a868c4378: Download complete [2020-04-21T17:03:30.780Z] 138eaada9080: Verifying Checksum [2020-04-21T17:03:30.780Z] 138eaada9080: Download complete [2020-04-21T17:03:31.043Z] 094b1ea09ed8: Verifying Checksum [2020-04-21T17:03:31.043Z] 094b1ea09ed8: Download complete [2020-04-21T17:03:31.043Z] 0622d0fa9048: Verifying Checksum [2020-04-21T17:03:31.043Z] 0622d0fa9048: Download complete [2020-04-21T17:03:31.043Z] c9b1b535fdd9: Pull complete [2020-04-21T17:03:31.617Z] 41b27a9f41bf: Verifying Checksum [2020-04-21T17:03:31.617Z] 41b27a9f41bf: Download complete [2020-04-21T17:03:31.617Z] 2cc5ad85d9ab: Pull complete [2020-04-21T17:03:32.554Z] 756a868c4378: Pull complete [2020-04-21T17:03:32.812Z] 444b2fc9a129: Pull complete [2020-04-21T17:03:33.381Z] ea15f1150254: Pull complete [2020-04-21T17:03:36.683Z] 41b27a9f41bf: Pull complete [2020-04-21T17:03:36.942Z] 28c525ee5125: Pull complete [2020-04-21T17:03:38.864Z] 094b1ea09ed8: Pull complete [2020-04-21T17:03:39.122Z] 138eaada9080: Pull complete [2020-04-21T17:03:39.122Z] 0622d0fa9048: Pull complete [2020-04-21T17:03:39.122Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-21T17:03:39.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-21T17:03:39.538Z] prd-centos7-docker-4c-2g-5295 does not seem to be running inside a container [2020-04-21T17:03:39.583Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_PR-139 -v /w/workspace/xfoundry_device-modbus-go_PR-139:/w/workspace/xfoundry_device-modbus-go_PR-139:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-139@tmp:/w/workspace/xfoundry_device-modbus-go_PR-139@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-04-21T17:03:40.665Z] $ docker top 561dd4225227f96932e2ef977361fa0345697be429f8c15ad38342f30a3ee5a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-21T17:03:40.980Z] provisioning config files... [2020-04-21T17:03:40.997Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-139@tmp/config5724473276124505438tmp [Pipeline] { [Pipeline] echo [2020-04-21T17:03:41.054Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T17:03:41.344Z] ---> create-netrc.sh [Pipeline] echo [2020-04-21T17:03:41.351Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T17:03:41.648Z] ---> logs-deploy.sh [2020-04-21T17:03:41.648Z] + ARCHIVE_ARTIFACTS= [2020-04-21T17:03:41.648Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-21T17:03:41.648Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-21T17:03:41.648Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-21T17:03:41.648Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-139/6 [2020-04-21T17:03:41.648Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-139/6/ [2020-04-21T17:03:41.648Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-139/6 /w/workspace/xfoundry_device-modbus-go_PR-139 [2020-04-21T17:03:43.025Z] Archives upload complete. [2020-04-21T17:03:43.025Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-139/6 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-139/6/