Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-510 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 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 Commit message: "Merge pull request #160 from weichou1229/issue-151" > git rev-list --no-walk 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:40:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:40:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:40:48 ========================================================= 20:40:48 EdgeX Global Pipelines Version Info 20:40:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:40:49 ------------------- 20:40:49 stable info: 20:40:49 ------------------- 20:40:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:40:49 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:40:49 Message: update stable to v1.0.106 20:40:50 ------------------- 20:40:50 experimental info: 20:40:50 ------------------- 20:40:50 Commited By: **** collab-it+edgex@linuxfoundation.org 20:40:50 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 20:40:50 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:40:52 + git log --format=format:%s -1 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] echo 20:40:52 GIT_COMMIT: 3d6b06ce9c8aabcbe3b96acc6656864e00d04358, Commit Message: Merge pull request #160 from weichou1229/issue-151 [Pipeline] echo 20:40:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:40:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:40:53 20:40:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:40:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:40:54 latest: Pulling from edgex-devops/git-semver 20:40:54 31603596830f: Pulling fs layer 20:40:54 2a8b12db71e7: Pulling fs layer 20:40:54 6ca5941a6612: Pulling fs layer 20:40:54 ecc8261a40a4: Pulling fs layer 20:40:54 ecc8261a40a4: Waiting 20:40:54 2a8b12db71e7: Verifying Checksum 20:40:54 2a8b12db71e7: Download complete 20:40:54 31603596830f: Verifying Checksum 20:40:54 31603596830f: Download complete 20:40:54 ecc8261a40a4: Verifying Checksum 20:40:54 ecc8261a40a4: Download complete 20:40:54 6ca5941a6612: Verifying Checksum 20:40:54 6ca5941a6612: Download complete 20:40:54 31603596830f: Pull complete 20:40:54 2a8b12db71e7: Pull complete 20:40:55 6ca5941a6612: Pull complete 20:40:55 ecc8261a40a4: Pull complete 20:40:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:40:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:40:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:40:55 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:40:55 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:40:58 $ docker top d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:40:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:58 [ssh-agent] Looking for ssh-agent implementation... 20:40:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:40:58 $ docker exec d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c ssh-agent 20:40:58 SSH_AUTH_SOCK=/tmp/ssh-lTlJSjyXSaJG/agent.11 20:40:58 SSH_AGENT_PID=16 20:40:58 Running ssh-add (command line suppressed) 20:40:59 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8130460654508805287.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8130460654508805287.key) 20:40:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:40:59 + git describe --exact-match --tags HEAD 20:40:59 fatal: No names found, cannot describe anything. [Pipeline] } 20:40:59 $ docker exec --env ******** --env ******** d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c ssh-agent -k 20:40:59 unset SSH_AUTH_SOCK; 20:40:59 unset SSH_AGENT_PID; 20:40:59 echo Agent pid 16 killed; 20:40:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:40:59 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:40:59 This usually means this commit has not been tagged. [Pipeline] sshagent 20:40:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:59 [ssh-agent] Looking for ssh-agent implementation... 20:41:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:41:00 $ docker exec d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c ssh-agent 20:41:00 SSH_AUTH_SOCK=/tmp/ssh-Nr2nx2keHeCK/agent.45 20:41:00 SSH_AGENT_PID=50 20:41:00 Running ssh-add (command line suppressed) 20:41:00 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5363399398109776576.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5363399398109776576.key) 20:41:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:41:00 + git semver init 20:41:00 # -> Open(): unable to determine branch for HEAD 20:41:00 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 20:41:00 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 20:41:00 # $SEMVER_REMOTE_NAME = origin 20:41:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:41:00 # $SEMVER_USER_NAME = edgex-jenkins 20:41:00 # $SEMVER_BRANCH = master 20:41:00 # $SEMVER_TEMP = /tmp/semver-583000510 20:41:00 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 20:41:01 # '/tmp/semver-583000510' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 20:41:01 # -> Force: false 20:41:01 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 20:41:01 $ docker exec --env ******** --env ******** d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c ssh-agent -k 20:41:01 unset SSH_AUTH_SOCK; 20:41:01 unset SSH_AGENT_PID; 20:41:01 echo Agent pid 50 killed; 20:41:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:41:01 + git semver [Pipeline] } 20:41:01 $ docker stop --time=1 d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c 20:41:03 $ docker rm -f d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:41:03 Stashed 19 file(s) [Pipeline] echo 20:41:03 [edgeXSemver] initialized semver on version 1.2.2 [Pipeline] echo 20:41:04 Archived original version: [1.2.2] [Pipeline] } [Pipeline] // script [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 20:41:19 Still waiting to schedule task 20:41:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:41:19 Still waiting to schedule task 20:41:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:43:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-513 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 20:43:17 Running in /w/workspace/device-modbus-go/18 [Pipeline] { [Pipeline] checkout 20:43:22 using credential edgex-jenkins-ssh 20:43:22 Cloning the remote Git repository 20:43:22 Cloning with configured refspecs honoured and without tags 20:43:23 Fetching without tags 20:43:22 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 20:43:23 > git init /w/workspace/device-modbus-go/18 # timeout=10 20:43:23 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 20:43:23 > git --version # timeout=10 20:43:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:43:23 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 20:43:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:43:23 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 20:43:23 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 20:43:23 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:43:24 Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) 20:43:24 > git config core.sparsecheckout # timeout=10 20:43:24 > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 20:43:27 Running on prd-centos7-docker-4c-2g-517 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 20:43:27 Running in /w/workspace/device-modbus-go/18 [Pipeline] { [Pipeline] checkout 20:43:28 Commit message: "Merge pull request #160 from weichou1229/issue-151" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:43:29 ========================================================= 20:43:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:43:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:43:30 using credential edgex-jenkins-ssh 20:43:30 Cloning the remote Git repository 20:43:30 Cloning with configured refspecs honoured and without tags 20:43: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 . 20:43:31 Sending build context to Docker daemon 630.3kB 20:43:30 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 20:43:30 > git init /w/workspace/device-modbus-go/18 # timeout=10 20:43:31 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 20:43:31 > git --version # timeout=10 20:43:31 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:43:31 Step 1/8 : ARG BASE=golang:1.13-alpine 20:43:31 Step 2/8 : FROM ${BASE} 20:43:31 Fetching without tags 20:43:32 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:43:32 b538f80385f9: Pulling fs layer 20:43:32 74f711af9a0d: Pulling fs layer 20:43:32 99f96fe45779: Pulling fs layer 20:43:32 fd7a069fd194: Pulling fs layer 20:43:32 66aa3694b03b: Pulling fs layer 20:43:32 170f70906a0f: Pulling fs layer 20:43:32 ad7c5574e4b9: Pulling fs layer 20:43:32 e772456be8f7: Pulling fs layer 20:43:32 c890913d741a: Pulling fs layer 20:43:32 2480fcc9aa5a: Pulling fs layer 20:43:32 09adf4765672: Pulling fs layer 20:43:32 fd7a069fd194: Waiting 20:43:32 ad7c5574e4b9: Waiting 20:43:32 e772456be8f7: Waiting 20:43:32 66aa3694b03b: Waiting 20:43:32 c890913d741a: Waiting 20:43:32 2480fcc9aa5a: Waiting 20:43:32 170f70906a0f: Waiting 20:43:32 09adf4765672: Waiting 20:43:32 99f96fe45779: Verifying Checksum 20:43:32 99f96fe45779: Download complete 20:43:32 74f711af9a0d: Download complete 20:43:32 66aa3694b03b: Verifying Checksum 20:43:32 66aa3694b03b: Download complete 20:43:32 170f70906a0f: Verifying Checksum 20:43:32 170f70906a0f: Download complete 20:43:32 b538f80385f9: Verifying Checksum 20:43:32 b538f80385f9: Download complete 20:43:32 Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) 20:43:31 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 20:43:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:43:31 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 20:43:31 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 20:43:31 using GIT_SSH to set credentials SSH Credentials for GitHub 20:43:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:43:32 > git config core.sparsecheckout # timeout=10 20:43:32 > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 20:43:33 b538f80385f9: Pull complete 20:43:33 74f711af9a0d: Pull complete 20:43:33 99f96fe45779: Pull complete 20:43:34 ad7c5574e4b9: Download complete 20:43:34 c890913d741a: Download complete 20:43:35 Commit message: "Merge pull request #160 from weichou1229/issue-151" 20:43:35 2480fcc9aa5a: Verifying Checksum 20:43:35 2480fcc9aa5a: Download complete 20:43:36 09adf4765672: Verifying Checksum 20:43:36 09adf4765672: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:43:36 ========================================================= 20:43:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:43:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:43:37 + 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 . 20:43:37 Sending build context to Docker daemon 630.3kB 20:43:37 Step 1/8 : ARG BASE=golang:1.13-alpine 20:43:37 Step 2/8 : FROM ${BASE} 20:43:37 e772456be8f7: Verifying Checksum 20:43:37 e772456be8f7: Download complete 20:43:37 fd7a069fd194: Download complete 20:43:37 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:43:37 df20fa9351a1: Pulling fs layer 20:43:37 ed8968b2872e: Pulling fs layer 20:43:37 a92cc7c5fd73: Pulling fs layer 20:43:37 2dd03ba5bac4: Pulling fs layer 20:43:37 1e091d79d1de: Pulling fs layer 20:43:37 481702a1767f: Pulling fs layer 20:43:37 f64a6f60c768: Pulling fs layer 20:43:37 e78d2573fc39: Pulling fs layer 20:43:37 e876d2f968b6: Pulling fs layer 20:43:37 ce8a83651883: Pulling fs layer 20:43:37 07967f4d0e4b: Pulling fs layer 20:43:37 f64a6f60c768: Waiting 20:43:37 e78d2573fc39: Waiting 20:43:37 e876d2f968b6: Waiting 20:43:37 ce8a83651883: Waiting 20:43:37 07967f4d0e4b: Waiting 20:43:37 2dd03ba5bac4: Waiting 20:43:37 1e091d79d1de: Waiting 20:43:37 481702a1767f: Waiting 20:43:37 a92cc7c5fd73: Verifying Checksum 20:43:37 a92cc7c5fd73: Download complete 20:43:37 ed8968b2872e: Verifying Checksum 20:43:37 ed8968b2872e: Download complete 20:43:37 1e091d79d1de: Verifying Checksum 20:43:37 1e091d79d1de: Download complete 20:43:37 481702a1767f: Verifying Checksum 20:43:37 481702a1767f: Download complete 20:43:37 df20fa9351a1: Verifying Checksum 20:43:37 df20fa9351a1: Download complete 20:43:38 df20fa9351a1: Pull complete 20:43:38 f64a6f60c768: Verifying Checksum 20:43:38 f64a6f60c768: Download complete 20:43:38 e876d2f968b6: Verifying Checksum 20:43:38 e876d2f968b6: Download complete 20:43:39 ce8a83651883: Verifying Checksum 20:43:39 ce8a83651883: Download complete 20:43:39 e78d2573fc39: Verifying Checksum 20:43:39 e78d2573fc39: Download complete 20:43:39 07967f4d0e4b: Verifying Checksum 20:43:39 07967f4d0e4b: Download complete 20:43:39 2dd03ba5bac4: Verifying Checksum 20:43:39 2dd03ba5bac4: Download complete 20:43:40 ed8968b2872e: Pull complete 20:43:40 a92cc7c5fd73: Pull complete 20:43:45 2dd03ba5bac4: Pull complete 20:43:45 1e091d79d1de: Pull complete 20:43:45 481702a1767f: Pull complete 20:43:50 fd7a069fd194: Pull complete 20:43:50 66aa3694b03b: Pull complete 20:43:50 170f70906a0f: Pull complete 20:43:53 ad7c5574e4b9: Pull complete 20:43:55 f64a6f60c768: Pull complete 20:43:58 e78d2573fc39: Pull complete 20:43:58 e876d2f968b6: Pull complete 20:43:58 e772456be8f7: Pull complete 20:43:58 c890913d741a: Pull complete 20:43:59 ce8a83651883: Pull complete 20:43:59 07967f4d0e4b: Pull complete 20:43:59 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:43:59 ---> 5d7c900382c6 20:43:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:44:00 2480fcc9aa5a: Pull complete 20:44:01 09adf4765672: Pull complete 20:44:01 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:44:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:44:01 ---> 2248a725d1cf 20:44:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:44:01 ---> Running in c0daba08ffd2 20:44:01 Removing intermediate container c0daba08ffd2 20:44:01 ---> 7c024f358826 20:44:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:01 ---> Running in 26dc9e1430fb 20:44:02 Removing intermediate container 26dc9e1430fb 20:44:02 ---> b1018f410edb 20:44:02 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:44:03 ---> Running in ee18067b5f81 20:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:04 (1/14) Installing libmagic (5.38-r0) 20:44:04 (2/14) Installing file (5.38-r0) 20:44:04 (3/14) Installing libc-dev (0.7.2-r3) 20:44:04 (4/14) Installing g++ (9.3.0-r2) 20:44:06 ---> Running in 809be23e0ad8 20:44:06 Removing intermediate container 809be23e0ad8 20:44:06 ---> 3b62c4aea31d 20:44:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:06 ---> Running in 0ed59d1a93e0 20:44:07 (5/14) Installing fortify-headers (1.1-r0) 20:44:07 (6/14) Installing patch (2.7.6-r6) 20:44:07 (7/14) Installing build-base (0.5-r2) 20:44:07 (8/14) Installing openssh-keygen (8.3_p1-r0) 20:44:07 (9/14) Installing libedit (20191231.3.1-r0) 20:44:07 (10/14) Installing openssh-client (8.3_p1-r0) 20:44:07 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 20:44:07 (12/14) Installing openssh-server-common (8.3_p1-r0) 20:44:08 (13/14) Installing openssh-server (8.3_p1-r0) 20:44:08 (14/14) Installing openssh (8.3_p1-r0) 20:44:08 Executing busybox-1.31.1-r16.trigger 20:44:08 OK: 237 MiB in 53 packages 20:44:09 Removing intermediate container 0ed59d1a93e0 20:44:09 ---> 11c263f6f02e 20:44:09 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:44:09 ---> Running in 26dd369c9da2 20:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:11 Removing intermediate container ee18067b5f81 20:44:11 ---> 771131ae097e 20:44:11 Step 6/8 : WORKDIR /device-modbus-go 20:44:11 ---> Running in ae13b7d9d02a 20:44:11 Removing intermediate container ae13b7d9d02a 20:44:11 ---> 572d215a4306 20:44:11 Step 7/8 : COPY . . 20:44:12 (1/14) Installing libmagic (5.38-r0) 20:44:12 (2/14) Installing file (5.38-r0) 20:44:12 (3/14) Installing libc-dev (0.7.2-r3) 20:44:12 (4/14) Installing g++ (9.3.0-r2) 20:44:12 ---> a7176b50dc1d 20:44:12 Step 8/8 : RUN go mod download 20:44:12 ---> Running in 2e96c7faa94f 20:44:14 go: finding github.com/BurntSushi/toml v0.3.1 20:44:14 go: finding github.com/OneOfOne/xxhash v1.2.6 20:44:14 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:44:14 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:44:14 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:44:14 go: finding github.com/bgentry/speakeasy v0.1.0 20:44:14 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:44:14 go: finding github.com/davecgh/go-spew v1.1.1 20:44:15 (5/14) Installing fortify-headers (1.1-r0) 20:44:15 (6/14) Installing patch (2.7.6-r6) 20:44:15 (7/14) Installing build-base (0.5-r2) 20:44:15 (8/14) Installing openssh-keygen (8.3_p1-r0) 20:44:15 (9/14) Installing libedit (20191231.3.1-r0) 20:44:15 (10/14) Installing openssh-client (8.3_p1-r0) 20:44:15 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:44:15 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:44:15 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:44:15 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:44:15 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:44:15 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:44:15 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 20:44:15 go: finding github.com/fatih/color v1.7.0 20:44:15 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:44:15 go: finding github.com/go-kit/kit v0.8.0 20:44:15 go: finding github.com/go-logfmt/logfmt v0.4.0 20:44:15 go: finding github.com/go-stack/stack v1.8.0 20:44:15 go: finding github.com/goburrow/modbus v0.1.0 20:44:15 (12/14) Installing openssh-server-common (8.3_p1-r0) 20:44:15 (13/14) Installing openssh-server (8.3_p1-r0) 20:44:15 go: finding github.com/goburrow/serial v0.1.0 20:44:15 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:44:15 go: finding github.com/google/uuid v1.1.1 20:44:15 go: finding github.com/gorilla/mux v1.7.1 20:44:15 go: finding github.com/hashicorp/consul/api v1.1.0 20:44:15 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:44:15 go: finding github.com/hashicorp/errwrap v1.0.0 20:44:15 (14/14) Installing openssh (8.3_p1-r0) 20:44:15 Executing busybox-1.31.1-r16.trigger 20:44:15 OK: 221 MiB in 53 packages 20:44:15 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:44:15 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:44:15 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:44:15 go: finding github.com/hashicorp/go-multierror v1.0.0 20:44:15 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:44:15 go: finding github.com/hashicorp/go-sockaddr v1.0.1 20:44:16 go: finding github.com/hashicorp/go-syslog v1.0.0 20:44:16 go: finding github.com/hashicorp/go-uuid v1.0.1 20:44:16 go: finding github.com/hashicorp/go.net v0.0.1 20:44:16 go: finding github.com/hashicorp/golang-lru v0.5.1 20:44:16 go: finding github.com/hashicorp/logutils v1.0.0 20:44:16 go: finding github.com/hashicorp/mdns v1.0.0 20:44:16 go: finding github.com/hashicorp/memberlist v0.1.3 20:44:16 go: finding github.com/hashicorp/serf v0.8.2 20:44:16 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:44:16 go: finding github.com/mattn/go-colorable v0.0.9 20:44:16 go: finding github.com/mattn/go-isatty v0.0.3 20:44:16 go: finding github.com/miekg/dns v1.1.4 20:44:16 go: finding github.com/mitchellh/cli v1.0.0 20:44:16 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:44:16 go: finding github.com/mitchellh/copystructure v1.0.0 20:44:16 go: finding github.com/mitchellh/go-homedir v1.1.0 20:44:16 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:44:16 go: finding github.com/mitchellh/go-wordwrap v1.0.0 20:44:16 go: finding github.com/mitchellh/gox v0.4.0 20:44:16 go: finding github.com/mitchellh/iochan v1.0.0 20:44:16 go: finding github.com/mitchellh/mapstructure v1.1.2 20:44:17 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:44:17 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:44:17 go: finding github.com/pelletier/go-toml v1.2.0 20:44:17 go: finding github.com/pkg/errors v0.8.1 20:44:17 go: finding github.com/pmezard/go-difflib v1.0.0 20:44:17 go: finding github.com/posener/complete v1.1.1 20:44:17 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 20:44:17 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:44:17 go: finding github.com/stretchr/objx v0.1.0 20:44:17 go: finding github.com/stretchr/testify v1.5.1 20:44:17 go: finding github.com/ugorji/go v1.1.4 20:44:17 go: finding github.com/x448/float16 v0.8.4 20:44:17 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:44:17 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 20:44:17 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:44:17 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:44:17 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 20:44:17 go: finding gopkg.in/yaml.v2 v2.2.8 20:44:20 Removing intermediate container 26dd369c9da2 20:44:20 ---> a5b0afcc9596 20:44:20 Step 6/8 : WORKDIR /device-modbus-go 20:44:20 ---> Running in 881731e8ce3a 20:44:20 Removing intermediate container 881731e8ce3a 20:44:20 ---> e6c7bb01c114 20:44:20 Step 7/8 : COPY . . 20:44:21 ---> 5ca0ecafcbde 20:44:21 Step 8/8 : RUN go mod download 20:44:21 ---> Running in 8c1f8dffe708 20:44:25 go: finding github.com/BurntSushi/toml v0.3.1 20:44:25 go: finding github.com/OneOfOne/xxhash v1.2.6 20:44:25 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:44:25 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:44:25 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:44:25 go: finding github.com/bgentry/speakeasy v0.1.0 20:44:25 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:44:25 go: finding github.com/davecgh/go-spew v1.1.1 20:44:25 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:44:25 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:44:25 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:44:25 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:44:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:44:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:44:25 go: finding github.com/fatih/color v1.7.0 20:44:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:44:25 go: finding github.com/go-kit/kit v0.8.0 20:44:25 go: finding github.com/go-logfmt/logfmt v0.4.0 20:44:25 go: finding github.com/go-stack/stack v1.8.0 20:44:25 Removing intermediate container 2e96c7faa94f 20:44:25 ---> ccc6b0655922 20:44:25 Successfully built ccc6b0655922 20:44:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } 20:44:25 go: finding github.com/goburrow/modbus v0.1.0 20:44:25 go: finding github.com/goburrow/serial v0.1.0 20:44:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:44:25 go: finding github.com/google/uuid v1.1.1 20:44:25 go: finding github.com/gorilla/mux v1.7.1 20:44:25 go: finding github.com/hashicorp/consul/api v1.1.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 20:44:26 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:44:26 go: finding github.com/hashicorp/errwrap v1.0.0 20:44:26 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:44:26 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:44:26 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:44:26 go: finding github.com/hashicorp/go-multierror v1.0.0 20:44:26 go: finding github.com/hashicorp/go-rootcerts v1.0.0 [Pipeline] script [Pipeline] { 20:44:26 go: finding github.com/hashicorp/go-sockaddr v1.0.1 20:44:26 go: finding github.com/hashicorp/go-syslog v1.0.0 20:44:26 go: finding github.com/hashicorp/go-uuid v1.0.1 20:44:26 go: finding github.com/hashicorp/go.net v0.0.1 20:44:26 go: finding github.com/hashicorp/golang-lru v0.5.1 20:44:26 go: finding github.com/hashicorp/logutils v1.0.0 20:44:26 go: finding github.com/hashicorp/mdns v1.0.0 20:44:26 go: finding github.com/hashicorp/memberlist v0.1.3 20:44:26 go: finding github.com/hashicorp/serf v0.8.2 20:44:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:44:26 go: finding github.com/mattn/go-colorable v0.0.9 20:44:26 go: finding github.com/mattn/go-isatty v0.0.3 20:44:26 go: finding github.com/miekg/dns v1.1.4 20:44:26 go: finding github.com/mitchellh/cli v1.0.0 20:44:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:44:27 go: finding github.com/mitchellh/copystructure v1.0.0 20:44:27 go: finding github.com/mitchellh/go-homedir v1.1.0 20:44:27 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:44:27 go: finding github.com/mitchellh/go-wordwrap v1.0.0 20:44:27 go: finding github.com/mitchellh/gox v0.4.0 20:44:27 go: finding github.com/mitchellh/iochan v1.0.0 [Pipeline] sh 20:44:27 go: finding github.com/mitchellh/mapstructure v1.1.2 20:44:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:44:27 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:44:27 go: finding github.com/pelletier/go-toml v1.2.0 20:44:27 go: finding github.com/pkg/errors v0.8.1 20:44:27 go: finding github.com/pmezard/go-difflib v1.0.0 20:44:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:44:27 go: finding github.com/posener/complete v1.1.1 20:44:27 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 20:44:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:44:27 go: finding github.com/stretchr/objx v0.1.0 20:44:27 go: finding github.com/stretchr/testify v1.5.1 20:44:27 go: finding github.com/ugorji/go v1.1.4 20:44:27 go: finding github.com/x448/float16 v0.8.4 20:44:27 + ls -al . 20:44:27 total 64 20:44:27 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 19 20:43 . 20:44:27 drwxrwxr-x. 4 jenkins jenkins 30 Aug 19 20:43 .. 20:44:27 -rw-rw-r--. 1 jenkins jenkins 5049 Aug 19 20:43 Attribution.txt 20:44:27 drwxrwxr-x. 2 jenkins jenkins 87 Aug 19 20:43 bin 20:44:27 drwxrwxr-x. 3 jenkins jenkins 32 Aug 19 20:43 cmd 20:44:27 -rw-rw-r--. 1 jenkins jenkins 1422 Aug 19 20:43 Dockerfile 20:44:27 -rw-rw-r--. 1 jenkins jenkins 954 Aug 19 20:43 Dockerfile.build 20:44:27 -rw-rw-r--. 1 jenkins jenkins 140 Aug 19 20:43 .dockerignore 20:44:27 drwxrwxr-x. 8 jenkins jenkins 162 Aug 19 20:43 .git 20:44:27 drwxrwxr-x. 2 jenkins jenkins 38 Aug 19 20:43 .github 20:44:27 -rw-rw-r--. 1 jenkins jenkins 330 Aug 19 20:43 .gitignore 20:44:27 -rw-rw-r--. 1 jenkins jenkins 559 Aug 19 20:43 go.mod 20:44:27 drwxrwxr-x. 3 jenkins jenkins 20 Aug 19 20:43 internal 20:44:27 -rw-rw-r--. 1 jenkins jenkins 702 Aug 19 20:43 Jenkinsfile 20:44:27 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 19 20:43 LICENSE 20:44:27 -rw-rw-r--. 1 jenkins jenkins 880 Aug 19 20:43 Makefile 20:44:27 -rw-rw-r--. 1 jenkins jenkins 591 Aug 19 20:43 README.md 20:44:27 drwxrwxr-x. 3 jenkins jenkins 44 Aug 19 20:43 .semver 20:44:27 drwxrwxr-x. 2 jenkins jenkins 35 Aug 19 20:43 simulator 20:44:27 drwxrwxr-x. 4 jenkins jenkins 54 Aug 19 20:43 snap 20:44:27 -rw-rw-r--. 1 jenkins jenkins 5 Aug 19 20:41 VERSION 20:44:27 -rw-rw-r--. 1 jenkins jenkins 229 Aug 19 20:43 version.go [Pipeline] isUnix [Pipeline] sh 20:44:27 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:44:27 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 20:44:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:44:27 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:44:27 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 20:44:27 go: finding gopkg.in/yaml.v2 v2.2.8 20:44:27 + 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=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 --label arch=amd64 --label version=1.2.2 . 20:44:27 Sending build context to Docker daemon 630.3kB 20:44:28 Step 1/19 : ARG BASE=golang:1.13-alpine 20:44:28 Step 2/19 : FROM ${BASE} AS builder 20:44:28 ---> ccc6b0655922 20:44:28 Step 3/19 : ARG MAKE='make build' 20:44:28 ---> Running in 8e3f412df6e3 20:44:28 Removing intermediate container 8e3f412df6e3 20:44:28 ---> 8355cd6eac96 20:44:28 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:28 ---> Running in 3a6fcdc9513c 20:44:29 Removing intermediate container 3a6fcdc9513c 20:44:29 ---> 5b8af91529f3 20:44:29 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 20:44:29 ---> Running in c816c9c2b084 20:44:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:31 OK: 237 MiB in 53 packages 20:44:31 Removing intermediate container c816c9c2b084 20:44:31 ---> 61a09f01131e 20:44:31 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 20:44:32 ---> Running in 6c5b8f4b9f76 20:44:32 Removing intermediate container 6c5b8f4b9f76 20:44:32 ---> b69b0c089aec 20:44:32 Step 7/19 : COPY . . 20:44:33 ---> 3a3edaa533a1 20:44:33 Step 8/19 : RUN ${MAKE} 20:44:33 ---> Running in 4a5b2fe05c03 20:44:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2" -o cmd/device-modbus ./cmd 20:44:38 Removing intermediate container 8c1f8dffe708 20:44:38 ---> cd3e62bf21c9 20:44:38 Successfully built cd3e62bf21c9 20:44:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:44:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:44:39 + ls -al . 20:44:39 total 100 20:44:39 drwxrwxr-x 10 jenkins jenkins 4096 Aug 19 20:43 . 20:44:39 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:43 .. 20:44:39 -rw-rw-r-- 1 jenkins jenkins 140 Aug 19 20:43 .dockerignore 20:44:39 drwxrwxr-x 8 jenkins jenkins 4096 Aug 19 20:43 .git 20:44:39 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:43 .github 20:44:39 -rw-rw-r-- 1 jenkins jenkins 330 Aug 19 20:43 .gitignore 20:44:39 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:43 .semver 20:44:39 -rw-rw-r-- 1 jenkins jenkins 5049 Aug 19 20:43 Attribution.txt 20:44:39 -rw-rw-r-- 1 jenkins jenkins 1422 Aug 19 20:43 Dockerfile 20:44:39 -rw-rw-r-- 1 jenkins jenkins 954 Aug 19 20:43 Dockerfile.build 20:44:39 -rw-rw-r-- 1 jenkins jenkins 702 Aug 19 20:43 Jenkinsfile 20:44:39 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 19 20:43 LICENSE 20:44:39 -rw-rw-r-- 1 jenkins jenkins 880 Aug 19 20:43 Makefile 20:44:39 -rw-rw-r-- 1 jenkins jenkins 591 Aug 19 20:43 README.md 20:44:39 -rw-rw-r-- 1 jenkins jenkins 5 Aug 19 20:41 VERSION 20:44:39 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:43 bin 20:44:39 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:43 cmd 20:44:39 -rw-rw-r-- 1 jenkins jenkins 559 Aug 19 20:43 go.mod 20:44:39 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:43 internal 20:44:39 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:43 simulator 20:44:39 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:43 snap 20:44:39 -rw-rw-r-- 1 jenkins jenkins 229 Aug 19 20:43 version.go [Pipeline] isUnix [Pipeline] sh 20:44:39 + 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=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 --label arch=arm64 --label version=1.2.2 . 20:44:39 Sending build context to Docker daemon 630.3kB 20:44:39 Step 1/19 : ARG BASE=golang:1.13-alpine 20:44:39 Step 2/19 : FROM ${BASE} AS builder 20:44:39 ---> cd3e62bf21c9 20:44:39 Step 3/19 : ARG MAKE='make build' 20:44:40 ---> Running in f9bae03d2d98 20:44:40 Removing intermediate container f9bae03d2d98 20:44:40 ---> 50c1104f977e 20:44:40 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:44:40 ---> Running in bea7c20288cd 20:44:43 Removing intermediate container bea7c20288cd 20:44:43 ---> dee629d85adf 20:44:43 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 20:44:43 ---> Running in 3d4a1b18805f 20:44:43 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:44:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:44:46 OK: 221 MiB in 53 packages 20:44:46 Removing intermediate container 4a5b2fe05c03 20:44:46 ---> c00654dc3fe6 20:44:46 Step 9/19 : FROM scratch 20:44:46 ---> 20:44:46 Step 10/19 : ENV APP_PORT=49991 20:44:46 ---> Running in 5640e1c7724d 20:44:46 Removing intermediate container 5640e1c7724d 20:44:46 ---> 8682c23509a3 20:44:46 Step 11/19 : EXPOSE $APP_PORT 20:44:46 ---> Running in ed5b2cdc099f 20:44:46 Removing intermediate container ed5b2cdc099f 20:44:46 ---> c2ecfc199b3c 20:44:46 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 20:44:46 ---> 9521cc8f7dc6 20:44:46 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 20:44:46 ---> 7c2c6490024b 20:44:46 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 20:44:47 ---> 127295aa1e29 20:44:47 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 20:44:47 ---> Running in f94059f37ec5 20:44:47 Removing intermediate container f94059f37ec5 20:44:47 ---> 032651981094 20:44:47 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 20:44:47 ---> Running in 13b9763f13ea 20:44:47 Removing intermediate container 3d4a1b18805f 20:44:47 ---> ddb75470691e 20:44:47 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 20:44:47 ---> Running in 12805ded73a1 20:44:47 Removing intermediate container 13b9763f13ea 20:44:47 ---> 412bcb177ac1 20:44:47 Step 17/19 : LABEL arch=amd64 20:44:47 ---> Running in 9e4fb4f2a10f 20:44:47 Removing intermediate container 12805ded73a1 20:44:47 ---> fa63e2539ea4 20:44:47 Step 7/19 : COPY . . 20:44:47 Removing intermediate container 9e4fb4f2a10f 20:44:47 ---> 62481f7ddf92 20:44:47 Step 18/19 : LABEL git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:44:47 ---> Running in 8c8a9f54ad3d 20:44:48 Removing intermediate container 8c8a9f54ad3d 20:44:48 ---> abd1beab9620 20:44:48 Step 19/19 : LABEL version=1.2.2 20:44:48 ---> Running in d4a6070d341a 20:44:48 Removing intermediate container d4a6070d341a 20:44:48 ---> b3b5e1369078 20:44:48 [Warning] One or more build-args [ARCH] were not consumed 20:44:48 Successfully built b3b5e1369078 20:44:48 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { 20:44:48 ---> 69251f3b5a77 20:44:48 Step 8/19 : RUN ${MAKE} 20:44:48 ---> Running in 2765d0598356 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:44:48 provisioning config files... 20:44:48 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/18@tmp/config7211905580445947802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:44:49 nexus3.edgexfoundry.org:10001 20:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:49 Configure a credential helper to remove this warning. See 20:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:49 20:44:49 Login Succeeded 20:44:49 nexus3.edgexfoundry.org:10002 20:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:49 Configure a credential helper to remove this warning. See 20:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:49 20:44:49 Login Succeeded 20:44:49 nexus3.edgexfoundry.org:10003 20:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:49 Configure a credential helper to remove this warning. See 20:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:49 20:44:49 Login Succeeded 20:44:49 nexus3.edgexfoundry.org:10004 20:44:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:50 Configure a credential helper to remove this warning. See 20:44:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:50 20:44:50 Login Succeeded 20:44:50 docker.io 20:44:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2" -o cmd/device-modbus ./cmd 20:44:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:44:50 Configure a credential helper to remove this warning. See 20:44:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:44:50 20:44:50 Login Succeeded [Pipeline] } 20:44:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:44:50 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 20:44:50 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:44:50 latest 20:44:50 1.2.2 20:44:50 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 20:44:50 master 20:44:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:44:51 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] isUnix [Pipeline] sh 20:44:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:44:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:44:51 b16723520e92: Preparing 20:44:51 60b8280dc3b6: Preparing 20:44:51 e473bd776839: Preparing 20:44:51 60b8280dc3b6: Pushed 20:44:51 b16723520e92: Pushed 20:44:53 e473bd776839: Pushed 20:44:53 3d6b06ce9c8aabcbe3b96acc6656864e00d04358: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] isUnix [Pipeline] sh 20:44:53 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 20:44:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 20:44:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:44:53 b16723520e92: Preparing 20:44:53 60b8280dc3b6: Preparing 20:44:53 e473bd776839: Preparing 20:44:53 b16723520e92: Layer already exists 20:44:53 60b8280dc3b6: Layer already exists 20:44:53 e473bd776839: Layer already exists 20:44:53 latest: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] isUnix [Pipeline] sh 20:44:53 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2 [Pipeline] isUnix [Pipeline] sh 20:44:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2 20:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:44:54 b16723520e92: Preparing 20:44:54 60b8280dc3b6: Preparing 20:44:54 e473bd776839: Preparing 20:44:54 b16723520e92: Layer already exists 20:44:54 e473bd776839: Layer already exists 20:44:54 60b8280dc3b6: Layer already exists 20:44:54 1.2.2: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] isUnix [Pipeline] sh 20:44:54 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [Pipeline] isUnix [Pipeline] sh 20:44:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 20:44:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:44:54 b16723520e92: Preparing 20:44:54 60b8280dc3b6: Preparing 20:44:54 e473bd776839: Preparing 20:44:54 e473bd776839: Layer already exists 20:44:54 b16723520e92: Layer already exists 20:44:54 60b8280dc3b6: Layer already exists 20:44:54 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] isUnix [Pipeline] sh 20:44:55 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 20:44:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 20:44:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:44:55 b16723520e92: Preparing 20:44:55 60b8280dc3b6: Preparing 20:44:55 e473bd776839: Preparing 20:44:55 60b8280dc3b6: Layer already exists 20:44:55 e473bd776839: Layer already exists 20:44:55 b16723520e92: Layer already exists 20:44:55 master: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:44:55 ===================================================== [Pipeline] echo 20:44:55 taggedImages: 20:44:55 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:44:55 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 20:44:55 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2 20:44:55 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 20:44:55 - 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 20:44:56 ++ grep snapcraft.yaml 20:44:56 ++ find /w/workspace/device-modbus-go/18 20:44:56 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/18/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:44:57 provisioning config files... 20:44:57 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/18@tmp/config957895614868419989tmp [Pipeline] { [Pipeline] sh 20:44:57 + cp /w/workspace/device-modbus-go/18@tmp/config957895614868419989tmp /w/workspace/device-modbus-go/18/edgex-snap-store-login [Pipeline] sh 20:44:57 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/18:/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 20:44:57 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 20:44:57 latest: Pulling from edgex-devops/edgex-snap-builder 20:44:57 7595c8c21622: Pulling fs layer 20:44:57 d13af8ca898f: Pulling fs layer 20:44:57 70799171ddba: Pulling fs layer 20:44:57 b6c12202c5ef: Pulling fs layer 20:44:57 0e468b2cbd7c: Pulling fs layer 20:44:57 81ce4cd09fec: Pulling fs layer 20:44:57 9113857f769f: Pulling fs layer 20:44:57 a6a4d6edcf0f: Pulling fs layer 20:44:57 1466ad0cc8cc: Pulling fs layer 20:44:57 81ce4cd09fec: Waiting 20:44:57 a6a4d6edcf0f: Waiting 20:44:57 9113857f769f: Waiting 20:44:57 0e468b2cbd7c: Waiting 20:44:57 b6c12202c5ef: Waiting 20:44:57 70799171ddba: Verifying Checksum 20:44:57 70799171ddba: Download complete 20:44:57 d13af8ca898f: Verifying Checksum 20:44:57 d13af8ca898f: Download complete 20:44:57 b6c12202c5ef: Verifying Checksum 20:44:57 b6c12202c5ef: Download complete 20:44:57 81ce4cd09fec: Verifying Checksum 20:44:57 81ce4cd09fec: Download complete 20:44:57 9113857f769f: Verifying Checksum 20:44:57 9113857f769f: Download complete 20:44:57 a6a4d6edcf0f: Verifying Checksum 20:44:57 a6a4d6edcf0f: Download complete 20:44:57 1466ad0cc8cc: Verifying Checksum 20:44:57 1466ad0cc8cc: Download complete 20:44:58 7595c8c21622: Verifying Checksum 20:44:58 7595c8c21622: Download complete 20:45:03 0e468b2cbd7c: Verifying Checksum 20:45:03 0e468b2cbd7c: Download complete 20:45:03 7595c8c21622: Pull complete 20:45:03 d13af8ca898f: Pull complete 20:45:03 70799171ddba: Pull complete 20:45:03 b6c12202c5ef: Pull complete 20:45:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:45:22 Removing intermediate container 2765d0598356 20:45:22 ---> d02d521cea26 20:45:22 Step 9/19 : FROM scratch 20:45:22 ---> 20:45:22 Step 10/19 : ENV APP_PORT=49991 20:45:22 ---> Running in 316d8af64333 20:45:22 Removing intermediate container 316d8af64333 20:45:22 ---> 3e7799e7a545 20:45:22 Step 11/19 : EXPOSE $APP_PORT 20:45:22 ---> Running in 7aef7ab29623 20:45:22 Removing intermediate container 7aef7ab29623 20:45:22 ---> d8911ed0807e 20:45:22 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 20:45:24 ---> f1909a15315a 20:45:24 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 20:45:24 ---> c0d927ea7279 20:45:24 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 20:45:25 ---> eefe83744d81 20:45:25 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 20:45:25 ---> Running in cce3009ba140 20:45:25 Removing intermediate container cce3009ba140 20:45:25 ---> 84423bf42a68 20:45:25 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 20:45:26 ---> Running in 0d097cebf008 20:45:26 Removing intermediate container 0d097cebf008 20:45:26 ---> 27a126940614 20:45:26 Step 17/19 : LABEL arch=arm64 20:45:26 ---> Running in ba5dde501a5c 20:45:27 Removing intermediate container ba5dde501a5c 20:45:27 ---> 72b2fb06d529 20:45:27 Step 18/19 : LABEL git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:45:27 ---> Running in 2b69e3a9685f 20:45:27 Removing intermediate container 2b69e3a9685f 20:45:27 ---> e22300af4487 20:45:27 Step 19/19 : LABEL version=1.2.2 20:45:27 ---> Running in 83770400bc67 20:45:28 Removing intermediate container 83770400bc67 20:45:28 ---> f523e79b158b 20:45:28 [Warning] One or more build-args [ARCH] were not consumed 20:45:28 Successfully built f523e79b158b 20:45:28 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 20:45:28 provisioning config files... 20:45:29 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/18@tmp/config3009376967993678691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:29 nexus3.edgexfoundry.org:10001 20:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:29 Configure a credential helper to remove this warning. See 20:45:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:29 20:45:29 Login Succeeded 20:45:29 nexus3.edgexfoundry.org:10002 20:45:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:30 Configure a credential helper to remove this warning. See 20:45:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:30 20:45:30 Login Succeeded 20:45:30 nexus3.edgexfoundry.org:10003 20:45:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:31 Configure a credential helper to remove this warning. See 20:45:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:31 20:45:31 Login Succeeded 20:45:31 nexus3.edgexfoundry.org:10004 20:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:31 Configure a credential helper to remove this warning. See 20:45:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:31 20:45:31 Login Succeeded 20:45:31 docker.io 20:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:32 Configure a credential helper to remove this warning. See 20:45:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:32 20:45:32 Login Succeeded [Pipeline] } 20:45:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:45:32 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 20:45:32 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:45:32 latest 20:45:32 1.2.2 20:45:32 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 20:45:32 master 20:45:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:33 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] isUnix [Pipeline] sh 20:45:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:45:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 20:45:33 da89d470ef60: Preparing 20:45:33 c10637238a4c: Preparing 20:45:33 b8c7134ede09: Preparing 20:45:33 c10637238a4c: Pushed 20:45:33 da89d470ef60: Pushed 20:45:35 0e468b2cbd7c: Pull complete 20:45:35 81ce4cd09fec: Pull complete 20:45:35 9113857f769f: Pull complete 20:45:35 a6a4d6edcf0f: Pull complete 20:45:35 1466ad0cc8cc: Pull complete 20:45:35 Digest: sha256:c642e91ff79aa258a1ae135e2f8792ce86cd15f1ac61018b6f83b5185eb02bcd 20:45:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 20:45:36 b8c7134ede09: Pushed 20:45:36 3d6b06ce9c8aabcbe3b96acc6656864e00d04358: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] isUnix [Pipeline] sh 20:45:36 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:45:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 20:45:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 20:45:37 da89d470ef60: Preparing 20:45:37 c10637238a4c: Preparing 20:45:37 b8c7134ede09: Preparing 20:45:37 da89d470ef60: Layer already exists 20:45:37 c10637238a4c: Layer already exists 20:45:37 b8c7134ede09: Layer already exists 20:45:37 latest: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] isUnix [Pipeline] sh 20:45:37 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2 [Pipeline] isUnix [Pipeline] sh 20:45:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2 20:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 20:45:38 da89d470ef60: Preparing 20:45:38 c10637238a4c: Preparing 20:45:38 b8c7134ede09: Preparing 20:45:38 b8c7134ede09: Layer already exists 20:45:38 c10637238a4c: Layer already exists 20:45:38 da89d470ef60: Layer already exists 20:45:38 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:45:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:45:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:45:38 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 20:45:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9834 B] 20:45:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [890 kB] 20:45:38 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.4 kB] 20:45:38 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1418 kB] 20:45:38 1.2.2: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] isUnix [Pipeline] sh 20:45:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1042 kB] 20:45:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [101 kB] 20:45:38 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [Pipeline] isUnix [Pipeline] sh 20:45:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [117 kB] 20:45:38 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] 20:45:39 Fetched 5197 kB in 2s (3176 kB/s) 20:45:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 20:45:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 20:45:39 da89d470ef60: Preparing 20:45:39 c10637238a4c: Preparing 20:45:39 b8c7134ede09: Preparing 20:45:39 b8c7134ede09: Layer already exists 20:45:39 c10637238a4c: Layer already exists 20:45:39 da89d470ef60: Layer already exists 20:45:39 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] isUnix [Pipeline] sh 20:45:39 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:45:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 20:45:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 20:45:40 da89d470ef60: Preparing 20:45:40 c10637238a4c: Preparing 20:45:40 b8c7134ede09: Preparing 20:45:40 b8c7134ede09: Layer already exists 20:45:40 c10637238a4c: Layer already exists 20:45:40 da89d470ef60: Layer already exists 20:45:40 master: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] } 20:45:40 Reading package lists... [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:45:40 ===================================================== [Pipeline] echo 20:45:40 taggedImages: 20:45:40 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:45:40 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 20:45:40 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2 20:45:40 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 20:45:40 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 20:45:41 + grep snapcraft.yaml 20:45:41 + find /w/workspace/device-modbus-go/18 20:45:41 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/18/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:45:42 provisioning config files... 20:45:42 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/18@tmp/config9129685327050360298tmp [Pipeline] { [Pipeline] sh 20:45:42 + cp /w/workspace/device-modbus-go/18@tmp/config9129685327050360298tmp /w/workspace/device-modbus-go/18/edgex-snap-store-login [Pipeline] sh 20:45:42 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/18:/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 20:45:42 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 20:45:43 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 20:45:43 a114936b4807: Pulling fs layer 20:45:43 a27ecf0d2a86: Pulling fs layer 20:45:43 f4eb48eb870f: Pulling fs layer 20:45:43 0f912b9bb20d: Pulling fs layer 20:45:43 19769ba762fa: Pulling fs layer 20:45:43 6675a7feeedd: Pulling fs layer 20:45:43 bb153fd0de2e: Pulling fs layer 20:45:43 cf8ad2f1a1a4: Pulling fs layer 20:45:43 c8535664fb42: Pulling fs layer 20:45:43 6675a7feeedd: Waiting 20:45:43 bb153fd0de2e: Waiting 20:45:43 c8535664fb42: Waiting 20:45:43 0f912b9bb20d: Waiting 20:45:43 cf8ad2f1a1a4: Waiting 20:45:43 19769ba762fa: Waiting 20:45:43 f4eb48eb870f: Verifying Checksum 20:45:43 f4eb48eb870f: Download complete 20:45:43 a27ecf0d2a86: Download complete 20:45:43 0f912b9bb20d: Verifying Checksum 20:45:43 0f912b9bb20d: Download complete 20:45:43 6675a7feeedd: Verifying Checksum 20:45:43 6675a7feeedd: Download complete 20:45:43 bb153fd0de2e: Download complete 20:45:43 cf8ad2f1a1a4: Verifying Checksum 20:45:43 cf8ad2f1a1a4: Download complete 20:45:43 c8535664fb42: Verifying Checksum 20:45:43 c8535664fb42: Download complete 20:45:44 a114936b4807: Verifying Checksum 20:45:44 a114936b4807: Download complete 20:45:45 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:45:45 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) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:45:45 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:45:45 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 20:45:46 a114936b4807: Pull complete 20:45:46 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... 51% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% 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 20:45:47 a27ecf0d2a86: Pull complete 20:45:47 f4eb48eb870f: Pull complete 20:45:48 0f912b9bb20d: Pull complete 20:45:48 Installing build dependencies: curl git git-man less libcurl3-gnutls libcurl4 liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 20:45:50 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... 51% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% 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 20:45:50 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 66% Building dependency tree 20:45:50 Reading state information... 0% Reading state information... 0% Reading state information... Done 20:45:50 The following packages were automatically installed and are no longer required: 20:45:50 libjq1 libonig4 20:45:50 Use 'sudo apt autoremove' to remove them. 20:45:50 Suggested packages: 20:45:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:45:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 20:45:50 diffutils-doc perl-doc libterm-readline-gnu-perl 20:45:50 | libterm-readline-perl-perl 20:45:51 The following NEW packages will be installed: 20:45:51 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 20:45:51 libperl5.26 make netbase patch perl perl-modules-5.26 20:45:51 The following packages will be upgraded: 20:45:51 libcurl4 20:45:51 1 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 20:45:51 Need to get 12.2 MB of archives. 20:45:51 After this operation, 77.5 MB of additional disk space will be used. 20:45:51 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] 20:45:51 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 678 kB/2763 kB 25%] 19% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 20:45:51 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] 20:45:51 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 22% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 20:45:52 22% [4 libperl5.26 22.2 kB/3527 kB 1%] 47% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 20:45:52 47% [5 perl 33.5 kB/201 kB 17%] 49% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 20:45:52 50% [6 less 28.4 kB/112 kB 25%] 51% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 20:45:52 51% [7 netbase 12.7 kB/12.7 kB 100%] 53% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] 20:45:52 53% [8 libcurl4 34.7 kB/214 kB 16%] 56% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 20:45:52 56% [9 curl 17.0 kB/159 kB 11%] 58% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 20:45:52 58% [10 libcurl3-gnutls 45.1 kB/213 kB 21%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:45:52 61% [11 liberror-perl 22.8 kB/22.8 kB 100%] 62% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:45:52 62% [12 git-man 15.4 kB/804 kB 2%] 69% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:45:52 69% [13 git 49.2 kB/3915 kB 1%] 96% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 20:45:52 96% [14 make 15.0 kB/154 kB 10%] 98% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:45:52 98% [15 patch 52.9 kB/102 kB 52%] 100% [Working] Fetched 12.2 MB in 2s (7580 kB/s) 20:45:52 debconf: delaying package configuration, since apt-utils is not installed 20:45:53 Selecting previously unselected package perl-modules-5.26. 20:45:53 (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.) 20:45:53 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 20:45:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:45:53 19769ba762fa: Verifying Checksum 20:45:53 19769ba762fa: Download complete 20:45:56 Selecting previously unselected package libgdbm5:amd64. 20:45:56 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 20:45:56 Unpacking libgdbm5:amd64 (1.14.1-6) ... 20:45:56 Selecting previously unselected package libgdbm-compat4:amd64. 20:45:56 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 20:45:56 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 20:45:56 Selecting previously unselected package libperl5.26:amd64. 20:45:56 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 20:45:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 20:45:57 Selecting previously unselected package perl. 20:45:57 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 20:45:57 Unpacking perl (5.26.1-6ubuntu0.3) ... 20:45:57 Selecting previously unselected package less. 20:45:57 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 20:45:57 Unpacking less (487-0.1) ... 20:45:57 Selecting previously unselected package netbase. 20:45:57 Preparing to unpack .../06-netbase_5.4_all.deb ... 20:45:57 Unpacking netbase (5.4) ... 20:45:58 Preparing to unpack .../07-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... 20:45:58 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... 20:45:58 Selecting previously unselected package curl. 20:45:58 Preparing to unpack .../08-curl_7.58.0-2ubuntu3.10_amd64.deb ... 20:45:58 Unpacking curl (7.58.0-2ubuntu3.10) ... 20:45:58 Selecting previously unselected package libcurl3-gnutls:amd64. 20:45:58 Preparing to unpack .../09-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 20:45:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 20:45:58 Selecting previously unselected package liberror-perl. 20:45:58 Preparing to unpack .../10-liberror-perl_0.17025-1_all.deb ... 20:45:58 Unpacking liberror-perl (0.17025-1) ... 20:45:58 Selecting previously unselected package git-man. 20:45:58 Preparing to unpack .../11-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:45:58 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:45:58 Selecting previously unselected package git. 20:45:58 Preparing to unpack .../12-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:45:58 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:45:59 Selecting previously unselected package make. 20:45:59 Preparing to unpack .../13-make_4.1-9.1ubuntu1_amd64.deb ... 20:45:59 Unpacking make (4.1-9.1ubuntu1) ... 20:45:59 Selecting previously unselected package patch. 20:45:59 Preparing to unpack .../14-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:45:59 Unpacking patch (2.7.6-2ubuntu1.1) ... 20:45:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:45:59 Setting up less (487-0.1) ... 20:45:59 Setting up make (4.1-9.1ubuntu1) ... 20:45:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 20:45:59 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... 20:45:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:45:59 Setting up libgdbm5:amd64 (1.14.1-6) ... 20:45:59 Setting up patch (2.7.6-2ubuntu1.1) ... 20:45:59 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 20:45:59 Setting up netbase (5.4) ... 20:45:59 Setting up curl (7.58.0-2ubuntu3.10) ... 20:45:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 20:45:59 Setting up perl (5.26.1-6ubuntu0.3) ... 20:46:00 Setting up liberror-perl (0.17025-1) ... 20:46:00 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:46:00 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 20:46:00 Processing triggers for mime-support (3.60ubuntu1) ... 20:46:02 curl set to automatically installed. 20:46:02 git set to automatically installed. 20:46:02 git-man set to automatically installed. 20:46:02 less set to automatically installed. 20:46:02 libcurl3-gnutls set to automatically installed. 20:46:02 libcurl4 set to automatically installed. 20:46:02 liberror-perl set to automatically installed. 20:46:02 libgdbm-compat4 set to automatically installed. 20:46:02 libgdbm5 set to automatically installed. 20:46:02 libperl5.26 set to automatically installed. 20:46:02 make set to automatically installed. 20:46:02 netbase set to automatically installed. 20:46:02 patch set to automatically installed. 20:46:02 perl set to automatically installed. 20:46:02 perl-modules-5.26 set to automatically installed. 20:46:02 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 20:46:02 Please ensure the environment is properly setup before continuing. 20:46:02 Ignore this message if the appropriate measures have already been taken 20:46:03 Pulling go  20:46:04 'device-modbus' has dependencies that need to be staged: go 20:46:04 Skipping pull go (already ran) 20:46:04 Building go  20:46:04 % Total % Received % Xferd Average Speed Time Time Time Current 20:46:04 Dload Upload Total Spent Left Speed 20:46:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 114M 15 17.8M 0 0 22.3M 0 0:00:05 --:--:-- 0:00:05 22.3M 75 114M 75 86.4M 0 0 48.0M 0 0:00:02 0:00:01 0:00:01 48.0M 100 114M 100 114M 0 0 51.8M 0 0:00:02 0:00:02 --:--:-- 51.8M 20:46:07 go1.13.5.linux-amd64.tar.gz: OK 20:46:15 Staging go  20:46:15 Pulling device-modbus  20:46:16 Skipping build go (already ran) 20:46:16 Building device-modbus  20:46:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2" -o cmd/device-modbus ./cmd 20:46:18 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 20:46:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:46:18 go: downloading github.com/goburrow/modbus v0.1.0 20:46:18 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 20:46:18 go: extracting github.com/goburrow/modbus v0.1.0 20:46:18 go: downloading github.com/goburrow/serial v0.1.0 20:46:18 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:46:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:46:18 go: downloading github.com/gorilla/mux v1.7.1 20:46:18 go: downloading gopkg.in/yaml.v2 v2.2.8 20:46:18 go: downloading github.com/OneOfOne/xxhash v1.2.6 20:46:18 go: extracting github.com/goburrow/serial v0.1.0 20:46:18 go: downloading github.com/google/uuid v1.1.1 20:46:18 go: extracting github.com/gorilla/mux v1.7.1 20:46:18 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:46:18 go: extracting gopkg.in/yaml.v2 v2.2.8 20:46:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:46:18 go: downloading github.com/go-kit/kit v0.8.0 20:46:18 go: downloading github.com/pkg/errors v0.8.1 20:46:18 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 20:46:18 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 20:46:18 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 20:46:18 go: downloading github.com/BurntSushi/toml v0.3.1 20:46:18 go: extracting github.com/OneOfOne/xxhash v1.2.6 20:46:18 go: extracting github.com/google/uuid v1.1.1 20:46:18 go: downloading github.com/pelletier/go-toml v1.2.0 20:46:18 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 20:46:18 go: extracting github.com/pkg/errors v0.8.1 20:46:18 go: downloading github.com/x448/float16 v0.8.4 20:46:18 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 20:46:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:46:18 go: downloading github.com/hashicorp/consul/api v1.1.0 20:46:18 go: extracting github.com/BurntSushi/toml v0.3.1 20:46:18 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 20:46:18 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 20:46:18 go: extracting github.com/pelletier/go-toml v1.2.0 20:46:18 go: extracting github.com/x448/float16 v0.8.4 20:46:18 go: extracting github.com/go-kit/kit v0.8.0 20:46:18 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:46:18 go: downloading github.com/mitchellh/copystructure v1.0.0 20:46:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:46:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:46:18 go: extracting github.com/hashicorp/consul/api v1.1.0 20:46:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:46:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:46:18 go: downloading github.com/hashicorp/serf v0.8.2 20:46:18 go: extracting github.com/mitchellh/copystructure v1.0.0 20:46:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:46:18 go: extracting github.com/mitchellh/mapstructure v1.1.2 20:46:18 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 20:46:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:46:19 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 20:46:19 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 20:46:19 go: extracting github.com/mitchellh/reflectwalk v1.0.0 20:46:19 go: extracting github.com/go-logfmt/logfmt v0.4.0 20:46:19 go: extracting github.com/hashicorp/serf v0.8.2 20:46:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:46:19 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:46:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:46:19 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 20:46:19 go: downloading github.com/hashicorp/golang-lru v0.5.1 20:46:19 go: extracting github.com/hashicorp/golang-lru v0.5.1 20:46:19 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:46:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:46:19 go: finding github.com/goburrow/modbus v0.1.0 20:46:19 go: finding github.com/gorilla/mux v1.7.1 20:46:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:46:19 go: finding github.com/google/uuid v1.1.1 20:46:19 go: finding github.com/go-kit/kit v0.8.0 20:46:19 go: finding github.com/OneOfOne/xxhash v1.2.6 20:46:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:46:19 go: finding github.com/go-logfmt/logfmt v0.4.0 20:46:19 go: finding github.com/goburrow/serial v0.1.0 20:46:19 go: finding github.com/x448/float16 v0.8.4 20:46:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:46:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:46:19 go: finding gopkg.in/yaml.v2 v2.2.8 20:46:19 go: finding github.com/BurntSushi/toml v0.3.1 20:46:19 go: finding github.com/pkg/errors v0.8.1 20:46:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:46:19 go: finding github.com/hashicorp/consul/api v1.1.0 20:46:19 go: finding github.com/pelletier/go-toml v1.2.0 20:46:19 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:46:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:46:19 go: finding github.com/mitchellh/mapstructure v1.1.2 20:46:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:46:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:46:19 go: finding github.com/mitchellh/copystructure v1.0.0 20:46:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:46:19 go: finding github.com/hashicorp/serf v0.8.2 20:46:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:46:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:46:19 go: finding github.com/hashicorp/golang-lru v0.5.1 20:46:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:46:32 19769ba762fa: Pull complete 20:46:32 6675a7feeedd: Pull complete 20:46:32 bb153fd0de2e: Pull complete 20:46:32 cf8ad2f1a1a4: Pull complete 20:46:32 c8535664fb42: Pull complete 20:46:32 Digest: sha256:5b41654e13e1529cdcb3e70789e3a8d345d16fe395680c2eb6ae08626c23903b 20:46:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 20:46:34 Skipping stage go (already ran) 20:46:34 Staging device-modbus  20:46:35 Priming go  20:46:36 Priming device-modbus  20:46:36 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 20:46:36 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 20:46:37 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 20:46:37 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 20:46:37 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 20:46:37 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 20:46:37 Determining the version from the project repo (version-script). 20:46:37 The version has been set to '1.2.2-20200819+3d6b06c' 20:46:37 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] 20:46:37 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] 20:46:38 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [647 kB] 20:46:38 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [777 kB] 20:46:38 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 20:46:38 Snapped edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap 20:46:38 Fetched 3850 kB in 2s (1719 kB/s) 20:46:44 Reading package lists... 20:46:59 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 20:46:59 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 20:46:59 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 20:46:59 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 20:47:04 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... 8% Reading package lists... 23% Reading package lists... 39% Reading package lists... 53% Reading package lists... 67% 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... 80% 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... 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 20:47:12 Installing build dependencies: curl git git-man less libcurl3-gnutls libcurl4 liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 20:47:17 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... 8% Reading package lists... 23% Reading package lists... 39% Reading package lists... 56% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% 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... 89% 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 20:47:17 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 70% Building dependency tree 20:47:17 Reading state information... 0% Reading state information... 0% Reading state information... Done 20:47:18 The following packages were automatically installed and are no longer required: 20:47:18 libjq1 libonig4 20:47:18 Use 'sudo apt autoremove' to remove them. 20:47:18 Suggested packages: 20:47:18 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:47:18 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 20:47:18 diffutils-doc perl-doc libterm-readline-gnu-perl 20:47:18 | libterm-readline-perl-perl 20:47:19 The following NEW packages will be installed: 20:47:19 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 20:47:19 libperl5.26 make netbase patch perl perl-modules-5.26 20:47:19 The following packages will be upgraded: 20:47:19 libcurl4 20:47:19 1 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 20:47:19 Need to get 10.9 MB of archives. 20:47:19 After this operation, 73.6 MB of additional disk space will be used. 20:47:19 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] 20:47:20 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 673 kB/2763 kB 24%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 20:47:20 22% [2 libgdbm5 8192 B/23.1 kB 35%] 23% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 20:47:20 23% [3 libgdbm-compat4 5536 B/5536 B 100%] 24% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 20:47:20 25% [4 libperl5.26 16.4 kB/3326 kB 0%] 50% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 20:47:20 50% [5 perl 42.3 kB/201 kB 21%] 53% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 20:47:20 53% [6 less 37.3 kB/99.7 kB 37%] 55% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 20:47:20 55% [7 netbase 12.7 kB/12.7 kB 100%] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.10 [180 kB] 20:47:20 57% [8 libcurl4 55.4 kB/180 kB 31%] 59% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 20:47:20 59% [9 curl 65.5 kB/152 kB 43%] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 20:47:20 62% [10 libcurl3-gnutls 50.6 kB/179 kB 28%] 64% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 20:47:20 64% [11 liberror-perl 22.8 kB/22.8 kB 100%] 66% [Waiting for headers] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:47:20 66% [12 git-man 45.0 kB/804 kB 6%] 73% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 20:47:20 73% [13 git 27.7 kB/2952 kB 1%] 96% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 20:47:20 96% [14 make 25.0 kB/139 kB 18%] 98% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 20:47:20 98% [15 patch 17.1 kB/91.8 kB 19%] 100% [Working] Fetched 10.9 MB in 1s (7317 kB/s) 20:47:21 debconf: delaying package configuration, since apt-utils is not installed 20:47:21 Selecting previously unselected package perl-modules-5.26. 20:47:21 (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.) 20:47:21 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 20:47:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:47:23 Selecting previously unselected package libgdbm5:arm64. 20:47:23 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 20:47:23 Unpacking libgdbm5:arm64 (1.14.1-6) ... 20:47:23 Selecting previously unselected package libgdbm-compat4:arm64. 20:47:23 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 20:47:23 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 20:47:23 Selecting previously unselected package libperl5.26:arm64. 20:47:23 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 20:47:23 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 20:47:24 Selecting previously unselected package perl. 20:47:24 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 20:47:24 Unpacking perl (5.26.1-6ubuntu0.3) ... 20:47:24 Selecting previously unselected package less. 20:47:24 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 20:47:24 Unpacking less (487-0.1) ... 20:47:25 Selecting previously unselected package netbase. 20:47:25 Preparing to unpack .../06-netbase_5.4_all.deb ... 20:47:25 Unpacking netbase (5.4) ... 20:47:25 20:47:25 Login successful. You now have these capabilities: 20:47:25  20:47:25 snaps: No restriction 20:47:25 channels: No restriction 20:47:25 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 20:47:25 expires: 2021-07-14T18:21:36.256372 20:47:25  20:47:25 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:47:25 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:47:25 Preparing to upload 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap'. 20:47:25 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 20:47:25 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 20:47:25 Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 100% 20:47:25 Preparing to unpack .../07-libcurl4_7.58.0-2ubuntu3.10_arm64.deb ... 20:47:25 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... 20:47:25 Selecting previously unselected package curl. 20:47:25 Preparing to unpack .../08-curl_7.58.0-2ubuntu3.10_arm64.deb ... 20:47:25 Unpacking curl (7.58.0-2ubuntu3.10) ... 20:47:25 Selecting previously unselected package libcurl3-gnutls:arm64. 20:47:25 Preparing to unpack .../09-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 20:47:25 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 20:47:26 Selecting previously unselected package liberror-perl. 20:47:26 Preparing to unpack .../10-liberror-perl_0.17025-1_all.deb ... 20:47:26 Unpacking liberror-perl (0.17025-1) ... 20:47:26 Selecting previously unselected package git-man. 20:47:26 Preparing to unpack .../11-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:47:26 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:47:26 Selecting previously unselected package git. 20:47:26 Preparing to unpack .../12-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 20:47:26 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:47:27 Selecting previously unselected package make. 20:47:27 Preparing to unpack .../13-make_4.1-9.1ubuntu1_arm64.deb ... 20:47:27 Unpacking make (4.1-9.1ubuntu1) ... 20:47:27 Selecting previously unselected package patch. 20:47:27 Preparing to unpack .../14-patch_2.7.6-2ubuntu1.1_arm64.deb ... 20:47:27 Unpacking patch (2.7.6-2ubuntu1.1) ... 20:47:28 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:47:28 Setting up less (487-0.1) ... 20:47:28 Setting up make (4.1-9.1ubuntu1) ... 20:47:28 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 20:47:28 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.10) ... 20:47:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 20:47:28 Setting up libgdbm5:arm64 (1.14.1-6) ... 20:47:28 Setting up patch (2.7.6-2ubuntu1.1) ... 20:47:28 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 20:47:28 Setting up netbase (5.4) ... 20:47:28 Setting up curl (7.58.0-2ubuntu3.10) ... 20:47:28 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 20:47:28 Setting up perl (5.26.1-6ubuntu0.3) ... 20:47:29 Setting up liberror-perl (0.17025-1) ... 20:47:29 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:47:29 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 20:47:29 Processing triggers for mime-support (3.60ubuntu1) ... 20:47:36 curl set to automatically installed. 20:47:36 git set to automatically installed. 20:47:36 git-man set to automatically installed. 20:47:36 less set to automatically installed. 20:47:36 libcurl3-gnutls set to automatically installed. 20:47:36 libcurl4 set to automatically installed. 20:47:36 liberror-perl set to automatically installed. 20:47:36 libgdbm-compat4 set to automatically installed. 20:47:36 libgdbm5 set to automatically installed. 20:47:36 libperl5.26 set to automatically installed. 20:47:36 make set to automatically installed. 20:47:36 netbase set to automatically installed. 20:47:36 patch set to automatically installed. 20:47:36 perl set to automatically installed. 20:47:36 perl-modules-5.26 set to automatically installed. 20:47:36 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 20:47:36 Please ensure the environment is properly setup before continuing. 20:47:36 Ignore this message if the appropriate measures have already been taken 20:47:37 Pulling go  20:47:39 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| 20:47:39 released 20:47:39 Revision 1279 of 'edgex-device-modbus' created. 20:47:40 Track Arch Channel Version Revision 20:47:40 latest amd64 stable 1.2.1-20200612+fdf900d 1255 20:47:40 candidate 1.2.1-20200612+fdf900d 1255 20:47:40 beta 1.2.1-20200612+fdf900d 1255 20:47:40 edge 1.2.2-20200819+3d6b06c 1279 20:47:40 edinburgh amd64 stable - - 20:47:40 candidate - - 20:47:40 beta 1.0.0-20190626+739f7ef 112 20:47:40 edge 1.0.0-20200103+c777f31 956 20:47:40 fuji amd64 stable 1.1.1-20200228+37c94ae 1087 20:47:40 candidate ↑ ↑ 20:47:40 beta 1.1.1-20200228+37c94ae 1087 20:47:40 edge 1.1.1-20200422+37c94ae 1193 20:47:40 geneva amd64 stable 1.2.1-20200612+fdf900d 1255 20:47:40 candidate ↑ ↑ 20:47:40 beta ↑ ↑ 20:47:40 edge ↑ ↑ 20:47:41 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:47:41 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:47:41 Uploading metadata from 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' 20:47:41 'device-modbus' has dependencies that need to be staged: go 20:47:41 Skipping pull go (already ran) 20:47:41 Building go  20:47:41 % Total % Received % Xferd Average Speed Time Time Time Current 20:47:41 Dload Upload Total Spent Left Speed 20:47:45 The metadata has been uploaded 20:47:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 93.0M 11 10.3M 0 0 12.5M 0 0:00:07 --:--:-- 0:00:07 12.4M 39 93.0M 39 36.4M 0 0 19.8M 0 0:00:04 0:00:01 0:00:03 19.8M 70 93.0M 70 65.4M 0 0 23.0M 0 0:00:04 0:00:02 0:00:02 23.0M 97 93.0M 97 90.4M 0 0 23.6M 0 0:00:03 0:00:03 --:--:-- 23.6M 100 93.0M 100 93.0M 0 0 23.7M 0 0:00:03 0:00:03 --:--:-- 23.7M [Pipeline] } 20:47:46 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] } 20:47:47 go1.13.5.linux-arm64.tar.gz: OK 20:48:09 Staging go  20:48:13 Pulling device-modbus  20:48:17 Skipping build go (already ran) 20:48:17 Building device-modbus  20:48:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2" -o cmd/device-modbus ./cmd 20:48:19 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 20:48:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:48:19 go: downloading github.com/goburrow/modbus v0.1.0 20:48:19 go: extracting github.com/goburrow/modbus v0.1.0 20:48:19 go: downloading github.com/goburrow/serial v0.1.0 20:48:19 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 20:48:19 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:48:19 go: extracting github.com/goburrow/serial v0.1.0 20:48:19 go: downloading github.com/gorilla/mux v1.7.1 20:48:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:48:19 go: downloading github.com/OneOfOne/xxhash v1.2.6 20:48:19 go: downloading github.com/go-kit/kit v0.8.0 20:48:19 go: downloading github.com/google/uuid v1.1.1 20:48:19 go: downloading gopkg.in/yaml.v2 v2.2.8 20:48:19 go: extracting github.com/gorilla/mux v1.7.1 20:48:19 go: extracting github.com/OneOfOne/xxhash v1.2.6 20:48:19 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:48:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:48:20 go: extracting github.com/google/uuid v1.1.1 20:48:20 go: extracting gopkg.in/yaml.v2 v2.2.8 20:48:20 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 20:48:20 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 20:48:20 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 20:48:20 go: downloading github.com/pkg/errors v0.8.1 20:48:20 go: downloading github.com/BurntSushi/toml v0.3.1 20:48:20 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 20:48:20 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 20:48:20 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 20:48:20 go: downloading github.com/pelletier/go-toml v1.2.0 20:48:20 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 20:48:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:48:20 go: extracting github.com/pkg/errors v0.8.1 20:48:20 go: extracting github.com/go-kit/kit v0.8.0 20:48:20 go: downloading github.com/x448/float16 v0.8.4 20:48:20 go: extracting github.com/BurntSushi/toml v0.3.1 20:48:20 go: downloading github.com/hashicorp/consul/api v1.1.0 20:48:20 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:48:20 go: downloading github.com/mitchellh/copystructure v1.0.0 20:48:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:48:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:48:20 go: extracting github.com/pelletier/go-toml v1.2.0 20:48:20 go: extracting github.com/x448/float16 v0.8.4 20:48:20 go: extracting github.com/hashicorp/consul/api v1.1.0 20:48:20 go: extracting github.com/mitchellh/copystructure v1.0.0 20:48:20 go: extracting github.com/mitchellh/mapstructure v1.1.2 20:48:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:48:20 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 20:48:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:48:20 go: downloading github.com/hashicorp/serf v0.8.2 20:48:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:48:20 go: extracting github.com/mitchellh/reflectwalk v1.0.0 20:48:20 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 20:48:20 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 20:48:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:48:20 go: extracting github.com/hashicorp/serf v0.8.2 20:48:20 go: extracting github.com/go-logfmt/logfmt v0.4.0 20:48:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:48:20 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:48:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:48:20 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 20:48:20 go: downloading github.com/hashicorp/golang-lru v0.5.1 20:48:20 go: extracting github.com/hashicorp/golang-lru v0.5.1 20:48:21 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:48:21 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:48:21 go: finding github.com/goburrow/modbus v0.1.0 20:48:21 go: finding github.com/gorilla/mux v1.7.1 20:48:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:48:21 go: finding github.com/goburrow/serial v0.1.0 20:48:21 go: finding github.com/OneOfOne/xxhash v1.2.6 20:48:21 go: finding github.com/go-kit/kit v0.8.0 20:48:21 go: finding github.com/google/uuid v1.1.1 20:48:21 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:48:21 go: finding github.com/x448/float16 v0.8.4 20:48:21 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:48:21 go: finding github.com/go-logfmt/logfmt v0.4.0 20:48:21 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:48:21 go: finding gopkg.in/yaml.v2 v2.2.8 20:48:21 go: finding github.com/BurntSushi/toml v0.3.1 20:48:21 go: finding github.com/pkg/errors v0.8.1 20:48:21 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:48:21 go: finding github.com/hashicorp/consul/api v1.1.0 20:48:21 go: finding github.com/pelletier/go-toml v1.2.0 20:48:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:48:21 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:48:21 go: finding github.com/hashicorp/serf v0.8.2 20:48:21 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:48:21 go: finding github.com/mitchellh/mapstructure v1.1.2 20:48:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:48:21 go: finding github.com/mitchellh/copystructure v1.0.0 20:48:21 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:48:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:48:21 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:48:21 go: finding github.com/hashicorp/golang-lru v0.5.1 20:48:48 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:49:11 Skipping stage go (already ran) 20:49:11 Staging device-modbus  20:49:16 Priming go  20:49:20 Priming device-modbus  20:49:25 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 20:49:25 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 20:49:25 Determining the version from the project repo (version-script). 20:49:25 The version has been set to '1.2.2-20200819+3d6b06c' 20:49:27 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | 20:49:27 Snapped edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap 20:49:36 20:49:36 Login successful. You now have these capabilities: 20:49:36  20:49:36 snaps: No restriction 20:49:36 channels: No restriction 20:49:36 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 20:49:36 expires: 2021-07-14T18:21:36.256372 20:49:36  20:49:39 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:49:39 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:49:39 Preparing to upload 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap'. 20:49:39 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 20:49:39 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 20:49:42 Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 100% 20:49:57 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 20:49:57 released 20:49:57 Revision 1280 of 'edgex-device-modbus' created. 20:49:58 Track Arch Channel Version Revision 20:49:58 latest arm64 stable 1.2.1-20200612+fdf900d 1256 20:49:58 candidate 1.2.1-20200612+fdf900d 1256 20:49:58 beta 1.2.1-20200612+fdf900d 1256 20:49:58 edge 1.2.2-20200819+3d6b06c 1280 20:49:58 edinburgh arm64 stable - - 20:49:58 candidate - - 20:49:58 beta 1.0.0-20190627+739f7ef 113 20:49:58 edge 1.0.0-20200107+c777f31 958 20:49:58 fuji arm64 stable 1.1.1-20200311+37c94ae 1112 20:49:58 candidate ↑ ↑ 20:49:58 beta 1.1.1-20200311+37c94ae 1112 20:49:58 edge 1.1.1-20200422+37c94ae 1194 20:49:58 geneva arm64 stable 1.2.1-20200612+fdf900d 1256 20:49:58 candidate ↑ ↑ 20:49:58 beta ↑ ↑ 20:49:58 edge ↑ ↑ 20:50:02 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 20:50:02 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 20:50:02 Uploading metadata from 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' 20:50:07 The metadata has been uploaded [Pipeline] } 20:50:09 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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 20:50:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 20:50:10 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 20:50:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:50:10 20:50:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 20:50:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:50:11 1.317.0: Pulling from edgex-devops/edgex-snyk-go 20:50:11 cbdbe7a5bc2a: Pulling fs layer 20:50:11 408f87550127: Pulling fs layer 20:50:11 fe522b08c979: Pulling fs layer 20:50:11 221eaa008020: Pulling fs layer 20:50:11 2a4607e5d6b9: Pulling fs layer 20:50:11 8f79b27c4fd2: Pulling fs layer 20:50:11 e5c8dbe1645b: Pulling fs layer 20:50:11 23e8b3b47431: Pulling fs layer 20:50:11 5c568d65a230: Pulling fs layer 20:50:11 8f79b27c4fd2: Waiting 20:50:11 e5c8dbe1645b: Waiting 20:50:11 23e8b3b47431: Waiting 20:50:11 5c568d65a230: Waiting 20:50:11 221eaa008020: Waiting 20:50:11 2a4607e5d6b9: Waiting 20:50:11 fe522b08c979: Verifying Checksum 20:50:11 fe522b08c979: Download complete 20:50:11 408f87550127: Download complete 20:50:11 2a4607e5d6b9: Download complete 20:50:11 8f79b27c4fd2: Verifying Checksum 20:50:11 8f79b27c4fd2: Download complete 20:50:11 cbdbe7a5bc2a: Download complete 20:50:11 e5c8dbe1645b: Verifying Checksum 20:50:11 e5c8dbe1645b: Download complete 20:50:11 cbdbe7a5bc2a: Pull complete 20:50:12 23e8b3b47431: Verifying Checksum 20:50:12 23e8b3b47431: Download complete 20:50:12 408f87550127: Pull complete 20:50:12 5c568d65a230: Verifying Checksum 20:50:12 5c568d65a230: Download complete 20:50:12 fe522b08c979: Pull complete 20:50:12 221eaa008020: Verifying Checksum 20:50:12 221eaa008020: Download complete 20:50:18 221eaa008020: Pull complete 20:50:18 2a4607e5d6b9: Pull complete 20:50:18 8f79b27c4fd2: Pull complete 20:50:21 e5c8dbe1645b: Pull complete 20:50:23 23e8b3b47431: Pull complete 20:50:25 5c568d65a230: Pull complete 20:50:25 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 20:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:50:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 20:50:25 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:50:25 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 20:50:26 $ docker top ab6e0c6a2af94d2690ae4dbfcce35ace3826d6d1277eaec029ba957c1c977735 -eo pid,comm [Pipeline] { [Pipeline] sh 20:50:26 + snyk monitor '--org=edgex-jenkins' 20:50:31 20:50:31 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 20:50:31 20:50:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/7faf65c7-6c59-46ce-941c-fb72ac39e715 20:50:31 20:50:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:50:31 20:50:32 20:50:32 Snyk CLI supports Node.js 8 and higher. 20:50:32 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 20:50:32 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 20:50:32 20:50:32 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 20:50:32 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 20:50:32 $ docker stop --time=1 ab6e0c6a2af94d2690ae4dbfcce35ace3826d6d1277eaec029ba957c1c977735 20:50:34 $ docker rm -f ab6e0c6a2af94d2690ae4dbfcce35ace3826d6d1277eaec029ba957c1c977735 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:50:35 20:50:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 20:50:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:50:36 latest: Pulling from edgex-devops/edgex-klar 20:50:36 e7c96db7181b: Pulling fs layer 20:50:36 1868ca2cb446: Pulling fs layer 20:50:36 136be5d0fe8e: Pulling fs layer 20:50:36 894bfe63afcb: Pulling fs layer 20:50:36 894bfe63afcb: Waiting 20:50:36 1868ca2cb446: Verifying Checksum 20:50:36 1868ca2cb446: Download complete 20:50:36 136be5d0fe8e: Download complete 20:50:36 e7c96db7181b: Verifying Checksum 20:50:36 e7c96db7181b: Download complete 20:50:36 894bfe63afcb: Verifying Checksum 20:50:36 894bfe63afcb: Download complete 20:50:36 e7c96db7181b: Pull complete 20:50:36 1868ca2cb446: Pull complete 20:50:37 136be5d0fe8e: Pull complete 20:50:37 894bfe63afcb: Pull complete 20:50:37 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 20:50:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:50:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 20:50:37 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:50:37 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:50:38 $ docker top c1b0dda5696ccd2ca09ef2ad6a609b4d1aa4621451cfdc2dca0609bd3029c1dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:39 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:50:39 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:50:41 $ docker stop --time=1 c1b0dda5696ccd2ca09ef2ad6a609b4d1aa4621451cfdc2dca0609bd3029c1dd 20:50:43 $ docker rm -f c1b0dda5696ccd2ca09ef2ad6a609b4d1aa4621451cfdc2dca0609bd3029c1dd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:50:43 . [Pipeline] withDockerContainer 20:50:43 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:50:43 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:50:44 $ docker top 21221f5f60a0f320932e3bda47bf34e8f8ca838a1bc952dbb2592cc210b87953 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:45 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:50:45 + tee 20:50:45 clair timeout 1m0s 20:50:45 docker timeout: 1m0s 20:50:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:50:45 $ docker stop --time=1 21221f5f60a0f320932e3bda47bf34e8f8ca838a1bc952dbb2592cc210b87953 20:50:47 $ docker rm -f 21221f5f60a0f320932e3bda47bf34e8f8ca838a1bc952dbb2592cc210b87953 [Pipeline] // withDockerContainer [Pipeline] sh 20:50:47 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 20:50:47 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_3d6b06ce9c8aabcbe3b96acc6656864e00d04358.html [Pipeline] writeFile [Pipeline] step 20:50:47 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 20:50:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:50:47 . [Pipeline] withDockerContainer 20:50:48 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:50:48 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:50:48 $ docker top 25dc0863db4603800fa3e8928f4213892ac6eef728e219370ef7edb9402a1f41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:49 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:50:49 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:50:51 $ docker stop --time=1 25dc0863db4603800fa3e8928f4213892ac6eef728e219370ef7edb9402a1f41 20:50:53 $ docker rm -f 25dc0863db4603800fa3e8928f4213892ac6eef728e219370ef7edb9402a1f41 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:50:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:50:53 . [Pipeline] withDockerContainer 20:50:53 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:50:53 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:50:54 $ docker top 7046e1215823a8fee329761c3ed04400fc2e8a5887b2937cebf965fc602f1eec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:55 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 20:50:55 + tee 20:50:55 clair timeout 1m0s 20:50:55 docker timeout: 1m0s 20:50:55 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:50:59 $ docker stop --time=1 7046e1215823a8fee329761c3ed04400fc2e8a5887b2937cebf965fc602f1eec 20:51:00 $ docker rm -f 7046e1215823a8fee329761c3ed04400fc2e8a5887b2937cebf965fc602f1eec [Pipeline] // withDockerContainer [Pipeline] sh 20:51:01 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 20:51:01 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_3d6b06ce9c8aabcbe3b96acc6656864e00d04358.html [Pipeline] writeFile [Pipeline] step 20:51:01 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 20:51:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:51:02 . [Pipeline] withDockerContainer 20:51:02 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:51:02 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:51:03 $ docker top 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:51:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:03 [ssh-agent] Looking for ssh-agent implementation... 20:51:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:03 $ docker exec 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a ssh-agent 20:51:03 SSH_AUTH_SOCK=/tmp/ssh-KOQ2oeLP4HWL/agent.13 20:51:03 SSH_AGENT_PID=18 20:51:03 Running ssh-add (command line suppressed) 20:51:04 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6564465430148477673.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6564465430148477673.key) 20:51:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:04 + git semver tag 20:51:04 # -> Open(): unable to determine branch for HEAD 20:51:04 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 20:51:04 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 20:51:04 # $SEMVER_REMOTE_NAME = origin 20:51:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:51:04 # $SEMVER_USER_NAME = edgex-jenkins 20:51:04 # $SEMVER_BRANCH = master 20:51:04 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 20:51:04 # 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 HEAD 20:51:04 # -> Force: false 20:51:04 # efb1f2d80fc098c4b8478bcbba3fd6df85ab968e refs/tags/v1.2.2 [Pipeline] } 20:51:04 $ docker exec --env ******** --env ******** 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a ssh-agent -k 20:51:04 unset SSH_AUTH_SOCK; 20:51:04 unset SSH_AGENT_PID; 20:51:04 echo Agent pid 18 killed; 20:51:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:05 + git semver [Pipeline] } 20:51:05 $ docker stop --time=1 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a 20:51:06 $ docker rm -f 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:51:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:51:07 20:51:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:51:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:51:07 0.23.1-centos7: Pulling from edgex-lftools 20:51:07 ab5ef0e58194: Pulling fs layer 20:51:07 9712f1f96733: Pulling fs layer 20:51:07 63f879dbbcfc: Pulling fs layer 20:51:07 0d9ebad4ef96: Pulling fs layer 20:51:07 e9a5061849ea: Pulling fs layer 20:51:07 d747dcd14b5f: Pulling fs layer 20:51:07 2de7ff778b66: Pulling fs layer 20:51:07 e9a5061849ea: Waiting 20:51:07 d747dcd14b5f: Waiting 20:51:07 0d9ebad4ef96: Waiting 20:51:07 2de7ff778b66: Waiting 20:51:07 9712f1f96733: Verifying Checksum 20:51:07 9712f1f96733: Download complete 20:51:08 63f879dbbcfc: Verifying Checksum 20:51:08 63f879dbbcfc: Download complete 20:51:08 e9a5061849ea: Verifying Checksum 20:51:08 e9a5061849ea: Download complete 20:51:08 d747dcd14b5f: Verifying Checksum 20:51:08 d747dcd14b5f: Download complete 20:51:08 0d9ebad4ef96: Verifying Checksum 20:51:08 0d9ebad4ef96: Download complete 20:51:08 2de7ff778b66: Verifying Checksum 20:51:08 2de7ff778b66: Download complete 20:51:08 ab5ef0e58194: Download complete 20:51:12 ab5ef0e58194: Pull complete 20:51:13 9712f1f96733: Pull complete 20:51:15 63f879dbbcfc: Pull complete 20:51:22 0d9ebad4ef96: Pull complete 20:51:22 e9a5061849ea: Pull complete 20:51:22 d747dcd14b5f: Pull complete 20:51:25 2de7ff778b66: Pull complete 20:51:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:51:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:51:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:51:25 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:51:25 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:51:29 $ docker top 1abfad52cdbab495baa173b131bcb92b1e821990bc08467670aa75b45cf03cdc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:51:29 provisioning config files... 20:51:29 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3010837475683149560tmp 20:51:29 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3145801112988594819tmp 20:51:29 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2478188699278943315tmp [Pipeline] { [Pipeline] echo 20:51:29 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:51:30 ---> sigul-configuration.sh 20:51:30 gpg: directory `/root/.gnupg' created 20:51:30 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:51:30 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:51:30 gpg: keyring `/root/.gnupg/secring.gpg' created 20:51:30 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:51:30 gpg: CAST5 encrypted data 20:51:30 gpg: encrypted with 1 passphrase 20:51:30 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:51:30 + mkdir /home/jenkins 20:51:30 + mkdir /home/jenkins/sigul [Pipeline] sh 20:51:31 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 20:51:31 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:51:31 ---> sigul-install.sh 20:51:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:51:36 + git tag --list 20:51:36 v1.2.2 [Pipeline] sh 20:51:37 + lftools sign git-tag v1.2.2 20:51:38 Signing Git tag with Sigul... 20:51:38 Signing v1.2.2 [Pipeline] echo 20:51:39 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:51:39 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:51:39 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:51:40 $ docker stop --time=1 1abfad52cdbab495baa173b131bcb92b1e821990bc08467670aa75b45cf03cdc 20:51:42 $ docker rm -f 1abfad52cdbab495baa173b131bcb92b1e821990bc08467670aa75b45cf03cdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:51:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:51:42 . [Pipeline] withDockerContainer 20:51:42 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:51:42 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:51:43 $ docker top 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:51:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:43 [ssh-agent] Looking for ssh-agent implementation... 20:51:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:44 $ docker exec 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 ssh-agent 20:51:44 SSH_AUTH_SOCK=/tmp/ssh-ux8koE2rWAxq/agent.12 20:51:44 SSH_AGENT_PID=18 20:51:44 Running ssh-add (command line suppressed) 20:51:44 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3197795833553037349.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3197795833553037349.key) 20:51:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:44 + git semver bump pre 20:51:44 # -> Open(): unable to determine branch for HEAD 20:51:44 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 20:51:44 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 20:51:44 # $SEMVER_REMOTE_NAME = origin 20:51:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:51:44 # $SEMVER_USER_NAME = edgex-jenkins 20:51:44 # $SEMVER_BRANCH = master 20:51:44 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 20:51:44 1.2.3-dev.1 [Pipeline] } 20:51:44 $ docker exec --env ******** --env ******** 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 ssh-agent -k 20:51:45 unset SSH_AUTH_SOCK; 20:51:45 unset SSH_AGENT_PID; 20:51:45 echo Agent pid 18 killed; 20:51:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:45 + git semver [Pipeline] } 20:51:45 $ docker stop --time=1 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 20:51:47 $ docker rm -f 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:51:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:51:47 . [Pipeline] withDockerContainer 20:51:47 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:51:47 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:51:48 $ docker top c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:51:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:51:48 [ssh-agent] Looking for ssh-agent implementation... 20:51:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:51:48 $ docker exec c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b ssh-agent 20:51:48 SSH_AUTH_SOCK=/tmp/ssh-Zf76HnHzLVbR/agent.12 20:51:48 SSH_AGENT_PID=18 20:51:48 Running ssh-add (command line suppressed) 20:51:49 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7278436766772981923.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7278436766772981923.key) 20:51:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:51:49 + git semver push 20:51:49 # -> Open(): unable to determine branch for HEAD 20:51:49 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 20:51:49 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 20:51:49 # $SEMVER_REMOTE_NAME = origin 20:51:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:51:49 # $SEMVER_USER_NAME = edgex-jenkins 20:51:49 # $SEMVER_BRANCH = master 20:51:49 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 20:51:56 $ docker exec --env ******** --env ******** c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b ssh-agent -k 20:51:56 unset SSH_AUTH_SOCK; 20:51:56 unset SSH_AGENT_PID; 20:51:56 echo Agent pid 18 killed; 20:51:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:51:56 + git semver [Pipeline] } 20:51:56 $ docker stop --time=1 c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b 20:51:58 $ docker rm -f c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:51:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:51:59 ---> package-listing.sh 20:51:59 ++ facter osfamily 20:51:59 ++ tr '[:upper:]' '[:lower:]' 20:51:59 + OS_FAMILY=redhat 20:51:59 + workspace=/w/workspace/xfoundry_device-modbus-go_master 20:51:59 + START_PACKAGES=/tmp/packages_start.txt 20:51:59 + END_PACKAGES=/tmp/packages_end.txt 20:51:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:51:59 + PACKAGES=/tmp/packages_start.txt 20:51:59 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 20:51:59 + PACKAGES=/tmp/packages_end.txt 20:51:59 + case "${OS_FAMILY}" in 20:51:59 + rpm -qa 20:51:59 + sort 20:52:04 + '[' -f /tmp/packages_start.txt ']' 20:52:04 + '[' -f /tmp/packages_end.txt ']' 20:52:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:52:04 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 20:52:04 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 20:52:04 + 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 20:52:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:04 20:52:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:52:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:04 alpine: Pulling from edgex-lftools-log-publisher 20:52:04 c9b1b535fdd9: Pulling fs layer 20:52:04 2cc5ad85d9ab: Pulling fs layer 20:52:04 756a868c4378: Pulling fs layer 20:52:04 444b2fc9a129: Pulling fs layer 20:52:04 ea15f1150254: Pulling fs layer 20:52:04 41b27a9f41bf: Pulling fs layer 20:52:04 28c525ee5125: Pulling fs layer 20:52:04 094b1ea09ed8: Pulling fs layer 20:52:04 138eaada9080: Pulling fs layer 20:52:04 0622d0fa9048: Pulling fs layer 20:52:04 444b2fc9a129: Waiting 20:52:04 41b27a9f41bf: Waiting 20:52:04 28c525ee5125: Waiting 20:52:04 094b1ea09ed8: Waiting 20:52:04 138eaada9080: Waiting 20:52:04 0622d0fa9048: Waiting 20:52:04 ea15f1150254: Waiting 20:52:04 2cc5ad85d9ab: Verifying Checksum 20:52:04 2cc5ad85d9ab: Download complete 20:52:04 444b2fc9a129: Verifying Checksum 20:52:04 444b2fc9a129: Download complete 20:52:04 c9b1b535fdd9: Verifying Checksum 20:52:04 c9b1b535fdd9: Download complete 20:52:04 ea15f1150254: Download complete 20:52:05 28c525ee5125: Verifying Checksum 20:52:05 28c525ee5125: Download complete 20:52:05 756a868c4378: Verifying Checksum 20:52:05 756a868c4378: Download complete 20:52:05 138eaada9080: Verifying Checksum 20:52:05 138eaada9080: Download complete 20:52:05 0622d0fa9048: Verifying Checksum 20:52:05 0622d0fa9048: Download complete 20:52:05 094b1ea09ed8: Verifying Checksum 20:52:05 094b1ea09ed8: Download complete 20:52:05 41b27a9f41bf: Verifying Checksum 20:52:05 41b27a9f41bf: Download complete 20:52:06 c9b1b535fdd9: Pull complete 20:52:06 2cc5ad85d9ab: Pull complete 20:52:08 756a868c4378: Pull complete 20:52:08 444b2fc9a129: Pull complete 20:52:08 ea15f1150254: Pull complete 20:52:13 41b27a9f41bf: Pull complete 20:52:13 28c525ee5125: Pull complete 20:52:15 094b1ea09ed8: Pull complete 20:52:15 138eaada9080: Pull complete 20:52:15 0622d0fa9048: Pull complete 20:52:15 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:52:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:52:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:52:15 prd-centos7-docker-4c-2g-510 does not seem to be running inside a container 20:52:15 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:52:19 $ docker top a60fdb94f31cbf5aa0fa2dead50873b698f398d5f2a74e0bd06a57a4067a7ca4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:52:19 provisioning config files... 20:52:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3937449142447390314tmp [Pipeline] { [Pipeline] echo 20:52:19 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:52:19 ---> create-netrc.sh [Pipeline] echo 20:52:19 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:52:20 ---> logs-deploy.sh 20:52:20 + ARCHIVE_ARTIFACTS= 20:52:20 + LOGS_SERVER=https://logs.edgexfoundry.org 20:52:20 + '[' https://logs.edgexfoundry.org == None ']' 20:52:20 + NEXUS_URL=https://nexus.edgexfoundry.org 20:52:20 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/18 20:52:20 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/18/ 20:52:20 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/18 /w/workspace/xfoundry_device-modbus-go_master 20:52:21 Archives upload complete. 20:52:21 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/18 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/18/ 20:52:21 ---> uname -a: 20:52:21 Linux a60fdb94f31c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:52:21 20:52:21 20:52:21 ---> lscpu: 20:52:21 Architecture: x86_64 20:52:21 CPU op-mode(s): 32-bit, 64-bit 20:52:21 Byte Order: Little Endian 20:52:21 Address sizes: 40 bits physical, 48 bits virtual 20:52:21 CPU(s): 4 20:52:21 On-line CPU(s) list: 0-3 20:52:21 Thread(s) per core: 1 20:52:21 Core(s) per socket: 1 20:52:21 Socket(s): 4 20:52:21 NUMA node(s): 1 20:52:21 Vendor ID: GenuineIntel 20:52:21 CPU family: 6 20:52:21 Model: 44 20:52:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:52:21 Stepping: 1 20:52:21 CPU MHz: 2933.442 20:52:21 BogoMIPS: 5866.88 20:52:21 Virtualization: VT-x 20:52:21 Hypervisor vendor: KVM 20:52:21 Virtualization type: full 20:52:21 L1d cache: 128 KiB 20:52:21 L1i cache: 128 KiB 20:52:21 L2 cache: 16 MiB 20:52:21 L3 cache: 64 MiB 20:52:21 NUMA node0 CPU(s): 0-3 20:52:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:52:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:52:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:52:21 Vulnerability Meltdown: Mitigation; PTI 20:52:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:52:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:52:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:52:21 Vulnerability Tsx async abort: Not affected 20:52:21 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 20:52:21 20:52:21 20:52:21 ---> nproc: 20:52:21 4 20:52:21 20:52:21 20:52:21 ---> df -h: 20:52:21 Filesystem Size Used Available Use% Mounted on 20:52:21 overlay 50.0G 8.5G 41.5G 17% / 20:52:21 tmpfs 64.0M 0 64.0M 0% /dev 20:52:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:52:21 shm 64.0M 0 64.0M 0% /dev/shm 20:52:21 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 20:52:21 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 20:52:21 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 20:52:21 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 20:52:21 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master 20:52:21 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 20:52:21 20:52:21 20:52:21 ---> free -m: 20:52:21 total used free shared buff/cache available 20:52:21 Mem: 1837 787 125 0 925 982 20:52:21 Swap: 1023 4 1019 20:52:21 20:52:21 20:52:21 ---> ip addr: 20:52:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:52:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:52:21 inet 127.0.0.1/8 scope host lo 20:52:21 valid_lft forever preferred_lft forever 20:52:21 24: eth0@if25: mtu 1458 qdisc noqueue state UP 20:52:21 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 20:52:21 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 20:52:21 valid_lft forever preferred_lft forever 20:52:21 20:52:21 20:52:21 ---> sar -b -r -n DEV: 20:52:21 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/19/20 _x86_64_ (4 CPU) 20:52:21 20:52:21 20:39:56 LINUX RESTART 20:52:21 20:52:21 20:41:02 tps rtps wtps bread/s bwrtn/s 20:52:21 20:42:01 6.25 2.12 4.13 101.88 120.41 20:52:21 20:43:01 0.27 0.00 0.27 0.00 3.65 20:52:21 20:44:01 0.30 0.00 0.30 0.00 4.73 20:52:21 20:45:01 0.23 0.00 0.23 0.00 2.83 20:52:21 20:46:01 0.23 0.00 0.23 0.00 3.75 20:52:21 20:47:01 0.35 0.02 0.33 0.13 3.63 20:52:21 20:48:01 0.25 0.00 0.25 0.00 2.70 20:52:21 20:49:01 0.23 0.00 0.23 0.00 3.35 20:52:21 20:50:01 0.23 0.00 0.23 0.00 2.73 20:52:21 20:51:01 254.76 150.02 104.74 6656.72 32106.39 20:52:21 20:52:01 240.66 113.26 127.39 6808.32 32680.01 20:52:21 Average: 45.88 24.18 21.71 1235.78 5915.23 20:52:21 20:52:21 20:41:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:52:21 20:42:01 167064 1714492 91.12 2620 1147252 1112852 37.98 416764 1138580 20 20:52:21 20:43:01 166548 1715008 91.15 2620 1147256 1108656 37.84 418296 1137824 24 20:52:21 20:44:01 166200 1715356 91.17 2620 1147264 1107740 37.81 418752 1137824 8 20:52:21 20:45:01 165068 1716488 91.23 2620 1147264 1107692 37.80 420516 1137292 20 20:52:21 20:46:01 165552 1716004 91.20 2620 1147272 1100560 37.56 423312 1133932 16 20:52:21 20:47:01 165636 1715920 91.20 2620 1147280 1100572 37.56 423400 1133928 12 20:52:21 20:48:01 165656 1715900 91.20 2620 1147280 1100596 37.56 415900 1141552 8 20:52:21 20:49:01 167924 1713632 91.08 2620 1147288 1083084 36.96 414416 1140924 16 20:52:21 20:50:01 167868 1713688 91.08 2620 1147292 1083084 36.96 414420 1140924 12 20:52:21 20:51:01 191184 1690372 89.84 2596 1041540 1111560 37.94 528528 965800 36 20:52:21 20:52:01 154028 1727528 91.81 1824 969976 1136696 38.79 622208 815784 104 20:52:21 Average: 167521 1714035 91.10 2545 1121542 1104827 37.71 446956 1093124 25 20:52:21 20:52:21 20:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 20:52:21 20:42:01 eth0 10.67 5.62 8.81 5.63 0.00 0.00 0.00 20:52:21 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:42:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 20:52:21 20:43:01 eth0 2.95 0.55 0.74 0.43 0.00 0.00 0.00 20:52:21 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:44:01 eth0 3.21 0.73 0.96 0.55 0.00 0.00 0.00 20:52:21 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:45:01 eth0 2.83 0.62 0.70 0.43 0.00 0.00 0.00 20:52:21 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:46:01 eth0 2.40 0.63 0.78 0.46 0.00 0.00 0.00 20:52:21 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:47:01 eth0 1.38 0.65 0.58 0.40 0.00 0.00 0.00 20:52:21 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:48:01 eth0 0.37 0.32 0.26 0.14 0.00 0.00 0.00 20:52:21 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:49:01 eth0 0.13 0.08 0.01 0.07 0.00 0.00 0.00 20:52:21 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:50:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 20:52:21 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:51:01 eth0 238.90 175.43 4026.04 85.27 0.00 0.00 0.00 20:52:21 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:51:01 docker0 23.75 20.52 2.73 51.74 0.00 0.00 0.00 20:52:21 20:52:01 eth0 230.59 168.51 3438.15 79.09 0.00 0.00 0.00 20:52:21 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 20:52:01 docker0 26.19 31.92 1.54 186.16 0.00 0.00 0.00 20:52:21 Average: eth0 44.95 32.17 681.13 15.70 0.00 0.00 0.00 20:52:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:21 Average: docker0 4.55 4.78 0.39 21.67 0.00 0.00 0.00 20:52:21 20:52:21