Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ac842be5e75fcd5e4c012862374abb44191cceb5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-190 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 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 > git --version # 'git version 2.16.5' 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 without tags Checking out Revision ac842be5e75fcd5e4c012862374abb44191cceb5 (master) 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 > git config core.sparsecheckout # timeout=10 > git checkout -f ac842be5e75fcd5e4c012862374abb44191cceb5 # timeout=10 Commit message: "Merge pull request #166 from weichou1229/issue-164" > git rev-list --no-walk 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:23:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:23:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:23:38 ========================================================= 11:23:38 EdgeX Global Pipelines Version Info 11:23:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:23:40 ------------------- 11:23:40 stable info: 11:23:40 ------------------- 11:23:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:23:40 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 11:23:40 Message: update stable to v1.0.106 11:23:41 ------------------- 11:23:41 experimental info: 11:23:41 ------------------- 11:23:41 Commited By: **** collab-it+edgex@linuxfoundation.org 11:23:41 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 11:23:41 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 11:23:43 + git log --format=format:%s -1 ac842be5e75fcd5e4c012862374abb44191cceb5 [Pipeline] echo 11:23:43 GIT_COMMIT: ac842be5e75fcd5e4c012862374abb44191cceb5, Commit Message: Merge pull request #166 from weichou1229/issue-164 [Pipeline] echo 11:23:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:23:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:23:44 11:23:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:23:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:23:45 latest: Pulling from edgex-devops/git-semver 11:23:45 31603596830f: Pulling fs layer 11:23:45 2a8b12db71e7: Pulling fs layer 11:23:45 6ca5941a6612: Pulling fs layer 11:23:45 ecc8261a40a4: Pulling fs layer 11:23:45 ecc8261a40a4: Waiting 11:23:45 2a8b12db71e7: Verifying Checksum 11:23:45 2a8b12db71e7: Download complete 11:23:45 31603596830f: Verifying Checksum 11:23:45 31603596830f: Download complete 11:23:45 ecc8261a40a4: Verifying Checksum 11:23:45 ecc8261a40a4: Download complete 11:23:45 6ca5941a6612: Verifying Checksum 11:23:45 6ca5941a6612: Download complete 11:23:46 31603596830f: Pull complete 11:23:46 2a8b12db71e7: Pull complete 11:23:47 6ca5941a6612: Pull complete 11:23:47 ecc8261a40a4: Pull complete 11:23:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:23:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:23:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:23:48 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:23:48 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:23:50 $ docker top 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:23:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:23:50 [ssh-agent] Looking for ssh-agent implementation... 11:23:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:23:50 $ docker exec 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 ssh-agent 11:23:51 SSH_AUTH_SOCK=/tmp/ssh-6B320jGLnyVF/agent.12 11:23:51 SSH_AGENT_PID=17 11:23:51 Running ssh-add (command line suppressed) 11:23:51 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6524190418533825131.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6524190418533825131.key) 11:23:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:23:52 + git describe --exact-match --tags HEAD 11:23:52 fatal: No names found, cannot describe anything. [Pipeline] } 11:23:52 $ docker exec --env ******** --env ******** 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 ssh-agent -k 11:23:52 unset SSH_AUTH_SOCK; 11:23:52 unset SSH_AGENT_PID; 11:23:52 echo Agent pid 17 killed; 11:23:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:23:52 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:23:52 This usually means this commit has not been tagged. [Pipeline] sshagent 11:23:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:23:52 [ssh-agent] Looking for ssh-agent implementation... 11:23:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:23:53 $ docker exec 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 ssh-agent 11:23:53 SSH_AUTH_SOCK=/tmp/ssh-YRwn9EaeNtiO/agent.45 11:23:53 SSH_AGENT_PID=50 11:23:53 Running ssh-add (command line suppressed) 11:23:53 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2880509081596022907.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2880509081596022907.key) 11:23:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:23:54 + git semver init 11:23:54 # -> Open(): unable to determine branch for HEAD 11:23:54 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 11:23:54 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 11:23:54 # $SEMVER_REMOTE_NAME = origin 11:23:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:23:54 # $SEMVER_USER_NAME = edgex-jenkins 11:23:54 # $SEMVER_BRANCH = master 11:23:54 # $SEMVER_TEMP = /tmp/semver-766748292 11:23:54 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 11:23:55 # '/tmp/semver-766748292' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 11:23:55 # -> Force: false 11:23:55 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 11:23:55 $ docker exec --env ******** --env ******** 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 ssh-agent -k 11:23:55 unset SSH_AUTH_SOCK; 11:23:55 unset SSH_AGENT_PID; 11:23:55 echo Agent pid 50 killed; 11:23:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:23:55 + git semver [Pipeline] } 11:23:55 $ docker stop --time=1 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 11:23:57 $ docker rm -f 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:23:58 Stashed 20 file(s) [Pipeline] echo 11:23:58 [edgeXSemver] initialized semver on version 1.2.3-dev.1 [Pipeline] echo 11:23:59 Archived original version: [1.2.3-dev.1] [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 11:24:14 Still waiting to schedule task 11:24:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:24:14 Still waiting to schedule task 11:24:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:26:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-191 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 11:26:15 Running in /w/workspace/device-modbus-go/19 [Pipeline] { [Pipeline] checkout 11:26:20 using credential edgex-jenkins-ssh 11:26:20 Cloning the remote Git repository 11:26:20 Cloning with configured refspecs honoured and without tags 11:26:20 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 11:26:21 > git init /w/workspace/device-modbus-go/19 # timeout=10 11:26:21 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 11:26:21 > git --version # timeout=10 11:26:21 > git --version # 'git version 2.17.1' 11:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 11:26:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:26:21 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 11:26:21 Fetching without tags 11:26:22 Checking out Revision ac842be5e75fcd5e4c012862374abb44191cceb5 (master) 11:26:21 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:26:21 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 11:26:21 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 11:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 11:26:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:26:22 > git config core.sparsecheckout # timeout=10 11:26:22 > git checkout -f ac842be5e75fcd5e4c012862374abb44191cceb5 # timeout=10 11:26:27 Commit message: "Merge pull request #166 from weichou1229/issue-164" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:26:28 ========================================================= 11:26:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 11:26:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:26:29 + 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 . 11:26:30 Sending build context to Docker daemon 636.4kB 11:26:30 Step 1/8 : ARG BASE=golang:1.13-alpine 11:26:30 Step 2/8 : FROM ${BASE} 11:26:30 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:26:30 b538f80385f9: Pulling fs layer 11:26:30 74f711af9a0d: Pulling fs layer 11:26:30 99f96fe45779: Pulling fs layer 11:26:30 fd7a069fd194: Pulling fs layer 11:26:30 66aa3694b03b: Pulling fs layer 11:26:30 170f70906a0f: Pulling fs layer 11:26:30 ad7c5574e4b9: Pulling fs layer 11:26:30 e772456be8f7: Pulling fs layer 11:26:30 c890913d741a: Pulling fs layer 11:26:30 2480fcc9aa5a: Pulling fs layer 11:26:30 09adf4765672: Pulling fs layer 11:26:30 ad7c5574e4b9: Waiting 11:26:30 e772456be8f7: Waiting 11:26:30 c890913d741a: Waiting 11:26:30 2480fcc9aa5a: Waiting 11:26:30 09adf4765672: Waiting 11:26:30 fd7a069fd194: Waiting 11:26:30 66aa3694b03b: Waiting 11:26:30 170f70906a0f: Waiting 11:26:30 99f96fe45779: Verifying Checksum 11:26:30 99f96fe45779: Download complete 11:26:30 74f711af9a0d: Verifying Checksum 11:26:30 74f711af9a0d: Download complete 11:26:30 66aa3694b03b: Verifying Checksum 11:26:30 66aa3694b03b: Download complete 11:26:30 170f70906a0f: Verifying Checksum 11:26:30 170f70906a0f: Download complete 11:26:30 b538f80385f9: Verifying Checksum 11:26:30 b538f80385f9: Download complete 11:26:31 b538f80385f9: Pull complete 11:26:32 74f711af9a0d: Pull complete 11:26:32 99f96fe45779: Pull complete 11:26:33 ad7c5574e4b9: Verifying Checksum 11:26:33 ad7c5574e4b9: Download complete 11:26:33 c890913d741a: Verifying Checksum 11:26:33 c890913d741a: Download complete 11:26:35 2480fcc9aa5a: Verifying Checksum 11:26:35 2480fcc9aa5a: Download complete 11:26:35 09adf4765672: Verifying Checksum 11:26:35 09adf4765672: Download complete 11:26:36 e772456be8f7: Verifying Checksum 11:26:36 e772456be8f7: Download complete 11:26:36 fd7a069fd194: Verifying Checksum 11:26:36 fd7a069fd194: Download complete 11:26:48 fd7a069fd194: Pull complete 11:26:48 66aa3694b03b: Pull complete 11:26:48 170f70906a0f: Pull complete 11:26:51 ad7c5574e4b9: Pull complete 11:26:55 e772456be8f7: Pull complete 11:26:56 c890913d741a: Pull complete 11:26:58 2480fcc9aa5a: Pull complete 11:26:59 09adf4765672: Pull complete 11:26:59 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 11:26:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 11:26:59 ---> 2248a725d1cf 11:26:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 11:27:00 Running on prd-centos7-docker-4c-2g-192 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 11:27:00 Running in /w/workspace/device-modbus-go/19 [Pipeline] { [Pipeline] checkout 11:27:02 using credential edgex-jenkins-ssh 11:27:02 Cloning the remote Git repository 11:27:02 Cloning with configured refspecs honoured and without tags 11:27:02 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 11:27:03 > git init /w/workspace/device-modbus-go/19 # timeout=10 11:27:03 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 11:27:03 > git --version # timeout=10 11:27:03 > git --version # 'git version 2.16.5' 11:27:03 using GIT_SSH to set credentials SSH Credentials for GitHub 11:27:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:27:04 Fetching without tags 11:27:04 ---> Running in 4dda7d50e01e 11:27:04 Removing intermediate container 4dda7d50e01e 11:27:04 ---> 8729dbfa40f2 11:27:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:27:04 ---> Running in c81ef037f8c0 11:27:04 Checking out Revision ac842be5e75fcd5e4c012862374abb44191cceb5 (master) 11:27:04 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 11:27:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 11:27:04 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 11:27:04 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 11:27:04 using GIT_SSH to set credentials SSH Credentials for GitHub 11:27:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:27:04 > git config core.sparsecheckout # timeout=10 11:27:04 > git checkout -f ac842be5e75fcd5e4c012862374abb44191cceb5 # timeout=10 11:27:07 Removing intermediate container c81ef037f8c0 11:27:07 ---> fd0962ca5d56 11:27:07 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 11:27:07 ---> Running in f54867bc9718 11:27:08 Commit message: "Merge pull request #166 from weichou1229/issue-164" 11:27:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 11:27:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo 11:27:09 ========================================================= 11:27:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 11:27:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:27:09 (1/14) Installing libmagic (5.38-r0) 11:27:09 + 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 . 11:27:09 (2/14) Installing file (5.38-r0) 11:27:09 (3/14) Installing libc-dev (0.7.2-r3) 11:27:10 Sending build context to Docker daemon 636.4kB 11:27:10 Step 1/8 : ARG BASE=golang:1.13-alpine 11:27:10 Step 2/8 : FROM ${BASE} 11:27:10 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 11:27:10 df20fa9351a1: Pulling fs layer 11:27:10 ed8968b2872e: Pulling fs layer 11:27:10 a92cc7c5fd73: Pulling fs layer 11:27:10 2dd03ba5bac4: Pulling fs layer 11:27:10 1e091d79d1de: Pulling fs layer 11:27:10 481702a1767f: Pulling fs layer 11:27:10 f64a6f60c768: Pulling fs layer 11:27:10 e78d2573fc39: Pulling fs layer 11:27:10 e876d2f968b6: Pulling fs layer 11:27:10 ce8a83651883: Pulling fs layer 11:27:10 07967f4d0e4b: Pulling fs layer 11:27:10 1e091d79d1de: Waiting 11:27:10 481702a1767f: Waiting 11:27:10 f64a6f60c768: Waiting 11:27:10 e78d2573fc39: Waiting 11:27:10 e876d2f968b6: Waiting 11:27:10 ce8a83651883: Waiting 11:27:10 07967f4d0e4b: Waiting 11:27:10 2dd03ba5bac4: Waiting 11:27:10 a92cc7c5fd73: Verifying Checksum 11:27:10 a92cc7c5fd73: Download complete 11:27:10 ed8968b2872e: Verifying Checksum 11:27:10 ed8968b2872e: Download complete 11:27:10 1e091d79d1de: Verifying Checksum 11:27:10 1e091d79d1de: Download complete 11:27:10 481702a1767f: Verifying Checksum 11:27:10 481702a1767f: Download complete 11:27:10 df20fa9351a1: Verifying Checksum 11:27:10 df20fa9351a1: Download complete 11:27:10 (4/14) Installing g++ (9.3.0-r2) 11:27:10 df20fa9351a1: Pull complete 11:27:10 ed8968b2872e: Pull complete 11:27:11 f64a6f60c768: Verifying Checksum 11:27:11 f64a6f60c768: Download complete 11:27:11 e876d2f968b6: Verifying Checksum 11:27:11 e876d2f968b6: Download complete 11:27:11 e78d2573fc39: Verifying Checksum 11:27:11 e78d2573fc39: Download complete 11:27:11 2dd03ba5bac4: Verifying Checksum 11:27:11 2dd03ba5bac4: Download complete 11:27:11 07967f4d0e4b: Verifying Checksum 11:27:11 07967f4d0e4b: Download complete 11:27:11 ce8a83651883: Verifying Checksum 11:27:11 ce8a83651883: Download complete 11:27:12 a92cc7c5fd73: Pull complete 11:27:14 (5/14) Installing fortify-headers (1.1-r0) 11:27:14 (6/14) Installing patch (2.7.6-r6) 11:27:14 (7/14) Installing build-base (0.5-r2) 11:27:14 (8/14) Installing openssh-keygen (8.3_p1-r0) 11:27:14 (9/14) Installing libedit (20191231.3.1-r0) 11:27:14 (10/14) Installing openssh-client (8.3_p1-r0) 11:27:14 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 11:27:14 (12/14) Installing openssh-server-common (8.3_p1-r0) 11:27:15 (13/14) Installing openssh-server (8.3_p1-r0) 11:27:15 (14/14) Installing openssh (8.3_p1-r0) 11:27:15 Executing busybox-1.31.1-r16.trigger 11:27:15 OK: 221 MiB in 53 packages 11:27:17 2dd03ba5bac4: Pull complete 11:27:17 1e091d79d1de: Pull complete 11:27:17 481702a1767f: Pull complete 11:27:19 Removing intermediate container f54867bc9718 11:27:19 ---> 1d7db5ad516b 11:27:19 Step 6/8 : WORKDIR /device-modbus-go 11:27:19 ---> Running in 18e41c954155 11:27:20 Removing intermediate container 18e41c954155 11:27:20 ---> a36640608b57 11:27:20 Step 7/8 : COPY . . 11:27:21 ---> 50e8e3c46990 11:27:21 Step 8/8 : RUN go mod download 11:27:21 ---> Running in 483f60ecb731 11:27:24 f64a6f60c768: Pull complete 11:27:24 go: finding github.com/BurntSushi/toml v0.3.1 11:27:24 go: finding github.com/OneOfOne/xxhash v1.2.6 11:27:24 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:27:24 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:27:24 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 11:27:24 go: finding github.com/bgentry/speakeasy v0.1.0 11:27:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:27:24 go: finding github.com/davecgh/go-spew v1.1.1 11:27:24 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 11:27:24 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:27:24 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 11:27:24 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:27:25 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 11:27:25 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 11:27:25 go: finding github.com/fatih/color v1.7.0 11:27:25 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:27:25 go: finding github.com/go-kit/kit v0.8.0 11:27:25 go: finding github.com/go-logfmt/logfmt v0.4.0 11:27:25 go: finding github.com/go-stack/stack v1.8.0 11:27:25 go: finding github.com/goburrow/modbus v0.1.0 11:27:25 go: finding github.com/goburrow/serial v0.1.0 11:27:25 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:27:25 go: finding github.com/google/uuid v1.1.1 11:27:25 go: finding github.com/gorilla/mux v1.7.1 11:27:25 go: finding github.com/hashicorp/consul/api v1.1.0 11:27:25 go: finding github.com/hashicorp/consul/sdk v0.1.1 11:27:25 go: finding github.com/hashicorp/errwrap v1.0.0 11:27:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:27:25 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 11:27:25 go: finding github.com/hashicorp/go-msgpack v0.5.3 11:27:25 go: finding github.com/hashicorp/go-multierror v1.0.0 11:27:25 go: finding github.com/hashicorp/go-rootcerts v1.0.0 11:27:25 go: finding github.com/hashicorp/go-sockaddr v1.0.1 11:27:25 go: finding github.com/hashicorp/go-syslog v1.0.0 11:27:25 go: finding github.com/hashicorp/go-uuid v1.0.1 11:27:25 go: finding github.com/hashicorp/go.net v0.0.1 11:27:25 go: finding github.com/hashicorp/golang-lru v0.5.1 11:27:25 go: finding github.com/hashicorp/logutils v1.0.0 11:27:26 go: finding github.com/hashicorp/mdns v1.0.0 11:27:26 go: finding github.com/hashicorp/memberlist v0.1.3 11:27:26 go: finding github.com/hashicorp/serf v0.8.2 11:27:26 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:27:26 go: finding github.com/mattn/go-colorable v0.0.9 11:27:26 go: finding github.com/mattn/go-isatty v0.0.3 11:27:26 go: finding github.com/miekg/dns v1.1.4 11:27:26 go: finding github.com/mitchellh/cli v1.0.0 11:27:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:27:26 go: finding github.com/mitchellh/copystructure v1.0.0 11:27:26 go: finding github.com/mitchellh/go-homedir v1.1.0 11:27:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:27:26 go: finding github.com/mitchellh/go-wordwrap v1.0.0 11:27:26 go: finding github.com/mitchellh/gox v0.4.0 11:27:26 go: finding github.com/mitchellh/iochan v1.0.0 11:27:26 go: finding github.com/mitchellh/mapstructure v1.1.2 11:27:26 go: finding github.com/mitchellh/reflectwalk v1.0.0 11:27:26 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 11:27:26 go: finding github.com/pelletier/go-toml v1.2.0 11:27:26 go: finding github.com/pkg/errors v0.8.1 11:27:26 e78d2573fc39: Pull complete 11:27:27 go: finding github.com/pmezard/go-difflib v1.0.0 11:27:27 go: finding github.com/posener/complete v1.1.1 11:27:27 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 11:27:27 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:27:27 go: finding github.com/stretchr/objx v0.1.0 11:27:27 go: finding github.com/stretchr/testify v1.5.1 11:27:27 go: finding github.com/ugorji/go v1.1.4 11:27:27 e876d2f968b6: Pull complete 11:27:27 go: finding github.com/x448/float16 v0.8.4 11:27:27 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 11:27:27 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 11:27:27 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 11:27:27 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 11:27:27 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:27:27 go: finding gopkg.in/yaml.v2 v2.2.8 11:27:28 ce8a83651883: Pull complete 11:27:28 07967f4d0e4b: Pull complete 11:27:28 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 11:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 11:27:28 ---> 5d7c900382c6 11:27:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 11:27:29 ---> Running in 548b116bbc2f 11:27:29 Removing intermediate container 548b116bbc2f 11:27:29 ---> b480ce6953ed 11:27:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:27:29 ---> Running in f1121a41e78e 11:27:31 Removing intermediate container f1121a41e78e 11:27:31 ---> 51e8c9b40d2b 11:27:31 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 11:27:31 ---> Running in 44ecdf5a0ff6 11:27:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:27:32 (1/14) Installing libmagic (5.38-r0) 11:27:33 (2/14) Installing file (5.38-r0) 11:27:33 (3/14) Installing libc-dev (0.7.2-r3) 11:27:33 (4/14) Installing g++ (9.3.0-r2) 11:27:37 Removing intermediate container 483f60ecb731 11:27:37 ---> 757e325b8b74 11:27:37 Successfully built 757e325b8b74 11:27:37 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 11:27:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:27:40 + ls -al . 11:27:40 total 100 11:27:40 drwxrwxr-x 10 jenkins jenkins 4096 Aug 24 11:26 . 11:27:40 drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 11:26 .. 11:27:40 -rw-rw-r-- 1 jenkins jenkins 140 Aug 24 11:26 .dockerignore 11:27:40 drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 11:26 .git 11:27:40 drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 11:26 .github 11:27:40 -rw-rw-r-- 1 jenkins jenkins 330 Aug 24 11:26 .gitignore 11:27:40 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 11:26 .semver 11:27:40 -rw-rw-r-- 1 jenkins jenkins 5049 Aug 24 11:26 Attribution.txt 11:27:40 -rw-rw-r-- 1 jenkins jenkins 1422 Aug 24 11:26 Dockerfile 11:27:40 -rw-rw-r-- 1 jenkins jenkins 954 Aug 24 11:26 Dockerfile.build 11:27:40 -rw-rw-r-- 1 jenkins jenkins 702 Aug 24 11:26 Jenkinsfile 11:27:40 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 24 11:26 LICENSE 11:27:40 -rw-rw-r-- 1 jenkins jenkins 880 Aug 24 11:26 Makefile 11:27:40 -rw-rw-r-- 1 jenkins jenkins 591 Aug 24 11:26 README.md 11:27:40 -rw-rw-r-- 1 jenkins jenkins 11 Aug 24 11:23 VERSION 11:27:40 drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 11:26 bin 11:27:40 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 11:26 cmd 11:27:40 -rw-rw-r-- 1 jenkins jenkins 559 Aug 24 11:26 go.mod 11:27:40 drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 11:26 internal 11:27:40 drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 11:26 simulator 11:27:40 drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 11:26 snap 11:27:40 -rw-rw-r-- 1 jenkins jenkins 229 Aug 24 11:26 version.go [Pipeline] isUnix [Pipeline] sh 11:27:40 + 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=ac842be5e75fcd5e4c012862374abb44191cceb5 --label arch=arm64 --label version=1.2.3-dev.1 . 11:27:41 Sending build context to Docker daemon 636.4kB 11:27:41 Step 1/19 : ARG BASE=golang:1.13-alpine 11:27:41 Step 2/19 : FROM ${BASE} AS builder 11:27:41 ---> 757e325b8b74 11:27:41 Step 3/19 : ARG MAKE='make build' 11:27:41 ---> Running in 099ded833655 11:27:42 Removing intermediate container 099ded833655 11:27:42 ---> 640b732d4b40 11:27:42 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:27:42 ---> Running in a62065ac4749 11:27:44 Removing intermediate container a62065ac4749 11:27:44 ---> 3dd4e064b225 11:27:44 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 11:27:44 ---> Running in c75b2b6dd3a3 11:27:45 (5/14) Installing fortify-headers (1.1-r0) 11:27:45 (6/14) Installing patch (2.7.6-r6) 11:27:45 (7/14) Installing build-base (0.5-r2) 11:27:45 (8/14) Installing openssh-keygen (8.3_p1-r0) 11:27:45 (9/14) Installing libedit (20191231.3.1-r0) 11:27:45 (10/14) Installing openssh-client (8.3_p1-r0) 11:27:45 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 11:27:45 (12/14) Installing openssh-server-common (8.3_p1-r0) 11:27:45 (13/14) Installing openssh-server (8.3_p1-r0) 11:27:45 (14/14) Installing openssh (8.3_p1-r0) 11:27:45 Executing busybox-1.31.1-r16.trigger 11:27:45 OK: 237 MiB in 53 packages 11:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:27:47 OK: 221 MiB in 53 packages 11:27:48 Removing intermediate container c75b2b6dd3a3 11:27:48 ---> 754fb7d8d97e 11:27:48 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 11:27:48 Removing intermediate container 44ecdf5a0ff6 11:27:48 ---> d8efd0254d88 11:27:48 Step 6/8 : WORKDIR /device-modbus-go 11:27:48 ---> Running in 73914b576a4f 11:27:49 ---> Running in e2313b5f7865 11:27:49 Removing intermediate container 73914b576a4f 11:27:49 ---> 167de37de3a2 11:27:49 Step 7/8 : COPY . . 11:27:49 Removing intermediate container e2313b5f7865 11:27:49 ---> 3788f321fb04 11:27:49 Step 7/19 : COPY . . 11:27:49 ---> c762aac0cff2 11:27:49 Step 8/8 : RUN go mod download 11:27:50 ---> Running in b31ecc7824d4 11:27:50 ---> e925de7650d0 11:27:50 Step 8/19 : RUN ${MAKE} 11:27:50 ---> Running in ef5a24c560f3 11:27:51 go: finding github.com/BurntSushi/toml v0.3.1 11:27:51 go: finding github.com/OneOfOne/xxhash v1.2.6 11:27:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.1" -o cmd/device-modbus ./cmd 11:27:52 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 11:27:52 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:27:52 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 11:27:52 go: finding github.com/bgentry/speakeasy v0.1.0 11:27:52 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:27:52 go: finding github.com/davecgh/go-spew v1.1.1 11:27:52 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 11:27:52 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:27:52 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 11:27:52 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:27:52 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 11:27:52 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 11:27:52 go: finding github.com/fatih/color v1.7.0 11:27:52 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:27:52 go: finding github.com/go-kit/kit v0.8.0 11:27:52 go: finding github.com/go-logfmt/logfmt v0.4.0 11:27:52 go: finding github.com/go-stack/stack v1.8.0 11:27:52 go: finding github.com/goburrow/modbus v0.1.0 11:27:52 go: finding github.com/goburrow/serial v0.1.0 11:27:52 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 11:27:53 go: finding github.com/google/uuid v1.1.1 11:27:53 go: finding github.com/gorilla/mux v1.7.1 11:27:53 go: finding github.com/hashicorp/consul/api v1.1.0 11:27:53 go: finding github.com/hashicorp/consul/sdk v0.1.1 11:27:53 go: finding github.com/hashicorp/errwrap v1.0.0 11:27:53 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:27:53 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 11:27:53 go: finding github.com/hashicorp/go-msgpack v0.5.3 11:27:53 go: finding github.com/hashicorp/go-multierror v1.0.0 11:27:53 go: finding github.com/hashicorp/go-rootcerts v1.0.0 11:27:53 go: finding github.com/hashicorp/go-sockaddr v1.0.1 11:27:53 go: finding github.com/hashicorp/go-syslog v1.0.0 11:27:53 go: finding github.com/hashicorp/go-uuid v1.0.1 11:27:53 go: finding github.com/hashicorp/go.net v0.0.1 11:27:53 go: finding github.com/hashicorp/golang-lru v0.5.1 11:27:53 go: finding github.com/hashicorp/logutils v1.0.0 11:27:53 go: finding github.com/hashicorp/mdns v1.0.0 11:27:53 go: finding github.com/hashicorp/memberlist v0.1.3 11:27:53 go: finding github.com/hashicorp/serf v0.8.2 11:27:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 11:27:53 go: finding github.com/mattn/go-colorable v0.0.9 11:27:53 go: finding github.com/mattn/go-isatty v0.0.3 11:27:53 go: finding github.com/miekg/dns v1.1.4 11:27:53 go: finding github.com/mitchellh/cli v1.0.0 11:27:53 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:27:53 go: finding github.com/mitchellh/copystructure v1.0.0 11:27:53 go: finding github.com/mitchellh/go-homedir v1.1.0 11:27:54 go: finding github.com/mitchellh/go-testing-interface v1.0.0 11:27:54 go: finding github.com/mitchellh/go-wordwrap v1.0.0 11:27:54 go: finding github.com/mitchellh/gox v0.4.0 11:27:54 go: finding github.com/mitchellh/iochan v1.0.0 11:27:54 go: finding github.com/mitchellh/mapstructure v1.1.2 11:27:54 go: finding github.com/mitchellh/reflectwalk v1.0.0 11:27:54 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 11:27:54 go: finding github.com/pelletier/go-toml v1.2.0 11:27:54 go: finding github.com/pkg/errors v0.8.1 11:27:54 go: finding github.com/pmezard/go-difflib v1.0.0 11:27:54 go: finding github.com/posener/complete v1.1.1 11:27:54 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 11:27:54 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 11:27:54 go: finding github.com/stretchr/objx v0.1.0 11:27:54 go: finding github.com/stretchr/testify v1.5.1 11:27:54 go: finding github.com/ugorji/go v1.1.4 11:27:54 go: finding github.com/x448/float16 v0.8.4 11:27:54 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 11:27:54 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 11:27:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 11:27:54 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 11:27:54 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:27:54 go: finding gopkg.in/yaml.v2 v2.2.8 11:28:03 Removing intermediate container b31ecc7824d4 11:28:03 ---> a22eb3c64a30 11:28:03 Successfully built a22eb3c64a30 11:28:03 Successfully tagged ci-base-image-x86_64: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 11:28:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:28:04 + ls -al . 11:28:04 total 64 11:28:04 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 24 11:27 . 11:28:04 drwxrwxr-x. 4 jenkins jenkins 30 Aug 24 11:27 .. 11:28:04 -rw-rw-r--. 1 jenkins jenkins 5049 Aug 24 11:27 Attribution.txt 11:28:04 drwxrwxr-x. 2 jenkins jenkins 87 Aug 24 11:27 bin 11:28:04 drwxrwxr-x. 3 jenkins jenkins 32 Aug 24 11:27 cmd 11:28:04 -rw-rw-r--. 1 jenkins jenkins 1422 Aug 24 11:27 Dockerfile 11:28:04 -rw-rw-r--. 1 jenkins jenkins 954 Aug 24 11:27 Dockerfile.build 11:28:04 -rw-rw-r--. 1 jenkins jenkins 140 Aug 24 11:27 .dockerignore 11:28:04 drwxrwxr-x. 8 jenkins jenkins 162 Aug 24 11:27 .git 11:28:04 drwxrwxr-x. 2 jenkins jenkins 38 Aug 24 11:27 .github 11:28:04 -rw-rw-r--. 1 jenkins jenkins 330 Aug 24 11:27 .gitignore 11:28:04 -rw-rw-r--. 1 jenkins jenkins 559 Aug 24 11:27 go.mod 11:28:04 drwxrwxr-x. 3 jenkins jenkins 20 Aug 24 11:27 internal 11:28:04 -rw-rw-r--. 1 jenkins jenkins 702 Aug 24 11:27 Jenkinsfile 11:28:04 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 24 11:27 LICENSE 11:28:04 -rw-rw-r--. 1 jenkins jenkins 880 Aug 24 11:27 Makefile 11:28:04 -rw-rw-r--. 1 jenkins jenkins 591 Aug 24 11:27 README.md 11:28:04 drwxrwxr-x. 3 jenkins jenkins 44 Aug 24 11:27 .semver 11:28:04 drwxrwxr-x. 2 jenkins jenkins 35 Aug 24 11:27 simulator 11:28:04 drwxrwxr-x. 4 jenkins jenkins 54 Aug 24 11:27 snap 11:28:04 -rw-rw-r--. 1 jenkins jenkins 11 Aug 24 11:23 VERSION 11:28:04 -rw-rw-r--. 1 jenkins jenkins 229 Aug 24 11:27 version.go [Pipeline] isUnix [Pipeline] sh 11:28:04 + 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=ac842be5e75fcd5e4c012862374abb44191cceb5 --label arch=amd64 --label version=1.2.3-dev.1 . 11:28:04 Sending build context to Docker daemon 636.4kB 11:28:04 Step 1/19 : ARG BASE=golang:1.13-alpine 11:28:04 Step 2/19 : FROM ${BASE} AS builder 11:28:04 ---> a22eb3c64a30 11:28:04 Step 3/19 : ARG MAKE='make build' 11:28:04 ---> Running in b747057c59c9 11:28:05 Removing intermediate container b747057c59c9 11:28:05 ---> cc71841ca3f1 11:28:05 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:28:05 ---> Running in 90e5478e5fa7 11:28:06 Removing intermediate container 90e5478e5fa7 11:28:06 ---> 0111586c5728 11:28:06 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 11:28:06 ---> Running in 7c51e6652e2f 11:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:28:08 OK: 237 MiB in 53 packages 11:28:08 Removing intermediate container 7c51e6652e2f 11:28:08 ---> 9ad8a5d62c62 11:28:08 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 11:28:08 ---> Running in 13ed1d7e2e7c 11:28:09 Removing intermediate container 13ed1d7e2e7c 11:28:09 ---> 7ad42c9259a5 11:28:09 Step 7/19 : COPY . . 11:28:09 ---> 963f6fc83200 11:28:09 Step 8/19 : RUN ${MAKE} 11:28:09 ---> Running in d88424e5df1c 11:28:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.1" -o cmd/device-modbus ./cmd 11:28:18 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:28:20 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:28:23 Removing intermediate container d88424e5df1c 11:28:23 ---> 73844a2b4785 11:28:23 Step 9/19 : FROM scratch 11:28:23 ---> 11:28:23 Step 10/19 : ENV APP_PORT=49991 11:28:23 ---> Running in 89ea94dd055f 11:28:23 Removing intermediate container 89ea94dd055f 11:28:23 ---> 7e8cc5e3761e 11:28:23 Step 11/19 : EXPOSE $APP_PORT 11:28:23 ---> Running in 681f8c5c9281 11:28:23 Removing intermediate container 681f8c5c9281 11:28:23 ---> 0fc78c406a47 11:28:23 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 11:28:23 Removing intermediate container ef5a24c560f3 11:28:23 ---> b6961597f50d 11:28:23 Step 9/19 : FROM scratch 11:28:23 ---> 11:28:23 Step 10/19 : ENV APP_PORT=49991 11:28:23 ---> Running in 91251413b0df 11:28:23 Removing intermediate container 91251413b0df 11:28:23 ---> e162b5e44f16 11:28:23 Step 11/19 : EXPOSE $APP_PORT 11:28:23 ---> Running in b5a68dd6343d 11:28:23 Removing intermediate container b5a68dd6343d 11:28:23 ---> 4b95bf69406e 11:28:23 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 11:28:23 ---> ef4901045b6c 11:28:23 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 11:28:23 ---> 5038b0946d44 11:28:23 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 11:28:24 ---> c3ae9f25c713 11:28:24 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 11:28:24 ---> Running in dc168898fa8c 11:28:24 Removing intermediate container dc168898fa8c 11:28:24 ---> 6b4ff2e08a00 11:28:24 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 11:28:24 ---> Running in 18decd69b359 11:28:24 Removing intermediate container 18decd69b359 11:28:24 ---> c1cf2d74bac1 11:28:24 Step 17/19 : LABEL arch=amd64 11:28:24 ---> Running in 2b2140aefd68 11:28:24 Removing intermediate container 2b2140aefd68 11:28:24 ---> cb5f401f4d8c 11:28:24 Step 18/19 : LABEL git_sha=ac842be5e75fcd5e4c012862374abb44191cceb5 11:28:24 ---> Running in d7671413dbed 11:28:24 Removing intermediate container d7671413dbed 11:28:24 ---> 491c76031c75 11:28:24 Step 19/19 : LABEL version=1.2.3-dev.1 11:28:24 ---> Running in ee53034b1c07 11:28:24 ---> 77890cec9901 11:28:24 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 11:28:25 Removing intermediate container ee53034b1c07 11:28:25 ---> 26b1f62c9aa7 11:28:25 [Warning] One or more build-args [ARCH] were not consumed 11:28:25 Successfully built 26b1f62c9aa7 11:28:25 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 11:28:25 ---> b4da7373fa50 11:28:25 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:28:25 provisioning config files... 11:28:25 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/19@tmp/config7686794157260225388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:28:26 nexus3.edgexfoundry.org:10001 11:28:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:26 ---> 85e36f95e0f9 11:28:26 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 11:28:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:26 Configure a credential helper to remove this warning. See 11:28:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:26 11:28:26 Login Succeeded 11:28:26 nexus3.edgexfoundry.org:10002 11:28:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:26 Configure a credential helper to remove this warning. See 11:28:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:26 11:28:26 Login Succeeded 11:28:26 nexus3.edgexfoundry.org:10003 11:28:26 ---> Running in a70a980f2242 11:28:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:26 Configure a credential helper to remove this warning. See 11:28:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:26 11:28:26 Login Succeeded 11:28:26 nexus3.edgexfoundry.org:10004 11:28:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:26 Configure a credential helper to remove this warning. See 11:28:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:26 11:28:26 Login Succeeded 11:28:26 docker.io 11:28:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:26 Removing intermediate container a70a980f2242 11:28:26 ---> 62969ea95923 11:28:26 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 11:28:26 ---> Running in d3bc4241e9b6 11:28:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:27 Configure a credential helper to remove this warning. See 11:28:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:27 11:28:27 Login Succeeded [Pipeline] } 11:28:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:28:27 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 11:28:27 ac842be5e75fcd5e4c012862374abb44191cceb5 11:28:27 latest 11:28:27 1.2.3-dev.1 11:28:27 ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 11:28:27 master 11:28:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { 11:28:27 Removing intermediate container d3bc4241e9b6 11:28:27 ---> 402b9df1c900 11:28:27 Step 17/19 : LABEL arch=arm64 11:28:27 ---> Running in 349b2721eec2 [Pipeline] isUnix [Pipeline] sh 11:28:27 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 [Pipeline] isUnix [Pipeline] sh 11:28:28 Removing intermediate container 349b2721eec2 11:28:28 ---> 1e6f46f15752 11:28:28 Step 18/19 : LABEL git_sha=ac842be5e75fcd5e4c012862374abb44191cceb5 11:28:28 ---> Running in 8e1e20fec90a 11:28:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 11:28:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 11:28:28 34450c392e64: Preparing 11:28:28 cea65505fa29: Preparing 11:28:28 03f96dade4e4: Preparing 11:28:28 34450c392e64: Pushed 11:28:28 cea65505fa29: Pushed 11:28:28 Removing intermediate container 8e1e20fec90a 11:28:28 ---> 6bc6a8a63d95 11:28:28 Step 19/19 : LABEL version=1.2.3-dev.1 11:28:28 ---> Running in 589dc318d783 11:28:29 Removing intermediate container 589dc318d783 11:28:29 ---> cd104dcc3efa 11:28:29 [Warning] One or more build-args [ARCH] were not consumed 11:28:29 Successfully built cd104dcc3efa 11:28:29 03f96dade4e4: Pushed 11:28:29 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script 11:28:29 ac842be5e75fcd5e4c012862374abb44191cceb5: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:28:29 provisioning config files... 11:28:29 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/19@tmp/config7247244667999069559tmp [Pipeline] { 11:28:29 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 11:28:30 nexus3.edgexfoundry.org:10001 11:28:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 11:28:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 11:28:30 34450c392e64: Preparing 11:28:30 cea65505fa29: Preparing 11:28:30 03f96dade4e4: Preparing 11:28:30 34450c392e64: Layer already exists 11:28:30 03f96dade4e4: Layer already exists 11:28:30 cea65505fa29: Layer already exists 11:28:30 latest: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] isUnix [Pipeline] sh 11:28:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:30 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh 11:28:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:30 Configure a credential helper to remove this warning. See 11:28:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:30 11:28:30 Login Succeeded 11:28:30 nexus3.edgexfoundry.org:10002 11:28:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.1 11:28:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 11:28:30 34450c392e64: Preparing 11:28:30 cea65505fa29: Preparing 11:28:30 03f96dade4e4: Preparing 11:28:30 34450c392e64: Layer already exists 11:28:30 cea65505fa29: Layer already exists 11:28:30 03f96dade4e4: Layer already exists 11:28:30 1.2.3-dev.1: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] isUnix [Pipeline] sh 11:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:31 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh 11:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:31 Configure a credential helper to remove this warning. See 11:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:31 11:28:31 Login Succeeded 11:28:31 nexus3.edgexfoundry.org:10003 11:28:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 11:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 11:28:31 34450c392e64: Preparing 11:28:31 cea65505fa29: Preparing 11:28:31 03f96dade4e4: Preparing 11:28:31 34450c392e64: Layer already exists 11:28:31 03f96dade4e4: Layer already exists 11:28:31 cea65505fa29: Layer already exists 11:28:31 ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] isUnix [Pipeline] sh 11:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:28:31 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 11:28:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:31 Configure a credential helper to remove this warning. See 11:28:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:31 11:28:31 Login Succeeded 11:28:31 nexus3.edgexfoundry.org:10004 11:28:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 11:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 11:28:32 34450c392e64: Preparing 11:28:32 cea65505fa29: Preparing 11:28:32 03f96dade4e4: Preparing 11:28:32 cea65505fa29: Layer already exists 11:28:32 34450c392e64: Layer already exists 11:28:32 03f96dade4e4: Layer already exists 11:28:32 master: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] } 11:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:28:32 ===================================================== [Pipeline] echo 11:28:32 taggedImages: 11:28:32 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 11:28:32 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 11:28:32 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.1 11:28:32 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 11:28:32 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script 11:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:32 Configure a credential helper to remove this warning. See 11:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:32 11:28:32 Login Succeeded 11:28:32 docker.io [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 11:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] sh 11:28:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:28:33 Configure a credential helper to remove this warning. See 11:28:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:28:33 11:28:33 Login Succeeded [Pipeline] } 11:28:33 Deleting 1 temporary files 11:28:33 ++ grep snapcraft.yaml 11:28:33 ++ find /w/workspace/device-modbus-go/19 11:28:33 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/19/snap/snapcraft.yaml [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:28:33 provisioning config files... 11:28:33 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/19@tmp/config2638516896628999994tmp [Pipeline] { [Pipeline] sh [Pipeline] echo 11:28:33 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 11:28:33 ac842be5e75fcd5e4c012862374abb44191cceb5 11:28:33 latest 11:28:33 1.2.3-dev.1 11:28:33 ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 11:28:33 master 11:28:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:28:34 + cp /w/workspace/device-modbus-go/19@tmp/config2638516896628999994tmp /w/workspace/device-modbus-go/19/edgex-snap-store-login [Pipeline] sh 11:28:34 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 [Pipeline] isUnix [Pipeline] sh 11:28:34 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/19:/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 11:28:34 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 11:28:34 latest: Pulling from edgex-devops/edgex-snap-builder 11:28:34 f08d8e2a3ba1: Pulling fs layer 11:28:34 3baa9cb2483b: Pulling fs layer 11:28:34 94e5ff4c0b15: Pulling fs layer 11:28:34 1860925334f9: Pulling fs layer 11:28:34 59c17e3da0e4: Pulling fs layer 11:28:34 7daec384fcf6: Pulling fs layer 11:28:34 7a29a85643c4: Pulling fs layer 11:28:34 94438e9460a9: Pulling fs layer 11:28:34 812cffafd64f: Pulling fs layer 11:28:34 1860925334f9: Waiting 11:28:34 7a29a85643c4: Waiting 11:28:34 94438e9460a9: Waiting 11:28:34 812cffafd64f: Waiting 11:28:34 7daec384fcf6: Waiting 11:28:34 59c17e3da0e4: Waiting 11:28:34 94e5ff4c0b15: Verifying Checksum 11:28:34 94e5ff4c0b15: Download complete 11:28:34 3baa9cb2483b: Download complete 11:28:34 1860925334f9: Verifying Checksum 11:28:34 1860925334f9: Download complete 11:28:34 7daec384fcf6: Verifying Checksum 11:28:34 7daec384fcf6: Download complete 11:28:34 7a29a85643c4: Download complete 11:28:34 94438e9460a9: Verifying Checksum 11:28:34 94438e9460a9: Download complete 11:28:34 812cffafd64f: Verifying Checksum 11:28:34 812cffafd64f: Download complete 11:28:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 11:28:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 11:28:34 9a4944175299: Preparing 11:28:34 2b9755e3a520: Preparing 11:28:34 469ed8de8aaf: Preparing 11:28:34 f08d8e2a3ba1: Verifying Checksum 11:28:34 f08d8e2a3ba1: Download complete 11:28:36 2b9755e3a520: Pushed 11:28:36 9a4944175299: Pushed 11:28:38 469ed8de8aaf: Pushed 11:28:38 ac842be5e75fcd5e4c012862374abb44191cceb5: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] isUnix [Pipeline] sh 11:28:38 59c17e3da0e4: Verifying Checksum 11:28:38 59c17e3da0e4: Download complete 11:28:38 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:28:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 11:28:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 11:28:39 9a4944175299: Preparing 11:28:39 2b9755e3a520: Preparing 11:28:39 469ed8de8aaf: Preparing 11:28:39 9a4944175299: Layer already exists 11:28:39 469ed8de8aaf: Layer already exists 11:28:39 2b9755e3a520: Layer already exists 11:28:39 f08d8e2a3ba1: Pull complete 11:28:39 latest: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] isUnix [Pipeline] sh 11:28:39 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh 11:28:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.1 11:28:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 11:28:40 9a4944175299: Preparing 11:28:40 2b9755e3a520: Preparing 11:28:40 469ed8de8aaf: Preparing 11:28:40 469ed8de8aaf: Layer already exists 11:28:40 9a4944175299: Layer already exists 11:28:40 2b9755e3a520: Layer already exists 11:28:40 3baa9cb2483b: Pull complete 11:28:40 94e5ff4c0b15: Pull complete 11:28:40 1860925334f9: Pull complete 11:28:40 1.2.3-dev.1: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] isUnix [Pipeline] sh 11:28:40 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh 11:28:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 11:28:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 11:28:41 9a4944175299: Preparing 11:28:41 2b9755e3a520: Preparing 11:28:41 469ed8de8aaf: Preparing 11:28:41 469ed8de8aaf: Layer already exists 11:28:41 9a4944175299: Layer already exists 11:28:41 2b9755e3a520: Layer already exists 11:28:41 ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] isUnix [Pipeline] sh 11:28:41 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 11:28:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 11:28:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 11:28:42 9a4944175299: Preparing 11:28:42 2b9755e3a520: Preparing 11:28:42 469ed8de8aaf: Preparing 11:28:42 9a4944175299: Layer already exists 11:28:42 2b9755e3a520: Layer already exists 11:28:42 469ed8de8aaf: Layer already exists 11:28:42 master: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:28:42 ===================================================== [Pipeline] echo 11:28:42 taggedImages: 11:28:42 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 11:28:42 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 11:28:42 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.1 11:28:42 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 11:28:42 - 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 11:28:43 + find /w/workspace/device-modbus-go/19 11:28:43 + grep snapcraft.yaml 11:28:43 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/19/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:28:43 provisioning config files... 11:28:43 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/19@tmp/config5981790686541839332tmp [Pipeline] { [Pipeline] sh 11:28:44 + cp /w/workspace/device-modbus-go/19@tmp/config5981790686541839332tmp /w/workspace/device-modbus-go/19/edgex-snap-store-login [Pipeline] sh 11:28:44 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/19:/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 11:28:44 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 11:28:44 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 11:28:44 237528ba509b: Pulling fs layer 11:28:44 393b96f31d8b: Pulling fs layer 11:28:44 4d82b0e39008: Pulling fs layer 11:28:44 e7ca375b8d34: Pulling fs layer 11:28:44 07392d479177: Pulling fs layer 11:28:44 8324981f6117: Pulling fs layer 11:28:44 c3105ce2227d: Pulling fs layer 11:28:44 92aa0e4ab508: Pulling fs layer 11:28:44 ae419ce1c302: Pulling fs layer 11:28:44 07392d479177: Waiting 11:28:44 8324981f6117: Waiting 11:28:44 c3105ce2227d: Waiting 11:28:44 92aa0e4ab508: Waiting 11:28:44 ae419ce1c302: Waiting 11:28:44 e7ca375b8d34: Waiting 11:28:44 4d82b0e39008: Verifying Checksum 11:28:44 4d82b0e39008: Download complete 11:28:44 393b96f31d8b: Download complete 11:28:44 e7ca375b8d34: Verifying Checksum 11:28:44 e7ca375b8d34: Download complete 11:28:44 8324981f6117: Verifying Checksum 11:28:44 8324981f6117: Download complete 11:28:44 c3105ce2227d: Verifying Checksum 11:28:44 c3105ce2227d: Download complete 11:28:44 92aa0e4ab508: Download complete 11:28:44 ae419ce1c302: Verifying Checksum 11:28:44 ae419ce1c302: Download complete 11:28:45 237528ba509b: Download complete 11:28:48 237528ba509b: Pull complete 11:28:48 393b96f31d8b: Pull complete 11:28:49 4d82b0e39008: Pull complete 11:28:49 e7ca375b8d34: Pull complete 11:28:56 07392d479177: Verifying Checksum 11:28:56 07392d479177: Download complete 11:29:12 59c17e3da0e4: Pull complete 11:29:12 7daec384fcf6: Pull complete 11:29:12 7a29a85643c4: Pull complete 11:29:12 94438e9460a9: Pull complete 11:29:12 812cffafd64f: Pull complete 11:29:12 Digest: sha256:af8a54c7bc77af20a24fc779da6a179edb230b027a9915447f6ddb0093e77608 11:29:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 11:29:12 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 11:29:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:29:12 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:29:12 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 11:29:13 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] 11:29:14 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1417 kB] 11:29:14 Fetched 3010 kB in 3s (1044 kB/s) 11:29:15 Reading package lists... 11:29:21 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:29:21 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:29:21 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:29:21 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 11:29:22 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 11:29:24 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 11:29:25 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 50% Reading package lists... 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 11:29:26 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 67% Building dependency tree 11:29:26 Reading state information... 0% Reading state information... 0% Reading state information... Done 11:29:26 The following packages were automatically installed and are no longer required: 11:29:26 libjq1 libonig4 11:29:26 Use 'sudo apt autoremove' to remove them. 11:29:26 Suggested packages: 11:29:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 11:29:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 11:29:26 diffutils-doc perl-doc libterm-readline-gnu-perl 11:29:26 | libterm-readline-perl-perl 11:29:26 The following NEW packages will be installed: 11:29:26 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 11:29:26 libperl5.26 make netbase patch perl perl-modules-5.26 11:29:26 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 11:29:26 Need to get 12.0 MB of archives. 11:29:26 After this operation, 77.5 MB of additional disk space will be used. 11:29:26 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] 11:29:27 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 668 kB/2763 kB 24%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 11:29:27 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] 11:29:27 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 11:29:27 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 11:29:27 48% [5 perl 33.5 kB/201 kB 17%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 11:29:27 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 11:29:27 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 11:29:27 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 11:29:27 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 11:29:27 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 11:29:27 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 11:29:28 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 11:29:28 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 11:29:28 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 2s (7295 kB/s) 11:29:28 debconf: delaying package configuration, since apt-utils is not installed 11:29:28 Selecting previously unselected package perl-modules-5.26. 11:29:28 (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.) 11:29:28 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 11:29:28 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 11:29:32 Selecting previously unselected package libgdbm5:amd64. 11:29:32 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 11:29:32 Unpacking libgdbm5:amd64 (1.14.1-6) ... 11:29:32 Selecting previously unselected package libgdbm-compat4:amd64. 11:29:32 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 11:29:32 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 11:29:32 Selecting previously unselected package libperl5.26:amd64. 11:29:32 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 11:29:32 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 11:29:33 Selecting previously unselected package perl. 11:29:33 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 11:29:33 Unpacking perl (5.26.1-6ubuntu0.3) ... 11:29:33 Selecting previously unselected package less. 11:29:33 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 11:29:33 Unpacking less (487-0.1) ... 11:29:33 Selecting previously unselected package netbase. 11:29:33 Preparing to unpack .../06-netbase_5.4_all.deb ... 11:29:33 Unpacking netbase (5.4) ... 11:29:33 Selecting previously unselected package curl. 11:29:33 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 11:29:33 Unpacking curl (7.58.0-2ubuntu3.10) ... 11:29:33 Selecting previously unselected package libcurl3-gnutls:amd64. 11:29:33 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 11:29:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 11:29:33 Selecting previously unselected package liberror-perl. 11:29:33 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 11:29:33 Unpacking liberror-perl (0.17025-1) ... 11:29:33 Selecting previously unselected package git-man. 11:29:33 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 11:29:33 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 11:29:33 Selecting previously unselected package git. 11:29:33 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 11:29:34 Unpacking git (1:2.17.1-1ubuntu0.7) ... 11:29:34 Selecting previously unselected package make. 11:29:34 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 11:29:34 Unpacking make (4.1-9.1ubuntu1) ... 11:29:34 Selecting previously unselected package patch. 11:29:34 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 11:29:34 Unpacking patch (2.7.6-2ubuntu1.1) ... 11:29:34 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 11:29:34 Setting up less (487-0.1) ... 11:29:34 Setting up make (4.1-9.1ubuntu1) ... 11:29:34 Setting up curl (7.58.0-2ubuntu3.10) ... 11:29:34 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 11:29:35 07392d479177: Pull complete 11:29:35 8324981f6117: Pull complete 11:29:35 c3105ce2227d: Pull complete 11:29:35 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 11:29:35 Setting up libgdbm5:amd64 (1.14.1-6) ... 11:29:35 Setting up patch (2.7.6-2ubuntu1.1) ... 11:29:35 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 11:29:35 Setting up netbase (5.4) ... 11:29:35 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 11:29:35 Setting up perl (5.26.1-6ubuntu0.3) ... 11:29:35 Setting up liberror-perl (0.17025-1) ... 11:29:35 Setting up git (1:2.17.1-1ubuntu0.7) ... 11:29:35 92aa0e4ab508: Pull complete 11:29:35 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 11:29:35 Processing triggers for mime-support (3.60ubuntu1) ... 11:29:35 ae419ce1c302: Pull complete 11:29:35 Digest: sha256:6e406ae1453d9e8d8e9e409efff2bb31ab6f017c918e683fbe291fd96f16a4ed 11:29:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 11:29:37 curl set to automatically installed. 11:29:37 git set to automatically installed. 11:29:37 git-man set to automatically installed. 11:29:37 less set to automatically installed. 11:29:37 libcurl3-gnutls set to automatically installed. 11:29:37 liberror-perl set to automatically installed. 11:29:37 libgdbm-compat4 set to automatically installed. 11:29:37 libgdbm5 set to automatically installed. 11:29:37 libperl5.26 set to automatically installed. 11:29:37 make set to automatically installed. 11:29:37 netbase set to automatically installed. 11:29:37 patch set to automatically installed. 11:29:37 perl set to automatically installed. 11:29:37 perl-modules-5.26 set to automatically installed. 11:29:37 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 11:29:37 Please ensure the environment is properly setup before continuing. 11:29:37 Ignore this message if the appropriate measures have already been taken 11:29:38 Pulling go  11:29:39 'device-modbus' has dependencies that need to be staged: go 11:29:39 Skipping pull go (already ran) 11:29:39 Building go  11:29:39 % Total % Received % Xferd Average Speed Time Time Time Current 11:29:39 Dload Upload Total Spent Left Speed 11:29:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 114M 20 23.4M 0 0 26.5M 0 0:00:04 --:--:-- 0:00:04 26.5M 75 114M 75 86.6M 0 0 45.9M 0 0:00:02 0:00:01 0:00:01 45.9M 100 114M 100 114M 0 0 49.7M 0 0:00:02 0:00:02 --:--:-- 49.7M 11:29:42 go1.13.5.linux-amd64.tar.gz: OK 11:29:42 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 11:29:42 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 11:29:42 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 11:29:42 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 11:29:42 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] 11:29:42 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] 11:29:43 Fetched 2427 kB in 2s (1320 kB/s) 11:29:47 Reading package lists... 11:29:50 Staging go  11:29:51 Pulling device-modbus  11:29:53 Skipping build go (already ran) 11:29:53 Building device-modbus  11:29:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.1" -o cmd/device-modbus ./cmd 11:29:54 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 11:29:54 go: downloading github.com/goburrow/modbus v0.1.0 11:29:54 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:29:54 go: extracting github.com/goburrow/modbus v0.1.0 11:29:54 go: downloading github.com/goburrow/serial v0.1.0 11:29:54 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 11:29:54 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:29:54 go: downloading github.com/gorilla/mux v1.7.1 11:29:54 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:29:54 go: extracting github.com/goburrow/serial v0.1.0 11:29:54 go: downloading gopkg.in/yaml.v2 v2.2.8 11:29:54 go: extracting github.com/gorilla/mux v1.7.1 11:29:54 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:29:54 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 11:29:54 go: downloading github.com/google/uuid v1.1.1 11:29:54 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 11:29:54 go: downloading github.com/OneOfOne/xxhash v1.2.6 11:29:54 go: downloading github.com/pkg/errors v0.8.1 11:29:54 go: downloading github.com/go-kit/kit v0.8.0 11:29:54 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 11:29:54 go: extracting gopkg.in/yaml.v2 v2.2.8 11:29:54 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 11:29:54 go: extracting github.com/OneOfOne/xxhash v1.2.6 11:29:54 go: downloading github.com/pelletier/go-toml v1.2.0 11:29:54 go: extracting github.com/pkg/errors v0.8.1 11:29:54 go: extracting github.com/google/uuid v1.1.1 11:29:54 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 11:29:54 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 11:29:54 go: downloading github.com/hashicorp/consul/api v1.1.0 11:29:54 go: downloading github.com/BurntSushi/toml v0.3.1 11:29:54 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 11:29:54 go: downloading github.com/x448/float16 v0.8.4 11:29:54 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 11:29:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:29:54 go: extracting github.com/pelletier/go-toml v1.2.0 11:29:54 go: extracting github.com/go-kit/kit v0.8.0 11:29:54 go: extracting github.com/BurntSushi/toml v0.3.1 11:29:54 go: extracting github.com/x448/float16 v0.8.4 11:29:54 go: extracting github.com/hashicorp/consul/api v1.1.0 11:29:54 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:29:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:29:54 go: downloading github.com/mitchellh/mapstructure v1.1.2 11:29:54 go: downloading github.com/mitchellh/copystructure v1.0.0 11:29:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 11:29:54 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 11:29:54 go: downloading github.com/hashicorp/serf v0.8.2 11:29:54 go: downloading github.com/go-logfmt/logfmt v0.4.0 11:29:54 go: extracting github.com/mitchellh/mapstructure v1.1.2 11:29:54 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 11:29:54 go: extracting github.com/mitchellh/copystructure v1.0.0 11:29:54 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 11:29:54 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 11:29:54 go: downloading github.com/mitchellh/reflectwalk v1.0.0 11:29:55 go: extracting github.com/hashicorp/serf v0.8.2 11:29:55 go: extracting github.com/go-logfmt/logfmt v0.4.0 11:29:55 go: extracting github.com/mitchellh/reflectwalk v1.0.0 11:29:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:29:55 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:29:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 11:29:55 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 11:29:55 go: downloading github.com/hashicorp/golang-lru v0.5.1 11:29:55 go: extracting github.com/hashicorp/golang-lru v0.5.1 11:29:55 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 11:29:55 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:29:55 go: finding github.com/goburrow/modbus v0.1.0 11:29:55 go: finding github.com/gorilla/mux v1.7.1 11:29:55 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:29:55 go: finding github.com/google/uuid v1.1.1 11:29:55 go: finding github.com/go-kit/kit v0.8.0 11:29:55 go: finding github.com/OneOfOne/xxhash v1.2.6 11:29:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:29:55 go: finding github.com/goburrow/serial v0.1.0 11:29:55 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 11:29:55 go: finding github.com/x448/float16 v0.8.4 11:29:55 go: finding github.com/go-logfmt/logfmt v0.4.0 11:29:55 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 11:29:55 go: finding gopkg.in/yaml.v2 v2.2.8 11:29:55 go: finding github.com/BurntSushi/toml v0.3.1 11:29:55 go: finding github.com/pkg/errors v0.8.1 11:29:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 11:29:55 go: finding github.com/hashicorp/consul/api v1.1.0 11:29:55 go: finding github.com/pelletier/go-toml v1.2.0 11:29:55 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:29:55 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:29:55 go: finding github.com/hashicorp/go-rootcerts v1.0.0 11:29:55 go: finding github.com/mitchellh/copystructure v1.0.0 11:29:55 go: finding github.com/mitchellh/mapstructure v1.1.2 11:29:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:29:55 go: finding github.com/mitchellh/reflectwalk v1.0.0 11:29:55 go: finding github.com/hashicorp/serf v0.8.2 11:29:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:29:55 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 11:29:55 go: finding github.com/hashicorp/golang-lru v0.5.1 11:30:00 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 11:30:00 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 11:30:00 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 11:30:00 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 11:30:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:30:05 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... 28% Reading package lists... 49% Reading package lists... 68% 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... 87% 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 11:30:07 Skipping stage go (already ran) 11:30:07 Staging device-modbus  11:30:08 Priming go  11:30:09 Priming device-modbus  11:30:10 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 11:30:10 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 11:30:10 Determining the version from the project repo (version-script). 11:30:10 The version has been set to '1.2.3-dev.1-20200824+ac842be' 11:30:12 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 11:30:12 Snapped edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap 11:30:12 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 11:30:15 11:30:15 Login successful. You now have these capabilities: 11:30:15  11:30:15 snaps: No restriction 11:30:15 channels: No restriction 11:30:15 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 11:30:15 expires: 2021-07-14T18:21:36.256372 11:30:15  11:30:16 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 11:30:16 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 11:30:16 Preparing to upload 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap'. 11:30:16 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 11:30:16 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 11:30:16 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 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 11:30:17 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 61% Building dependency tree 11:30:17 Reading state information... 0% Reading state information... 0% Reading state information... Done 11:30:18 The following packages were automatically installed and are no longer required: 11:30:18 libjq1 libonig4 11:30:18 Use 'sudo apt autoremove' to remove them. 11:30:18 Suggested packages: 11:30:18 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 11:30:18 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 11:30:18 diffutils-doc perl-doc libterm-readline-gnu-perl 11:30:18 | libterm-readline-perl-perl 11:30:18 Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 100% 11:30:18 The following NEW packages will be installed: 11:30:18 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 11:30:18 libperl5.26 make netbase patch perl perl-modules-5.26 11:30:18 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 11:30:18 Need to get 10.8 MB of archives. 11:30:18 After this operation, 73.6 MB of additional disk space will be used. 11:30:18 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] 11:30:19 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 492 kB/2763 kB 18%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 11:30:19 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 11:30:19 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 11:30:19 25% [4 libperl5.26 20.5 kB/3326 kB 1%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 11:30:19 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 11:30:19 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 11:30:19 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 11:30:19 58% [8 curl 41.0 kB/152 kB 27%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 11:30:19 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 11:30:19 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 11:30:19 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 11:30:20 72% [12 git 30.7 kB/2952 kB 1%] 95% [Waiting for headers] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 11:30:20 96% [13 make 65.5 kB/139 kB 47%] 98% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 11:30:20 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (8103 kB/s) 11:30:20 debconf: delaying package configuration, since apt-utils is not installed 11:30:20 Selecting previously unselected package perl-modules-5.26. 11:30:20 (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.) 11:30:20 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 11:30:20 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 11:30:22 Selecting previously unselected package libgdbm5:arm64. 11:30:22 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 11:30:22 Unpacking libgdbm5:arm64 (1.14.1-6) ... 11:30:22 Selecting previously unselected package libgdbm-compat4:arm64. 11:30:22 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 11:30:22 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 11:30:22 Selecting previously unselected package libperl5.26:arm64. 11:30:22 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 11:30:22 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 11:30:23 Selecting previously unselected package perl. 11:30:23 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 11:30:23 Unpacking perl (5.26.1-6ubuntu0.3) ... 11:30:23 Selecting previously unselected package less. 11:30:23 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 11:30:23 Unpacking less (487-0.1) ... 11:30:24 Selecting previously unselected package netbase. 11:30:24 Preparing to unpack .../06-netbase_5.4_all.deb ... 11:30:24 Unpacking netbase (5.4) ... 11:30:24 Selecting previously unselected package curl. 11:30:24 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 11:30:24 Unpacking curl (7.58.0-2ubuntu3.10) ... 11:30:24 Selecting previously unselected package libcurl3-gnutls:arm64. 11:30:24 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 11:30:24 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 11:30:24 Selecting previously unselected package liberror-perl. 11:30:24 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 11:30:24 Unpacking liberror-perl (0.17025-1) ... 11:30:24 Selecting previously unselected package git-man. 11:30:24 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 11:30:24 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 11:30:24 Selecting previously unselected package git. 11:30:24 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 11:30:24 Unpacking git (1:2.17.1-1ubuntu0.7) ... 11:30:26 Selecting previously unselected package make. 11:30:26 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 11:30:26 Unpacking make (4.1-9.1ubuntu1) ... 11:30:26 Selecting previously unselected package patch. 11:30:26 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 11:30:26 Unpacking patch (2.7.6-2ubuntu1.1) ... 11:30:26 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 11:30:26 Setting up less (487-0.1) ... 11:30:26 Setting up make (4.1-9.1ubuntu1) ... 11:30:26 Setting up curl (7.58.0-2ubuntu3.10) ... 11:30:26 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 11:30:26 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 11:30:27 Setting up libgdbm5:arm64 (1.14.1-6) ... 11:30:27 Setting up patch (2.7.6-2ubuntu1.1) ... 11:30:27 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 11:30:27 Setting up netbase (5.4) ... 11:30:27 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 11:30:27 Setting up perl (5.26.1-6ubuntu0.3) ... 11:30:27 Setting up liberror-perl (0.17025-1) ... 11:30:27 Setting up git (1:2.17.1-1ubuntu0.7) ... 11:30:27 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 11:30:27 Processing triggers for mime-support (3.60ubuntu1) ... 11:30:33 curl set to automatically installed. 11:30:33 git set to automatically installed. 11:30:33 git-man set to automatically installed. 11:30:33 less set to automatically installed. 11:30:33 libcurl3-gnutls set to automatically installed. 11:30:33 liberror-perl set to automatically installed. 11:30:33 libgdbm-compat4 set to automatically installed. 11:30:33 libgdbm5 set to automatically installed. 11:30:33 libperl5.26 set to automatically installed. 11:30:33 make set to automatically installed. 11:30:33 netbase set to automatically installed. 11:30:33 patch set to automatically installed. 11:30:33 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 11:30:33 released 11:30:33 Revision 1281 of 'edgex-device-modbus' created. 11:30:33 perl set to automatically installed. 11:30:33 perl-modules-5.26 set to automatically installed. 11:30:33 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 11:30:33 Please ensure the environment is properly setup before continuing. 11:30:33 Ignore this message if the appropriate measures have already been taken 11:30:34 Track Arch Channel Version Revision 11:30:34 latest amd64 stable 1.2.1-20200612+fdf900d 1255 11:30:34 candidate 1.2.1-20200612+fdf900d 1255 11:30:34 beta 1.2.1-20200612+fdf900d 1255 11:30:34 edge 1.2.3-dev.1-20200824+ac842be 1281 11:30:34 edinburgh amd64 stable - - 11:30:34 candidate - - 11:30:34 beta 1.0.0-20190626+739f7ef 112 11:30:34 edge 1.0.0-20200103+c777f31 956 11:30:34 fuji amd64 stable 1.1.1-20200228+37c94ae 1087 11:30:34 candidate ↑ ↑ 11:30:34 beta 1.1.1-20200228+37c94ae 1087 11:30:34 edge 1.1.1-20200422+37c94ae 1193 11:30:34 geneva amd64 stable 1.2.1-20200612+fdf900d 1255 11:30:34 candidate ↑ ↑ 11:30:34 beta ↑ ↑ 11:30:34 edge ↑ ↑ 11:30:34 Pulling go  11:30:35 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 11:30:35 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 11:30:35 Uploading metadata from 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' 11:30:37 'device-modbus' has dependencies that need to be staged: go 11:30:37 Skipping pull go (already ran) 11:30:37 Building go  11:30:37 % Total % Received % Xferd Average Speed Time Time Time Current 11:30:37 Dload Upload Total Spent Left Speed 11:30:38 The metadata has been uploaded [Pipeline] } 11:30:39 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] } 11:30:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 93.0M 30 28.1M 0 0 25.0M 0 0:00:03 0:00:01 0:00:02 25.0M 78 93.0M 78 73.3M 0 0 34.5M 0 0:00:02 0:00:02 --:--:-- 34.5M 100 93.0M 100 93.0M 0 0 36.4M 0 0:00:02 0:00:02 --:--:-- 36.4M 11:30:41 go1.13.5.linux-arm64.tar.gz: OK 11:31:00 Staging go  11:31:02 Pulling device-modbus  11:31:05 Skipping build go (already ran) 11:31:05 Building device-modbus  11:31:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.1" -o cmd/device-modbus ./cmd 11:31:07 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 11:31:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:31:07 go: downloading github.com/goburrow/modbus v0.1.0 11:31:07 go: extracting github.com/goburrow/modbus v0.1.0 11:31:07 go: downloading github.com/goburrow/serial v0.1.0 11:31:07 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 11:31:07 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:31:07 go: extracting github.com/goburrow/serial v0.1.0 11:31:07 go: downloading github.com/gorilla/mux v1.7.1 11:31:07 go: downloading github.com/google/uuid v1.1.1 11:31:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:31:07 go: downloading github.com/OneOfOne/xxhash v1.2.6 11:31:07 go: downloading github.com/go-kit/kit v0.8.0 11:31:07 go: extracting github.com/google/uuid v1.1.1 11:31:07 go: extracting github.com/gorilla/mux v1.7.1 11:31:07 go: extracting github.com/OneOfOne/xxhash v1.2.6 11:31:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 11:31:07 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:31:07 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 11:31:07 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 11:31:07 go: downloading github.com/BurntSushi/toml v0.3.1 11:31:07 go: downloading gopkg.in/yaml.v2 v2.2.8 11:31:07 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 11:31:07 go: downloading github.com/pelletier/go-toml v1.2.0 11:31:08 go: extracting github.com/go-kit/kit v0.8.0 11:31:08 go: downloading github.com/pkg/errors v0.8.1 11:31:09 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 11:31:09 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 11:31:09 go: extracting github.com/BurntSushi/toml v0.3.1 11:31:09 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 11:31:09 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 11:31:09 go: extracting gopkg.in/yaml.v2 v2.2.8 11:31:09 go: extracting github.com/pelletier/go-toml v1.2.0 11:31:09 go: downloading github.com/x448/float16 v0.8.4 11:31:09 go: downloading github.com/hashicorp/consul/api v1.1.0 11:31:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:31:09 go: downloading github.com/go-logfmt/logfmt v0.4.0 11:31:09 go: extracting github.com/pkg/errors v0.8.1 11:31:09 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:31:09 go: extracting github.com/x448/float16 v0.8.4 11:31:09 go: extracting github.com/go-logfmt/logfmt v0.4.0 11:31:09 go: downloading github.com/mitchellh/copystructure v1.0.0 11:31:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:31:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 11:31:09 go: extracting github.com/hashicorp/consul/api v1.1.0 11:31:09 go: extracting github.com/mitchellh/copystructure v1.0.0 11:31:09 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 11:31:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 11:31:09 go: extracting github.com/mitchellh/mapstructure v1.1.2 11:31:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 11:31:09 go: downloading github.com/hashicorp/serf v0.8.2 11:31:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 11:31:10 go: extracting github.com/mitchellh/reflectwalk v1.0.0 11:31:10 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 11:31:10 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 11:31:10 go: extracting github.com/hashicorp/serf v0.8.2 11:31:10 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:31:10 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:31:10 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 11:31:10 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 11:31:10 go: downloading github.com/hashicorp/golang-lru v0.5.1 11:31:10 go: extracting github.com/hashicorp/golang-lru v0.5.1 11:31:10 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 11:31:10 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 11:31:10 go: finding github.com/goburrow/modbus v0.1.0 11:31:10 go: finding github.com/gorilla/mux v1.7.1 11:31:10 go: finding github.com/fxamacker/cbor/v2 v2.2.0 11:31:10 go: finding github.com/go-kit/kit v0.8.0 11:31:10 go: finding github.com/OneOfOne/xxhash v1.2.6 11:31:10 go: finding github.com/goburrow/serial v0.1.0 11:31:10 go: finding github.com/google/uuid v1.1.1 11:31:10 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 11:31:10 go: finding github.com/x448/float16 v0.8.4 11:31:10 go: finding github.com/go-logfmt/logfmt v0.4.0 11:31:10 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 11:31:10 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 11:31:10 go: finding gopkg.in/yaml.v2 v2.2.8 11:31:10 go: finding github.com/BurntSushi/toml v0.3.1 11:31:10 go: finding github.com/pkg/errors v0.8.1 11:31:10 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 11:31:10 go: finding github.com/hashicorp/consul/api v1.1.0 11:31:10 go: finding github.com/pelletier/go-toml v1.2.0 11:31:10 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:31:10 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 11:31:10 go: finding github.com/hashicorp/go-rootcerts v1.0.0 11:31:10 go: finding github.com/hashicorp/serf v0.8.2 11:31:10 go: finding github.com/mitchellh/mapstructure v1.1.2 11:31:10 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 11:31:10 go: finding github.com/mitchellh/copystructure v1.0.0 11:31:10 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:31:10 go: finding github.com/mitchellh/reflectwalk v1.0.0 11:31:10 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 11:31:10 go: finding github.com/hashicorp/golang-lru v0.5.1 11:31:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:31:50 Skipping stage go (already ran) 11:31:50 Staging device-modbus  11:31:52 Priming go  11:31:56 Priming device-modbus  11:31:59 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 11:31:59 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 11:31:59 Determining the version from the project repo (version-script). 11:31:59 The version has been set to '1.2.3-dev.1-20200824+ac842be' 11:32:02 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 11:32:02 Snapped edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap 11:32:09 11:32:09 Login successful. You now have these capabilities: 11:32:09  11:32:09 snaps: No restriction 11:32:09 channels: No restriction 11:32:09 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 11:32:09 expires: 2021-07-14T18:21:36.256372 11:32:09  11:32:12 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 11:32:12 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 11:32:12 Preparing to upload 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap'. 11:32:12 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 11:32:12 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 11:32:14 Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 100% 11:32:29 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...| 11:32:29 released 11:32:30 Revision 1282 of 'edgex-device-modbus' created. 11:32:31 Track Arch Channel Version Revision 11:32:31 latest arm64 stable 1.2.1-20200612+fdf900d 1256 11:32:31 candidate 1.2.1-20200612+fdf900d 1256 11:32:31 beta 1.2.1-20200612+fdf900d 1256 11:32:31 edge 1.2.3-dev.1-20200824+ac842be 1282 11:32:31 edinburgh arm64 stable - - 11:32:31 candidate - - 11:32:31 beta 1.0.0-20190627+739f7ef 113 11:32:31 edge 1.0.0-20200107+c777f31 958 11:32:31 fuji arm64 stable 1.1.1-20200311+37c94ae 1112 11:32:31 candidate ↑ ↑ 11:32:31 beta 1.1.1-20200311+37c94ae 1112 11:32:31 edge 1.1.1-20200422+37c94ae 1194 11:32:31 geneva arm64 stable 1.2.1-20200612+fdf900d 1256 11:32:31 candidate ↑ ↑ 11:32:31 beta ↑ ↑ 11:32:31 edge ↑ ↑ 11:32:34 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 11:32:34 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 11:32:34 Uploading metadata from 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' 11:32:38 The metadata has been uploaded [Pipeline] } 11:32:40 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 11:32:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 11:32:43 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 11:32:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:32:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:32:44 11:32:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 11:32:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:32:44 1.317.0: Pulling from edgex-devops/edgex-snyk-go 11:32:44 cbdbe7a5bc2a: Pulling fs layer 11:32:44 408f87550127: Pulling fs layer 11:32:44 fe522b08c979: Pulling fs layer 11:32:44 221eaa008020: Pulling fs layer 11:32:44 2a4607e5d6b9: Pulling fs layer 11:32:44 8f79b27c4fd2: Pulling fs layer 11:32:44 e5c8dbe1645b: Pulling fs layer 11:32:44 23e8b3b47431: Pulling fs layer 11:32:44 5c568d65a230: Pulling fs layer 11:32:44 221eaa008020: Waiting 11:32:44 2a4607e5d6b9: Waiting 11:32:44 8f79b27c4fd2: Waiting 11:32:44 e5c8dbe1645b: Waiting 11:32:44 23e8b3b47431: Waiting 11:32:44 5c568d65a230: Waiting 11:32:44 fe522b08c979: Verifying Checksum 11:32:44 fe522b08c979: Download complete 11:32:44 408f87550127: Verifying Checksum 11:32:44 408f87550127: Download complete 11:32:44 2a4607e5d6b9: Verifying Checksum 11:32:44 2a4607e5d6b9: Download complete 11:32:45 8f79b27c4fd2: Verifying Checksum 11:32:45 8f79b27c4fd2: Download complete 11:32:45 cbdbe7a5bc2a: Verifying Checksum 11:32:45 cbdbe7a5bc2a: Download complete 11:32:45 cbdbe7a5bc2a: Pull complete 11:32:46 408f87550127: Pull complete 11:32:46 fe522b08c979: Pull complete 11:32:48 e5c8dbe1645b: Verifying Checksum 11:32:48 e5c8dbe1645b: Download complete 11:32:51 23e8b3b47431: Verifying Checksum 11:32:51 23e8b3b47431: Download complete 11:32:52 5c568d65a230: Verifying Checksum 11:32:52 5c568d65a230: Download complete 11:32:53 221eaa008020: Verifying Checksum 11:32:53 221eaa008020: Download complete 11:33:01 221eaa008020: Pull complete 11:33:01 2a4607e5d6b9: Pull complete 11:33:01 8f79b27c4fd2: Pull complete 11:33:04 e5c8dbe1645b: Pull complete 11:33:07 23e8b3b47431: Pull complete 11:33:10 5c568d65a230: Pull complete 11:33:10 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 11:33:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 11:33:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 11:33:10 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:33:10 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 11:33:12 $ docker top 5f75534a08a76c1075e16a32b8e4320361304f80f3c230e759c1833c64c8e56e -eo pid,comm [Pipeline] { [Pipeline] sh 11:33:13 + snyk monitor '--org=edgex-jenkins' 11:33:28 11:33:28 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 11:33:28 11:33:28 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/249e41d1-a3a7-4458-8c12-d18cdb0c67b3 11:33:28 11:33:28 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:33:28 11:33:28 11:33:28 Snyk CLI supports Node.js 8 and higher. 11:33:28 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 11:33:28 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 11:33:28 11:33:28 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 11:33:28 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 11:33:28 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 11:33:28 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:33:28 $ docker stop --time=1 5f75534a08a76c1075e16a32b8e4320361304f80f3c230e759c1833c64c8e56e 11:33:31 $ docker rm -f 5f75534a08a76c1075e16a32b8e4320361304f80f3c230e759c1833c64c8e56e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:33:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:33:33 11:33:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 11:33:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:33:33 latest: Pulling from edgex-devops/edgex-klar 11:33:33 e7c96db7181b: Pulling fs layer 11:33:33 1868ca2cb446: Pulling fs layer 11:33:33 136be5d0fe8e: Pulling fs layer 11:33:33 894bfe63afcb: Pulling fs layer 11:33:33 894bfe63afcb: Waiting 11:33:33 1868ca2cb446: Verifying Checksum 11:33:33 1868ca2cb446: Download complete 11:33:33 136be5d0fe8e: Verifying Checksum 11:33:33 136be5d0fe8e: Download complete 11:33:33 e7c96db7181b: Verifying Checksum 11:33:33 e7c96db7181b: Download complete 11:33:33 894bfe63afcb: Verifying Checksum 11:33:33 894bfe63afcb: Download complete 11:33:34 e7c96db7181b: Pull complete 11:33:34 1868ca2cb446: Pull complete 11:33:34 136be5d0fe8e: Pull complete 11:33:34 894bfe63afcb: Pull complete 11:33:34 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 11:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:33:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 11:33:35 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:33:35 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:33:36 $ docker top 124ae4b4c050df509a221f3dba7b3cc4f57a03d4d46bc8041a9346120c6d0f03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:37 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 11:33:37 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:33:40 $ docker stop --time=1 124ae4b4c050df509a221f3dba7b3cc4f57a03d4d46bc8041a9346120c6d0f03 11:33:42 $ docker rm -f 124ae4b4c050df509a221f3dba7b3cc4f57a03d4d46bc8041a9346120c6d0f03 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:33:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:33:42 . [Pipeline] withDockerContainer 11:33:42 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:33:42 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:33:44 $ docker top b4ce5d0a9017a3d5f80dd0d33b875a1bb4e6094a96db62c5e68e4a930ca52d72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:45 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 11:33:45 + tee 11:33:45 clair timeout 1m0s 11:33:45 docker timeout: 1m0s 11:33:45 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:33:45 $ docker stop --time=1 b4ce5d0a9017a3d5f80dd0d33b875a1bb4e6094a96db62c5e68e4a930ca52d72 11:33:47 $ docker rm -f b4ce5d0a9017a3d5f80dd0d33b875a1bb4e6094a96db62c5e68e4a930ca52d72 [Pipeline] // withDockerContainer [Pipeline] sh 11:33:47 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 11:33:48 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_ac842be5e75fcd5e4c012862374abb44191cceb5.html [Pipeline] writeFile [Pipeline] step 11:33:48 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 11:33:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:33:48 . [Pipeline] withDockerContainer 11:33:48 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:33: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:33:50 $ docker top 00a85b37540f175582cbc61418534066f52edd3e36512d47723bba47f392ea41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:33:51 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 11:33:51 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:33:55 $ docker stop --time=1 00a85b37540f175582cbc61418534066f52edd3e36512d47723bba47f392ea41 11:33:57 $ docker rm -f 00a85b37540f175582cbc61418534066f52edd3e36512d47723bba47f392ea41 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:33:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 11:33:58 . [Pipeline] withDockerContainer 11:33:59 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:33:59 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 11:34:00 $ docker top 8a5607c5e7fd8a684e1727a49f6e4e0360ce907e400fdb22b5419dd7ce177a6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:34:01 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 11:34:01 + tee 11:34:01 clair timeout 1m0s 11:34:01 docker timeout: 1m0s 11:34:01 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 11:34:02 $ docker stop --time=1 8a5607c5e7fd8a684e1727a49f6e4e0360ce907e400fdb22b5419dd7ce177a6f 11:34:04 $ docker rm -f 8a5607c5e7fd8a684e1727a49f6e4e0360ce907e400fdb22b5419dd7ce177a6f [Pipeline] // withDockerContainer [Pipeline] sh 11:34:04 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 11:34:04 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_ac842be5e75fcd5e4c012862374abb44191cceb5.html [Pipeline] writeFile [Pipeline] step 11:34:04 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 11:34:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:34:05 . [Pipeline] withDockerContainer 11:34:05 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:34:06 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:34:07 $ docker top 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:34:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:34:08 [ssh-agent] Looking for ssh-agent implementation... 11:34:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:34:08 $ docker exec 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 ssh-agent 11:34:09 SSH_AUTH_SOCK=/tmp/ssh-QdnExoNk0YO6/agent.12 11:34:09 SSH_AGENT_PID=17 11:34:09 Running ssh-add (command line suppressed) 11:34:09 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6095252753587716267.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6095252753587716267.key) 11:34:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:34:10 + git semver tag 11:34:10 # -> Open(): unable to determine branch for HEAD 11:34:10 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 11:34:10 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 11:34:10 # $SEMVER_REMOTE_NAME = origin 11:34:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:34:10 # $SEMVER_USER_NAME = edgex-jenkins 11:34:10 # $SEMVER_BRANCH = master 11:34:10 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 11:34:10 # ac842be5e75fcd5e4c012862374abb44191cceb5 HEAD 11:34:10 # -> Force: false 11:34:10 # 8946c2d397f95b916d7ee31c5d41540af146f3b1 refs/tags/v1.2.3-dev.1 [Pipeline] } 11:34:10 $ docker exec --env ******** --env ******** 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 ssh-agent -k 11:34:10 unset SSH_AUTH_SOCK; 11:34:10 unset SSH_AGENT_PID; 11:34:10 echo Agent pid 17 killed; 11:34:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:34:11 + git semver [Pipeline] } 11:34:12 $ docker stop --time=1 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 11:34:14 $ docker rm -f 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:34:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:34:14 11:34:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:34:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:34:15 0.23.1-centos7: Pulling from edgex-lftools 11:34:15 ab5ef0e58194: Pulling fs layer 11:34:15 9712f1f96733: Pulling fs layer 11:34:15 63f879dbbcfc: Pulling fs layer 11:34:15 0d9ebad4ef96: Pulling fs layer 11:34:15 e9a5061849ea: Pulling fs layer 11:34:15 d747dcd14b5f: Pulling fs layer 11:34:15 2de7ff778b66: Pulling fs layer 11:34:15 0d9ebad4ef96: Waiting 11:34:15 e9a5061849ea: Waiting 11:34:15 d747dcd14b5f: Waiting 11:34:15 2de7ff778b66: Waiting 11:34:15 9712f1f96733: Verifying Checksum 11:34:15 9712f1f96733: Download complete 11:34:16 63f879dbbcfc: Verifying Checksum 11:34:16 63f879dbbcfc: Download complete 11:34:17 e9a5061849ea: Verifying Checksum 11:34:17 e9a5061849ea: Download complete 11:34:17 d747dcd14b5f: Verifying Checksum 11:34:17 d747dcd14b5f: Download complete 11:34:17 0d9ebad4ef96: Verifying Checksum 11:34:17 0d9ebad4ef96: Download complete 11:34:17 ab5ef0e58194: Verifying Checksum 11:34:17 ab5ef0e58194: Download complete 11:34:17 2de7ff778b66: Verifying Checksum 11:34:17 2de7ff778b66: Download complete 11:34:25 ab5ef0e58194: Pull complete 11:34:25 9712f1f96733: Pull complete 11:34:28 63f879dbbcfc: Pull complete 11:34:36 0d9ebad4ef96: Pull complete 11:34:36 e9a5061849ea: Pull complete 11:34:37 d747dcd14b5f: Pull complete 11:34:41 2de7ff778b66: Pull complete 11:34:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:34:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:34:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:34:41 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:34:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:34:44 $ docker top a0dd46541c0f0c710f7676df8af7f067bf2ed95dac5cd20b5da82e476b2b0829 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:34:44 provisioning config files... 11:34:44 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5048806059687250025tmp 11:34:44 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5017236237930769113tmp 11:34:45 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4420096541682952327tmp [Pipeline] { [Pipeline] echo 11:34:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:34:46 ---> sigul-configuration.sh 11:34:46 gpg: directory `/root/.gnupg' created 11:34:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:34:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:34:46 gpg: keyring `/root/.gnupg/secring.gpg' created 11:34:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:34:46 gpg: CAST5 encrypted data 11:34:46 gpg: encrypted with 1 passphrase 11:34:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:34:46 + mkdir /home/jenkins 11:34:46 + mkdir /home/jenkins/sigul [Pipeline] sh 11:34:47 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 11:34:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:34:47 ---> sigul-install.sh 11:35:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:35:10 + git tag --list 11:35:10 v1.2.3-dev.1 [Pipeline] sh 11:35:11 + lftools sign git-tag v1.2.3-dev.1 11:35:13 Signing Git tag with Sigul... 11:35:13 Signing v1.2.3-dev.1 11:35:14 Error: Authentication failed [Pipeline] echo 11:35:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:35:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:35:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:35:14 $ docker stop --time=1 a0dd46541c0f0c710f7676df8af7f067bf2ed95dac5cd20b5da82e476b2b0829 11:35:17 $ docker rm -f a0dd46541c0f0c710f7676df8af7f067bf2ed95dac5cd20b5da82e476b2b0829 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:35:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:35:18 . [Pipeline] withDockerContainer 11:35:18 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:35:18 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:35:19 $ docker top 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:35:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:35:19 [ssh-agent] Looking for ssh-agent implementation... 11:35:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:35:20 $ docker exec 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 ssh-agent 11:35:20 SSH_AUTH_SOCK=/tmp/ssh-4xEuT29mOTIY/agent.12 11:35:20 SSH_AGENT_PID=18 11:35:20 Running ssh-add (command line suppressed) 11:35:21 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5227202452028007490.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5227202452028007490.key) 11:35:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:35:21 + git semver bump pre 11:35:21 # -> Open(): unable to determine branch for HEAD 11:35:21 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 11:35:21 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 11:35:21 # $SEMVER_REMOTE_NAME = origin 11:35:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:35:21 # $SEMVER_USER_NAME = edgex-jenkins 11:35:21 # $SEMVER_BRANCH = master 11:35:21 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 11:35:21 1.2.3-dev.2 [Pipeline] } 11:35:21 $ docker exec --env ******** --env ******** 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 ssh-agent -k 11:35:22 unset SSH_AUTH_SOCK; 11:35:22 unset SSH_AGENT_PID; 11:35:22 echo Agent pid 18 killed; 11:35:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:35:23 + git semver [Pipeline] } 11:35:23 $ docker stop --time=1 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 11:35:24 $ docker rm -f 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:35:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:35:26 . [Pipeline] withDockerContainer 11:35:26 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:35:26 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:35:28 $ docker top 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:35:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:35:28 [ssh-agent] Looking for ssh-agent implementation... 11:35:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:35:29 $ docker exec 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 ssh-agent 11:35:29 SSH_AUTH_SOCK=/tmp/ssh-g4r6A6nIIGWZ/agent.11 11:35:29 SSH_AGENT_PID=17 11:35:29 Running ssh-add (command line suppressed) 11:35:30 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3545044071059254023.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3545044071059254023.key) 11:35:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:35:30 + git semver push 11:35:30 # -> Open(): unable to determine branch for HEAD 11:35:30 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 11:35:30 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 11:35:30 # $SEMVER_REMOTE_NAME = origin 11:35:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:35:30 # $SEMVER_USER_NAME = edgex-jenkins 11:35:30 # $SEMVER_BRANCH = master 11:35:30 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 11:35:37 $ docker exec --env ******** --env ******** 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 ssh-agent -k 11:35:38 unset SSH_AUTH_SOCK; 11:35:38 unset SSH_AGENT_PID; 11:35:38 echo Agent pid 17 killed; 11:35:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:35:39 + git semver [Pipeline] } 11:35:39 $ docker stop --time=1 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 11:35:41 $ docker rm -f 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 [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 11:35:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:35:43 ---> package-listing.sh 11:35:43 ++ tr '[:upper:]' '[:lower:]' 11:35:43 ++ facter osfamily 11:35:44 + OS_FAMILY=redhat 11:35:44 + workspace=/w/workspace/xfoundry_device-modbus-go_master 11:35:44 + START_PACKAGES=/tmp/packages_start.txt 11:35:44 + END_PACKAGES=/tmp/packages_end.txt 11:35:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:35:44 + PACKAGES=/tmp/packages_start.txt 11:35:44 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 11:35:44 + PACKAGES=/tmp/packages_end.txt 11:35:44 + case "${OS_FAMILY}" in 11:35:44 + sort 11:35:44 + rpm -qa 11:35:48 + '[' -f /tmp/packages_start.txt ']' 11:35:48 + '[' -f /tmp/packages_end.txt ']' 11:35:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:35:48 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 11:35:48 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 11:35:48 + 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 11:35:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:35:49 11:35:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:35:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:35:50 alpine: Pulling from edgex-lftools-log-publisher 11:35:50 c9b1b535fdd9: Pulling fs layer 11:35:50 2cc5ad85d9ab: Pulling fs layer 11:35:50 756a868c4378: Pulling fs layer 11:35:50 444b2fc9a129: Pulling fs layer 11:35:50 ea15f1150254: Pulling fs layer 11:35:50 41b27a9f41bf: Pulling fs layer 11:35:50 28c525ee5125: Pulling fs layer 11:35:50 094b1ea09ed8: Pulling fs layer 11:35:50 138eaada9080: Pulling fs layer 11:35:50 0622d0fa9048: Pulling fs layer 11:35:50 41b27a9f41bf: Waiting 11:35:50 28c525ee5125: Waiting 11:35:50 094b1ea09ed8: Waiting 11:35:50 138eaada9080: Waiting 11:35:50 0622d0fa9048: Waiting 11:35:50 444b2fc9a129: Waiting 11:35:50 ea15f1150254: Waiting 11:35:50 2cc5ad85d9ab: Download complete 11:35:50 444b2fc9a129: Download complete 11:35:50 c9b1b535fdd9: Verifying Checksum 11:35:50 ea15f1150254: Verifying Checksum 11:35:50 ea15f1150254: Download complete 11:35:50 28c525ee5125: Download complete 11:35:51 756a868c4378: Verifying Checksum 11:35:51 756a868c4378: Download complete 11:35:51 138eaada9080: Verifying Checksum 11:35:51 138eaada9080: Download complete 11:35:51 c9b1b535fdd9: Pull complete 11:35:51 0622d0fa9048: Verifying Checksum 11:35:51 0622d0fa9048: Download complete 11:35:51 094b1ea09ed8: Verifying Checksum 11:35:51 094b1ea09ed8: Download complete 11:35:52 2cc5ad85d9ab: Pull complete 11:35:52 41b27a9f41bf: Verifying Checksum 11:35:52 41b27a9f41bf: Download complete 11:35:55 756a868c4378: Pull complete 11:35:55 444b2fc9a129: Pull complete 11:35:55 ea15f1150254: Pull complete 11:36:00 41b27a9f41bf: Pull complete 11:36:00 28c525ee5125: Pull complete 11:36:03 094b1ea09ed8: Pull complete 11:36:04 138eaada9080: Pull complete 11:36:04 0622d0fa9048: Pull complete 11:36:04 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 11:36:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:36:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:36:05 prd-centos7-docker-4c-2g-190 does not seem to be running inside a container 11:36:05 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:36:07 $ docker top 391226296fad2edc3cff291d5a0b144dcff014c14a9648695afffc13e8fb7dd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:36:08 provisioning config files... 11:36:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1109996752805952428tmp [Pipeline] { [Pipeline] echo 11:36:08 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:36:09 ---> create-netrc.sh [Pipeline] echo 11:36:09 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:36:09 ---> logs-deploy.sh 11:36:09 + ARCHIVE_ARTIFACTS= 11:36:09 + LOGS_SERVER=https://logs.edgexfoundry.org 11:36:09 + '[' https://logs.edgexfoundry.org == None ']' 11:36:09 + NEXUS_URL=https://nexus.edgexfoundry.org 11:36:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/19 11:36:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/19/ 11:36:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/19 /w/workspace/xfoundry_device-modbus-go_master 11:36:12 Archives upload complete. 11:36:12 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/19 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/19/ 11:36:14 ---> uname -a: 11:36:14 Linux 391226296fad 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 11:36:14 11:36:14 11:36:14 ---> lscpu: 11:36:14 Architecture: x86_64 11:36:14 CPU op-mode(s): 32-bit, 64-bit 11:36:14 Byte Order: Little Endian 11:36:14 Address sizes: 40 bits physical, 48 bits virtual 11:36:14 CPU(s): 4 11:36:14 On-line CPU(s) list: 0-3 11:36:14 Thread(s) per core: 1 11:36:14 Core(s) per socket: 1 11:36:14 Socket(s): 4 11:36:14 NUMA node(s): 1 11:36:14 Vendor ID: GenuineIntel 11:36:14 CPU family: 6 11:36:14 Model: 44 11:36:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:36:14 Stepping: 1 11:36:14 CPU MHz: 2933.438 11:36:14 BogoMIPS: 5866.87 11:36:14 Virtualization: VT-x 11:36:14 Hypervisor vendor: KVM 11:36:14 Virtualization type: full 11:36:14 L1d cache: 128 KiB 11:36:14 L1i cache: 128 KiB 11:36:14 L2 cache: 16 MiB 11:36:14 L3 cache: 64 MiB 11:36:14 NUMA node0 CPU(s): 0-3 11:36:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:36:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:36:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:36:14 Vulnerability Meltdown: Mitigation; PTI 11:36:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:36:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:36:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:36:14 Vulnerability Tsx async abort: Not affected 11:36:14 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 11:36:14 11:36:14 11:36:14 ---> nproc: 11:36:14 4 11:36:14 11:36:14 11:36:14 ---> df -h: 11:36:14 Filesystem Size Used Available Use% Mounted on 11:36:14 overlay 50.0G 8.5G 41.5G 17% / 11:36:14 tmpfs 64.0M 0 64.0M 0% /dev 11:36:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:36:14 shm 64.0M 0 64.0M 0% /dev/shm 11:36:14 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 11:36:14 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 11:36:14 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 11:36:14 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master 11:36:14 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 11:36:14 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 11:36:14 11:36:14 11:36:14 ---> free -m: 11:36:14 total used free shared buff/cache available 11:36:14 Mem: 1837 782 115 0 939 984 11:36:14 Swap: 1023 3 1020 11:36:14 11:36:14 11:36:14 ---> ip addr: 11:36:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:36:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:36:14 inet 127.0.0.1/8 scope host lo 11:36:14 valid_lft forever preferred_lft forever 11:36:14 24: eth0@if25: mtu 1458 qdisc noqueue state UP 11:36:14 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 11:36:14 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 11:36:14 valid_lft forever preferred_lft forever 11:36:14 11:36:14 11:36:14 ---> sar -b -r -n DEV: 11:36:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/24/20 _x86_64_ (4 CPU) 11:36:14 11:36:14 11:22:32 LINUX RESTART 11:36:14 11:36:14 11:24:01 tps rtps wtps bread/s bwrtn/s 11:36:14 11:25:01 2.08 0.00 2.08 0.00 49.65 11:36:14 11:26:01 0.33 0.00 0.33 0.00 4.40 11:36:14 11:27:01 0.37 0.00 0.37 0.00 6.12 11:36:14 11:28:01 0.30 0.00 0.30 0.00 4.19 11:36:14 11:29:01 0.30 0.00 0.30 0.00 5.44 11:36:14 11:30:01 0.42 0.02 0.40 0.13 5.63 11:36:14 11:31:02 0.33 0.00 0.33 0.00 4.51 11:36:14 11:32:01 0.30 0.00 0.30 0.00 5.37 11:36:14 11:33:01 45.37 9.72 35.65 816.24 17907.20 11:36:14 11:34:01 206.91 138.45 68.46 5960.21 14103.90 11:36:14 11:35:01 194.65 69.78 124.88 3697.38 30312.57 11:36:14 11:36:01 125.51 61.55 63.96 5087.13 19401.83 11:36:14 Average: 48.22 23.36 24.85 1300.69 6836.49 11:36:14 11:36:14 11:24:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:36:14 11:25:01 172424 1709132 90.84 2620 1147828 1072228 36.59 437296 1113720 20 11:36:14 11:26:01 172292 1709264 90.84 2620 1147832 1072228 36.59 437716 1113428 8 11:36:14 11:27:01 169868 1711688 90.97 2620 1147892 1072480 36.60 440772 1112820 16 11:36:14 11:28:01 169316 1712240 91.00 2620 1147840 1072528 36.60 446512 1107484 8 11:36:14 11:29:01 170184 1711372 90.96 2620 1147848 1072336 36.60 446888 1106320 8 11:36:14 11:30:01 171004 1710552 90.91 2620 1147856 1072228 36.59 446340 1106316 8 11:36:14 11:31:02 171236 1710320 90.90 2620 1147856 1072228 36.59 440156 1112500 8 11:36:14 11:32:01 171244 1710312 90.90 2620 1147864 1072296 36.60 440036 1112500 8 11:36:14 11:33:01 197612 1683944 89.50 2620 1014632 1463724 49.95 478120 1015528 72280 11:36:14 11:34:01 170320 1711236 90.95 2596 1047492 1367376 46.67 578344 935764 44 11:36:14 11:35:01 89856 1791700 95.22 1728 1034940 1275320 43.52 627224 883700 476 11:36:14 11:36:01 76092 1805464 95.96 1508 987368 1592084 54.33 675556 837500 45520 11:36:14 Average: 158454 1723102 91.58 2451 1105604 1189755 40.60 491247 1046465 9867 11:36:14 11:36:14 11:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 11:36:14 11:25:01 eth0 0.22 0.07 0.01 0.01 0.00 0.00 0.00 11:36:14 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:26:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 11:36:14 11:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:27:01 eth0 1.88 1.33 3.06 0.27 0.00 0.00 0.00 11:36:14 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:28:01 eth0 0.37 0.33 0.26 0.20 0.00 0.00 0.00 11:36:14 11:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:29:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 11:36:14 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:30:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 11:36:14 11:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:31:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 11:36:14 11:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 11:36:14 11:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:33:01 eth0 129.68 65.56 3757.47 8.05 0.00 0.00 0.00 11:36:14 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:34:01 eth0 91.85 85.33 265.51 76.34 0.00 0.00 0.00 11:36:14 11:34:01 veth63fc9e1 0.17 0.18 0.02 0.09 0.00 0.00 0.00 11:36:14 11:34:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 11:36:14 11:34:01 docker0 27.92 27.40 3.20 55.89 0.00 0.00 0.00 11:36:14 11:35:01 veth14f5d90 0.13 0.20 0.01 0.02 0.00 0.00 0.00 11:36:14 11:35:01 eth0 643.59 427.78 8301.82 190.31 0.00 0.00 0.00 11:36:14 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:35:01 docker0 0.40 0.27 0.07 0.08 0.00 0.00 0.00 11:36:14 11:36:01 eth0 161.45 116.13 2551.56 68.51 0.00 0.00 0.00 11:36:14 11:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 11:36:01 docker0 22.62 34.30 1.37 186.04 0.00 0.00 0.00 11:36:14 Average: eth0 44.35 30.51 817.81 14.76 0.00 0.00 0.00 11:36:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:36:14 Average: docker0 4.12 5.05 0.36 19.94 0.00 0.00 0.00 11:36:14 11:36:14 11:36:14 ---> sar -P ALL: 11:36:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/24/20 _x86_64_ (4 CPU) 11:36:14 11:36:14 11:22:32 LINUX RESTART 11:36:14 11:36:14 11:24:01 CPU %user %nice %system %iowait %steal %idle 11:36:14 11:25:01 all 0.17 0.00 0.07 0.00 0.14 99.61 11:36:14 11:25:01 0 0.45 0.00 0.08 0.00 0.20 99.27 11:36:14 11:25:01 1 0.10 0.00 0.07 0.00 0.12 99.72 11:36:14 11:25:01 2 0.10 0.00 0.08 0.00 0.17 99.65 11:36:14 11:25:01 3 0.07 0.00 0.03 0.00 0.05 99.85 11:36:14 11:26:01 all 0.14 0.00 0.04 0.00 0.20 99.63 11:36:14 11:26:01 0 0.07 0.00 0.03 0.00 0.43 99.47 11:36:14 11:26:01 1 0.08 0.00 0.07 0.00 0.15 99.70 11:36:14 11:26:01 2 0.33 0.00 0.05 0.00 0.18 99.43 11:36:14 11:26:01 3 0.05 0.00 0.02 0.00 0.05 99.88 11:36:14 11:27:01 all 0.11 0.00 0.06 0.00 0.33 99.50 11:36:14 11:27:01 0 0.32 0.00 0.07 0.00 0.32 99.30 11:36:14 11:27:01 1 0.03 0.00 0.05 0.00 0.27 99.65 11:36:14 11:27:01 2 0.05 0.00 0.07 0.00 0.56 99.32 11:36:14 11:27:01 3 0.03 0.00 0.05 0.00 0.17 99.75 11:36:14 11:28:01 all 0.10 0.00 0.06 0.00 0.38 99.46 11:36:14 11:28:01 0 0.17 0.00 0.03 0.00 0.22 99.58 11:36:14 11:28:01 1 0.03 0.00 0.05 0.00 0.35 99.57 11:36:14 11:28:01 2 0.18 0.00 0.07 0.00 0.66 99.09 11:36:14 11:28:01 3 0.03 0.00 0.12 0.00 0.28 99.57 11:36:14 11:29:01 all 0.13 0.00 0.05 0.00 0.35 99.48 11:36:14 11:29:01 0 0.02 0.00 0.03 0.00 0.20 99.75 11:36:14 11:29:01 1 0.40 0.00 0.02 0.00 0.33 99.25 11:36:14 11:29:01 2 0.03 0.00 0.03 0.00 0.27 99.67 11:36:14 11:29:01 3 0.05 0.00 0.10 0.00 0.60 99.25 11:36:14 11:30:01 all 0.13 0.00 0.03 0.00 0.09 99.74 11:36:14 11:30:01 0 0.03 0.00 0.02 0.02 0.07 99.87 11:36:14 11:30:01 1 0.43 0.00 0.07 0.00 0.23 99.27 11:36:14 11:30:01 2 0.05 0.00 0.05 0.00 0.05 99.85 11:36:14 11:30:01 3 0.03 0.00 0.03 0.00 0.02 99.92 11:36:14 11:31:02 all 0.12 0.00 0.03 0.00 0.15 99.69 11:36:14 11:31:02 0 0.03 0.00 0.02 0.00 0.07 99.88 11:36:14 11:31:02 1 0.37 0.00 0.03 0.00 0.10 99.50 11:36:14 11:31:02 2 0.08 0.00 0.05 0.00 0.38 99.48 11:36:14 11:31:02 3 0.02 0.00 0.02 0.00 0.05 99.92 11:36:14 11:32:01 all 0.10 0.00 0.04 0.00 0.10 99.76 11:36:14 11:32:01 0 0.03 0.00 0.03 0.00 0.02 99.92 11:36:14 11:32:01 1 0.08 0.00 0.05 0.00 0.19 99.68 11:36:14 11:32:01 2 0.25 0.00 0.02 0.00 0.05 99.68 11:36:14 11:32:01 3 0.02 0.00 0.03 0.00 0.15 99.80 11:36:14 11:33:01 all 3.38 0.00 2.14 0.08 6.61 87.79 11:36:14 11:33:01 0 3.32 0.00 1.46 0.02 7.31 87.90 11:36:14 11:33:01 1 3.23 0.00 2.01 0.17 6.61 87.98 11:36:14 11:33:01 2 3.50 0.00 2.21 0.03 6.34 87.92 11:36:14 11:33:01 3 3.45 0.00 2.93 0.10 6.19 87.34 11:36:14 11:34:01 all 4.13 0.00 3.78 2.06 13.68 76.35 11:36:14 11:34:01 0 4.30 0.00 3.52 1.82 14.20 76.17 11:36:14 11:34:01 1 3.77 0.00 3.72 1.88 13.48 77.15 11:36:14 11:34:01 2 3.66 0.00 3.71 2.92 13.20 76.51 11:36:14 11:34:01 3 4.82 0.00 4.16 1.61 13.81 75.59 11:36:14 11:35:01 all 5.96 0.00 5.72 1.89 14.93 71.50 11:36:14 11:35:01 0 5.24 0.00 5.62 1.71 15.79 71.64 11:36:14 11:35:01 1 5.40 0.00 4.27 2.20 14.96 73.17 11:36:14 11:35:01 2 6.11 0.00 6.19 2.39 14.04 71.28 11:36:14 11:35:01 3 7.14 0.00 6.86 1.23 14.91 69.86 11:36:14 11:36:01 all 6.26 0.00 4.89 1.45 12.93 74.47 11:36:14 11:36:01 0 9.05 0.00 5.32 1.45 14.00 70.18 11:36:14 11:36:01 1 4.98 0.00 5.00 0.66 13.23 76.13 11:36:14 11:36:01 2 4.52 0.00 4.34 0.98 11.92 78.25 11:36:14 11:36:01 3 6.52 0.00 4.92 2.71 12.58 73.27 11:36:14 Average: all 1.75 0.00 1.43 0.46 4.21 92.15 11:36:14 Average: 0 1.94 0.00 1.37 0.43 4.46 91.80 11:36:14 Average: 1 1.60 0.00 1.31 0.42 4.25 92.42 11:36:14 Average: 2 1.59 0.00 1.42 0.53 4.03 92.43 11:36:14 Average: 3 1.86 0.00 1.61 0.47 4.09 91.97 11:36:14 11:36:14 11:36:14