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 16:54:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:54:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:54:49 ========================================================= 16:54:49 EdgeX Global Pipelines Version Info 16:54:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:54:50 ------------------- 16:54:50 stable info: 16:54:50 ------------------- 16:54:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:54:50 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 16:54:50 Message: update stable to v1.0.73 16:54:51 ------------------- 16:54:51 experimental info: 16:54:51 ------------------- 16:54:51 Commited By: **** collab-it+edgex@linuxfoundation.org 16:54:51 Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 16:54:51 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 16:54:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:53 16:54:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:54:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:54:53 latest: Pulling from edgex-devops/git-semver 16:54:53 9123ac7c32f7: Pulling fs layer 16:54:53 b8cc5d1170e3: Pulling fs layer 16:54:53 2924cbbf6a41: Pulling fs layer 16:54:53 93b08a4f1073: Pulling fs layer 16:54:53 93b08a4f1073: Waiting 16:54:53 b8cc5d1170e3: Verifying Checksum 16:54:53 b8cc5d1170e3: Download complete 16:54:53 9123ac7c32f7: Verifying Checksum 16:54:53 9123ac7c32f7: Download complete 16:54:53 93b08a4f1073: Verifying Checksum 16:54:53 93b08a4f1073: Download complete 16:54:53 2924cbbf6a41: Verifying Checksum 16:54:53 2924cbbf6a41: Download complete 16:54:53 9123ac7c32f7: Pull complete 16:54:54 b8cc5d1170e3: Pull complete 16:54:54 2924cbbf6a41: Pull complete 16:54:54 93b08a4f1073: Pull complete 16:54:54 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 16:54:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:54:55 prd-centos7-docker-4c-2g-5295 does not seem to be running inside a container 16:54:55 $ 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 16:54:55 $ docker top 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:54:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:54:55 [ssh-agent] Looking for ssh-agent implementation... 16:54:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:54:56 $ docker exec 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 ssh-agent 16:54:56 SSH_AUTH_SOCK=/tmp/ssh-jrUBlirDrDjI/agent.15 16:54:56 SSH_AGENT_PID=21 16:54:56 Running ssh-add (command line suppressed) 16:54:56 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) 16:54:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:54:56 + git describe --exact-match --tags HEAD 16:54:56 fatal: No names found, cannot describe anything. [Pipeline] } 16:54:56 $ docker exec --env ******** --env ******** 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 ssh-agent -k 16:54:57 unset SSH_AUTH_SOCK; 16:54:57 unset SSH_AGENT_PID; 16:54:57 echo Agent pid 21 killed; 16:54:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:54:57 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:54:57 This usually means this commit has not been tagged. [Pipeline] sshagent 16:54:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:54:57 [ssh-agent] Looking for ssh-agent implementation... 16:54:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:54:57 $ docker exec 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 ssh-agent 16:54:57 SSH_AUTH_SOCK=/tmp/ssh-wJF2al9c9MMt/agent.56 16:54:57 SSH_AGENT_PID=62 16:54:57 Running ssh-add (command line suppressed) 16:54:57 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) 16:54:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:54:58 + git semver init 16:54:58 # -> Open(): unable to determine branch for HEAD 16:54:58 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-139/.git 16:54:58 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-139 16:54:58 # $SEMVER_REMOTE_NAME = origin 16:54:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:54:58 # $SEMVER_USER_NAME = edgex-jenkins 16:54:58 # $SEMVER_BRANCH = PR-139 16:54:58 # $SEMVER_TEMP = /tmp/semver-361009024 16:54:58 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 16:54:58 # '/tmp/semver-361009024' -> '/w/workspace/xfoundry_device-modbus-go_PR-139/.semver' 16:54:58 # -> Force: false 16:54:58 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-139/.semver [Pipeline] } 16:54:58 $ docker exec --env ******** --env ******** 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 ssh-agent -k 16:54:58 unset SSH_AUTH_SOCK; 16:54:58 unset SSH_AGENT_PID; 16:54:58 echo Agent pid 62 killed; 16:54:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:54:59 + git semver [Pipeline] } 16:54:59 $ docker stop --time=1 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 16:55:00 $ docker rm -f 3dd3f4ba901e04e91ba69cc59336e66920696a79bb2c4d180c5ece0d71214901 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:55:01 Stashed 24 file(s) [Pipeline] echo 16:55:01 [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 16:55:16 Still waiting to schedule task 16:55:16 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:55:16 Still waiting to schedule task 16:55:16 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-5293’ 16:57:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5298 in /w/workspace/xfoundry_device-modbus-go_PR-139 [Pipeline] { [Pipeline] ws 16:57:58 Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout 16:58:05 using credential edgex-jenkins-ssh 16:58:05 Cloning the remote Git repository 16:58:05 Cloning with configured refspecs honoured and without tags 16:58:05 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 16:58:05 > git init /w/workspace/device-modbus-go/6 # timeout=10 16:58:06 Fetching without tags 16:58:05 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:58:05 > git --version # timeout=10 16:58:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:05 > 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 16:58:06 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:58:06 > git config --add remote.origin.fetch +refs/pull/139/head:refs/remotes/origin/PR-139 # timeout=10 16:58:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:06 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:58:06 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:58:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:06 > 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 16:58:07 Merging remotes/origin/master commit cc6d90c40154bca37e23385c8e48fb0109b6b0d5 into PR head commit c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 16:58:07 Merge succeeded, producing 128c8169ad828ad1fbdb28abdbb87cbf72832f03 16:58:07 Checking out Revision 128c8169ad828ad1fbdb28abdbb87cbf72832f03 (PR-139) 16:58:07 > git config core.sparsecheckout # timeout=10 16:58:07 > git checkout -f c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 # timeout=10 16:58:07 > git remote # timeout=10 16:58:07 > git config --get remote.origin.url # timeout=10 16:58:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:07 > git merge cc6d90c40154bca37e23385c8e48fb0109b6b0d5 # timeout=10 16:58:07 > git rev-parse HEAD^{commit} # timeout=10 16:58:07 > git config core.sparsecheckout # timeout=10 16:58:07 > git checkout -f 128c8169ad828ad1fbdb28abdbb87cbf72832f03 # timeout=10 16:58:12 Commit message: "Merge commit 'cc6d90c40154bca37e23385c8e48fb0109b6b0d5' into HEAD" 16:58:12 First time build. Skipping changelog. 16:58:12 > 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 16:58:13 ========================================================= 16:58:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 16:58:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:58:14 + 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 . 16:58:15 Sending build context to Docker daemon 583.7kB 16:58:15 Step 1/8 : ARG BASE=golang:1.13-alpine 16:58:15 Step 2/8 : FROM ${BASE} 16:58:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:58:15 cde5963f3b93: Pulling fs layer 16:58:15 2a23fa8c16f7: Pulling fs layer 16:58:15 777b28850792: Pulling fs layer 16:58:15 8a11ddd9e578: Pulling fs layer 16:58:15 4cf88f913ddb: Pulling fs layer 16:58:15 1df406cf5192: Pulling fs layer 16:58:15 cd6300453558: Pulling fs layer 16:58:15 b9c365052c96: Pulling fs layer 16:58:15 a2d8cc88f415: Pulling fs layer 16:58:15 ea1d1ca13537: Pulling fs layer 16:58:15 3750a50a1c5e: Pulling fs layer 16:58:15 b9c365052c96: Waiting 16:58:15 a2d8cc88f415: Waiting 16:58:15 ea1d1ca13537: Waiting 16:58:15 3750a50a1c5e: Waiting 16:58:15 8a11ddd9e578: Waiting 16:58:15 4cf88f913ddb: Waiting 16:58:15 1df406cf5192: Waiting 16:58:15 cd6300453558: Waiting 16:58:15 777b28850792: Download complete 16:58:15 2a23fa8c16f7: Download complete 16:58:15 4cf88f913ddb: Verifying Checksum 16:58:15 4cf88f913ddb: Download complete 16:58:15 1df406cf5192: Download complete 16:58:16 cde5963f3b93: Download complete 16:58:17 cde5963f3b93: Pull complete 16:58:17 2a23fa8c16f7: Pull complete 16:58:18 777b28850792: Pull complete 16:58:20 cd6300453558: Verifying Checksum 16:58:20 cd6300453558: Download complete 16:58:20 a2d8cc88f415: Verifying Checksum 16:58:20 a2d8cc88f415: Download complete 16:58:23 ea1d1ca13537: Verifying Checksum 16:58:23 ea1d1ca13537: Download complete 16:58:23 3750a50a1c5e: Verifying Checksum 16:58:23 3750a50a1c5e: Download complete 16:58:25 b9c365052c96: Verifying Checksum 16:58:25 b9c365052c96: Download complete 16:58:27 Running on prd-centos7-docker-4c-2g-5299 in /w/workspace/xfoundry_device-modbus-go_PR-139 [Pipeline] { [Pipeline] ws 16:58:27 Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout 16:58:27 8a11ddd9e578: Verifying Checksum 16:58:27 8a11ddd9e578: Download complete 16:58:29 using credential edgex-jenkins-ssh 16:58:29 Cloning the remote Git repository 16:58:29 Cloning with configured refspecs honoured and without tags 16:58:30 Fetching without tags 16:58:29 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 16:58:29 > git init /w/workspace/device-modbus-go/6 # timeout=10 16:58:29 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:58:29 > git --version # timeout=10 16:58:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:29 > 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 16:58:29 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:58:29 > git config --add remote.origin.fetch +refs/pull/139/head:refs/remotes/origin/PR-139 # timeout=10 16:58:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:58:29 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:58:29 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:58:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:29 > 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 16:58:30 Merging remotes/origin/master commit cc6d90c40154bca37e23385c8e48fb0109b6b0d5 into PR head commit c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 16:58:30 Merge succeeded, producing 1da11f96b858a6337d32252e3cbf5eca843c6cec 16:58:30 Checking out Revision 1da11f96b858a6337d32252e3cbf5eca843c6cec (PR-139) 16:58:30 > git config core.sparsecheckout # timeout=10 16:58:30 > git checkout -f c3baaed11742e0f498867c8c1fbcea6cd3bef2e6 # timeout=10 16:58:30 > git remote # timeout=10 16:58:30 > git config --get remote.origin.url # timeout=10 16:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:58:30 > git merge cc6d90c40154bca37e23385c8e48fb0109b6b0d5 # timeout=10 16:58:30 > git rev-parse HEAD^{commit} # timeout=10 16:58:30 > git config core.sparsecheckout # timeout=10 16:58:30 > git checkout -f 1da11f96b858a6337d32252e3cbf5eca843c6cec # timeout=10 16:58:34 Commit message: "Merge commit 'cc6d90c40154bca37e23385c8e48fb0109b6b0d5' into HEAD" 16:58:34 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:58:35 ========================================================= 16:58:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 16:58:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:58:34 > git rev-list --no-walk c38ed61ac3b96769c536e3c62908c9b77c28b676 # timeout=10 16:58:35 + 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 . 16:58:35 Sending build context to Docker daemon 583.7kB 16:58:35 Step 1/8 : ARG BASE=golang:1.13-alpine 16:58:35 Step 2/8 : FROM ${BASE} 16:58:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 16:58:35 e6b0cf9c0882: Pulling fs layer 16:58:35 2848faf0eed1: Pulling fs layer 16:58:35 0f37312ad70f: Pulling fs layer 16:58:35 5788d62ee057: Pulling fs layer 16:58:35 0e6b1d234666: Pulling fs layer 16:58:35 bf5d7aec512f: Pulling fs layer 16:58:35 34c802a77dc8: Pulling fs layer 16:58:35 9eb99e56ec68: Pulling fs layer 16:58:35 27c7a5d97fbd: Pulling fs layer 16:58:35 5c102a31e300: Pulling fs layer 16:58:35 dcfb455df0a1: Pulling fs layer 16:58:35 0e6b1d234666: Waiting 16:58:35 bf5d7aec512f: Waiting 16:58:35 27c7a5d97fbd: Waiting 16:58:35 5c102a31e300: Waiting 16:58:35 34c802a77dc8: Waiting 16:58:35 dcfb455df0a1: Waiting 16:58:35 9eb99e56ec68: Waiting 16:58:35 5788d62ee057: Waiting 16:58:36 0f37312ad70f: Verifying Checksum 16:58:36 0f37312ad70f: Download complete 16:58:36 2848faf0eed1: Download complete 16:58:36 0e6b1d234666: Verifying Checksum 16:58:36 0e6b1d234666: Download complete 16:58:36 bf5d7aec512f: Verifying Checksum 16:58:36 bf5d7aec512f: Download complete 16:58:36 e6b0cf9c0882: Verifying Checksum 16:58:36 e6b0cf9c0882: Download complete 16:58:36 e6b0cf9c0882: Pull complete 16:58:36 2848faf0eed1: Pull complete 16:58:36 0f37312ad70f: Pull complete 16:58:37 34c802a77dc8: Verifying Checksum 16:58:37 34c802a77dc8: Download complete 16:58:37 27c7a5d97fbd: Verifying Checksum 16:58:37 27c7a5d97fbd: Download complete 16:58:37 9eb99e56ec68: Verifying Checksum 16:58:37 9eb99e56ec68: Download complete 16:58:37 5c102a31e300: Verifying Checksum 16:58:37 5c102a31e300: Download complete 16:58:37 dcfb455df0a1: Verifying Checksum 16:58:37 dcfb455df0a1: Download complete 16:58:38 5788d62ee057: Verifying Checksum 16:58:38 5788d62ee057: Download complete 16:58:40 8a11ddd9e578: Pull complete 16:58:40 4cf88f913ddb: Pull complete 16:58:40 1df406cf5192: Pull complete 16:58:43 cd6300453558: Pull complete 16:58:44 5788d62ee057: Pull complete 16:58:44 0e6b1d234666: Pull complete 16:58:44 bf5d7aec512f: Pull complete 16:58:48 b9c365052c96: Pull complete 16:58:48 a2d8cc88f415: Pull complete 16:58:50 ea1d1ca13537: Pull complete 16:58:51 3750a50a1c5e: Pull complete 16:58:51 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 16:58:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 16:58:51 ---> 78745c68409d 16:58:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:58:54 34c802a77dc8: Pull complete 16:58:55 ---> Running in 5c90b03ab1df 16:58:55 Removing intermediate container 5c90b03ab1df 16:58:55 ---> e0f617b09a6d 16:58:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:55 ---> Running in 3eaca1b26eea 16:58:56 9eb99e56ec68: Pull complete 16:58:56 27c7a5d97fbd: Pull complete 16:58:56 5c102a31e300: Pull complete 16:58:56 dcfb455df0a1: Pull complete 16:58:56 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 16:58:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 16:58:56 ---> 7c70fe431013 16:58:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:58:57 ---> Running in c36bc39a66fe 16:58:57 Removing intermediate container c36bc39a66fe 16:58:57 ---> 03d7ab7f96f5 16:58:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:57 ---> Running in c7bc42e4eec2 16:58:58 Removing intermediate container c7bc42e4eec2 16:58:58 ---> 67279a7a9c9a 16:58:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:58:58 ---> Running in b86a3d9fc54d 16:58:58 Removing intermediate container 3eaca1b26eea 16:58:58 ---> a57d17703d3b 16:58:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:58:58 ---> Running in 4f0f7a0b4f30 16:58:58 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:58:59 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 16:58:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:58:59 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 16:58:59 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 16:58:59 (2/17) Installing libmagic (5.37-r1) 16:58:59 (3/17) Installing file (5.37-r1) 16:58:59 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 16:59:00 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 16:59:00 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 16:59:00 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 16:59:00 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 16:59:00 (3/18) Installing libmagic (5.37-r1) 16:59:00 (4/18) Installing file (5.37-r1) 16:59:00 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 16:59:00 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 16:59:01 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 16:59:04 (8/18) Installing libc-dev (0.7.2-r0) 16:59:04 (9/18) Installing g++ (9.2.0-r4) 16:59:05 (7/17) Installing libc-dev (0.7.2-r0) 16:59:05 (8/17) Installing g++ (9.2.0-r4) 16:59:07 (10/18) Installing fortify-headers (1.1-r0) 16:59:07 (11/18) Installing build-base (0.5-r1) 16:59:07 (12/18) Installing openssh-keygen (8.1_p1-r0) 16:59:07 (13/18) Installing libedit (20191211.3.1-r0) 16:59:07 (14/18) Installing openssh-client (8.1_p1-r0) 16:59:07 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 16:59:07 (16/18) Installing openssh-server-common (8.1_p1-r0) 16:59:07 (17/18) Installing openssh-server (8.1_p1-r0) 16:59:07 (18/18) Installing openssh (8.1_p1-r0) 16:59:07 Executing busybox-1.31.1-r8.trigger 16:59:07 OK: 203 MiB in 52 packages 16:59:08 (9/17) Installing fortify-headers (1.1-r0) 16:59:08 (10/17) Installing build-base (0.5-r1) 16:59:08 (11/17) Installing openssh-keygen (8.1_p1-r0) 16:59:08 (12/17) Installing libedit (20191211.3.1-r0) 16:59:08 (13/17) Installing openssh-client (8.1_p1-r0) 16:59:09 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 16:59:09 (15/17) Installing openssh-server-common (8.1_p1-r0) 16:59:09 (16/17) Installing openssh-server (8.1_p1-r0) 16:59:09 (17/17) Installing openssh (8.1_p1-r0) 16:59:09 Executing busybox-1.31.1-r8.trigger 16:59:09 OK: 214 MiB in 52 packages 16:59:13 Removing intermediate container b86a3d9fc54d 16:59:13 ---> f767a585507b 16:59:13 Step 6/8 : WORKDIR /device-modbus-go 16:59:13 ---> Running in 5a8ff485def8 16:59:13 Removing intermediate container 5a8ff485def8 16:59:13 ---> b0e778131959 16:59:13 Step 7/8 : COPY . . 16:59:13 ---> 44394164a952 16:59:13 Step 8/8 : RUN go mod download 16:59:13 ---> Running in 8ae1d16f1f5c 16:59:14 Removing intermediate container 4f0f7a0b4f30 16:59:14 ---> 5574eb813442 16:59:14 Step 6/8 : WORKDIR /device-modbus-go 16:59:14 ---> Running in eca52622aaf0 16:59:15 Removing intermediate container eca52622aaf0 16:59:15 ---> fc3045de9aa1 16:59:15 Step 7/8 : COPY . . 16:59:15 go: finding github.com/BurntSushi/toml v0.3.1 16:59:15 go: finding github.com/OneOfOne/xxhash v1.2.6 16:59:15 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:59:15 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:59:15 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:59:15 go: finding github.com/bgentry/speakeasy v0.1.0 16:59:15 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:59:15 go: finding github.com/davecgh/go-spew v1.1.1 16:59:15 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0-dev.27 16:59:15 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 16:59:15 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:59:15 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 16:59:15 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 16:59:15 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:59:15 go: finding github.com/fatih/color v1.7.0 16:59:15 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:59:15 go: finding github.com/go-kit/kit v0.8.0 16:59:15 go: finding github.com/go-logfmt/logfmt v0.4.0 16:59:15 go: finding github.com/go-stack/stack v1.8.0 16:59:15 go: finding github.com/goburrow/modbus v0.1.0 16:59:15 go: finding github.com/goburrow/serial v0.1.0 16:59:15 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:59:15 go: finding github.com/google/uuid v1.1.1 16:59:15 go: finding github.com/gorilla/mux v1.7.1 16:59:15 go: finding github.com/hashicorp/consul/api v1.1.0 16:59:15 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:59:15 go: finding github.com/hashicorp/errwrap v1.0.0 16:59:15 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:59:15 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:59:15 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:59:15 go: finding github.com/hashicorp/go-multierror v1.0.0 16:59:15 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:59:15 go: finding github.com/hashicorp/go-sockaddr v1.0.1 16:59:15 go: finding github.com/hashicorp/go-syslog v1.0.0 16:59:15 go: finding github.com/hashicorp/go-uuid v1.0.1 16:59:15 go: finding github.com/hashicorp/go.net v0.0.1 16:59:15 go: finding github.com/hashicorp/golang-lru v0.5.1 16:59:15 go: finding github.com/hashicorp/logutils v1.0.0 16:59:15 go: finding github.com/hashicorp/mdns v1.0.0 16:59:15 go: finding github.com/hashicorp/memberlist v0.1.3 16:59:15 go: finding github.com/hashicorp/serf v0.8.2 16:59:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:59:15 go: finding github.com/mattn/go-colorable v0.0.9 16:59:15 go: finding github.com/mattn/go-isatty v0.0.3 16:59:15 go: finding github.com/miekg/dns v1.1.4 16:59:15 go: finding github.com/mitchellh/cli v1.0.0 16:59:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:59:15 go: finding github.com/mitchellh/copystructure v1.0.0 16:59:15 go: finding github.com/mitchellh/go-homedir v1.1.0 16:59:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:59:15 go: finding github.com/mitchellh/go-wordwrap v1.0.0 16:59:15 go: finding github.com/mitchellh/gox v0.4.0 16:59:15 go: finding github.com/mitchellh/iochan v1.0.0 16:59:15 go: finding github.com/mitchellh/mapstructure v1.1.2 16:59:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:59:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:59:15 go: finding github.com/pelletier/go-toml v1.2.0 16:59:15 go: finding github.com/pkg/errors v0.8.1 16:59:15 go: finding github.com/pmezard/go-difflib v1.0.0 16:59:15 go: finding github.com/posener/complete v1.1.1 16:59:15 ---> 7de88c871f65 16:59:15 Step 8/8 : RUN go mod download 16:59:15 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 16:59:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:59:15 go: finding github.com/stretchr/objx v0.1.0 16:59:15 go: finding github.com/stretchr/testify v1.5.1 16:59:15 go: finding github.com/ugorji/go v1.1.4 16:59:15 go: finding github.com/x448/float16 v0.8.4 16:59:15 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:59:15 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 16:59:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:59:15 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:59:15 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:59:15 go: finding gopkg.in/yaml.v2 v2.2.8 16:59:15 ---> Running in 8236f5667359 16:59:17 go: finding github.com/BurntSushi/toml v0.3.1 16:59:18 go: finding github.com/OneOfOne/xxhash v1.2.6 16:59:18 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 16:59:18 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:59:18 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 16:59:18 go: finding github.com/bgentry/speakeasy v0.1.0 16:59:18 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 16:59:18 go: finding github.com/davecgh/go-spew v1.1.1 16:59:18 go: finding github.com/edgexfoundry/device-sdk-go v1.2.0-dev.27 16:59:18 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 16:59:18 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 16:59:18 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 16:59:18 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 16:59:18 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 16:59:18 go: finding github.com/fatih/color v1.7.0 16:59:18 go: finding github.com/fxamacker/cbor/v2 v2.2.0 16:59:18 go: finding github.com/go-kit/kit v0.8.0 16:59:18 go: finding github.com/go-logfmt/logfmt v0.4.0 16:59:18 go: finding github.com/go-stack/stack v1.8.0 16:59:18 go: finding github.com/goburrow/modbus v0.1.0 16:59:18 go: finding github.com/goburrow/serial v0.1.0 16:59:18 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 16:59:18 go: finding github.com/google/uuid v1.1.1 16:59:18 go: finding github.com/gorilla/mux v1.7.1 16:59:18 go: finding github.com/hashicorp/consul/api v1.1.0 16:59:18 go: finding github.com/hashicorp/consul/sdk v0.1.1 16:59:18 go: finding github.com/hashicorp/errwrap v1.0.0 16:59:18 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 16:59:18 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 16:59:18 go: finding github.com/hashicorp/go-msgpack v0.5.3 16:59:18 go: finding github.com/hashicorp/go-multierror v1.0.0 16:59:18 go: finding github.com/hashicorp/go-rootcerts v1.0.0 16:59:18 go: finding github.com/hashicorp/go-sockaddr v1.0.1 16:59:18 go: finding github.com/hashicorp/go-syslog v1.0.0 16:59:18 go: finding github.com/hashicorp/go-uuid v1.0.1 16:59:18 go: finding github.com/hashicorp/go.net v0.0.1 16:59:18 go: finding github.com/hashicorp/golang-lru v0.5.1 16:59:18 go: finding github.com/hashicorp/logutils v1.0.0 16:59:18 go: finding github.com/hashicorp/mdns v1.0.0 16:59:18 go: finding github.com/hashicorp/memberlist v0.1.3 16:59:18 go: finding github.com/hashicorp/serf v0.8.2 16:59:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 16:59:18 go: finding github.com/mattn/go-colorable v0.0.9 16:59:18 go: finding github.com/mattn/go-isatty v0.0.3 16:59:18 go: finding github.com/miekg/dns v1.1.4 16:59:18 go: finding github.com/mitchellh/cli v1.0.0 16:59:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:59:18 go: finding github.com/mitchellh/copystructure v1.0.0 16:59:18 go: finding github.com/mitchellh/go-homedir v1.1.0 16:59:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 16:59:18 go: finding github.com/mitchellh/go-wordwrap v1.0.0 16:59:18 go: finding github.com/mitchellh/gox v0.4.0 16:59:18 go: finding github.com/mitchellh/iochan v1.0.0 16:59:18 go: finding github.com/mitchellh/mapstructure v1.1.2 16:59:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 16:59:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 16:59:18 go: finding github.com/pelletier/go-toml v1.2.0 16:59:18 go: finding github.com/pkg/errors v0.8.1 16:59:18 go: finding github.com/pmezard/go-difflib v1.0.0 16:59:18 go: finding github.com/posener/complete v1.1.1 16:59:18 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 16:59:18 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 16:59:18 go: finding github.com/stretchr/objx v0.1.0 16:59:18 go: finding github.com/stretchr/testify v1.5.1 16:59:18 go: finding github.com/ugorji/go v1.1.4 16:59:18 go: finding github.com/x448/float16 v0.8.4 16:59:18 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 16:59:18 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 16:59:18 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 16:59:18 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 16:59:18 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 16:59:19 go: finding gopkg.in/yaml.v2 v2.2.8 16:59:20 Removing intermediate container 8ae1d16f1f5c 16:59:20 ---> 17447d1c5651 16:59:20 Successfully built 17447d1c5651 16:59:20 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 16:59:20 + docker inspect -f . ci-base-image-x86_64 16:59:20 . [Pipeline] withDockerContainer 16:59:20 prd-centos7-docker-4c-2g-5299 does not seem to be running inside a container 16:59:20 $ 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 16:59:21 $ docker top 5d7bc178a9f973dab391ac4cc724564e07652424eba0993a33cfe6fa34f26b2f -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:22 + go version 16:59:22 go version go1.13.5 linux/amd64 [Pipeline] sh 16:59:22 + make test 16:59:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:59:25 ? github.com/edgexfoundry/device-modbus-go [no test files] 16:59:29 Removing intermediate container 8236f5667359 16:59:29 ---> c313bbf9930c 16:59:29 Successfully built c313bbf9930c 16:59:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:29 + docker inspect -f . ci-base-image-arm64 16:59:30 . [Pipeline] withDockerContainer 16:59:30 prd-ubuntu18.04-docker-arm64-4c-16g-5298 does not seem to be running inside a container 16:59:30 $ 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 16:59:31 $ docker top cfa41d5faf8654db7eac910828a67239227a9a7986b827684e7de43f683693e8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:32 + go version 16:59:32 go version go1.13.5 linux/arm64 [Pipeline] sh 16:59:33 + make test 16:59:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:59:34 ? github.com/edgexfoundry/device-modbus-go [no test files] 16:59:35 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 16:59:35 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.138s coverage: 50.3% of statements 16:59:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:59:36 gofmt -l . 16:59:36 [ "`gofmt -l .`" = "" ] 16:59:36 ./bin/test-attribution-txt.sh 16:59:36 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:59:37 Stashed 1 file(s) [Pipeline] } 16:59:37 $ docker stop --time=1 5d7bc178a9f973dab391ac4cc724564e07652424eba0993a33cfe6fa34f26b2f 16:59:38 $ docker rm -f 5d7bc178a9f973dab391ac4cc724564e07652424eba0993a33cfe6fa34f26b2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:59:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:59:39 + ls -al . 16:59:39 total 104 16:59:39 drwxrwxr-x. 9 jenkins jenkins 4096 Apr 21 16:59 . 16:59:39 drwxrwxr-x. 4 jenkins jenkins 28 Apr 21 16:58 .. 16:59:39 -rw-rw-r--. 1 jenkins jenkins 5146 Apr 21 16:58 Attribution.txt 16:59:39 drwxrwxr-x. 2 jenkins jenkins 87 Apr 21 16:58 bin 16:59:39 drwxrwxr-x. 3 jenkins jenkins 32 Apr 21 16:58 cmd 16:59:39 -rw-r--r--. 1 jenkins jenkins 22123 Apr 21 16:59 coverage.out 16:59:39 -rw-rw-r--. 1 jenkins jenkins 1422 Apr 21 16:58 Dockerfile 16:59:39 -rw-rw-r--. 1 jenkins jenkins 954 Apr 21 16:58 Dockerfile.build 16:59:39 -rw-rw-r--. 1 jenkins jenkins 140 Apr 21 16:58 .dockerignore 16:59:39 drwxrwxr-x. 8 jenkins jenkins 179 Apr 21 16:58 .git 16:59:39 -rw-rw-r--. 1 jenkins jenkins 338 Apr 21 16:58 .gitignore 16:59:39 -rw-r--r--. 1 jenkins jenkins 566 Apr 21 16:59 go.mod 16:59:39 -rw-r--r--. 1 jenkins jenkins 13382 Apr 21 16:59 go.sum 16:59:39 drwxrwxr-x. 3 jenkins jenkins 20 Apr 21 16:58 internal 16:59:39 -rw-rw-r--. 1 jenkins jenkins 702 Apr 21 16:58 Jenkinsfile 16:59:39 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 21 16:58 LICENSE 16:59:39 -rw-rw-r--. 1 jenkins jenkins 880 Apr 21 16:58 Makefile 16:59:39 -rw-rw-r--. 1 jenkins jenkins 591 Apr 21 16:58 README.md 16:59:39 drwxrwxr-x. 3 jenkins jenkins 58 Apr 21 16:58 .semver 16:59:39 drwxrwxr-x. 2 jenkins jenkins 35 Apr 21 16:58 simulator 16:59:39 drwxrwxr-x. 4 jenkins jenkins 54 Apr 21 16:58 snap 16:59:39 -rw-rw-r--. 1 jenkins jenkins 5 Apr 21 16:55 VERSION 16:59:39 -rw-rw-r--. 1 jenkins jenkins 229 Apr 21 16:58 version.go [Pipeline] isUnix [Pipeline] sh 16:59:40 + 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 . 16:59:40 Sending build context to Docker daemon 612.4kB 16:59:40 Step 1/19 : ARG BASE=golang:1.13-alpine 16:59:40 Step 2/19 : FROM ${BASE} AS builder 16:59:40 ---> 17447d1c5651 16:59:40 Step 3/19 : ARG MAKE='make build' 16:59:40 ---> Running in 5d14cc9f9f31 16:59:40 Removing intermediate container 5d14cc9f9f31 16:59:40 ---> 612a0d751013 16:59:40 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:40 ---> Running in 4f4d7a629961 16:59:41 Removing intermediate container 4f4d7a629961 16:59:41 ---> cee4c12916d8 16:59:41 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 16:59:41 ---> Running in aa5d4cc5f508 16:59:41 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 16:59:42 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 16:59:42 OK: 214 MiB in 52 packages 16:59:43 Removing intermediate container aa5d4cc5f508 16:59:43 ---> ca34917720ad 16:59:43 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 16:59:43 ---> Running in 237ed949184d 16:59:43 Removing intermediate container 237ed949184d 16:59:43 ---> e3da13d7153c 16:59:43 Step 7/19 : COPY . . 16:59:43 ---> 093ac8239349 16:59:43 Step 8/19 : RUN ${MAKE} 16:59:43 ---> Running in a61c094cd6df 16:59:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 16:59:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:59:54 Removing intermediate container a61c094cd6df 16:59:54 ---> 28f291b84cc8 16:59:54 Step 9/19 : FROM scratch 16:59:54 ---> 16:59:54 Step 10/19 : ENV APP_PORT=49991 16:59:54 ---> Running in 6c643f8e742a 16:59:54 Removing intermediate container 6c643f8e742a 16:59:54 ---> 544f2aad19b3 16:59:54 Step 11/19 : EXPOSE $APP_PORT 16:59:54 ---> Running in 580a763cbeff 16:59:55 Removing intermediate container 580a763cbeff 16:59:55 ---> a2b09b2e07fd 16:59:55 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 16:59:55 ---> b733b684acd3 16:59:55 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 16:59:55 ---> a805f1455e4d 16:59:55 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 16:59:55 ---> a0e246527375 16:59:55 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 16:59:55 ---> Running in eebbe6abb18c 16:59:55 Removing intermediate container eebbe6abb18c 16:59:55 ---> ad0a96b98e18 16:59:55 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 16:59:55 ---> Running in c80e74d2b4cd 16:59:55 Removing intermediate container c80e74d2b4cd 16:59:55 ---> 52f02e59fd19 16:59:55 Step 17/19 : LABEL arch=amd64 16:59:56 ---> Running in 31e68979ca91 16:59:56 Removing intermediate container 31e68979ca91 16:59:56 ---> 9dc6cff11af2 16:59:56 Step 18/19 : LABEL git_sha=58fdd56e45f93162b0dec62e83baa382b34e22e2 16:59:56 ---> Running in 4a95671e4d1b 16:59:56 Removing intermediate container 4a95671e4d1b 16:59:56 ---> f234db3e2a2c 16:59:56 Step 19/19 : LABEL version=0.0.0 16:59:56 ---> Running in 87401fa62980 16:59:56 Removing intermediate container 87401fa62980 16:59:56 ---> 8ed1f7ec5f93 16:59:56 [Warning] One or more build-args [ARCH] were not consumed 16:59:56 Successfully built 8ed1f7ec5f93 16:59:56 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 16:59:57 ++ find /w/workspace/device-modbus-go/6 16:59:57 ++ grep snapcraft.yaml 16:59:57 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:59:57 provisioning config files... 16:59:57 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/6@tmp/config2153241372335997148tmp [Pipeline] { [Pipeline] sh 16:59:58 + cp /w/workspace/device-modbus-go/6@tmp/config2153241372335997148tmp /w/workspace/device-modbus-go/6/edgex-snap-store-login [Pipeline] sh 16:59:58 + 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 16:59:58 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 16:59:58 latest: Pulling from edgex-devops/edgex-snap-builder 16:59:58 5bed26d33875: Pulling fs layer 16:59:58 f11b29a9c730: Pulling fs layer 16:59:58 930bda195c84: Pulling fs layer 16:59:58 78bf9a5ad49e: Pulling fs layer 16:59:58 e5fbee5a4b0d: Pulling fs layer 16:59:58 f452fca78f88: Pulling fs layer 16:59:58 7417ef92027a: Pulling fs layer 16:59:58 2af5c49d270b: Pulling fs layer 16:59:58 df9c3bdbc40a: Pulling fs layer 16:59:58 78bf9a5ad49e: Waiting 16:59:58 e5fbee5a4b0d: Waiting 16:59:58 f452fca78f88: Waiting 16:59:58 7417ef92027a: Waiting 16:59:58 2af5c49d270b: Waiting 16:59:58 930bda195c84: Verifying Checksum 16:59:58 930bda195c84: Download complete 16:59:58 f11b29a9c730: Verifying Checksum 16:59:58 78bf9a5ad49e: Download complete 16:59:58 f452fca78f88: Verifying Checksum 16:59:58 f452fca78f88: Download complete 16:59:58 7417ef92027a: Verifying Checksum 16:59:58 7417ef92027a: Download complete 16:59:58 2af5c49d270b: Verifying Checksum 16:59:58 2af5c49d270b: Download complete 16:59:58 df9c3bdbc40a: Verifying Checksum 16:59:58 df9c3bdbc40a: Download complete 16:59:58 5bed26d33875: Verifying Checksum 16:59:58 5bed26d33875: Download complete 17:00:01 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 17:00:02 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.267s coverage: 50.3% of statements 17:00:02 e5fbee5a4b0d: Verifying Checksum 17:00:02 e5fbee5a4b0d: Download complete 17:00:02 5bed26d33875: Pull complete 17:00:03 f11b29a9c730: Pull complete 17:00:03 930bda195c84: Pull complete 17:00:03 78bf9a5ad49e: Pull complete 17:00:03 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:00:09 gofmt -l . 17:00:09 [ "`gofmt -l .`" = "" ] 17:00:09 ./bin/test-attribution-txt.sh 17:00:09 ./bin/test-go-mod-tidy.sh [Pipeline] stash 17:00:10 Warning: overwriting stash ‘coverage-report’ 17:00:10 Stashed 1 file(s) [Pipeline] } 17:00:10 $ docker stop --time=1 cfa41d5faf8654db7eac910828a67239227a9a7986b827684e7de43f683693e8 17:00:13 $ docker rm -f cfa41d5faf8654db7eac910828a67239227a9a7986b827684e7de43f683693e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:00:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:00:14 + ls -al . 17:00:14 total 136 17:00:14 drwxrwxr-x 9 jenkins jenkins 4096 Apr 21 17:00 . 17:00:14 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 16:58 .. 17:00:14 -rw-rw-r-- 1 jenkins jenkins 140 Apr 21 16:58 .dockerignore 17:00:14 drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 16:58 .git 17:00:14 -rw-rw-r-- 1 jenkins jenkins 338 Apr 21 16:58 .gitignore 17:00:14 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 16:58 .semver 17:00:14 -rw-rw-r-- 1 jenkins jenkins 5146 Apr 21 16:58 Attribution.txt 17:00:14 -rw-rw-r-- 1 jenkins jenkins 1422 Apr 21 16:58 Dockerfile 17:00:14 -rw-rw-r-- 1 jenkins jenkins 954 Apr 21 16:58 Dockerfile.build 17:00:14 -rw-rw-r-- 1 jenkins jenkins 702 Apr 21 16:58 Jenkinsfile 17:00:14 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 21 16:58 LICENSE 17:00:14 -rw-rw-r-- 1 jenkins jenkins 880 Apr 21 16:58 Makefile 17:00:14 -rw-rw-r-- 1 jenkins jenkins 591 Apr 21 16:58 README.md 17:00:14 -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 16:55 VERSION 17:00:14 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 16:58 bin 17:00:14 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 16:58 cmd 17:00:14 -rw-r--r-- 1 jenkins jenkins 22123 Apr 21 17:00 coverage.out 17:00:14 -rw-r--r-- 1 jenkins jenkins 566 Apr 21 17:00 go.mod 17:00:14 -rw-r--r-- 1 jenkins jenkins 13382 Apr 21 17:00 go.sum 17:00:14 drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 16:58 internal 17:00:14 drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 16:58 simulator 17:00:14 drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 16:58 snap 17:00:14 -rw-rw-r-- 1 jenkins jenkins 229 Apr 21 16:58 version.go [Pipeline] isUnix [Pipeline] sh 17:00:15 + 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 . 17:00:15 Sending build context to Docker daemon 612.4kB 17:00:15 Step 1/19 : ARG BASE=golang:1.13-alpine 17:00:15 Step 2/19 : FROM ${BASE} AS builder 17:00:15 ---> c313bbf9930c 17:00:15 Step 3/19 : ARG MAKE='make build' 17:00:15 ---> Running in 5a450b355745 17:00:16 Removing intermediate container 5a450b355745 17:00:16 ---> 2d15faecdad3 17:00:16 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:16 ---> Running in 053bcc7c8457 17:00:18 Removing intermediate container 053bcc7c8457 17:00:18 ---> 35aa8a13cd46 17:00:18 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 17:00:18 ---> Running in 0c9db8638ebf 17:00:19 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 17:00:19 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 17:00:20 OK: 203 MiB in 52 packages 17:00:21 Removing intermediate container 0c9db8638ebf 17:00:21 ---> 129744c9402f 17:00:21 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 17:00:21 ---> Running in 8ad8272c0cc5 17:00:21 Removing intermediate container 8ad8272c0cc5 17:00:21 ---> f963c3d9cecf 17:00:21 Step 7/19 : COPY . . 17:00:22 ---> 0e85c78aec4d 17:00:22 Step 8/19 : RUN ${MAKE} 17:00:22 ---> Running in 44e670187131 17:00:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 17:00:35 e5fbee5a4b0d: Pull complete 17:00:35 f452fca78f88: Pull complete 17:00:35 7417ef92027a: Pull complete 17:00:35 2af5c49d270b: Pull complete 17:00:35 df9c3bdbc40a: Pull complete 17:00:35 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 17:00:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 17:00:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:00:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:00:35 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:00:35 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 17:00:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [889 kB] 17:00:35 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1372 kB] 17:00:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [839 kB] 17:00:35 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1185 kB] 17:00:35 Get:9 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [7674 B] 17:00:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 17:00:35 Fetched 4553 kB in 2s (3031 kB/s) 17:00:36 Reading package lists... 17:00:39 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 17:00:41 Reading package lists... 17:00:41 Building dependency tree... 17:00:41 Reading state information... 17:00:41 The following packages were automatically installed and are no longer required: 17:00:41 libjq1 liblzo2-2 libonig4 17:00:41 Use 'sudo apt autoremove' to remove them. 17:00:41 Suggested packages: 17:00:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:00:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 17:00:41 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 17:00:41 libterm-readline-gnu-perl | libterm-readline-perl-perl 17:00:41 The following NEW packages will be installed: 17:00:41 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 17:00:41 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 17:00:41 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 17:00:41 openssh-client patch perl perl-modules-5.26 xauth 17:00:42 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 17:00:42 Need to get 14.7 MB of archives. 17:00:42 After this operation, 89.5 MB of additional disk space will be used. 17:00:42 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 17:00:42 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:00:42 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 17:00:42 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 17:00:42 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 17:00:42 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 17:00:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 17:00:42 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 17:00:42 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 17:00:42 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 17:00:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 17:00:43 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 17:00:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 17:00:43 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:00:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 17:00:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:00:43 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 17:00:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 17:00:43 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:00:43 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 17:00:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 17:00:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 17:00:43 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:00:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:00:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:00:43 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 17:00:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:00:43 debconf: delaying package configuration, since apt-utils is not installed 17:00:43 Fetched 14.7 MB in 1s (10.2 MB/s) 17:00:43 Selecting previously unselected package libxau6:amd64. 17:00:43 (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.) 17:00:43 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 17:00:43 Unpacking libxau6:amd64 (1:1.0.8-1) ... 17:00:43 Selecting previously unselected package libbsd0:amd64. 17:00:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:00:44 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:00:44 Selecting previously unselected package libxdmcp6:amd64. 17:00:44 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 17:00:44 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 17:00:44 Selecting previously unselected package libxcb1:amd64. 17:00:44 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 17:00:44 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 17:00:44 Selecting previously unselected package libx11-data. 17:00:44 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 17:00:44 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 17:00:45 Selecting previously unselected package libx11-6:amd64. 17:00:45 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 17:00:45 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 17:00:45 Selecting previously unselected package libxext6:amd64. 17:00:45 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 17:00:45 Unpacking libxext6:amd64 (2:1.3.3-1) ... 17:00:45 Selecting previously unselected package perl-modules-5.26. 17:00:45 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 17:00:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:00:48 Selecting previously unselected package libgdbm5:amd64. 17:00:48 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 17:00:48 Unpacking libgdbm5:amd64 (1.14.1-6) ... 17:00:48 Selecting previously unselected package libgdbm-compat4:amd64. 17:00:48 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 17:00:48 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 17:00:48 Selecting previously unselected package libperl5.26:amd64. 17:00:48 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 17:00:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 17:00:49 Selecting previously unselected package perl. 17:00:49 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 17:00:49 Unpacking perl (5.26.1-6ubuntu0.3) ... 17:00:49 Selecting previously unselected package less. 17:00:49 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 17:00:49 Unpacking less (487-0.1) ... 17:00:49 Selecting previously unselected package libexpat1:amd64. 17:00:49 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:00:49 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:00:49 Selecting previously unselected package netbase. 17:00:49 Preparing to unpack .../14-netbase_5.4_all.deb ... 17:00:49 Unpacking netbase (5.4) ... 17:00:49 Selecting previously unselected package libedit2:amd64. 17:00:49 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 17:00:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:00:49 Selecting previously unselected package libssl1.0.0:amd64. 17:00:49 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 17:00:49 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 17:00:50 Selecting previously unselected package libxmuu1:amd64. 17:00:50 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 17:00:50 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 17:00:50 Selecting previously unselected package openssh-client. 17:00:50 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:00:50 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:00:50 Selecting previously unselected package xauth. 17:00:50 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 17:00:50 Unpacking xauth (1:1.0.10-1) ... 17:00:50 Selecting previously unselected package curl. 17:00:50 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 17:00:50 Unpacking curl (7.58.0-2ubuntu3.8) ... 17:00:50 Selecting previously unselected package libcurl3-gnutls:amd64. 17:00:50 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 17:00:50 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 17:00:50 Selecting previously unselected package liberror-perl. 17:00:50 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 17:00:50 Unpacking liberror-perl (0.17025-1) ... 17:00:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:00:51 Selecting previously unselected package git-man. 17:00:51 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:00:52 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:00:52 Selecting previously unselected package git. 17:00:52 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:00:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:00:52 Selecting previously unselected package make. 17:00:52 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 17:00:52 Unpacking make (4.1-9.1ubuntu1) ... 17:00:53 Selecting previously unselected package patch. 17:00:53 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:00:53 Unpacking patch (2.7.6-2ubuntu1.1) ... 17:00:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:00:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:00:53 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:00:53 Setting up less (487-0.1) ... 17:00:53 Setting up make (4.1-9.1ubuntu1) ... 17:00:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 17:00:53 Setting up curl (7.58.0-2ubuntu3.8) ... 17:00:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 17:00:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:00:53 Setting up libgdbm5:amd64 (1.14.1-6) ... 17:00:53 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:00:53 Setting up patch (2.7.6-2ubuntu1.1) ... 17:00:53 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 17:00:53 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 17:00:53 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:00:53 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 17:00:53 Setting up libxau6:amd64 (1:1.0.8-1) ... 17:00:53 Setting up netbase (5.4) ... 17:00:53 Removing intermediate container 44e670187131 17:00:53 ---> eed817ea1c36 17:00:53 Step 9/19 : FROM scratch 17:00:53 ---> 17:00:53 Step 10/19 : ENV APP_PORT=49991 17:00:53 ---> Running in ba235a5d2249 17:00:53 Removing intermediate container ba235a5d2249 17:00:53 ---> a5f40c098154 17:00:53 Step 11/19 : EXPOSE $APP_PORT 17:00:53 ---> Running in 952352bfc591 17:00:54 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 17:00:54 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 17:00:54 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 17:00:54 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 17:00:54 Setting up perl (5.26.1-6ubuntu0.3) ... 17:00:54 Setting up libxext6:amd64 (2:1.3.3-1) ... 17:00:54 Setting up liberror-perl (0.17025-1) ... 17:00:54 Setting up xauth (1:1.0.10-1) ... 17:00:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:00:54 Removing intermediate container 952352bfc591 17:00:54 ---> 510e055eae23 17:00:54 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 17:00:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:00:55 ---> b85750948866 17:00:55 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 17:00:55 ---> 4d0b6d292cfa 17:00:55 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 17:00:56 curl set to automatically installed. 17:00:56 git set to automatically installed. 17:00:56 git-man set to automatically installed. 17:00:56 less set to automatically installed. 17:00:56 libbsd0 set to automatically installed. 17:00:56 libcurl3-gnutls set to automatically installed. 17:00:56 libedit2 set to automatically installed. 17:00:56 liberror-perl set to automatically installed. 17:00:56 libexpat1 set to automatically installed. 17:00:56 libgdbm-compat4 set to automatically installed. 17:00:56 libgdbm5 set to automatically installed. 17:00:56 libperl5.26 set to automatically installed. 17:00:56 libssl1.0.0 set to automatically installed. 17:00:56 libx11-6 set to automatically installed. 17:00:56 libx11-data set to automatically installed. 17:00:56 libxau6 set to automatically installed. 17:00:56 libxcb1 set to automatically installed. 17:00:56 libxdmcp6 set to automatically installed. 17:00:56 libxext6 set to automatically installed. 17:00:56 libxmuu1 set to automatically installed. 17:00:56 make set to automatically installed. 17:00:56 netbase set to automatically installed. 17:00:56 openssh-client set to automatically installed. 17:00:56 patch set to automatically installed. 17:00:56 perl set to automatically installed. 17:00:56 perl-modules-5.26 set to automatically installed. 17:00:56 xauth set to automatically installed. 17:00:56 ---> 17fa4a79ddb9 17:00:56 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 17:00:56 ---> Running in ff0ab2de388d 17:00:56 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 17:00:56 Please ensure the environment is properly setup before continuing. 17:00:56 Ignore this message if the appropriate measures have already been taken 17:00:56 Removing intermediate container ff0ab2de388d 17:00:56 ---> a16d04fd100b 17:00:56 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 17:00:56 ---> Running in e112d2d27efc 17:00:57 Removing intermediate container e112d2d27efc 17:00:57 ---> 55ee13924e14 17:00:57 Step 17/19 : LABEL arch=arm64 17:00:57 ---> Running in 5350fce10e32 17:00:57 Removing intermediate container 5350fce10e32 17:00:57 ---> 58c795c7e0a4 17:00:57 Step 18/19 : LABEL git_sha=58fdd56e45f93162b0dec62e83baa382b34e22e2 17:00:57 ---> Running in 90f790f12293 17:00:57 Removing intermediate container 90f790f12293 17:00:57 ---> 2fee18dd448b 17:00:57 Step 19/19 : LABEL version=0.0.0 17:00:58 ---> Running in 5342693de561 17:00:58 Removing intermediate container 5342693de561 17:00:58 ---> 5926b5b5c906 17:00:58 [Warning] One or more build-args [ARCH] were not consumed 17:00:58 Successfully built 5926b5b5c906 17:00:58 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 17:00:59 + grep snapcraft.yaml 17:00:59 + find /w/workspace/device-modbus-go/6 17:00:59 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:00:59 provisioning config files... 17:00:59 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/6@tmp/config768362314720112006tmp [Pipeline] { [Pipeline] sh 17:00:59 + cp /w/workspace/device-modbus-go/6@tmp/config768362314720112006tmp /w/workspace/device-modbus-go/6/edgex-snap-store-login [Pipeline] sh 17:01:00 + 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 17:01:00 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 17:01:00 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 17:01:00 b2f61026a351: Pulling fs layer 17:01:00 5538fb30c42c: Pulling fs layer 17:01:00 f0b05810781a: Pulling fs layer 17:01:00 0180a33352d6: Pulling fs layer 17:01:00 e7604b0c0f53: Pulling fs layer 17:01:00 db689cb83ae0: Pulling fs layer 17:01:00 6138af208834: Pulling fs layer 17:01:00 007c8e8c5d63: Pulling fs layer 17:01:00 4f7a387c642f: Pulling fs layer 17:01:00 0180a33352d6: Waiting 17:01:00 db689cb83ae0: Waiting 17:01:00 e7604b0c0f53: Waiting 17:01:00 6138af208834: Waiting 17:01:00 007c8e8c5d63: Waiting 17:01:00 f0b05810781a: Verifying Checksum 17:01:00 f0b05810781a: Download complete 17:01:00 5538fb30c42c: Download complete 17:01:00 0180a33352d6: Download complete 17:01:00 db689cb83ae0: Download complete 17:01:00 6138af208834: Verifying Checksum 17:01:00 6138af208834: Download complete 17:01:00 007c8e8c5d63: Verifying Checksum 17:01:00 007c8e8c5d63: Download complete 17:01:00 4f7a387c642f: Verifying Checksum 17:01:00 4f7a387c642f: Download complete 17:01:02 b2f61026a351: Download complete 17:01:06 Pulling go 17:01:06 b2f61026a351: Pull complete 17:01:07 5538fb30c42c: Pull complete 17:01:07 'device-modbus' has dependencies that need to be staged: go 17:01:07 Skipping pull go (already ran) 17:01:07 Building go 17:01:07 % Total % Received % Xferd Average Speed Time Time Time Current 17:01:07 Dload Upload Total Spent Left Speed 17:01:07 f0b05810781a: Pull complete 17:01:07 0180a33352d6: Pull complete 17:01:11 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 17:01:12 sha256sum: WARNING: 1 computed checksum did NOT match 17:01:12 Failed to run 'override-build': Exit code was 1. [Pipeline] } 17:01:12 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] } 17:01:13 Failed in branch amd64 17:01:25 e7604b0c0f53: Verifying Checksum 17:01:25 e7604b0c0f53: Download complete 17:01:58 e7604b0c0f53: Pull complete 17:01:58 db689cb83ae0: Pull complete 17:01:58 6138af208834: Pull complete 17:01:58 007c8e8c5d63: Pull complete 17:01:58 4f7a387c642f: Pull complete 17:01:58 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 17:01:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 17:02:03 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 17:02:03 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 17:02:03 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 17:02:03 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 17:02:03 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [846 kB] 17:02:03 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1222 kB] 17:02:03 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 17:02:03 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7336 B] 17:02:04 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [743 kB] 17:02:04 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [572 kB] 17:02:04 Fetched 3650 kB in 2s (1703 kB/s) 17:02:08 Reading package lists... 17:02:21 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 17:02:25 Reading package lists... 17:02:26 Building dependency tree... 17:02:26 Reading state information... 17:02:27 The following packages were automatically installed and are no longer required: 17:02:27 libjq1 liblzo2-2 libonig4 17:02:27 Use 'sudo apt autoremove' to remove them. 17:02:27 Suggested packages: 17:02:27 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:02:27 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 17:02:27 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 17:02:27 libterm-readline-gnu-perl | libterm-readline-perl-perl 17:02:27 The following NEW packages will be installed: 17:02:27 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 17:02:27 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 17:02:27 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 17:02:27 openssh-client patch perl perl-modules-5.26 xauth 17:02:27 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 17:02:27 Need to get 12.9 MB of archives. 17:02:27 After this operation, 84.2 MB of additional disk space will be used. 17:02:27 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 17:02:27 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 17:02:27 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 17:02:27 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 17:02:27 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 17:02:27 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 17:02:28 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 17:02:28 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 17:02:28 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 17:02:28 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 17:02:28 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 17:02:28 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 17:02:28 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 17:02:28 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 17:02:28 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 17:02:28 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 17:02:28 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 17:02:28 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 17:02:28 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 17:02:28 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 17:02:28 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 17:02:28 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 17:02:28 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 17:02:28 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:02:28 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 17:02:29 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 17:02:29 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 17:02:29 debconf: delaying package configuration, since apt-utils is not installed 17:02:29 Fetched 12.9 MB in 2s (7085 kB/s) 17:02:30 Selecting previously unselected package libxau6:arm64. 17:02:30 (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.) 17:02:30 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 17:02:30 Unpacking libxau6:arm64 (1:1.0.8-1) ... 17:02:30 Selecting previously unselected package libbsd0:arm64. 17:02:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 17:02:30 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 17:02:30 Selecting previously unselected package libxdmcp6:arm64. 17:02:30 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 17:02:30 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 17:02:30 Selecting previously unselected package libxcb1:arm64. 17:02:30 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 17:02:30 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 17:02:30 Selecting previously unselected package libx11-data. 17:02:30 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 17:02:30 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 17:02:30 Selecting previously unselected package libx11-6:arm64. 17:02:30 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 17:02:30 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 17:02:31 Selecting previously unselected package libxext6:arm64. 17:02:31 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 17:02:31 Unpacking libxext6:arm64 (2:1.3.3-1) ... 17:02:31 Selecting previously unselected package perl-modules-5.26. 17:02:31 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 17:02:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:02:32 Selecting previously unselected package libgdbm5:arm64. 17:02:32 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 17:02:32 Unpacking libgdbm5:arm64 (1.14.1-6) ... 17:02:32 Selecting previously unselected package libgdbm-compat4:arm64. 17:02:32 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 17:02:32 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 17:02:33 Selecting previously unselected package libperl5.26:arm64. 17:02:33 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 17:02:33 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 17:02:34 Selecting previously unselected package perl. 17:02:34 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 17:02:34 Unpacking perl (5.26.1-6ubuntu0.3) ... 17:02:34 Selecting previously unselected package less. 17:02:34 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 17:02:34 Unpacking less (487-0.1) ... 17:02:34 Selecting previously unselected package libexpat1:arm64. 17:02:34 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 17:02:34 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 17:02:34 Selecting previously unselected package netbase. 17:02:34 Preparing to unpack .../14-netbase_5.4_all.deb ... 17:02:34 Unpacking netbase (5.4) ... 17:02:35 Selecting previously unselected package libedit2:arm64. 17:02:35 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 17:02:35 Unpacking libedit2:arm64 (3.1-20170329-1) ... 17:02:35 Selecting previously unselected package libssl1.0.0:arm64. 17:02:35 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 17:02:35 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 17:02:35 Selecting previously unselected package libxmuu1:arm64. 17:02:35 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 17:02:35 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 17:02:35 Selecting previously unselected package openssh-client. 17:02:35 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 17:02:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:02:35 Selecting previously unselected package xauth. 17:02:35 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 17:02:35 Unpacking xauth (1:1.0.10-1) ... 17:02:35 Selecting previously unselected package curl. 17:02:35 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 17:02:35 Unpacking curl (7.58.0-2ubuntu3.8) ... 17:02:36 Selecting previously unselected package libcurl3-gnutls:arm64. 17:02:36 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 17:02:36 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 17:02:36 Selecting previously unselected package liberror-perl. 17:02:36 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 17:02:36 Unpacking liberror-perl (0.17025-1) ... 17:02:36 Selecting previously unselected package git-man. 17:02:36 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:02:36 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:02:36 Selecting previously unselected package git. 17:02:36 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 17:02:36 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:02:38 Selecting previously unselected package make. 17:02:38 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 17:02:38 Unpacking make (4.1-9.1ubuntu1) ... 17:02:38 Selecting previously unselected package patch. 17:02:38 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 17:02:38 Unpacking patch (2.7.6-2ubuntu1.1) ... 17:02:38 Setting up libedit2:arm64 (3.1-20170329-1) ... 17:02:38 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:02:38 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 17:02:38 Setting up less (487-0.1) ... 17:02:38 Setting up make (4.1-9.1ubuntu1) ... 17:02:38 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 17:02:38 Setting up curl (7.58.0-2ubuntu3.8) ... 17:02:38 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 17:02:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 17:02:38 Setting up libgdbm5:arm64 (1.14.1-6) ... 17:02:38 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 17:02:39 Setting up patch (2.7.6-2ubuntu1.1) ... 17:02:39 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 17:02:39 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 17:02:39 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:02:39 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 17:02:39 Setting up libxau6:arm64 (1:1.0.8-1) ... 17:02:39 Setting up netbase (5.4) ... 17:02:39 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 17:02:39 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 17:02:39 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 17:02:39 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 17:02:39 Setting up perl (5.26.1-6ubuntu0.3) ... 17:02:39 Setting up libxext6:arm64 (2:1.3.3-1) ... 17:02:39 Setting up liberror-perl (0.17025-1) ... 17:02:39 Setting up xauth (1:1.0.10-1) ... 17:02:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:02:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:02:46 curl set to automatically installed. 17:02:46 git set to automatically installed. 17:02:46 git-man set to automatically installed. 17:02:46 less set to automatically installed. 17:02:46 libbsd0 set to automatically installed. 17:02:46 libcurl3-gnutls set to automatically installed. 17:02:46 libedit2 set to automatically installed. 17:02:46 liberror-perl set to automatically installed. 17:02:46 libexpat1 set to automatically installed. 17:02:46 libgdbm-compat4 set to automatically installed. 17:02:46 libgdbm5 set to automatically installed. 17:02:46 libperl5.26 set to automatically installed. 17:02:46 libssl1.0.0 set to automatically installed. 17:02:46 libx11-6 set to automatically installed. 17:02:46 libx11-data set to automatically installed. 17:02:46 libxau6 set to automatically installed. 17:02:46 libxcb1 set to automatically installed. 17:02:46 libxdmcp6 set to automatically installed. 17:02:46 libxext6 set to automatically installed. 17:02:46 libxmuu1 set to automatically installed. 17:02:46 make set to automatically installed. 17:02:46 netbase set to automatically installed. 17:02:46 openssh-client set to automatically installed. 17:02:46 patch set to automatically installed. 17:02:46 perl set to automatically installed. 17:02:46 perl-modules-5.26 set to automatically installed. 17:02:46 xauth set to automatically installed. 17:02:46 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 17:02:46 Please ensure the environment is properly setup before continuing. 17:02:46 Ignore this message if the appropriate measures have already been taken 17:03:13 Pulling go 17:03:13 'device-modbus' has dependencies that need to be staged: go 17:03:13 Skipping pull go (already ran) 17:03:13 Building go 17:03:13 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:13 Dload Upload Total Spent Left Speed 17:03:19 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 17:03:20 sha256sum: WARNING: 1 computed checksum did NOT match 17:03:20 Failed to run 'override-build': Exit code was 1. [Pipeline] } 17:03:22 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] } 17:03:23 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 17:03:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:03:25 ---> package-listing.sh 17:03:25 ++ facter osfamily 17:03:25 ++ tr '[:upper:]' '[:lower:]' 17:03:25 + OS_FAMILY=redhat 17:03:25 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-139 17:03:25 + START_PACKAGES=/tmp/packages_start.txt 17:03:25 + END_PACKAGES=/tmp/packages_end.txt 17:03:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:03:25 + PACKAGES=/tmp/packages_start.txt 17:03:25 + '[' /w/workspace/xfoundry_device-modbus-go_PR-139 ']' 17:03:25 + PACKAGES=/tmp/packages_end.txt 17:03:25 + case "${OS_FAMILY}" in 17:03:25 + rpm -qa 17:03:25 + sort 17:03:29 + '[' -f /tmp/packages_start.txt ']' 17:03:29 + '[' -f /tmp/packages_end.txt ']' 17:03:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:03:29 + '[' /w/workspace/xfoundry_device-modbus-go_PR-139 ']' 17:03:29 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-139/archives/ 17:03:29 + 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 17:03:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:03:29 17:03:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:03:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:03:30 alpine: Pulling from edgex-lftools-log-publisher 17:03:30 c9b1b535fdd9: Pulling fs layer 17:03:30 2cc5ad85d9ab: Pulling fs layer 17:03:30 756a868c4378: Pulling fs layer 17:03:30 444b2fc9a129: Pulling fs layer 17:03:30 ea15f1150254: Pulling fs layer 17:03:30 41b27a9f41bf: Pulling fs layer 17:03:30 28c525ee5125: Pulling fs layer 17:03:30 094b1ea09ed8: Pulling fs layer 17:03:30 138eaada9080: Pulling fs layer 17:03:30 0622d0fa9048: Pulling fs layer 17:03:30 41b27a9f41bf: Waiting 17:03:30 28c525ee5125: Waiting 17:03:30 444b2fc9a129: Waiting 17:03:30 094b1ea09ed8: Waiting 17:03:30 ea15f1150254: Waiting 17:03:30 138eaada9080: Waiting 17:03:30 0622d0fa9048: Waiting 17:03:30 2cc5ad85d9ab: Download complete 17:03:30 444b2fc9a129: Verifying Checksum 17:03:30 444b2fc9a129: Download complete 17:03:30 c9b1b535fdd9: Verifying Checksum 17:03:30 c9b1b535fdd9: Download complete 17:03:30 ea15f1150254: Verifying Checksum 17:03:30 ea15f1150254: Download complete 17:03:30 28c525ee5125: Verifying Checksum 17:03:30 28c525ee5125: Download complete 17:03:30 756a868c4378: Verifying Checksum 17:03:30 756a868c4378: Download complete 17:03:30 138eaada9080: Verifying Checksum 17:03:30 138eaada9080: Download complete 17:03:31 094b1ea09ed8: Verifying Checksum 17:03:31 094b1ea09ed8: Download complete 17:03:31 0622d0fa9048: Verifying Checksum 17:03:31 0622d0fa9048: Download complete 17:03:31 c9b1b535fdd9: Pull complete 17:03:31 41b27a9f41bf: Verifying Checksum 17:03:31 41b27a9f41bf: Download complete 17:03:31 2cc5ad85d9ab: Pull complete 17:03:32 756a868c4378: Pull complete 17:03:32 444b2fc9a129: Pull complete 17:03:33 ea15f1150254: Pull complete 17:03:36 41b27a9f41bf: Pull complete 17:03:36 28c525ee5125: Pull complete 17:03:38 094b1ea09ed8: Pull complete 17:03:39 138eaada9080: Pull complete 17:03:39 0622d0fa9048: Pull complete 17:03:39 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 17:03:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:03:39 prd-centos7-docker-4c-2g-5295 does not seem to be running inside a container 17:03:39 $ 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 17:03:40 $ docker top 561dd4225227f96932e2ef977361fa0345697be429f8c15ad38342f30a3ee5a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:03:40 provisioning config files... 17:03:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-139@tmp/config5724473276124505438tmp [Pipeline] { [Pipeline] echo 17:03:41 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:03:41 ---> create-netrc.sh [Pipeline] echo 17:03:41 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:03:41 ---> logs-deploy.sh 17:03:41 + ARCHIVE_ARTIFACTS= 17:03:41 + LOGS_SERVER=https://logs.edgexfoundry.org 17:03:41 + '[' https://logs.edgexfoundry.org == None ']' 17:03:41 + NEXUS_URL=https://nexus.edgexfoundry.org 17:03:41 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-139/6 17:03:41 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-139/6/ 17:03:41 + 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 17:03:43 Archives upload complete. 17:03:43 + 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/