Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ede61610538096fa337aace8f825662d73a1e29e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-558’ is offline Running on prd-centos7-docker-4c-2g-559 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ede61610538096fa337aace8f825662d73a1e29e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ede61610538096fa337aace8f825662d73a1e29e # timeout=10 Commit message: "Merge pull request #159 from hahattan/issue-157/158" > git rev-list --no-walk 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:07:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:07:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:07:33 ========================================================= 07:07:33 EdgeX Global Pipelines Version Info 07:07:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:07:35 ------------------- 07:07:35 stable info: 07:07:35 ------------------- 07:07:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:07:35 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 07:07:35 Message: update stable to v1.0.99 07:07:36 ------------------- 07:07:36 experimental info: 07:07:36 ------------------- 07:07:36 Commited By: **** collab-it+edgex@linuxfoundation.org 07:07:36 Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 07:07:36 Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:07:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:07:38 07:07:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:07:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:07:38 latest: Pulling from edgex-devops/git-semver 07:07:38 31603596830f: Pulling fs layer 07:07:38 2a8b12db71e7: Pulling fs layer 07:07:38 6ca5941a6612: Pulling fs layer 07:07:38 ecc8261a40a4: Pulling fs layer 07:07:38 ecc8261a40a4: Waiting 07:07:38 2a8b12db71e7: Verifying Checksum 07:07:38 2a8b12db71e7: Download complete 07:07:38 31603596830f: Verifying Checksum 07:07:38 31603596830f: Download complete 07:07:39 ecc8261a40a4: Verifying Checksum 07:07:39 ecc8261a40a4: Download complete 07:07:39 6ca5941a6612: Verifying Checksum 07:07:39 6ca5941a6612: Download complete 07:07:39 31603596830f: Pull complete 07:07:39 2a8b12db71e7: Pull complete 07:07:39 6ca5941a6612: Pull complete 07:07:40 ecc8261a40a4: Pull complete 07:07:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:07:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:07:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:07:40 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:07:40 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:07:42 $ docker top 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:07:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:07:42 [ssh-agent] Looking for ssh-agent implementation... 07:07:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:07:42 $ docker exec 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 ssh-agent 07:07:42 SSH_AUTH_SOCK=/tmp/ssh-yqfZJ2VqutRf/agent.11 07:07:42 SSH_AGENT_PID=16 07:07:42 Running ssh-add (command line suppressed) 07:07:43 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6795409678927349382.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6795409678927349382.key) 07:07:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:07:43 + git describe --exact-match --tags HEAD 07:07:43 fatal: No names found, cannot describe anything. [Pipeline] } 07:07:43 $ docker exec --env ******** --env ******** 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 ssh-agent -k 07:07:43 unset SSH_AUTH_SOCK; 07:07:43 unset SSH_AGENT_PID; 07:07:43 echo Agent pid 16 killed; 07:07:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:07:43 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:07:43 This usually means this commit has not been tagged. [Pipeline] sshagent 07:07:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:07:43 [ssh-agent] Looking for ssh-agent implementation... 07:07:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:07:43 $ docker exec 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 ssh-agent 07:07:44 SSH_AUTH_SOCK=/tmp/ssh-BZW7eJIaIRmf/agent.45 07:07:44 SSH_AGENT_PID=50 07:07:44 Running ssh-add (command line suppressed) 07:07:44 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5652752253415220656.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5652752253415220656.key) 07:07:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:07:44 + git semver init 07:07:44 # -> Open(): unable to determine branch for HEAD 07:07:44 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 07:07:44 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 07:07:44 # $SEMVER_REMOTE_NAME = origin 07:07:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:07:44 # $SEMVER_USER_NAME = edgex-jenkins 07:07:44 # $SEMVER_BRANCH = master 07:07:44 # $SEMVER_TEMP = /tmp/semver-385069771 07:07:44 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 07:07:44 # '/tmp/semver-385069771' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 07:07:44 # -> Force: false 07:07:44 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 07:07:44 $ docker exec --env ******** --env ******** 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 ssh-agent -k 07:07:45 unset SSH_AUTH_SOCK; 07:07:45 unset SSH_AGENT_PID; 07:07:45 echo Agent pid 50 killed; 07:07:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:07:45 + git semver [Pipeline] } 07:07:45 $ docker stop --time=1 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 07:07:46 $ docker rm -f 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:07:47 Stashed 17 file(s) [Pipeline] echo 07:07:47 [edgeXSemver] initialized semver on version 1.2.2-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:08:02 Still waiting to schedule task 07:08:02 ‘prd-centos7-builder-2c-1g-557’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-561’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-560’ doesn’t have label ‘centos7-docker-4c-2g’ 07:08:02 Still waiting to schedule task 07:08:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-560’ is offline 07:10:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-562 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 07:10:17 Running in /w/workspace/device-modbus-go/16 [Pipeline] { [Pipeline] checkout 07:10:22 using credential edgex-jenkins-ssh 07:10:22 Cloning the remote Git repository 07:10:22 Cloning with configured refspecs honoured and without tags 07:10:22 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 07:10:22 > git init /w/workspace/device-modbus-go/16 # timeout=10 07:10:22 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 07:10:22 > git --version # timeout=10 07:10:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:10:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:10:23 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 07:10:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:10:23 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 07:10:23 Fetching without tags 07:10:23 Checking out Revision ede61610538096fa337aace8f825662d73a1e29e (master) 07:10:23 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 07:10:23 using GIT_SSH to set credentials SSH Credentials for GitHub 07:10:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:10:23 > git config core.sparsecheckout # timeout=10 07:10:23 > git checkout -f ede61610538096fa337aace8f825662d73a1e29e # timeout=10 07:10:28 Commit message: "Merge pull request #159 from hahattan/issue-157/158" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:10:29 ========================================================= 07:10:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:10:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:10:30 + 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 . 07:10:31 Sending build context to Docker daemon 594.9kB 07:10:31 Step 1/8 : ARG BASE=golang:1.13-alpine 07:10:31 Step 2/8 : FROM ${BASE} 07:10:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:10:31 b538f80385f9: Pulling fs layer 07:10:31 74f711af9a0d: Pulling fs layer 07:10:31 99f96fe45779: Pulling fs layer 07:10:31 fd7a069fd194: Pulling fs layer 07:10:31 66aa3694b03b: Pulling fs layer 07:10:31 170f70906a0f: Pulling fs layer 07:10:31 ad7c5574e4b9: Pulling fs layer 07:10:31 e772456be8f7: Pulling fs layer 07:10:31 c890913d741a: Pulling fs layer 07:10:31 2480fcc9aa5a: Pulling fs layer 07:10:31 09adf4765672: Pulling fs layer 07:10:31 fd7a069fd194: Waiting 07:10:31 66aa3694b03b: Waiting 07:10:31 170f70906a0f: Waiting 07:10:31 ad7c5574e4b9: Waiting 07:10:31 e772456be8f7: Waiting 07:10:31 c890913d741a: Waiting 07:10:31 2480fcc9aa5a: Waiting 07:10:31 09adf4765672: Waiting 07:10:31 99f96fe45779: Verifying Checksum 07:10:31 99f96fe45779: Download complete 07:10:31 74f711af9a0d: Verifying Checksum 07:10:31 74f711af9a0d: Download complete 07:10:31 66aa3694b03b: Verifying Checksum 07:10:31 66aa3694b03b: Download complete 07:10:31 170f70906a0f: Verifying Checksum 07:10:31 170f70906a0f: Download complete 07:10:31 b538f80385f9: Verifying Checksum 07:10:31 b538f80385f9: Download complete 07:10:32 b538f80385f9: Pull complete 07:10:33 74f711af9a0d: Pull complete 07:10:33 99f96fe45779: Pull complete 07:10:34 ad7c5574e4b9: Verifying Checksum 07:10:34 ad7c5574e4b9: Download complete 07:10:35 c890913d741a: Verifying Checksum 07:10:35 c890913d741a: Download complete 07:10:37 e772456be8f7: Verifying Checksum 07:10:37 e772456be8f7: Download complete 07:10:37 2480fcc9aa5a: Verifying Checksum 07:10:37 2480fcc9aa5a: Download complete 07:10:37 09adf4765672: Verifying Checksum 07:10:37 09adf4765672: Download complete 07:10:37 fd7a069fd194: Verifying Checksum 07:10:37 fd7a069fd194: Download complete 07:10:47 Running on prd-centos7-docker-4c-2g-563 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 07:10:47 Running in /w/workspace/device-modbus-go/16 [Pipeline] { [Pipeline] checkout 07:10:49 using credential edgex-jenkins-ssh 07:10:49 Cloning the remote Git repository 07:10:49 Cloning with configured refspecs honoured and without tags 07:10:49 fd7a069fd194: Pull complete 07:10:49 66aa3694b03b: Pull complete 07:10:49 170f70906a0f: Pull complete 07:10:49 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 07:10:49 > git init /w/workspace/device-modbus-go/16 # timeout=10 07:10:49 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 07:10:49 > git --version # timeout=10 07:10:49 using GIT_SSH to set credentials SSH Credentials for GitHub 07:10:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:10:51 Fetching without tags 07:10:51 Checking out Revision ede61610538096fa337aace8f825662d73a1e29e (master) 07:10:51 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 07:10:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:10:51 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 07:10:51 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 07:10:51 using GIT_SSH to set credentials SSH Credentials for GitHub 07:10:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:10:51 > git config core.sparsecheckout # timeout=10 07:10:51 > git checkout -f ede61610538096fa337aace8f825662d73a1e29e # timeout=10 07:10:53 ad7c5574e4b9: Pull complete 07:10:55 Commit message: "Merge pull request #159 from hahattan/issue-157/158" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:10:55 ========================================================= 07:10:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:10:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:10:56 + 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 . 07:10:57 Sending build context to Docker daemon 594.9kB 07:10:57 Step 1/8 : ARG BASE=golang:1.13-alpine 07:10:57 Step 2/8 : FROM ${BASE} 07:10:57 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:10:57 df20fa9351a1: Pulling fs layer 07:10:57 ed8968b2872e: Pulling fs layer 07:10:57 a92cc7c5fd73: Pulling fs layer 07:10:57 2dd03ba5bac4: Pulling fs layer 07:10:57 1e091d79d1de: Pulling fs layer 07:10:57 481702a1767f: Pulling fs layer 07:10:57 f64a6f60c768: Pulling fs layer 07:10:57 e78d2573fc39: Pulling fs layer 07:10:57 e876d2f968b6: Pulling fs layer 07:10:57 ce8a83651883: Pulling fs layer 07:10:57 07967f4d0e4b: Pulling fs layer 07:10:57 e78d2573fc39: Waiting 07:10:57 e876d2f968b6: Waiting 07:10:57 ce8a83651883: Waiting 07:10:57 07967f4d0e4b: Waiting 07:10:57 2dd03ba5bac4: Waiting 07:10:57 1e091d79d1de: Waiting 07:10:57 481702a1767f: Waiting 07:10:57 f64a6f60c768: Waiting 07:10:57 a92cc7c5fd73: Verifying Checksum 07:10:57 a92cc7c5fd73: Download complete 07:10:57 ed8968b2872e: Download complete 07:10:57 1e091d79d1de: Verifying Checksum 07:10:57 1e091d79d1de: Download complete 07:10:57 481702a1767f: Verifying Checksum 07:10:57 481702a1767f: Download complete 07:10:57 df20fa9351a1: Verifying Checksum 07:10:57 df20fa9351a1: Download complete 07:10:57 df20fa9351a1: Pull complete 07:10:58 f64a6f60c768: Verifying Checksum 07:10:58 f64a6f60c768: Download complete 07:10:58 e876d2f968b6: Verifying Checksum 07:10:58 e876d2f968b6: Download complete 07:10:58 e772456be8f7: Pull complete 07:10:58 c890913d741a: Pull complete 07:10:58 ce8a83651883: Verifying Checksum 07:10:58 ce8a83651883: Download complete 07:10:58 07967f4d0e4b: Verifying Checksum 07:10:58 07967f4d0e4b: Download complete 07:10:58 2dd03ba5bac4: Verifying Checksum 07:10:58 2dd03ba5bac4: Download complete 07:10:58 e78d2573fc39: Download complete 07:10:59 ed8968b2872e: Pull complete 07:10:59 a92cc7c5fd73: Pull complete 07:11:00 2480fcc9aa5a: Pull complete 07:11:00 09adf4765672: Pull complete 07:11:00 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 07:11:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:11:00 ---> 2248a725d1cf 07:11:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 07:11:06 ---> Running in 4d87b17d5b64 07:11:06 Removing intermediate container 4d87b17d5b64 07:11:06 ---> e9235e27e65d 07:11:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:11:06 ---> Running in 7f33cd1d5275 07:11:06 2dd03ba5bac4: Pull complete 07:11:06 1e091d79d1de: Pull complete 07:11:06 481702a1767f: Pull complete 07:11:08 Removing intermediate container 7f33cd1d5275 07:11:08 ---> 7465b66d0369 07:11:08 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 07:11:08 ---> Running in 598255fe9930 07:11:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:11:10 f64a6f60c768: Pull complete 07:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:11:11 (1/14) Installing libmagic (5.38-r0) 07:11:11 (2/14) Installing file (5.38-r0) 07:11:11 (3/14) Installing libc-dev (0.7.2-r3) 07:11:11 (4/14) Installing g++ (9.3.0-r2) 07:11:14 e78d2573fc39: Pull complete 07:11:14 e876d2f968b6: Pull complete 07:11:14 (5/14) Installing fortify-headers (1.1-r0) 07:11:14 (6/14) Installing patch (2.7.6-r6) 07:11:14 (7/14) Installing build-base (0.5-r2) 07:11:14 (8/14) Installing openssh-keygen (8.3_p1-r0) 07:11:14 (9/14) Installing libedit (20191231.3.1-r0) 07:11:14 (10/14) Installing openssh-client (8.3_p1-r0) 07:11:14 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 07:11:14 (12/14) Installing openssh-server-common (8.3_p1-r0) 07:11:15 ce8a83651883: Pull complete 07:11:15 07967f4d0e4b: Pull complete 07:11:15 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 07:11:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:11:15 ---> 5d7c900382c6 07:11:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 07:11:15 (13/14) Installing openssh-server (8.3_p1-r0) 07:11:15 (14/14) Installing openssh (8.3_p1-r0) 07:11:15 Executing busybox-1.31.1-r16.trigger 07:11:15 OK: 221 MiB in 53 packages 07:11:16 ---> Running in 845e9cf2155f 07:11:16 Removing intermediate container 845e9cf2155f 07:11:16 ---> caf4931ffa77 07:11:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:11:16 ---> Running in 4a883278516e 07:11:18 Removing intermediate container 4a883278516e 07:11:18 ---> 7d41be7a9c42 07:11:18 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 07:11:18 ---> Running in 5b6899a73c6c 07:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:11:19 Removing intermediate container 598255fe9930 07:11:19 ---> 7be057478825 07:11:19 Step 6/8 : WORKDIR /device-modbus-go 07:11:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:11:19 ---> Running in 1b6cfe071a27 07:11:19 (1/14) Installing libmagic (5.38-r0) 07:11:19 (2/14) Installing file (5.38-r0) 07:11:19 (3/14) Installing libc-dev (0.7.2-r3) 07:11:19 Removing intermediate container 1b6cfe071a27 07:11:19 ---> c2605d7d9822 07:11:19 Step 7/8 : COPY . . 07:11:20 (4/14) Installing g++ (9.3.0-r2) 07:11:20 ---> 43c07faa8275 07:11:20 Step 8/8 : RUN go mod download 07:11:21 ---> Running in 66970b3f2b76 07:11:22 (5/14) Installing fortify-headers (1.1-r0) 07:11:22 (6/14) Installing patch (2.7.6-r6) 07:11:22 (7/14) Installing build-base (0.5-r2) 07:11:22 (8/14) Installing openssh-keygen (8.3_p1-r0) 07:11:22 (9/14) Installing libedit (20191231.3.1-r0) 07:11:22 (10/14) Installing openssh-client (8.3_p1-r0) 07:11:22 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 07:11:22 (12/14) Installing openssh-server-common (8.3_p1-r0) 07:11:23 (13/14) Installing openssh-server (8.3_p1-r0) 07:11:23 (14/14) Installing openssh (8.3_p1-r0) 07:11:23 Executing busybox-1.31.1-r16.trigger 07:11:23 OK: 237 MiB in 53 packages 07:11:23 go: finding github.com/BurntSushi/toml v0.3.1 07:11:23 go: finding github.com/OneOfOne/xxhash v1.2.6 07:11:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:11:23 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:11:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:11:23 go: finding github.com/bgentry/speakeasy v0.1.0 07:11:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:11:23 go: finding github.com/davecgh/go-spew v1.1.1 07:11:23 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 07:11:23 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:11:23 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:11:24 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:11:24 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 07:11:24 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:11:24 go: finding github.com/fatih/color v1.7.0 07:11:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:11:24 go: finding github.com/go-kit/kit v0.8.0 07:11:24 go: finding github.com/go-logfmt/logfmt v0.4.0 07:11:24 go: finding github.com/go-stack/stack v1.8.0 07:11:24 go: finding github.com/goburrow/modbus v0.1.0 07:11:24 go: finding github.com/goburrow/serial v0.1.0 07:11:24 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:11:24 go: finding github.com/google/uuid v1.1.1 07:11:24 go: finding github.com/gorilla/mux v1.7.1 07:11:24 go: finding github.com/hashicorp/consul/api v1.1.0 07:11:24 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:11:24 go: finding github.com/hashicorp/errwrap v1.0.0 07:11:24 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:11:24 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:11:24 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:11:24 go: finding github.com/hashicorp/go-multierror v1.0.0 07:11:24 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:11:24 go: finding github.com/hashicorp/go-sockaddr v1.0.1 07:11:24 go: finding github.com/hashicorp/go-syslog v1.0.0 07:11:24 go: finding github.com/hashicorp/go-uuid v1.0.1 07:11:24 go: finding github.com/hashicorp/go.net v0.0.1 07:11:24 go: finding github.com/hashicorp/golang-lru v0.5.1 07:11:24 go: finding github.com/hashicorp/logutils v1.0.0 07:11:24 go: finding github.com/hashicorp/mdns v1.0.0 07:11:24 go: finding github.com/hashicorp/memberlist v0.1.3 07:11:24 go: finding github.com/hashicorp/serf v0.8.2 07:11:24 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:11:24 go: finding github.com/mattn/go-colorable v0.0.9 07:11:24 go: finding github.com/mattn/go-isatty v0.0.3 07:11:24 go: finding github.com/miekg/dns v1.1.4 07:11:24 go: finding github.com/mitchellh/cli v1.0.0 07:11:24 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:11:24 go: finding github.com/mitchellh/copystructure v1.0.0 07:11:24 go: finding github.com/mitchellh/go-homedir v1.1.0 07:11:24 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:11:24 go: finding github.com/mitchellh/go-wordwrap v1.0.0 07:11:24 go: finding github.com/mitchellh/gox v0.4.0 07:11:24 go: finding github.com/mitchellh/iochan v1.0.0 07:11:24 go: finding github.com/mitchellh/mapstructure v1.1.2 07:11:25 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:11:25 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:11:25 go: finding github.com/pelletier/go-toml v1.2.0 07:11:25 go: finding github.com/pkg/errors v0.8.1 07:11:25 go: finding github.com/pmezard/go-difflib v1.0.0 07:11:25 go: finding github.com/posener/complete v1.1.1 07:11:25 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 07:11:25 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:11:25 go: finding github.com/stretchr/objx v0.1.0 07:11:25 go: finding github.com/stretchr/testify v1.5.1 07:11:25 go: finding github.com/ugorji/go v1.1.4 07:11:25 go: finding github.com/x448/float16 v0.8.4 07:11:25 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:11:25 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 07:11:25 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:11:25 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:11:25 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 07:11:25 go: finding gopkg.in/yaml.v2 v2.2.8 07:11:26 Removing intermediate container 5b6899a73c6c 07:11:26 ---> 73a0a4858fc1 07:11:26 Step 6/8 : WORKDIR /device-modbus-go 07:11:26 ---> Running in 33cde31fbf18 07:11:26 Removing intermediate container 33cde31fbf18 07:11:26 ---> 26ce5aaae4f0 07:11:26 Step 7/8 : COPY . . 07:11:27 ---> e41afba37eec 07:11:27 Step 8/8 : RUN go mod download 07:11:27 ---> Running in acb1e290b7ae 07:11:29 go: finding github.com/BurntSushi/toml v0.3.1 07:11:29 go: finding github.com/OneOfOne/xxhash v1.2.6 07:11:29 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:11:29 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:11:29 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:11:29 go: finding github.com/bgentry/speakeasy v0.1.0 07:11:29 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:11:29 go: finding github.com/davecgh/go-spew v1.1.1 07:11:29 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 07:11:29 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:11:29 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:11:29 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:11:29 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 07:11:29 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:11:29 go: finding github.com/fatih/color v1.7.0 07:11:29 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:11:29 go: finding github.com/go-kit/kit v0.8.0 07:11:29 go: finding github.com/go-logfmt/logfmt v0.4.0 07:11:29 go: finding github.com/go-stack/stack v1.8.0 07:11:29 go: finding github.com/goburrow/modbus v0.1.0 07:11:29 go: finding github.com/goburrow/serial v0.1.0 07:11:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:11:30 go: finding github.com/google/uuid v1.1.1 07:11:30 go: finding github.com/gorilla/mux v1.7.1 07:11:30 go: finding github.com/hashicorp/consul/api v1.1.0 07:11:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:11:30 go: finding github.com/hashicorp/errwrap v1.0.0 07:11:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:11:30 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:11:30 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:11:30 go: finding github.com/hashicorp/go-multierror v1.0.0 07:11:30 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:11:30 go: finding github.com/hashicorp/go-sockaddr v1.0.1 07:11:30 go: finding github.com/hashicorp/go-syslog v1.0.0 07:11:30 go: finding github.com/hashicorp/go-uuid v1.0.1 07:11:30 go: finding github.com/hashicorp/go.net v0.0.1 07:11:30 go: finding github.com/hashicorp/golang-lru v0.5.1 07:11:30 go: finding github.com/hashicorp/logutils v1.0.0 07:11:30 go: finding github.com/hashicorp/mdns v1.0.0 07:11:30 go: finding github.com/hashicorp/memberlist v0.1.3 07:11:30 go: finding github.com/hashicorp/serf v0.8.2 07:11:30 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:11:30 go: finding github.com/mattn/go-colorable v0.0.9 07:11:30 go: finding github.com/mattn/go-isatty v0.0.3 07:11:30 go: finding github.com/miekg/dns v1.1.4 07:11:30 go: finding github.com/mitchellh/cli v1.0.0 07:11:30 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:11:30 go: finding github.com/mitchellh/copystructure v1.0.0 07:11:30 go: finding github.com/mitchellh/go-homedir v1.1.0 07:11:30 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:11:30 go: finding github.com/mitchellh/go-wordwrap v1.0.0 07:11:30 go: finding github.com/mitchellh/gox v0.4.0 07:11:30 go: finding github.com/mitchellh/iochan v1.0.0 07:11:30 go: finding github.com/mitchellh/mapstructure v1.1.2 07:11:30 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:11:30 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:11:30 go: finding github.com/pelletier/go-toml v1.2.0 07:11:30 go: finding github.com/pkg/errors v0.8.1 07:11:30 go: finding github.com/pmezard/go-difflib v1.0.0 07:11:30 go: finding github.com/posener/complete v1.1.1 07:11:30 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 07:11:30 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:11:30 go: finding github.com/stretchr/objx v0.1.0 07:11:30 go: finding github.com/stretchr/testify v1.5.1 07:11:30 go: finding github.com/ugorji/go v1.1.4 07:11:30 go: finding github.com/x448/float16 v0.8.4 07:11:30 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:11:30 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 07:11:31 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:11:31 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:11:31 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 07:11:31 go: finding gopkg.in/yaml.v2 v2.2.8 07:11:35 Removing intermediate container 66970b3f2b76 07:11:35 ---> 0a5a0a13ebc2 07:11:35 Successfully built 0a5a0a13ebc2 07:11:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:11:36 + docker inspect -f . ci-base-image-arm64 07:11:36 . [Pipeline] withDockerContainer 07:11:36 prd-ubuntu18.04-docker-arm64-4c-16g-562 does not seem to be running inside a container 07:11:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/16 -v /w/workspace/device-modbus-go/16:/w/workspace/device-modbus-go/16:rw,z -v /w/workspace/device-modbus-go/16@tmp:/w/workspace/device-modbus-go/16@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 ******** ci-base-image-arm64 cat 07:11:38 $ docker top 52eacec22bdef6eaed0f8009d814e4174bebe881d6d8917853706feb9ab66a07 -eo pid,comm [Pipeline] { [Pipeline] sh 07:11:39 Removing intermediate container acb1e290b7ae 07:11:39 ---> 78574d39d4df 07:11:39 Successfully built 78574d39d4df 07:11:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script 07:11:39 + go version 07:11:39 go version go1.13.13 linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:11:40 + docker inspect -f . ci-base-image-x86_64 07:11:40 . [Pipeline] withDockerContainer 07:11:40 prd-centos7-docker-4c-2g-563 does not seem to be running inside a container 07:11:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/16 -v /w/workspace/device-modbus-go/16:/w/workspace/device-modbus-go/16:rw,z -v /w/workspace/device-modbus-go/16@tmp:/w/workspace/device-modbus-go/16@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 ******** ci-base-image-x86_64 cat 07:11:41 + make test 07:11:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 07:11:41 $ docker top ca5aca5138dfb456e6d94c34fcfd28bd896d83a3efbb39d0cebe4f1bbf33622b -eo pid,comm [Pipeline] { [Pipeline] sh 07:11:42 ? github.com/edgexfoundry/device-modbus-go [no test files] 07:11:42 + go version 07:11:42 go version go1.13.13 linux/amd64 [Pipeline] sh 07:11:42 + make test 07:11:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 07:11:43 ? github.com/edgexfoundry/device-modbus-go [no test files] 07:11:53 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 07:11:53 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.171s coverage: 50.3% of statements 07:11:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:11:54 gofmt -l . 07:11:54 [ "`gofmt -l .`" = "" ] 07:11:54 ./bin/test-attribution-txt.sh 07:11:55 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:11:55 Stashed 1 file(s) [Pipeline] } 07:11:55 $ docker stop --time=1 ca5aca5138dfb456e6d94c34fcfd28bd896d83a3efbb39d0cebe4f1bbf33622b 07:11:58 $ docker rm -f ca5aca5138dfb456e6d94c34fcfd28bd896d83a3efbb39d0cebe4f1bbf33622b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:11:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:11:59 + ls -al . 07:11:59 total 104 07:11:59 drwxrwxr-x. 10 jenkins jenkins 4096 Jul 22 07:11 . 07:11:59 drwxrwxr-x. 4 jenkins jenkins 30 Jul 22 07:10 .. 07:11:59 -rw-rw-r--. 1 jenkins jenkins 5049 Jul 22 07:10 Attribution.txt 07:11:59 drwxrwxr-x. 2 jenkins jenkins 87 Jul 22 07:10 bin 07:11:59 drwxrwxr-x. 3 jenkins jenkins 32 Jul 22 07:10 cmd 07:11:59 -rw-r--r--. 1 jenkins jenkins 22123 Jul 22 07:11 coverage.out 07:11:59 -rw-rw-r--. 1 jenkins jenkins 1422 Jul 22 07:10 Dockerfile 07:11:59 -rw-rw-r--. 1 jenkins jenkins 954 Jul 22 07:10 Dockerfile.build 07:11:59 -rw-rw-r--. 1 jenkins jenkins 140 Jul 22 07:10 .dockerignore 07:11:59 drwxrwxr-x. 8 jenkins jenkins 162 Jul 22 07:10 .git 07:11:59 drwxrwxr-x. 2 jenkins jenkins 38 Jul 22 07:10 .github 07:11:59 -rw-rw-r--. 1 jenkins jenkins 330 Jul 22 07:10 .gitignore 07:11:59 -rw-r--r--. 1 jenkins jenkins 559 Jul 22 07:11 go.mod 07:11:59 -rw-r--r--. 1 jenkins jenkins 13471 Jul 22 07:11 go.sum 07:11:59 drwxrwxr-x. 3 jenkins jenkins 20 Jul 22 07:10 internal 07:11:59 -rw-rw-r--. 1 jenkins jenkins 702 Jul 22 07:10 Jenkinsfile 07:11:59 -rw-rw-r--. 1 jenkins jenkins 11340 Jul 22 07:10 LICENSE 07:11:59 -rw-rw-r--. 1 jenkins jenkins 880 Jul 22 07:10 Makefile 07:11:59 -rw-rw-r--. 1 jenkins jenkins 591 Jul 22 07:10 README.md 07:11:59 drwxrwxr-x. 3 jenkins jenkins 44 Jul 22 07:10 .semver 07:11:59 drwxrwxr-x. 2 jenkins jenkins 35 Jul 22 07:10 simulator 07:11:59 drwxrwxr-x. 4 jenkins jenkins 54 Jul 22 07:10 snap 07:11:59 -rw-rw-r--. 1 jenkins jenkins 11 Jul 22 07:07 VERSION 07:11:59 -rw-rw-r--. 1 jenkins jenkins 229 Jul 22 07:10 version.go [Pipeline] isUnix [Pipeline] sh 07:11:59 + 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=ede61610538096fa337aace8f825662d73a1e29e --label arch=amd64 --label version=1.2.2-dev.2 . 07:11:59 Sending build context to Docker daemon 623.6kB 07:11:59 Step 1/19 : ARG BASE=golang:1.13-alpine 07:11:59 Step 2/19 : FROM ${BASE} AS builder 07:11:59 ---> 78574d39d4df 07:11:59 Step 3/19 : ARG MAKE='make build' 07:12:00 ---> Running in 82d3aae59a9c 07:12:00 Removing intermediate container 82d3aae59a9c 07:12:00 ---> 76d114e0a531 07:12:00 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:00 ---> Running in 95da9ff07bd8 07:12:01 Removing intermediate container 95da9ff07bd8 07:12:01 ---> c8735c987918 07:12:01 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 07:12:01 ---> Running in 27e3fbf0de0b 07:12:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:12:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:12:02 OK: 237 MiB in 53 packages 07:12:03 Removing intermediate container 27e3fbf0de0b 07:12:03 ---> 4f8fc535d090 07:12:03 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 07:12:03 ---> Running in bffd20980569 07:12:03 Removing intermediate container bffd20980569 07:12:03 ---> 280fbbc18f87 07:12:03 Step 7/19 : COPY . . 07:12:04 ---> e77845d7ca0c 07:12:04 Step 8/19 : RUN ${MAKE} 07:12:04 ---> Running in 929cbc05ffc4 07:12:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.2" -o cmd/device-modbus ./cmd 07:12:08 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 07:12:09 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.201s coverage: 50.3% of statements 07:12:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:12:13 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:12:15 gofmt -l . 07:12:15 [ "`gofmt -l .`" = "" ] 07:12:15 ./bin/test-attribution-txt.sh 07:12:16 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:12:16 Warning: overwriting stash ‘coverage-report’ 07:12:17 Removing intermediate container 929cbc05ffc4 07:12:17 ---> 26b01f505d02 07:12:17 Step 9/19 : FROM scratch 07:12:17 ---> 07:12:17 Step 10/19 : ENV APP_PORT=49991 07:12:17 ---> Running in 0ca414a08d52 07:12:17 Removing intermediate container 0ca414a08d52 07:12:17 ---> c882db5d5588 07:12:17 Step 11/19 : EXPOSE $APP_PORT 07:12:17 ---> Running in e129ee1d3f07 07:12:17 Removing intermediate container e129ee1d3f07 07:12:17 ---> dae6fb70185e 07:12:17 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 07:12:17 Stashed 1 file(s) [Pipeline] } 07:12:17 $ docker stop --time=1 52eacec22bdef6eaed0f8009d814e4174bebe881d6d8917853706feb9ab66a07 07:12:17 ---> cd0369192015 07:12:17 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 07:12:18 ---> 9b87b5a998f1 07:12:18 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 07:12:18 ---> 2e2bf05497de 07:12:18 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 07:12:18 ---> Running in 6ff51a071083 07:12:18 Removing intermediate container 6ff51a071083 07:12:18 ---> 78f880bd3ec4 07:12:18 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 07:12:18 ---> Running in 44b02515b2b7 07:12:18 Removing intermediate container 44b02515b2b7 07:12:18 ---> b43710520596 07:12:18 Step 17/19 : LABEL arch=amd64 07:12:18 ---> Running in 8932e94b1913 07:12:18 Removing intermediate container 8932e94b1913 07:12:18 ---> 9411777d7ffe 07:12:18 Step 18/19 : LABEL git_sha=ede61610538096fa337aace8f825662d73a1e29e 07:12:19 ---> Running in 58fd9648f591 07:12:19 Removing intermediate container 58fd9648f591 07:12:19 ---> 6180f9869151 07:12:19 Step 19/19 : LABEL version=1.2.2-dev.2 07:12:19 ---> Running in 376f611cab51 07:12:19 Removing intermediate container 376f611cab51 07:12:19 ---> 3d38dc240c69 07:12:19 [Warning] One or more build-args [ARCH] were not consumed 07:12:19 Successfully built 3d38dc240c69 07:12:19 Successfully tagged docker-device-modbus-go:latest 07:12:19 $ docker rm -f 52eacec22bdef6eaed0f8009d814e4174bebe881d6d8917853706feb9ab66a07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:12:21 provisioning config files... 07:12:21 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/16@tmp/config3330282032034731670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:12:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:12:21 nexus3.edgexfoundry.org:10001 07:12:21 + ls -al . 07:12:21 total 140 07:12:21 drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 07:12 . 07:12:21 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 07:10 .. 07:12:21 -rw-rw-r-- 1 jenkins jenkins 140 Jul 22 07:10 .dockerignore 07:12:21 drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 07:10 .git 07:12:21 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:10 .github 07:12:21 -rw-rw-r-- 1 jenkins jenkins 330 Jul 22 07:10 .gitignore 07:12:21 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:10 .semver 07:12:21 -rw-rw-r-- 1 jenkins jenkins 5049 Jul 22 07:10 Attribution.txt 07:12:21 -rw-rw-r-- 1 jenkins jenkins 1422 Jul 22 07:10 Dockerfile 07:12:21 -rw-rw-r-- 1 jenkins jenkins 954 Jul 22 07:10 Dockerfile.build 07:12:21 -rw-rw-r-- 1 jenkins jenkins 702 Jul 22 07:10 Jenkinsfile 07:12:21 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 22 07:10 LICENSE 07:12:21 -rw-rw-r-- 1 jenkins jenkins 880 Jul 22 07:10 Makefile 07:12:21 -rw-rw-r-- 1 jenkins jenkins 591 Jul 22 07:10 README.md 07:12:21 -rw-rw-r-- 1 jenkins jenkins 11 Jul 22 07:07 VERSION 07:12:21 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:10 bin 07:12:21 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:10 cmd 07:12:21 -rw-r--r-- 1 jenkins jenkins 22123 Jul 22 07:12 coverage.out 07:12:21 -rw-r--r-- 1 jenkins jenkins 559 Jul 22 07:12 go.mod 07:12:21 -rw-r--r-- 1 jenkins jenkins 13471 Jul 22 07:12 go.sum 07:12:21 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:10 internal 07:12:21 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:10 simulator 07:12:21 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 07:10 snap 07:12:21 -rw-rw-r-- 1 jenkins jenkins 229 Jul 22 07:10 version.go [Pipeline] isUnix [Pipeline] sh 07:12:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:21 Configure a credential helper to remove this warning. See 07:12:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:21 07:12:21 Login Succeeded 07:12:21 nexus3.edgexfoundry.org:10002 07:12:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:22 Configure a credential helper to remove this warning. See 07:12:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:22 07:12:22 Login Succeeded 07:12:22 nexus3.edgexfoundry.org:10003 07:12:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:22 Configure a credential helper to remove this warning. See 07:12:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:22 07:12:22 Login Succeeded 07:12:22 nexus3.edgexfoundry.org:10004 07:12:22 + 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=ede61610538096fa337aace8f825662d73a1e29e --label arch=arm64 --label version=1.2.2-dev.2 . 07:12:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:22 Configure a credential helper to remove this warning. See 07:12:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:22 07:12:22 Login Succeeded 07:12:22 docker.io 07:12:22 Sending build context to Docker daemon 623.6kB 07:12:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:12:22 Step 1/19 : ARG BASE=golang:1.13-alpine 07:12:22 Step 2/19 : FROM ${BASE} AS builder 07:12:22 ---> 0a5a0a13ebc2 07:12:22 Step 3/19 : ARG MAKE='make build' 07:12:22 ---> Running in 517f3ac51219 07:12:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:12:22 Configure a credential helper to remove this warning. See 07:12:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:12:22 07:12:22 Login Succeeded [Pipeline] } 07:12:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:22 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 07:12:22 ede61610538096fa337aace8f825662d73a1e29e 07:12:22 latest 07:12:22 1.2.2-dev.2 07:12:22 ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 07:12:22 master 07:12:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:12:23 Removing intermediate container 517f3ac51219 07:12:23 ---> f0bbc05568be 07:12:23 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:23 ---> Running in 5f9052f3c050 07:12:23 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e [Pipeline] isUnix [Pipeline] sh 07:12:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e 07:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:12:23 f83a962f51c8: Preparing 07:12:23 d2413d11dd5e: Preparing 07:12:23 02f3da7a45f4: Preparing 07:12:23 f83a962f51c8: Pushed 07:12:23 d2413d11dd5e: Pushed 07:12:24 02f3da7a45f4: Pushed 07:12:24 ede61610538096fa337aace8f825662d73a1e29e: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] isUnix [Pipeline] sh 07:12:25 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 07:12:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 07:12:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:12:25 f83a962f51c8: Preparing 07:12:25 d2413d11dd5e: Preparing 07:12:25 02f3da7a45f4: Preparing 07:12:25 f83a962f51c8: Layer already exists 07:12:25 02f3da7a45f4: Layer already exists 07:12:25 d2413d11dd5e: Layer already exists 07:12:25 latest: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] isUnix [Pipeline] sh 07:12:25 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 07:12:25 Removing intermediate container 5f9052f3c050 07:12:25 ---> d471fcced118 07:12:25 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 07:12:25 ---> Running in 33e22ac096df 07:12:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.2 07:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:12:26 f83a962f51c8: Preparing 07:12:26 d2413d11dd5e: Preparing 07:12:26 02f3da7a45f4: Preparing 07:12:26 f83a962f51c8: Layer already exists 07:12:26 d2413d11dd5e: Layer already exists 07:12:26 02f3da7a45f4: Layer already exists 07:12:26 1.2.2-dev.2: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] isUnix [Pipeline] sh 07:12:26 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 07:12:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 07:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:12:26 f83a962f51c8: Preparing 07:12:26 d2413d11dd5e: Preparing 07:12:26 02f3da7a45f4: Preparing 07:12:26 02f3da7a45f4: Layer already exists 07:12:26 d2413d11dd5e: Layer already exists 07:12:26 f83a962f51c8: Layer already exists 07:12:26 ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] isUnix [Pipeline] sh 07:12:27 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 07:12:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:12:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 07:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:12:27 f83a962f51c8: Preparing 07:12:27 d2413d11dd5e: Preparing 07:12:27 02f3da7a45f4: Preparing 07:12:27 02f3da7a45f4: Layer already exists 07:12:27 f83a962f51c8: Layer already exists 07:12:27 d2413d11dd5e: Layer already exists 07:12:27 master: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:12:27 ===================================================== [Pipeline] echo 07:12:27 taggedImages: 07:12:27 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e 07:12:27 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 07:12:27 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.2 07:12:27 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 07:12:27 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 07:12:28 ++ find /w/workspace/device-modbus-go/16 07:12:28 ++ grep snapcraft.yaml 07:12:28 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/16/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { 07:12:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] configFileProvider 07:12:28 provisioning config files... 07:12:28 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/16@tmp/config4082213396252081150tmp [Pipeline] { [Pipeline] sh 07:12:28 + cp /w/workspace/device-modbus-go/16@tmp/config4082213396252081150tmp /w/workspace/device-modbus-go/16/edgex-snap-store-login [Pipeline] sh 07:12:28 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/16:/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 07:12:28 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 07:12:28 latest: Pulling from edgex-devops/edgex-snap-builder 07:12:28 a1125296b23d: Pulling fs layer 07:12:28 3c742a4a0f38: Pulling fs layer 07:12:28 4c5ea3b32996: Pulling fs layer 07:12:28 1b4be91ead68: Pulling fs layer 07:12:28 9224317f5338: Pulling fs layer 07:12:28 a1d4acd2f81e: Pulling fs layer 07:12:28 de16526aea4f: Pulling fs layer 07:12:28 98d9a47ff92f: Pulling fs layer 07:12:28 f00a2f7e41d2: Pulling fs layer 07:12:28 1b4be91ead68: Waiting 07:12:28 9224317f5338: Waiting 07:12:28 a1d4acd2f81e: Waiting 07:12:28 de16526aea4f: Waiting 07:12:28 98d9a47ff92f: Waiting 07:12:28 f00a2f7e41d2: Waiting 07:12:28 4c5ea3b32996: Download complete 07:12:28 3c742a4a0f38: Verifying Checksum 07:12:28 3c742a4a0f38: Download complete 07:12:28 1b4be91ead68: Download complete 07:12:28 a1d4acd2f81e: Verifying Checksum 07:12:28 a1d4acd2f81e: Download complete 07:12:28 de16526aea4f: Verifying Checksum 07:12:28 de16526aea4f: Download complete 07:12:28 98d9a47ff92f: Verifying Checksum 07:12:28 98d9a47ff92f: Download complete 07:12:28 f00a2f7e41d2: Verifying Checksum 07:12:28 f00a2f7e41d2: Download complete 07:12:29 a1125296b23d: Verifying Checksum 07:12:29 a1125296b23d: Download complete 07:12:29 OK: 221 MiB in 53 packages 07:12:30 Removing intermediate container 33e22ac096df 07:12:30 ---> 5320f2ae0229 07:12:30 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 07:12:30 ---> Running in df36868976c7 07:12:30 Removing intermediate container df36868976c7 07:12:30 ---> c89269f5aef1 07:12:30 Step 7/19 : COPY . . 07:12:31 ---> d1f498fcdecb 07:12:31 Step 8/19 : RUN ${MAKE} 07:12:31 ---> Running in 3c0811be81ed 07:12:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.2" -o cmd/device-modbus ./cmd 07:12:34 9224317f5338: Verifying Checksum 07:12:34 9224317f5338: Download complete 07:12:34 a1125296b23d: Pull complete 07:12:34 3c742a4a0f38: Pull complete 07:12:35 4c5ea3b32996: Pull complete 07:12:35 1b4be91ead68: Pull complete 07:13:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:13:04 Removing intermediate container 3c0811be81ed 07:13:04 ---> bb29c8db162a 07:13:04 Step 9/19 : FROM scratch 07:13:04 ---> 07:13:04 Step 10/19 : ENV APP_PORT=49991 07:13:04 ---> Running in 4805e1efc913 07:13:04 Removing intermediate container 4805e1efc913 07:13:04 ---> 3189af67db79 07:13:04 Step 11/19 : EXPOSE $APP_PORT 07:13:04 ---> Running in 9100b9445abf 07:13:05 Removing intermediate container 9100b9445abf 07:13:05 ---> 5741d2ef4a40 07:13:05 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 07:13:06 ---> 900c0d4002e7 07:13:06 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 07:13:07 ---> 9dd045ad7ae7 07:13:07 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 07:13:07 9224317f5338: Pull complete 07:13:07 a1d4acd2f81e: Pull complete 07:13:07 de16526aea4f: Pull complete 07:13:07 98d9a47ff92f: Pull complete 07:13:07 f00a2f7e41d2: Pull complete 07:13:07 Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 07:13:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 07:13:07 ---> 1c86b27b0ee9 07:13:07 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 07:13:07 ---> Running in 39481eb72023 07:13:08 Removing intermediate container 39481eb72023 07:13:08 ---> 93c753f33f04 07:13:08 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 07:13:08 ---> Running in 3d692c35db38 07:13:08 Removing intermediate container 3d692c35db38 07:13:08 ---> 6d413f739a4d 07:13:08 Step 17/19 : LABEL arch=arm64 07:13:08 ---> Running in 9ec350387a46 07:13:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:13:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:13:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:13:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [94.6 kB] 07:13:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] 07:13:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1018 kB] 07:13:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] 07:13:09 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 07:13:09 Removing intermediate container 9ec350387a46 07:13:09 ---> 3313c9def8b8 07:13:09 Step 18/19 : LABEL git_sha=ede61610538096fa337aace8f825662d73a1e29e 07:13:09 ---> Running in 8d92f0b2c5fe 07:13:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 07:13:09 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] 07:13:09 Removing intermediate container 8d92f0b2c5fe 07:13:09 ---> aaf3f0784a28 07:13:09 Step 19/19 : LABEL version=1.2.2-dev.2 07:13:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] 07:13:09 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1321 kB] 07:13:10 ---> Running in 6b8f0f9863ce 07:13:10 Fetched 5098 kB in 1s (3558 kB/s) 07:13:10 Removing intermediate container 6b8f0f9863ce 07:13:10 ---> d651bd5ae371 07:13:10 [Warning] One or more build-args [ARCH] were not consumed 07:13:10 Successfully built d651bd5ae371 07:13:10 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:13:10 provisioning config files... 07:13:10 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/16@tmp/config7179187082670970488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:13:11 nexus3.edgexfoundry.org:10001 07:13:11 Reading package lists... 07:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:13:11 Configure a credential helper to remove this warning. See 07:13:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:13:11 07:13:11 Login Succeeded 07:13:11 nexus3.edgexfoundry.org:10002 07:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:13:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:13:12 Configure a credential helper to remove this warning. See 07:13:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:13:12 07:13:12 Login Succeeded 07:13:12 nexus3.edgexfoundry.org:10003 07:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:13:13 Configure a credential helper to remove this warning. See 07:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:13:13 07:13:13 Login Succeeded 07:13:13 nexus3.edgexfoundry.org:10004 07:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:13:13 Configure a credential helper to remove this warning. See 07:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:13:13 07:13:13 Login Succeeded 07:13:13 docker.io 07:13:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:13:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:13:14 Configure a credential helper to remove this warning. See 07:13:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:13:14 07:13:14 Login Succeeded [Pipeline] } 07:13:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:13:14 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 07:13:14 ede61610538096fa337aace8f825662d73a1e29e 07:13:14 latest 07:13:14 1.2.2-dev.2 07:13:14 ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 07:13:14 master 07:13:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:13:15 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e [Pipeline] isUnix [Pipeline] sh 07:13:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e 07:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:13:15 939aed9d89db: Preparing 07:13:15 bfb1d2c86675: Preparing 07:13:15 77711c553367: Preparing 07:13:15 bfb1d2c86675: Pushed 07:13:15 939aed9d89db: Pushed 07:13:15 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:13:16 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:13:16 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:13:16 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 07:13:18 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 50% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:13:18 77711c553367: Pushed 07:13:18 ede61610538096fa337aace8f825662d73a1e29e: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] isUnix [Pipeline] sh 07:13:18 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:13:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 07:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:13:18 939aed9d89db: Preparing 07:13:18 bfb1d2c86675: Preparing 07:13:18 77711c553367: Preparing 07:13:18 bfb1d2c86675: Layer already exists 07:13:18 77711c553367: Layer already exists 07:13:18 939aed9d89db: Layer already exists 07:13:19 latest: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] isUnix [Pipeline] sh 07:13:19 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 07:13:19 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.2 07:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:13:19 939aed9d89db: Preparing 07:13:19 bfb1d2c86675: Preparing 07:13:19 77711c553367: Preparing 07:13:19 bfb1d2c86675: Layer already exists 07:13:19 77711c553367: Layer already exists 07:13:19 939aed9d89db: Layer already exists 07:13:20 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 07:13:20 1.2.2-dev.2: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] isUnix [Pipeline] sh 07:13:20 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh 07:13:20 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 07:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:13:20 939aed9d89db: Preparing 07:13:20 bfb1d2c86675: Preparing 07:13:20 77711c553367: Preparing 07:13:20 bfb1d2c86675: Layer already exists 07:13:20 939aed9d89db: Layer already exists 07:13:20 77711c553367: Layer already exists 07:13:21 ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] isUnix [Pipeline] sh 07:13:21 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:13:21 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 47% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:13:21 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 07:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:13:21 939aed9d89db: Preparing 07:13:21 bfb1d2c86675: Preparing 07:13:21 77711c553367: Preparing 07:13:21 939aed9d89db: Layer already exists 07:13:21 77711c553367: Layer already exists 07:13:21 bfb1d2c86675: Layer already exists 07:13:21 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 7% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 07:13:21 Reading state information... 0% Reading state information... 0% Reading state information... Done 07:13:22 master: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv 07:13:22 The following packages were automatically installed and are no longer required: 07:13:22 libjq1 libonig4 07:13:22 Use 'sudo apt autoremove' to remove them. 07:13:22 Suggested packages: 07:13:22 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:13:22 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 07:13:22 diffutils-doc perl-doc libterm-readline-gnu-perl 07:13:22 | libterm-readline-perl-perl [Pipeline] echo 07:13:22 ===================================================== [Pipeline] echo 07:13:22 taggedImages: 07:13:22 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e 07:13:22 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 07:13:22 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.2 07:13:22 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 07:13:22 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 07:13:22 The following NEW packages will be installed: 07:13:22 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 07:13:22 libperl5.26 make netbase patch perl perl-modules-5.26 07:13:22 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 07:13:22 Need to get 12.0 MB of archives. 07:13:22 After this operation, 77.5 MB of additional disk space will be used. 07:13:22 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [Pipeline] script [Pipeline] { [Pipeline] sh 07:13:22 + find /w/workspace/device-modbus-go/16 07:13:22 + grep snapcraft.yaml 07:13:22 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/16/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:13:22 provisioning config files... 07:13:22 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/16@tmp/config3653426436575075290tmp [Pipeline] { [Pipeline] sh 07:13:23 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 698 kB/2763 kB 25%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 07:13:23 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 07:13:23 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 07:13:23 + cp /w/workspace/device-modbus-go/16@tmp/config3653426436575075290tmp /w/workspace/device-modbus-go/16/edgex-snap-store-login [Pipeline] sh 07:13:23 23% [4 libperl5.26 22.2 kB/3527 kB 1%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 07:13:23 48% [5 perl 65.5 kB/201 kB 33%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 07:13:23 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 07:13:23 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] 07:13:23 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] 07:13:23 57% [9 libcurl3-gnutls 6774 B/212 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:13:23 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:13:23 61% [11 git-man 32.8 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:13:23 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 07:13:23 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:13:23 98% [14 patch 9563 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9117 kB/s) 07:13:23 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/16:/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 07:13:23 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 07:13:23 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 07:13:23 68fe03cb170d: Pulling fs layer 07:13:23 18959295effb: Pulling fs layer 07:13:23 51118fb70ce3: Pulling fs layer 07:13:23 409a5d9eae93: Pulling fs layer 07:13:23 76e762919bd5: Pulling fs layer 07:13:23 8ed2c1ec22f6: Pulling fs layer 07:13:23 7f90baa40d9b: Pulling fs layer 07:13:23 e1aa5cc854c1: Pulling fs layer 07:13:23 b0d1d86f3456: Pulling fs layer 07:13:23 8ed2c1ec22f6: Waiting 07:13:23 7f90baa40d9b: Waiting 07:13:23 e1aa5cc854c1: Waiting 07:13:23 b0d1d86f3456: Waiting 07:13:23 409a5d9eae93: Waiting 07:13:23 76e762919bd5: Waiting 07:13:23 18959295effb: Download complete 07:13:23 51118fb70ce3: Verifying Checksum 07:13:23 51118fb70ce3: Download complete 07:13:23 409a5d9eae93: Download complete 07:13:23 8ed2c1ec22f6: Download complete 07:13:23 7f90baa40d9b: Verifying Checksum 07:13:23 7f90baa40d9b: Download complete 07:13:23 e1aa5cc854c1: Verifying Checksum 07:13:23 e1aa5cc854c1: Download complete 07:13:23 b0d1d86f3456: Download complete 07:13:24 debconf: delaying package configuration, since apt-utils is not installed 07:13:24 Selecting previously unselected package perl-modules-5.26. 07:13:24 (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 ... 9889 files and directories currently installed.) 07:13:24 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 07:13:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:13:24 68fe03cb170d: Verifying Checksum 07:13:24 68fe03cb170d: Download complete 07:13:26 Selecting previously unselected package libgdbm5:amd64. 07:13:26 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 07:13:26 Unpacking libgdbm5:amd64 (1.14.1-6) ... 07:13:26 Selecting previously unselected package libgdbm-compat4:amd64. 07:13:26 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 07:13:26 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 07:13:27 Selecting previously unselected package libperl5.26:amd64. 07:13:27 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 07:13:27 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 07:13:27 68fe03cb170d: Pull complete 07:13:28 18959295effb: Pull complete 07:13:28 51118fb70ce3: Pull complete 07:13:28 Selecting previously unselected package perl. 07:13:28 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 07:13:28 Unpacking perl (5.26.1-6ubuntu0.3) ... 07:13:28 Selecting previously unselected package less. 07:13:28 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 07:13:28 Unpacking less (487-0.1) ... 07:13:28 409a5d9eae93: Pull complete 07:13:28 Selecting previously unselected package netbase. 07:13:28 Preparing to unpack .../06-netbase_5.4_all.deb ... 07:13:28 Unpacking netbase (5.4) ... 07:13:28 Selecting previously unselected package curl. 07:13:28 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_amd64.deb ... 07:13:28 Unpacking curl (7.58.0-2ubuntu3.9) ... 07:13:28 Selecting previously unselected package libcurl3-gnutls:amd64. 07:13:28 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... 07:13:28 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 07:13:29 Selecting previously unselected package liberror-perl. 07:13:29 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 07:13:29 Unpacking liberror-perl (0.17025-1) ... 07:13:29 Selecting previously unselected package git-man. 07:13:29 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:13:29 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:13:29 Selecting previously unselected package git. 07:13:29 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:13:29 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:13:29 Selecting previously unselected package make. 07:13:29 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 07:13:29 Unpacking make (4.1-9.1ubuntu1) ... 07:13:29 Selecting previously unselected package patch. 07:13:29 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:13:29 Unpacking patch (2.7.6-2ubuntu1.1) ... 07:13:30 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:13:30 Setting up less (487-0.1) ... 07:13:30 Setting up make (4.1-9.1ubuntu1) ... 07:13:30 Setting up curl (7.58.0-2ubuntu3.9) ... 07:13:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 07:13:30 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:13:30 Setting up libgdbm5:amd64 (1.14.1-6) ... 07:13:30 Setting up patch (2.7.6-2ubuntu1.1) ... 07:13:30 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 07:13:30 Setting up netbase (5.4) ... 07:13:30 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 07:13:30 Setting up perl (5.26.1-6ubuntu0.3) ... 07:13:30 Setting up liberror-perl (0.17025-1) ... 07:13:30 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:13:30 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 07:13:30 Processing triggers for mime-support (3.60ubuntu1) ... 07:13:32 curl set to automatically installed. 07:13:32 git set to automatically installed. 07:13:32 git-man set to automatically installed. 07:13:32 less set to automatically installed. 07:13:32 libcurl3-gnutls set to automatically installed. 07:13:32 liberror-perl set to automatically installed. 07:13:32 libgdbm-compat4 set to automatically installed. 07:13:32 libgdbm5 set to automatically installed. 07:13:32 libperl5.26 set to automatically installed. 07:13:32 make set to automatically installed. 07:13:32 netbase set to automatically installed. 07:13:32 patch set to automatically installed. 07:13:32 perl set to automatically installed. 07:13:32 perl-modules-5.26 set to automatically installed. 07:13:32 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 07:13:32 Please ensure the environment is properly setup before continuing. 07:13:32 Ignore this message if the appropriate measures have already been taken 07:13:33 Pulling go  07:13:34 76e762919bd5: Download complete 07:13:34 'device-modbus' has dependencies that need to be staged: go 07:13:34 Skipping pull go (already ran) 07:13:34 Building go  07:13:34 % Total % Received % Xferd Average Speed Time Time Time Current 07:13:34 Dload Upload Total Spent Left Speed 07:13:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 114M 5 6495k 0 0 22.1M 0 0:00:05 --:--:-- 0:00:05 22.1M 57 114M 57 66.1M 0 0 51.6M 0 0:00:02 0:00:01 0:00:01 51.5M 100 114M 100 114M 0 0 54.8M 0 0:00:02 0:00:02 --:--:-- 54.8M 07:13:37 go1.13.5.linux-amd64.tar.gz: OK 07:13:45 Staging go  07:13:47 Pulling device-modbus  07:13:48 Skipping build go (already ran) 07:13:48 Building device-modbus  07:13:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.2" -o cmd/device-modbus ./cmd 07:13:49 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 07:13:49 go: downloading github.com/goburrow/modbus v0.1.0 07:13:49 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:13:49 go: extracting github.com/goburrow/modbus v0.1.0 07:13:49 go: downloading github.com/goburrow/serial v0.1.0 07:13:49 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 07:13:49 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:13:49 go: downloading github.com/gorilla/mux v1.7.1 07:13:49 go: extracting github.com/goburrow/serial v0.1.0 07:13:49 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:13:49 go: downloading github.com/google/uuid v1.1.1 07:13:49 go: downloading github.com/go-kit/kit v0.8.0 07:13:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:13:49 go: extracting github.com/gorilla/mux v1.7.1 07:13:49 go: extracting github.com/google/uuid v1.1.1 07:13:49 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:13:49 go: downloading gopkg.in/yaml.v2 v2.2.8 07:13:49 go: downloading github.com/pkg/errors v0.8.1 07:13:49 go: downloading github.com/OneOfOne/xxhash v1.2.6 07:13:49 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 07:13:49 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 07:13:49 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 07:13:49 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 07:13:49 go: extracting gopkg.in/yaml.v2 v2.2.8 07:13:49 go: extracting github.com/pkg/errors v0.8.1 07:13:49 go: downloading github.com/BurntSushi/toml v0.3.1 07:13:49 go: downloading github.com/pelletier/go-toml v1.2.0 07:13:49 go: extracting github.com/OneOfOne/xxhash v1.2.6 07:13:49 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 07:13:49 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 07:13:49 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 07:13:49 go: downloading github.com/x448/float16 v0.8.4 07:13:49 go: downloading github.com/hashicorp/consul/api v1.1.0 07:13:49 go: extracting github.com/go-kit/kit v0.8.0 07:13:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:13:49 go: extracting github.com/BurntSushi/toml v0.3.1 07:13:49 go: extracting github.com/pelletier/go-toml v1.2.0 07:13:49 go: extracting github.com/x448/float16 v0.8.4 07:13:49 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:13:49 go: downloading github.com/mitchellh/copystructure v1.0.0 07:13:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:13:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:13:49 go: extracting github.com/hashicorp/consul/api v1.1.0 07:13:49 go: extracting github.com/mitchellh/copystructure v1.0.0 07:13:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:13:49 go: extracting github.com/mitchellh/mapstructure v1.1.2 07:13:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:13:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:13:49 go: downloading github.com/hashicorp/serf v0.8.2 07:13:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:13:49 go: extracting github.com/mitchellh/reflectwalk v1.0.0 07:13:49 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 07:13:49 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 07:13:49 go: extracting github.com/go-logfmt/logfmt v0.4.0 07:13:49 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 07:13:49 go: extracting github.com/hashicorp/serf v0.8.2 07:13:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:13:49 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:13:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:13:49 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 07:13:49 go: downloading github.com/hashicorp/golang-lru v0.5.1 07:13:49 go: extracting github.com/hashicorp/golang-lru v0.5.1 07:13:49 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 07:13:49 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:13:49 go: finding github.com/goburrow/modbus v0.1.0 07:13:49 go: finding github.com/gorilla/mux v1.7.1 07:13:49 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:13:49 go: finding github.com/go-kit/kit v0.8.0 07:13:49 go: finding github.com/google/uuid v1.1.1 07:13:49 go: finding github.com/OneOfOne/xxhash v1.2.6 07:13:49 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:13:49 go: finding github.com/goburrow/serial v0.1.0 07:13:49 go: finding github.com/x448/float16 v0.8.4 07:13:49 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:13:49 go: finding github.com/go-logfmt/logfmt v0.4.0 07:13:49 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 07:13:49 go: finding gopkg.in/yaml.v2 v2.2.8 07:13:49 go: finding github.com/BurntSushi/toml v0.3.1 07:13:49 go: finding github.com/pkg/errors v0.8.1 07:13:49 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:13:49 go: finding github.com/hashicorp/consul/api v1.1.0 07:13:49 go: finding github.com/pelletier/go-toml v1.2.0 07:13:49 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:13:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:13:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:13:49 go: finding github.com/mitchellh/copystructure v1.0.0 07:13:49 go: finding github.com/mitchellh/mapstructure v1.1.2 07:13:49 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:13:49 go: finding github.com/hashicorp/serf v0.8.2 07:13:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:13:49 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:13:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:13:50 go: finding github.com/hashicorp/golang-lru v0.5.1 07:14:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:14:03 Skipping stage go (already ran) 07:14:03 Staging device-modbus  07:14:04 Priming go  07:14:05 Priming device-modbus  07:14:06 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 07:14:06 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 07:14:06 Determining the version from the project repo (version-script). 07:14:06 The version has been set to '1.2.2-dev.2-20200722+ede6161' 07:14:07 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 07:14:07 Snapped edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap 07:14:11 07:14:11 Login successful. You now have these capabilities: 07:14:11  07:14:11 snaps: No restriction 07:14:11 channels: No restriction 07:14:11 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 07:14:11 expires: 2021-07-14T18:21:36.256372 07:14:11  07:14:12 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 07:14:12 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 07:14:12 Preparing to upload 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap'. 07:14:12 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 07:14:12 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 07:14:13 76e762919bd5: Pull complete 07:14:13 8ed2c1ec22f6: Pull complete 07:14:13 7f90baa40d9b: Pull complete 07:14:13 e1aa5cc854c1: Pull complete 07:14:13 b0d1d86f3456: Pull complete 07:14:13 Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab 07:14:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 07:14:14 Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 100% 07:14:18 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 07:14:18 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 07:14:18 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 07:14:18 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 07:14:18 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] 07:14:18 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] 07:14:19 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [912 kB] 07:14:20 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] 07:14:20 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [637 kB] 07:14:20 Fetched 3817 kB in 3s (1293 kB/s) 07:14:25 Reading package lists... 07:14:29 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 07:14:29 released 07:14:29 Revision 1275 of 'edgex-device-modbus' created. 07:14:30 Track Arch Channel Version Revision 07:14:30 latest amd64 stable 1.2.1-20200612+fdf900d 1255 07:14:30 candidate 1.2.1-20200612+fdf900d 1255 07:14:30 beta 1.2.1-20200612+fdf900d 1255 07:14:30 edge 1.2.2-dev.2-20200722+ede6161 1275 07:14:30 edinburgh amd64 stable - - 07:14:30 candidate - - 07:14:30 beta 1.0.0-20190626+739f7ef 112 07:14:30 edge 1.0.0-20200103+c777f31 956 07:14:30 fuji amd64 stable 1.1.1-20200228+37c94ae 1087 07:14:30 candidate ↑ ↑ 07:14:30 beta 1.1.1-20200228+37c94ae 1087 07:14:30 edge 1.1.1-20200422+37c94ae 1193 07:14:30 geneva amd64 stable 1.2.1-20200612+fdf900d 1255 07:14:30 candidate ↑ ↑ 07:14:30 beta ↑ ↑ 07:14:30 edge ↑ ↑ 07:14:31 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 07:14:31 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 07:14:31 Uploading metadata from 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' 07:14:35 The metadata has been uploaded [Pipeline] } 07:14:35 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] } 07:14:37 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 07:14:37 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 07:14:37 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 07:14:37 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 07:14:43 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:14:49 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 07:14:53 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:14:54 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree 07:14:54 Reading state information... 0% Reading state information... 0% Reading state information... Done 07:14:55 The following packages were automatically installed and are no longer required: 07:14:55 libjq1 libonig4 07:14:55 Use 'sudo apt autoremove' to remove them. 07:14:55 Suggested packages: 07:14:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:14:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 07:14:55 diffutils-doc perl-doc libterm-readline-gnu-perl 07:14:55 | libterm-readline-perl-perl 07:14:55 The following NEW packages will be installed: 07:14:55 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 07:14:55 libperl5.26 make netbase patch perl perl-modules-5.26 07:14:55 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 07:14:55 Need to get 10.8 MB of archives. 07:14:55 After this operation, 73.6 MB of additional disk space will be used. 07:14:56 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 07:14:57 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 4% [1 perl-modules-5.26 506 kB/2763 kB 18%] 12% [1 perl-modules-5.26 1624 kB/2763 kB 59%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 07:14:57 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 07:14:57 24% [3 libgdbm-compat4 4096 B/5536 B 74%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 07:14:58 25% [4 libperl5.26 0 B/3326 kB 0%] 39% [4 libperl5.26 1856 kB/3326 kB 56%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 07:14:58 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 07:14:58 54% [6 less 24.6 kB/99.7 kB 25%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 07:14:58 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] 07:14:58 58% [8 curl 25.1 kB/152 kB 17%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] 07:14:58 60% [9 libcurl3-gnutls 8192 B/179 kB 5%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 07:14:58 63% [10 liberror-perl 22.5 kB/22.8 kB 99%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:14:58 65% [11 git-man 24.7 kB/804 kB 3%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 07:14:59 72% [12 git 12.3 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 07:14:59 96% [13 make 12.0 kB/139 kB 9%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 07:14:59 98% [14 patch 32.8 kB/91.8 kB 36%] 100% [Working] Fetched 10.8 MB in 3s (3303 kB/s) 07:14:59 debconf: delaying package configuration, since apt-utils is not installed 07:14:59 Selecting previously unselected package perl-modules-5.26. 07:15:00 (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 ... 9882 files and directories currently installed.) 07:15:00 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 07:15:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:15:01 Selecting previously unselected package libgdbm5:arm64. 07:15:01 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 07:15:01 Unpacking libgdbm5:arm64 (1.14.1-6) ... 07:15:01 Selecting previously unselected package libgdbm-compat4:arm64. 07:15:01 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 07:15:01 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 07:15:01 Selecting previously unselected package libperl5.26:arm64. 07:15:01 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 07:15:01 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 07:15:03 Selecting previously unselected package perl. 07:15:03 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 07:15:03 Unpacking perl (5.26.1-6ubuntu0.3) ... 07:15:03 Selecting previously unselected package less. 07:15:03 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 07:15:03 Unpacking less (487-0.1) ... 07:15:03 Selecting previously unselected package netbase. 07:15:03 Preparing to unpack .../06-netbase_5.4_all.deb ... 07:15:03 Unpacking netbase (5.4) ... 07:15:03 Selecting previously unselected package curl. 07:15:03 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_arm64.deb ... 07:15:03 Unpacking curl (7.58.0-2ubuntu3.9) ... 07:15:03 Selecting previously unselected package libcurl3-gnutls:arm64. 07:15:03 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... 07:15:03 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 07:15:04 Selecting previously unselected package liberror-perl. 07:15:04 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 07:15:04 Unpacking liberror-perl (0.17025-1) ... 07:15:04 Selecting previously unselected package git-man. 07:15:04 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:15:04 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:15:04 Selecting previously unselected package git. 07:15:04 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 07:15:04 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:15:06 Selecting previously unselected package make. 07:15:06 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 07:15:06 Unpacking make (4.1-9.1ubuntu1) ... 07:15:06 Selecting previously unselected package patch. 07:15:06 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 07:15:06 Unpacking patch (2.7.6-2ubuntu1.1) ... 07:15:06 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:15:06 Setting up less (487-0.1) ... 07:15:06 Setting up make (4.1-9.1ubuntu1) ... 07:15:06 Setting up curl (7.58.0-2ubuntu3.9) ... 07:15:06 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 07:15:06 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:15:07 Setting up libgdbm5:arm64 (1.14.1-6) ... 07:15:07 Setting up patch (2.7.6-2ubuntu1.1) ... 07:15:07 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 07:15:07 Setting up netbase (5.4) ... 07:15:07 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 07:15:07 Setting up perl (5.26.1-6ubuntu0.3) ... 07:15:07 Setting up liberror-perl (0.17025-1) ... 07:15:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:15:07 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 07:15:07 Processing triggers for mime-support (3.60ubuntu1) ... 07:15:13 curl set to automatically installed. 07:15:13 git set to automatically installed. 07:15:13 git-man set to automatically installed. 07:15:13 less set to automatically installed. 07:15:13 libcurl3-gnutls set to automatically installed. 07:15:13 liberror-perl set to automatically installed. 07:15:13 libgdbm-compat4 set to automatically installed. 07:15:13 libgdbm5 set to automatically installed. 07:15:13 libperl5.26 set to automatically installed. 07:15:13 make set to automatically installed. 07:15:13 netbase set to automatically installed. 07:15:13 patch set to automatically installed. 07:15:13 perl set to automatically installed. 07:15:13 perl-modules-5.26 set to automatically installed. 07:15:13 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 07:15:13 Please ensure the environment is properly setup before continuing. 07:15:13 Ignore this message if the appropriate measures have already been taken 07:15:14 Pulling go  07:15:18 'device-modbus' has dependencies that need to be staged: go 07:15:18 Skipping pull go (already ran) 07:15:18 Building go  07:15:18 % Total % Received % Xferd Average Speed Time Time Time Current 07:15:18 Dload Upload Total Spent Left Speed 07:15:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 93.0M 8 8399k 0 0 19.3M 0 0:00:04 --:--:-- 0:00:04 19.3M 55 93.0M 55 51.9M 0 0 36.9M 0 0:00:02 0:00:01 0:00:01 36.9M 100 93.0M 100 93.0M 0 0 42.3M 0 0:00:02 0:00:02 --:--:-- 42.3M 07:15:21 go1.13.5.linux-arm64.tar.gz: OK 07:15:39 Staging go  07:15:42 Pulling device-modbus  07:15:45 Skipping build go (already ran) 07:15:45 Building device-modbus  07:15:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.2" -o cmd/device-modbus ./cmd 07:15:46 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 07:15:46 go: downloading github.com/goburrow/modbus v0.1.0 07:15:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:15:46 go: extracting github.com/goburrow/modbus v0.1.0 07:15:46 go: downloading github.com/goburrow/serial v0.1.0 07:15:46 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 07:15:46 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:15:46 go: extracting github.com/goburrow/serial v0.1.0 07:15:46 go: downloading github.com/gorilla/mux v1.7.1 07:15:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:15:46 go: downloading gopkg.in/yaml.v2 v2.2.8 07:15:46 go: downloading github.com/OneOfOne/xxhash v1.2.6 07:15:46 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 07:15:46 go: extracting github.com/gorilla/mux v1.7.1 07:15:46 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:15:46 go: extracting gopkg.in/yaml.v2 v2.2.8 07:15:46 go: extracting github.com/OneOfOne/xxhash v1.2.6 07:15:46 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 07:15:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:15:46 go: downloading github.com/go-kit/kit v0.8.0 07:15:46 go: downloading github.com/hashicorp/consul/api v1.1.0 07:15:46 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 07:15:46 go: downloading github.com/pkg/errors v0.8.1 07:15:46 go: downloading github.com/google/uuid v1.1.1 07:15:46 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 07:15:46 go: downloading github.com/BurntSushi/toml v0.3.1 07:15:46 go: downloading github.com/pelletier/go-toml v1.2.0 07:15:47 go: extracting github.com/pkg/errors v0.8.1 07:15:47 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 07:15:47 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 07:15:47 go: extracting github.com/google/uuid v1.1.1 07:15:47 go: extracting github.com/BurntSushi/toml v0.3.1 07:15:47 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 07:15:47 go: extracting github.com/pelletier/go-toml v1.2.0 07:15:47 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:15:47 go: downloading github.com/x448/float16 v0.8.4 07:15:47 go: extracting github.com/hashicorp/consul/api v1.1.0 07:15:47 go: extracting github.com/go-kit/kit v0.8.0 07:15:47 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:15:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:15:47 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:15:47 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:15:47 go: downloading github.com/hashicorp/serf v0.8.2 07:15:47 go: extracting github.com/x448/float16 v0.8.4 07:15:47 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:15:47 go: downloading github.com/mitchellh/copystructure v1.0.0 07:15:47 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 07:15:47 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 07:15:47 go: extracting github.com/mitchellh/mapstructure v1.1.2 07:15:47 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 07:15:47 go: extracting github.com/mitchellh/copystructure v1.0.0 07:15:47 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:15:47 go: extracting github.com/mitchellh/reflectwalk v1.0.0 07:15:47 go: extracting github.com/hashicorp/serf v0.8.2 07:15:47 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:15:47 go: extracting github.com/go-logfmt/logfmt v0.4.0 07:15:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:15:47 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:15:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:15:47 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 07:15:47 go: downloading github.com/hashicorp/golang-lru v0.5.1 07:15:47 go: extracting github.com/hashicorp/golang-lru v0.5.1 07:15:47 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 07:15:47 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:15:47 go: finding github.com/goburrow/modbus v0.1.0 07:15:47 go: finding github.com/gorilla/mux v1.7.1 07:15:47 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:15:47 go: finding github.com/go-kit/kit v0.8.0 07:15:47 go: finding github.com/google/uuid v1.1.1 07:15:47 go: finding github.com/OneOfOne/xxhash v1.2.6 07:15:47 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:15:47 go: finding github.com/goburrow/serial v0.1.0 07:15:47 go: finding github.com/go-logfmt/logfmt v0.4.0 07:15:47 go: finding github.com/x448/float16 v0.8.4 07:15:47 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:15:47 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 07:15:47 go: finding gopkg.in/yaml.v2 v2.2.8 07:15:48 go: finding github.com/BurntSushi/toml v0.3.1 07:15:48 go: finding github.com/pkg/errors v0.8.1 07:15:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:15:48 go: finding github.com/hashicorp/consul/api v1.1.0 07:15:48 go: finding github.com/pelletier/go-toml v1.2.0 07:15:48 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:15:48 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:15:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:15:48 go: finding github.com/hashicorp/serf v0.8.2 07:15:48 go: finding github.com/mitchellh/mapstructure v1.1.2 07:15:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:15:48 go: finding github.com/mitchellh/copystructure v1.0.0 07:15:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:15:48 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:15:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:15:48 go: finding github.com/hashicorp/golang-lru v0.5.1 07:16:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:16:29 Skipping stage go (already ran) 07:16:29 Staging device-modbus  07:16:29 Priming go  07:16:33 Priming device-modbus  07:16:37 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 07:16:37 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 07:16:37 Determining the version from the project repo (version-script). 07:16:37 The version has been set to '1.2.2-dev.2-20200722+ede6161' 07:16:40 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 07:16:40 Snapped edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap 07:16:46 07:16:46 Login successful. You now have these capabilities: 07:16:46  07:16:46 snaps: No restriction 07:16:46 channels: No restriction 07:16:46 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 07:16:46 expires: 2021-07-14T18:21:36.256372 07:16:46  07:16:49 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 07:16:49 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 07:16:49 Preparing to upload 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap'. 07:16:49 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 07:16:49 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 07:16:52 Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 100% 07:17:07 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 07:17:07 released 07:17:07 Revision 1276 of 'edgex-device-modbus' created. 07:17:08 Track Arch Channel Version Revision 07:17:08 latest arm64 stable 1.2.1-20200612+fdf900d 1256 07:17:08 candidate 1.2.1-20200612+fdf900d 1256 07:17:08 beta 1.2.1-20200612+fdf900d 1256 07:17:08 edge 1.2.2-dev.2-20200722+ede6161 1276 07:17:08 edinburgh arm64 stable - - 07:17:08 candidate - - 07:17:08 beta 1.0.0-20190627+739f7ef 113 07:17:08 edge 1.0.0-20200107+c777f31 958 07:17:08 fuji arm64 stable 1.1.1-20200311+37c94ae 1112 07:17:08 candidate ↑ ↑ 07:17:08 beta 1.1.1-20200311+37c94ae 1112 07:17:08 edge 1.1.1-20200422+37c94ae 1194 07:17:08 geneva arm64 stable 1.2.1-20200612+fdf900d 1256 07:17:08 candidate ↑ ↑ 07:17:08 beta ↑ ↑ 07:17:08 edge ↑ ↑ 07:17:12 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 07:17:12 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 07:17:12 Uploading metadata from 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' 07:17:15 The metadata has been uploaded [Pipeline] } 07:17:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:17:18 provisioning config files... 07:17:18 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config927212943267082151tmp [Pipeline] { [Pipeline] sh 07:17:18 + curl -s https://codecov.io/bash 07:17:18 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_master@tmp/config927212943267082151tmp [Pipeline] } 07:17:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:17:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:17:18 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:17:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:17:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:17:19 07:17:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:17:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:17:19 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:17:19 cbdbe7a5bc2a: Pulling fs layer 07:17:19 408f87550127: Pulling fs layer 07:17:19 fe522b08c979: Pulling fs layer 07:17:19 221eaa008020: Pulling fs layer 07:17:19 2a4607e5d6b9: Pulling fs layer 07:17:19 8f79b27c4fd2: Pulling fs layer 07:17:19 e5c8dbe1645b: Pulling fs layer 07:17:19 23e8b3b47431: Pulling fs layer 07:17:19 5c568d65a230: Pulling fs layer 07:17:19 e5c8dbe1645b: Waiting 07:17:19 221eaa008020: Waiting 07:17:19 23e8b3b47431: Waiting 07:17:19 2a4607e5d6b9: Waiting 07:17:19 8f79b27c4fd2: Waiting 07:17:19 5c568d65a230: Waiting 07:17:19 fe522b08c979: Verifying Checksum 07:17:19 fe522b08c979: Download complete 07:17:19 408f87550127: Verifying Checksum 07:17:19 408f87550127: Download complete 07:17:19 2a4607e5d6b9: Verifying Checksum 07:17:19 2a4607e5d6b9: Download complete 07:17:19 8f79b27c4fd2: Verifying Checksum 07:17:19 8f79b27c4fd2: Download complete 07:17:19 cbdbe7a5bc2a: Verifying Checksum 07:17:19 e5c8dbe1645b: Verifying Checksum 07:17:19 e5c8dbe1645b: Download complete 07:17:20 cbdbe7a5bc2a: Pull complete 07:17:20 23e8b3b47431: Verifying Checksum 07:17:20 23e8b3b47431: Download complete 07:17:20 408f87550127: Pull complete 07:17:20 5c568d65a230: Verifying Checksum 07:17:20 5c568d65a230: Download complete 07:17:20 fe522b08c979: Pull complete 07:17:21 221eaa008020: Verifying Checksum 07:17:21 221eaa008020: Download complete 07:17:26 221eaa008020: Pull complete 07:17:26 2a4607e5d6b9: Pull complete 07:17:26 8f79b27c4fd2: Pull complete 07:17:28 e5c8dbe1645b: Pull complete 07:17:32 23e8b3b47431: Pull complete 07:17:33 5c568d65a230: Pull complete 07:17:33 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:17:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:17:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:17:33 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:17:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 07:17:34 $ docker top e82f2e35956f97a3c5ebffaccda91ae12218420bd0b3aef527c737be9f10be8a -eo pid,comm [Pipeline] { [Pipeline] sh 07:17:34 + snyk monitor '--org=edgex-jenkins' 07:17:41 07:17:41 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 07:17:41 07:17:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/8380a977-66b8-4edc-a196-fc024c2f91ea 07:17:41 07:17:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:17:41 07:17:41 [Pipeline] } 07:17:41 $ docker stop --time=1 e82f2e35956f97a3c5ebffaccda91ae12218420bd0b3aef527c737be9f10be8a 07:17:43 $ docker rm -f e82f2e35956f97a3c5ebffaccda91ae12218420bd0b3aef527c737be9f10be8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:17:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:17:44 07:17:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 07:17:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:17:45 latest: Pulling from edgex-devops/edgex-klar 07:17:45 e7c96db7181b: Pulling fs layer 07:17:45 1868ca2cb446: Pulling fs layer 07:17:45 136be5d0fe8e: Pulling fs layer 07:17:45 894bfe63afcb: Pulling fs layer 07:17:45 894bfe63afcb: Waiting 07:17:45 1868ca2cb446: Verifying Checksum 07:17:45 1868ca2cb446: Download complete 07:17:45 136be5d0fe8e: Download complete 07:17:45 e7c96db7181b: Verifying Checksum 07:17:45 e7c96db7181b: Download complete 07:17:45 894bfe63afcb: Verifying Checksum 07:17:45 894bfe63afcb: Download complete 07:17:45 e7c96db7181b: Pull complete 07:17:45 1868ca2cb446: Pull complete 07:17:45 136be5d0fe8e: Pull complete 07:17:45 894bfe63afcb: Pull complete 07:17:45 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 07:17:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:17:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 07:17:46 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:17:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:17:47 $ docker top 1bcf8c0385e7790d6fdf5aaeb8153e45d7f16366823063607acffb6ead6313d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:47 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e 07:17:47 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:17:50 $ docker stop --time=1 1bcf8c0385e7790d6fdf5aaeb8153e45d7f16366823063607acffb6ead6313d9 07:17:51 $ docker rm -f 1bcf8c0385e7790d6fdf5aaeb8153e45d7f16366823063607acffb6ead6313d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:17:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:17:52 . [Pipeline] withDockerContainer 07:17:52 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:17:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:17:52 $ docker top 9cf3486f8fbf8edecb88f11e918cba77ca4e7f532dd223ec306f2ce209abfedf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:53 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e 07:17:53 + tee 07:17:53 clair timeout 1m0s 07:17:53 docker timeout: 1m0s 07:17:53 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:17:54 $ docker stop --time=1 9cf3486f8fbf8edecb88f11e918cba77ca4e7f532dd223ec306f2ce209abfedf 07:17:55 $ docker rm -f 9cf3486f8fbf8edecb88f11e918cba77ca4e7f532dd223ec306f2ce209abfedf [Pipeline] // withDockerContainer [Pipeline] sh 07:17:55 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 07:17:55 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_ede61610538096fa337aace8f825662d73a1e29e.html [Pipeline] writeFile [Pipeline] step 07:17:55 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:17:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:17:56 . [Pipeline] withDockerContainer 07:17:56 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:17:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:17:57 $ docker top 8df7bd2157dcaa1def206137a85b1e121b29f3b6064f436379609a1cb4249cab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:17:57 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e 07:17:57 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:18:00 $ docker stop --time=1 8df7bd2157dcaa1def206137a85b1e121b29f3b6064f436379609a1cb4249cab 07:18:01 $ docker rm -f 8df7bd2157dcaa1def206137a85b1e121b29f3b6064f436379609a1cb4249cab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:18:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:18:01 . [Pipeline] withDockerContainer 07:18:02 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:18:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:18:02 $ docker top 9cdedbd735a3b56545d474bd3f65189e0a3a7ee582ecde0e66206da98a649970 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:18:03 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e 07:18:03 + tee 07:18:03 clair timeout 1m0s 07:18:03 docker timeout: 1m0s 07:18:03 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:18:03 $ docker stop --time=1 9cdedbd735a3b56545d474bd3f65189e0a3a7ee582ecde0e66206da98a649970 07:18:05 $ docker rm -f 9cdedbd735a3b56545d474bd3f65189e0a3a7ee582ecde0e66206da98a649970 [Pipeline] // withDockerContainer [Pipeline] sh 07:18:05 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 07:18:05 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_ede61610538096fa337aace8f825662d73a1e29e.html [Pipeline] writeFile [Pipeline] step 07:18:05 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 07:18:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:18:06 . [Pipeline] withDockerContainer 07:18:06 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:18:06 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:18:07 $ docker top 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:18:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:18:07 [ssh-agent] Looking for ssh-agent implementation... 07:18:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:18:07 $ docker exec 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 ssh-agent 07:18:07 SSH_AUTH_SOCK=/tmp/ssh-SGpYiWsnGSa9/agent.11 07:18:07 SSH_AGENT_PID=16 07:18:07 Running ssh-add (command line suppressed) 07:18:07 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5872347093234395547.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5872347093234395547.key) 07:18:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:18:08 + git semver tag 07:18:08 # -> Open(): unable to determine branch for HEAD 07:18:08 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 07:18:08 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 07:18:08 # $SEMVER_REMOTE_NAME = origin 07:18:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:18:08 # $SEMVER_USER_NAME = edgex-jenkins 07:18:08 # $SEMVER_BRANCH = master 07:18:08 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 07:18:08 # ede61610538096fa337aace8f825662d73a1e29e HEAD 07:18:08 # -> Force: false 07:18:08 # f0d422c8cfe630c14cc8f6979f87eef2552864cf refs/tags/v1.2.2-dev.2 [Pipeline] } 07:18:08 $ docker exec --env ******** --env ******** 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 ssh-agent -k 07:18:08 unset SSH_AUTH_SOCK; 07:18:08 unset SSH_AGENT_PID; 07:18:08 echo Agent pid 16 killed; 07:18:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:18:08 + git semver [Pipeline] } 07:18:08 $ docker stop --time=1 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 07:18:10 $ docker rm -f 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:18:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:18:10 07:18:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:18:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:18:10 0.23.1-centos7: Pulling from edgex-lftools 07:18:10 ab5ef0e58194: Pulling fs layer 07:18:10 9712f1f96733: Pulling fs layer 07:18:10 63f879dbbcfc: Pulling fs layer 07:18:10 0d9ebad4ef96: Pulling fs layer 07:18:10 e9a5061849ea: Pulling fs layer 07:18:10 d747dcd14b5f: Pulling fs layer 07:18:10 2de7ff778b66: Pulling fs layer 07:18:10 e9a5061849ea: Waiting 07:18:10 d747dcd14b5f: Waiting 07:18:10 2de7ff778b66: Waiting 07:18:10 0d9ebad4ef96: Waiting 07:18:10 9712f1f96733: Verifying Checksum 07:18:10 9712f1f96733: Download complete 07:18:11 63f879dbbcfc: Verifying Checksum 07:18:11 63f879dbbcfc: Download complete 07:18:11 e9a5061849ea: Verifying Checksum 07:18:11 e9a5061849ea: Download complete 07:18:11 d747dcd14b5f: Verifying Checksum 07:18:11 d747dcd14b5f: Download complete 07:18:11 0d9ebad4ef96: Verifying Checksum 07:18:11 0d9ebad4ef96: Download complete 07:18:11 ab5ef0e58194: Verifying Checksum 07:18:11 ab5ef0e58194: Download complete 07:18:12 2de7ff778b66: Verifying Checksum 07:18:12 2de7ff778b66: Download complete 07:18:16 ab5ef0e58194: Pull complete 07:18:16 9712f1f96733: Pull complete 07:18:19 63f879dbbcfc: Pull complete 07:18:24 0d9ebad4ef96: Pull complete 07:18:26 e9a5061849ea: Pull complete 07:18:26 d747dcd14b5f: Pull complete 07:18:30 2de7ff778b66: Pull complete 07:18:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:18:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:18:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:18:30 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:18:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:18:33 $ docker top ed38a5cbfda4e0009e1d4471ab74079806ff0eb4f7f895e6068a956520f685cb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:18:33 provisioning config files... 07:18:33 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2629769541248630700tmp 07:18:33 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3520415196718535548tmp 07:18:33 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config9049584704906442134tmp [Pipeline] { [Pipeline] echo 07:18:33 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:18:33 ---> sigul-configuration.sh 07:18:33 gpg: directory `/root/.gnupg' created 07:18:33 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:18:33 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:18:33 gpg: keyring `/root/.gnupg/secring.gpg' created 07:18:33 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:18:33 gpg: CAST5 encrypted data 07:18:34 gpg: encrypted with 1 passphrase 07:18:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:18:34 + mkdir /home/jenkins 07:18:34 + mkdir /home/jenkins/sigul [Pipeline] sh 07:18:34 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 07:18:34 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:18:34 ---> sigul-install.sh 07:18:40 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:18:40 + git tag --list 07:18:40 v1.2.2-dev.2 [Pipeline] sh 07:18:40 + lftools sign git-tag v1.2.2-dev.2 07:18:41 Signing Git tag with Sigul... 07:18:41 Signing v1.2.2-dev.2 [Pipeline] echo 07:18:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:18:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:18:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:18:43 $ docker stop --time=1 ed38a5cbfda4e0009e1d4471ab74079806ff0eb4f7f895e6068a956520f685cb 07:18:44 $ docker rm -f ed38a5cbfda4e0009e1d4471ab74079806ff0eb4f7f895e6068a956520f685cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:18:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:18:45 . [Pipeline] withDockerContainer 07:18:45 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:18:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:18:46 $ docker top c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:18:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:18:46 [ssh-agent] Looking for ssh-agent implementation... 07:18:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:18:46 $ docker exec c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 ssh-agent 07:18:47 SSH_AUTH_SOCK=/tmp/ssh-luO6FJ7ZEdsK/agent.12 07:18:47 SSH_AGENT_PID=18 07:18:47 Running ssh-add (command line suppressed) 07:18:47 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3863374726736809325.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3863374726736809325.key) 07:18:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:18:47 + git semver bump pre 07:18:47 # -> Open(): unable to determine branch for HEAD 07:18:47 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 07:18:47 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 07:18:47 # $SEMVER_REMOTE_NAME = origin 07:18:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:18:47 # $SEMVER_USER_NAME = edgex-jenkins 07:18:47 # $SEMVER_BRANCH = master 07:18:47 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 07:18:47 1.2.2-dev.3 [Pipeline] } 07:18:47 $ docker exec --env ******** --env ******** c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 ssh-agent -k 07:18:47 unset SSH_AUTH_SOCK; 07:18:47 unset SSH_AGENT_PID; 07:18:47 echo Agent pid 18 killed; 07:18:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:18:48 + git semver [Pipeline] } 07:18:48 $ docker stop --time=1 c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 07:18:49 $ docker rm -f c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:18:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:18:49 . [Pipeline] withDockerContainer 07:18:50 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:18:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:18:50 $ docker top 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:18:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:18:50 [ssh-agent] Looking for ssh-agent implementation... 07:18:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:18:51 $ docker exec 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a ssh-agent 07:18:51 SSH_AUTH_SOCK=/tmp/ssh-WeRKsJ1HQ594/agent.11 07:18:51 SSH_AGENT_PID=16 07:18:51 Running ssh-add (command line suppressed) 07:18:51 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1870069281048945636.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1870069281048945636.key) 07:18:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:18:51 + git semver push 07:18:51 # -> Open(): unable to determine branch for HEAD 07:18:51 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 07:18:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 07:18:51 # $SEMVER_REMOTE_NAME = origin 07:18:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:18:51 # $SEMVER_USER_NAME = edgex-jenkins 07:18:51 # $SEMVER_BRANCH = master 07:18:51 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 07:18:59 $ docker exec --env ******** --env ******** 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a ssh-agent -k 07:18:59 unset SSH_AUTH_SOCK; 07:18:59 unset SSH_AGENT_PID; 07:18:59 echo Agent pid 16 killed; 07:19:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:19:00 + git semver [Pipeline] } 07:19:00 $ docker stop --time=1 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a 07:19:01 $ docker rm -f 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:19:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:19:03 ---> package-listing.sh 07:19:03 ++ facter osfamily 07:19:03 ++ tr '[:upper:]' '[:lower:]' 07:19:03 + OS_FAMILY=redhat 07:19:03 + workspace=/w/workspace/xfoundry_device-modbus-go_master 07:19:03 + START_PACKAGES=/tmp/packages_start.txt 07:19:03 + END_PACKAGES=/tmp/packages_end.txt 07:19:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:19:03 + PACKAGES=/tmp/packages_start.txt 07:19:03 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 07:19:03 + PACKAGES=/tmp/packages_end.txt 07:19:03 + case "${OS_FAMILY}" in 07:19:03 + rpm -qa 07:19:03 + sort 07:19:07 + '[' -f /tmp/packages_start.txt ']' 07:19:07 + '[' -f /tmp/packages_end.txt ']' 07:19:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:19:07 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 07:19:07 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 07:19:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 07:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:19:07 07:19:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:19:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:19:08 alpine: Pulling from edgex-lftools-log-publisher 07:19:08 c9b1b535fdd9: Pulling fs layer 07:19:08 2cc5ad85d9ab: Pulling fs layer 07:19:08 756a868c4378: Pulling fs layer 07:19:08 444b2fc9a129: Pulling fs layer 07:19:08 ea15f1150254: Pulling fs layer 07:19:08 41b27a9f41bf: Pulling fs layer 07:19:08 28c525ee5125: Pulling fs layer 07:19:08 094b1ea09ed8: Pulling fs layer 07:19:08 138eaada9080: Pulling fs layer 07:19:08 0622d0fa9048: Pulling fs layer 07:19:08 ea15f1150254: Waiting 07:19:08 41b27a9f41bf: Waiting 07:19:08 28c525ee5125: Waiting 07:19:08 094b1ea09ed8: Waiting 07:19:08 138eaada9080: Waiting 07:19:08 0622d0fa9048: Waiting 07:19:08 444b2fc9a129: Waiting 07:19:08 2cc5ad85d9ab: Verifying Checksum 07:19:08 2cc5ad85d9ab: Download complete 07:19:08 444b2fc9a129: Verifying Checksum 07:19:08 444b2fc9a129: Download complete 07:19:08 c9b1b535fdd9: Verifying Checksum 07:19:08 c9b1b535fdd9: Download complete 07:19:08 ea15f1150254: Verifying Checksum 07:19:08 ea15f1150254: Download complete 07:19:08 28c525ee5125: Verifying Checksum 07:19:08 28c525ee5125: Download complete 07:19:08 756a868c4378: Verifying Checksum 07:19:08 756a868c4378: Download complete 07:19:08 138eaada9080: Verifying Checksum 07:19:08 138eaada9080: Download complete 07:19:08 0622d0fa9048: Verifying Checksum 07:19:08 0622d0fa9048: Download complete 07:19:08 094b1ea09ed8: Verifying Checksum 07:19:08 094b1ea09ed8: Download complete 07:19:09 41b27a9f41bf: Verifying Checksum 07:19:09 41b27a9f41bf: Download complete 07:19:09 c9b1b535fdd9: Pull complete 07:19:09 2cc5ad85d9ab: Pull complete 07:19:10 756a868c4378: Pull complete 07:19:10 444b2fc9a129: Pull complete 07:19:11 ea15f1150254: Pull complete 07:19:14 41b27a9f41bf: Pull complete 07:19:14 28c525ee5125: Pull complete 07:19:16 094b1ea09ed8: Pull complete 07:19:17 138eaada9080: Pull complete 07:19:17 0622d0fa9048: Pull complete 07:19:17 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:19:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:19:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:19:17 prd-centos7-docker-4c-2g-559 does not seem to be running inside a container 07:19:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:19:20 $ docker top 4dd443cc67e950e72c3a0a4d0042809c9e5f94954b6d6fc829f288559915f9b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:19:20 provisioning config files... 07:19:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1598891010014026245tmp [Pipeline] { [Pipeline] echo 07:19:20 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:19:20 ---> create-netrc.sh [Pipeline] echo 07:19:20 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:19:21 ---> logs-deploy.sh 07:19:21 + ARCHIVE_ARTIFACTS= 07:19:21 + LOGS_SERVER=https://logs.edgexfoundry.org 07:19:21 + '[' https://logs.edgexfoundry.org == None ']' 07:19:21 + NEXUS_URL=https://nexus.edgexfoundry.org 07:19:21 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/16 07:19:21 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/16/ 07:19:21 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/16 /w/workspace/xfoundry_device-modbus-go_master 07:19:22 Archives upload complete. 07:19:22 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/16/ 07:19:23 ---> uname -a: 07:19:23 Linux 4dd443cc67e9 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:19:23 07:19:23 07:19:23 ---> lscpu: 07:19:23 Architecture: x86_64 07:19:23 CPU op-mode(s): 32-bit, 64-bit 07:19:23 Byte Order: Little Endian 07:19:23 Address sizes: 40 bits physical, 48 bits virtual 07:19:23 CPU(s): 4 07:19:23 On-line CPU(s) list: 0-3 07:19:23 Thread(s) per core: 1 07:19:23 Core(s) per socket: 1 07:19:23 Socket(s): 4 07:19:23 NUMA node(s): 1 07:19:23 Vendor ID: GenuineIntel 07:19:23 CPU family: 6 07:19:23 Model: 44 07:19:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:19:23 Stepping: 1 07:19:23 CPU MHz: 2933.438 07:19:23 BogoMIPS: 5866.87 07:19:23 Virtualization: VT-x 07:19:23 Hypervisor vendor: KVM 07:19:23 Virtualization type: full 07:19:23 L1d cache: 128 KiB 07:19:23 L1i cache: 128 KiB 07:19:23 L2 cache: 16 MiB 07:19:23 L3 cache: 64 MiB 07:19:23 NUMA node0 CPU(s): 0-3 07:19:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:19:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:19:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:19:23 Vulnerability Meltdown: Mitigation; PTI 07:19:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:19:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:19:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:19:23 Vulnerability Tsx async abort: Not affected 07:19:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:19:23 07:19:23 07:19:23 ---> nproc: 07:19:23 4 07:19:23 07:19:23 07:19:23 ---> df -h: 07:19:23 Filesystem Size Used Available Use% Mounted on 07:19:23 overlay 50.0G 8.5G 41.5G 17% / 07:19:23 tmpfs 64.0M 0 64.0M 0% /dev 07:19:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:19:23 shm 64.0M 0 64.0M 0% /dev/shm 07:19:23 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 07:19:23 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 07:19:23 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 07:19:23 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 07:19:23 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master 07:19:23 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 07:19:23 07:19:23 07:19:23 ---> free -m: 07:19:23 total used free shared buff/cache available 07:19:23 Mem: 1837 766 109 0 960 1003 07:19:23 Swap: 1023 3 1020 07:19:23 07:19:23 07:19:23 ---> ip addr: 07:19:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:19:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:19:23 inet 127.0.0.1/8 scope host lo 07:19:23 valid_lft forever preferred_lft forever 07:19:23 24: eth0@if25: mtu 1458 qdisc noqueue state UP 07:19:23 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 07:19:23 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 07:19:23 valid_lft forever preferred_lft forever 07:19:23 07:19:23 07:19:23 ---> sar -b -r -n DEV: 07:19:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) 07:19:23 07:19:23 07:06:49 LINUX RESTART 07:19:23 07:19:23 07:08:01 tps rtps wtps bread/s bwrtn/s 07:19:23 07:09:01 1.68 0.00 1.68 0.00 31.80 07:19:23 07:10:01 0.35 0.00 0.35 0.00 4.75 07:19:23 07:11:01 0.28 0.00 0.28 0.00 3.61 07:19:23 07:12:01 0.25 0.00 0.25 0.00 2.57 07:19:23 07:13:01 0.23 0.00 0.23 0.00 3.08 07:19:23 07:14:01 0.33 0.02 0.32 0.13 3.58 07:19:23 07:15:01 0.30 0.00 0.30 0.00 3.38 07:19:23 07:16:01 0.25 0.00 0.25 0.00 3.08 07:19:23 07:17:01 0.23 0.00 0.23 0.00 2.98 07:19:23 07:18:02 257.73 153.56 104.16 6731.27 31980.07 07:19:23 07:19:01 214.90 83.41 131.48 4511.85 32950.30 07:19:23 Average: 43.08 21.46 21.62 1017.28 5869.98 07:19:23 07:19:23 07:08:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:19:23 07:09:01 169424 1712132 91.00 2620 1160168 1099500 37.52 405136 1147696 12 07:19:23 07:10:01 171004 1710552 90.91 2620 1160172 1082024 36.93 404144 1146980 8 07:19:23 07:11:01 170040 1711516 90.96 2620 1160228 1082276 36.94 405608 1146988 24 07:19:23 07:12:01 170124 1711432 90.96 2620 1160180 1082088 36.93 408188 1144268 12 07:19:23 07:13:01 170060 1711496 90.96 2620 1160184 1082172 36.93 409560 1143224 8 07:19:23 07:14:01 169292 1712264 91.00 2620 1160196 1082088 36.93 418632 1134880 8 07:19:23 07:15:01 168700 1712856 91.03 2620 1160196 1082196 36.93 412096 1142256 8 07:19:23 07:16:01 169216 1712340 91.01 2620 1160204 1082088 36.93 411512 1142256 8 07:19:23 07:17:01 169108 1712448 91.01 2620 1160208 1082040 36.93 411296 1142600 16 07:19:23 07:18:02 148596 1732960 92.10 2620 1073728 1250228 42.67 558968 978504 28 07:19:23 07:19:01 193968 1687588 89.69 1668 927516 1400496 47.80 643632 755760 44 07:19:23 Average: 169957 1711599 90.97 2533 1131180 1127927 38.49 444434 1093219 16 07:19:23 07:19:23 07:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 07:19:23 07:09:01 eth0 2.85 1.27 2.52 0.44 0.00 0.00 0.00 07:19:23 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:10:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 07:19:23 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:11:01 eth0 1.25 0.63 0.57 0.37 0.00 0.00 0.00 07:19:23 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:12:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 07:19:23 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:13:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 07:19:23 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:14:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 07:19:23 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:15:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 07:19:23 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:16:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 07:19:23 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:17:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 07:19:23 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:18:02 eth0 231.65 149.50 4017.75 30.43 0.00 0.00 0.00 07:19:23 07:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:18:02 docker0 20.30 19.08 2.35 49.61 0.00 0.00 0.00 07:19:23 07:19:01 eth0 317.64 215.64 3484.80 137.02 0.00 0.00 0.00 07:19:23 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 07:19:01 vethb16a381 2.00 1.47 0.29 0.24 0.00 0.00 0.00 07:19:23 07:19:01 docker0 67.91 95.75 5.33 224.77 0.00 0.00 0.00 07:19:23 Average: eth0 50.09 33.19 678.45 15.15 0.00 0.00 0.00 07:19:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:23 Average: vethb16a381 0.18 0.13 0.03 0.02 0.00 0.00 0.00 07:19:23 Average: docker0 6.08 8.58 0.48 20.14 0.00 0.00 0.00 07:19:23 07:19:23 07:19:23 ---> sar -P ALL: 07:19:23 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) 07:19:23 07:19:23 07:06:49 LINUX RESTART 07:19:23 07:19:23 07:08:01 CPU %user %nice %system %iowait %steal %idle 07:19:23 07:09:01 all 0.22 0.00 0.03 0.00 0.00 99.75 07:19:23 07:09:01 0 0.07 0.00 0.02 0.00 0.00 99.92 07:19:23 07:09:01 1 0.08 0.00 0.03 0.00 0.00 99.88 07:19:23 07:09:01 2 0.17 0.00 0.02 0.00 0.00 99.82 07:19:23 07:09:01 3 0.55 0.00 0.02 0.00 0.00 99.43 07:19:23 07:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:19:23 07:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:19:23 07:10:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:19:23 07:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:19:23 07:10:01 3 0.50 0.00 0.03 0.00 0.00 99.47 07:19:23 07:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 07:19:23 07:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:19:23 07:11:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:19:23 07:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:19:23 07:11:01 3 0.47 0.00 0.03 0.00 0.00 99.50 07:19:23 07:12:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:19:23 07:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:19:23 07:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:19:23 07:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:19:23 07:12:01 3 0.52 0.00 0.02 0.00 0.00 99.47 07:19:23 07:13:01 all 0.15 0.00 0.02 0.00 0.00 99.82 07:19:23 07:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:19:23 07:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:19:23 07:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:19:23 07:13:01 3 0.55 0.00 0.02 0.00 0.00 99.43 07:19:23 07:14:01 all 0.15 0.00 0.02 0.00 0.00 99.82 07:19:23 07:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:19:23 07:14:01 1 0.03 0.00 0.07 0.00 0.00 99.90 07:19:23 07:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:19:23 07:14:01 3 0.55 0.00 0.03 0.00 0.00 99.42 07:19:23 07:15:01 all 0.16 0.00 0.02 0.00 0.00 99.82 07:19:23 07:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:19:23 07:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:19:23 07:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:19:23 07:15:01 3 0.53 0.00 0.02 0.00 0.00 99.45 07:19:23 07:16:01 all 0.15 0.00 0.01 0.00 0.00 99.84 07:19:23 07:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:19:23 07:16:01 1 0.02 0.00 0.03 0.00 0.00 99.95 07:19:23 07:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:19:23 07:16:01 3 0.52 0.00 0.00 0.00 0.00 99.48 07:19:23 07:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 07:19:23 07:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:19:23 07:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 07:19:23 07:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:19:23 07:17:01 3 0.48 0.00 0.03 0.00 0.00 99.48 07:19:23 07:18:02 all 8.62 0.00 4.48 2.19 0.02 84.69 07:19:23 07:18:02 0 8.10 0.00 4.74 1.50 0.03 85.62 07:19:23 07:18:02 1 9.15 0.00 4.44 2.17 0.02 84.22 07:19:23 07:18:02 2 8.67 0.00 4.38 1.57 0.02 85.37 07:19:23 07:18:02 3 8.57 0.00 4.33 3.53 0.02 83.56 07:19:23 07:19:01 all 11.00 0.00 6.53 2.94 0.04 79.49 07:19:23 07:19:01 0 9.81 0.00 6.53 1.86 0.03 81.77 07:19:23 07:19:01 1 10.84 0.00 7.64 2.07 0.05 79.40 07:19:23 07:19:01 2 10.43 0.00 5.86 5.02 0.02 78.68 07:19:23 07:19:01 3 12.94 0.00 6.08 2.84 0.05 78.09 07:19:23 Average: all 1.88 0.00 1.00 0.46 0.01 96.65 07:19:23 Average: 0 1.62 0.00 1.02 0.30 0.01 97.06 07:19:23 Average: 1 1.82 0.00 1.11 0.38 0.01 96.68 07:19:23 Average: 2 1.74 0.00 0.93 0.59 0.00 96.74 07:19:23 Average: 3 2.34 0.00 0.95 0.57 0.01 96.14 07:19:23 07:19:23 07:19:23