Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ede61610538096fa337aace8f825662d73a1e29e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-558’ is offline Running on prd-centos7-docker-4c-2g-559 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision ede61610538096fa337aace8f825662d73a1e29e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ede61610538096fa337aace8f825662d73a1e29e # timeout=10 Commit message: "Merge pull request #159 from hahattan/issue-157/158" > git rev-list --no-walk 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-22T07:07:33.559Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T07:07:33.767Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T07:07:33.840Z] ========================================================= [2020-07-22T07:07:33.840Z] EdgeX Global Pipelines Version Info [2020-07-22T07:07:33.840Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:07:35.204Z] ------------------- [2020-07-22T07:07:35.204Z] stable info: [2020-07-22T07:07:35.204Z] ------------------- [2020-07-22T07:07:35.204Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T07:07:35.204Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-22T07:07:35.204Z] Message: update stable to v1.0.99 [2020-07-22T07:07:36.144Z] ------------------- [2020-07-22T07:07:36.144Z] experimental info: [2020-07-22T07:07:36.144Z] ------------------- [2020-07-22T07:07:36.144Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T07:07:36.144Z] Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 [2020-07-22T07:07:36.144Z] Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:07:37.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:07:38.433Z] [2020-07-22T07:07:38.433Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:07:38.765Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:07:38.765Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T07:07:38.765Z] 31603596830f: Pulling fs layer [2020-07-22T07:07:38.765Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T07:07:38.765Z] 6ca5941a6612: Pulling fs layer [2020-07-22T07:07:38.765Z] ecc8261a40a4: Pulling fs layer [2020-07-22T07:07:38.765Z] ecc8261a40a4: Waiting [2020-07-22T07:07:38.765Z] 2a8b12db71e7: Verifying Checksum [2020-07-22T07:07:38.765Z] 2a8b12db71e7: Download complete [2020-07-22T07:07:38.765Z] 31603596830f: Verifying Checksum [2020-07-22T07:07:38.765Z] 31603596830f: Download complete [2020-07-22T07:07:39.030Z] ecc8261a40a4: Verifying Checksum [2020-07-22T07:07:39.030Z] ecc8261a40a4: Download complete [2020-07-22T07:07:39.030Z] 6ca5941a6612: Verifying Checksum [2020-07-22T07:07:39.030Z] 6ca5941a6612: Download complete [2020-07-22T07:07:39.030Z] 31603596830f: Pull complete [2020-07-22T07:07:39.289Z] 2a8b12db71e7: Pull complete [2020-07-22T07:07:39.862Z] 6ca5941a6612: Pull complete [2020-07-22T07:07:40.122Z] ecc8261a40a4: Pull complete [2020-07-22T07:07:40.122Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T07:07:40.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:07:40.122Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T07:07:40.214Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:07:40.245Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T07:07:42.300Z] $ docker top 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T07:07:42.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:07:42.599Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:07:42.785Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:07:42.782Z] $ docker exec 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 ssh-agent [2020-07-22T07:07:42.944Z] SSH_AUTH_SOCK=/tmp/ssh-yqfZJ2VqutRf/agent.11 [2020-07-22T07:07:42.944Z] SSH_AGENT_PID=16 [2020-07-22T07:07:42.955Z] Running ssh-add (command line suppressed) [2020-07-22T07:07:43.068Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6795409678927349382.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6795409678927349382.key) [2020-07-22T07:07:43.121Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:07:43.442Z] + git describe --exact-match --tags HEAD [2020-07-22T07:07:43.442Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T07:07:43.525Z] $ docker exec --env ******** --env ******** 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 ssh-agent -k [2020-07-22T07:07:43.636Z] unset SSH_AUTH_SOCK; [2020-07-22T07:07:43.636Z] unset SSH_AGENT_PID; [2020-07-22T07:07:43.636Z] echo Agent pid 16 killed; [2020-07-22T07:07:43.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T07:07:43.756Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T07:07:43.756Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T07:07:43.833Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:07:43.833Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:07:43.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:07:43.982Z] $ docker exec 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 ssh-agent [2020-07-22T07:07:44.138Z] SSH_AUTH_SOCK=/tmp/ssh-BZW7eJIaIRmf/agent.45 [2020-07-22T07:07:44.138Z] SSH_AGENT_PID=50 [2020-07-22T07:07:44.144Z] Running ssh-add (command line suppressed) [2020-07-22T07:07:44.249Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5652752253415220656.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5652752253415220656.key) [2020-07-22T07:07:44.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:07:44.688Z] + git semver init [2020-07-22T07:07:44.688Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T07:07:44.688Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-07-22T07:07:44.688Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-07-22T07:07:44.688Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T07:07:44.688Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T07:07:44.688Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T07:07:44.688Z] # $SEMVER_BRANCH = master [2020-07-22T07:07:44.688Z] # $SEMVER_TEMP = /tmp/semver-385069771 [2020-07-22T07:07:44.688Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-07-22T07:07:44.948Z] # '/tmp/semver-385069771' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-07-22T07:07:44.948Z] # -> Force: false [2020-07-22T07:07:44.948Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-07-22T07:07:44.951Z] $ docker exec --env ******** --env ******** 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 ssh-agent -k [2020-07-22T07:07:45.065Z] unset SSH_AUTH_SOCK; [2020-07-22T07:07:45.065Z] unset SSH_AGENT_PID; [2020-07-22T07:07:45.065Z] echo Agent pid 50 killed; [2020-07-22T07:07:45.116Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T07:07:45.549Z] + git semver [Pipeline] } [2020-07-22T07:07:45.555Z] $ docker stop --time=1 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 [2020-07-22T07:07:46.880Z] $ docker rm -f 43153577711d4297051a5ba87d230675c58ca39b4528907fe894d5314b6bbaf2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T07:07:47.499Z] Stashed 17 file(s) [Pipeline] echo [2020-07-22T07:07:47.501Z] [edgeXSemver] initialized semver on version 1.2.2-dev.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-22T07:08:02.734Z] Still waiting to schedule task [2020-07-22T07:08:02.734Z] ‘prd-centos7-builder-2c-1g-557’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-561’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-560’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-07-22T07:08:02.735Z] Still waiting to schedule task [2020-07-22T07:08:02.735Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-560’ is offline [2020-07-22T07:10:17.015Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-562 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-07-22T07:10:17.110Z] Running in /w/workspace/device-modbus-go/16 [Pipeline] { [Pipeline] checkout [2020-07-22T07:10:22.360Z] using credential edgex-jenkins-ssh [2020-07-22T07:10:22.406Z] Cloning the remote Git repository [2020-07-22T07:10:22.406Z] Cloning with configured refspecs honoured and without tags [2020-07-22T07:10:22.461Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-07-22T07:10:22.566Z] > git init /w/workspace/device-modbus-go/16 # timeout=10 [2020-07-22T07:10:22.631Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-07-22T07:10:22.632Z] > git --version # timeout=10 [2020-07-22T07:10:22.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T07:10:22.722Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:10:23.349Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-07-22T07:10:23.369Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:10:23.405Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-07-22T07:10:23.430Z] Fetching without tags [2020-07-22T07:10:23.915Z] Checking out Revision ede61610538096fa337aace8f825662d73a1e29e (master) [2020-07-22T07:10:23.443Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-07-22T07:10:23.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T07:10:23.457Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:10:23.940Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T07:10:23.964Z] > git checkout -f ede61610538096fa337aace8f825662d73a1e29e # timeout=10 [2020-07-22T07:10:28.408Z] Commit message: "Merge pull request #159 from hahattan/issue-157/158" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T07:10:29.531Z] ========================================================= [2020-07-22T07:10:29.531Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-22T07:10:29.531Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:10:30.554Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-07-22T07:10:31.617Z] Sending build context to Docker daemon 594.9kB [2020-07-22T07:10:31.617Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T07:10:31.617Z] Step 2/8 : FROM ${BASE} [2020-07-22T07:10:31.900Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-22T07:10:31.900Z] b538f80385f9: Pulling fs layer [2020-07-22T07:10:31.900Z] 74f711af9a0d: Pulling fs layer [2020-07-22T07:10:31.900Z] 99f96fe45779: Pulling fs layer [2020-07-22T07:10:31.900Z] fd7a069fd194: Pulling fs layer [2020-07-22T07:10:31.900Z] 66aa3694b03b: Pulling fs layer [2020-07-22T07:10:31.900Z] 170f70906a0f: Pulling fs layer [2020-07-22T07:10:31.900Z] ad7c5574e4b9: Pulling fs layer [2020-07-22T07:10:31.900Z] e772456be8f7: Pulling fs layer [2020-07-22T07:10:31.900Z] c890913d741a: Pulling fs layer [2020-07-22T07:10:31.900Z] 2480fcc9aa5a: Pulling fs layer [2020-07-22T07:10:31.900Z] 09adf4765672: Pulling fs layer [2020-07-22T07:10:31.900Z] fd7a069fd194: Waiting [2020-07-22T07:10:31.900Z] 66aa3694b03b: Waiting [2020-07-22T07:10:31.900Z] 170f70906a0f: Waiting [2020-07-22T07:10:31.900Z] ad7c5574e4b9: Waiting [2020-07-22T07:10:31.900Z] e772456be8f7: Waiting [2020-07-22T07:10:31.900Z] c890913d741a: Waiting [2020-07-22T07:10:31.900Z] 2480fcc9aa5a: Waiting [2020-07-22T07:10:31.900Z] 09adf4765672: Waiting [2020-07-22T07:10:31.900Z] 99f96fe45779: Verifying Checksum [2020-07-22T07:10:31.900Z] 99f96fe45779: Download complete [2020-07-22T07:10:31.900Z] 74f711af9a0d: Verifying Checksum [2020-07-22T07:10:31.900Z] 74f711af9a0d: Download complete [2020-07-22T07:10:31.900Z] 66aa3694b03b: Verifying Checksum [2020-07-22T07:10:31.900Z] 66aa3694b03b: Download complete [2020-07-22T07:10:31.900Z] 170f70906a0f: Verifying Checksum [2020-07-22T07:10:31.900Z] 170f70906a0f: Download complete [2020-07-22T07:10:31.900Z] b538f80385f9: Verifying Checksum [2020-07-22T07:10:31.900Z] b538f80385f9: Download complete [2020-07-22T07:10:32.906Z] b538f80385f9: Pull complete [2020-07-22T07:10:33.536Z] 74f711af9a0d: Pull complete [2020-07-22T07:10:33.832Z] 99f96fe45779: Pull complete [2020-07-22T07:10:34.813Z] ad7c5574e4b9: Verifying Checksum [2020-07-22T07:10:34.813Z] ad7c5574e4b9: Download complete [2020-07-22T07:10:35.089Z] c890913d741a: Verifying Checksum [2020-07-22T07:10:35.089Z] c890913d741a: Download complete [2020-07-22T07:10:37.071Z] e772456be8f7: Verifying Checksum [2020-07-22T07:10:37.071Z] e772456be8f7: Download complete [2020-07-22T07:10:37.071Z] 2480fcc9aa5a: Verifying Checksum [2020-07-22T07:10:37.071Z] 2480fcc9aa5a: Download complete [2020-07-22T07:10:37.071Z] 09adf4765672: Verifying Checksum [2020-07-22T07:10:37.071Z] 09adf4765672: Download complete [2020-07-22T07:10:37.346Z] fd7a069fd194: Verifying Checksum [2020-07-22T07:10:37.346Z] fd7a069fd194: Download complete [2020-07-22T07:10:47.031Z] Running on prd-centos7-docker-4c-2g-563 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-07-22T07:10:47.082Z] Running in /w/workspace/device-modbus-go/16 [Pipeline] { [Pipeline] checkout [2020-07-22T07:10:49.690Z] using credential edgex-jenkins-ssh [2020-07-22T07:10:49.738Z] Cloning the remote Git repository [2020-07-22T07:10:49.738Z] Cloning with configured refspecs honoured and without tags [2020-07-22T07:10:49.755Z] fd7a069fd194: Pull complete [2020-07-22T07:10:49.755Z] 66aa3694b03b: Pull complete [2020-07-22T07:10:49.755Z] 170f70906a0f: Pull complete [2020-07-22T07:10:49.763Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-07-22T07:10:49.836Z] > git init /w/workspace/device-modbus-go/16 # timeout=10 [2020-07-22T07:10:49.906Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-07-22T07:10:49.906Z] > git --version # timeout=10 [2020-07-22T07:10:49.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T07:10:49.957Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:10:51.200Z] Fetching without tags [2020-07-22T07:10:51.594Z] Checking out Revision ede61610538096fa337aace8f825662d73a1e29e (master) [2020-07-22T07:10:51.161Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-07-22T07:10:51.173Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:10:51.187Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-07-22T07:10:51.213Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-07-22T07:10:51.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T07:10:51.223Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T07:10:51.604Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T07:10:51.611Z] > git checkout -f ede61610538096fa337aace8f825662d73a1e29e # timeout=10 [2020-07-22T07:10:53.167Z] ad7c5574e4b9: Pull complete [2020-07-22T07:10:55.200Z] Commit message: "Merge pull request #159 from hahattan/issue-157/158" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T07:10:55.966Z] ========================================================= [2020-07-22T07:10:55.966Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T07:10:55.966Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:10:56.669Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-07-22T07:10:57.251Z] Sending build context to Docker daemon 594.9kB [2020-07-22T07:10:57.251Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T07:10:57.251Z] Step 2/8 : FROM ${BASE} [2020-07-22T07:10:57.251Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T07:10:57.251Z] df20fa9351a1: Pulling fs layer [2020-07-22T07:10:57.251Z] ed8968b2872e: Pulling fs layer [2020-07-22T07:10:57.251Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T07:10:57.251Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T07:10:57.251Z] 1e091d79d1de: Pulling fs layer [2020-07-22T07:10:57.251Z] 481702a1767f: Pulling fs layer [2020-07-22T07:10:57.251Z] f64a6f60c768: Pulling fs layer [2020-07-22T07:10:57.251Z] e78d2573fc39: Pulling fs layer [2020-07-22T07:10:57.251Z] e876d2f968b6: Pulling fs layer [2020-07-22T07:10:57.251Z] ce8a83651883: Pulling fs layer [2020-07-22T07:10:57.251Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T07:10:57.251Z] e78d2573fc39: Waiting [2020-07-22T07:10:57.252Z] e876d2f968b6: Waiting [2020-07-22T07:10:57.252Z] ce8a83651883: Waiting [2020-07-22T07:10:57.252Z] 07967f4d0e4b: Waiting [2020-07-22T07:10:57.252Z] 2dd03ba5bac4: Waiting [2020-07-22T07:10:57.252Z] 1e091d79d1de: Waiting [2020-07-22T07:10:57.252Z] 481702a1767f: Waiting [2020-07-22T07:10:57.252Z] f64a6f60c768: Waiting [2020-07-22T07:10:57.252Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T07:10:57.252Z] a92cc7c5fd73: Download complete [2020-07-22T07:10:57.252Z] ed8968b2872e: Download complete [2020-07-22T07:10:57.252Z] 1e091d79d1de: Verifying Checksum [2020-07-22T07:10:57.252Z] 1e091d79d1de: Download complete [2020-07-22T07:10:57.252Z] 481702a1767f: Verifying Checksum [2020-07-22T07:10:57.252Z] 481702a1767f: Download complete [2020-07-22T07:10:57.252Z] df20fa9351a1: Verifying Checksum [2020-07-22T07:10:57.252Z] df20fa9351a1: Download complete [2020-07-22T07:10:57.875Z] df20fa9351a1: Pull complete [2020-07-22T07:10:58.148Z] f64a6f60c768: Verifying Checksum [2020-07-22T07:10:58.148Z] f64a6f60c768: Download complete [2020-07-22T07:10:58.148Z] e876d2f968b6: Verifying Checksum [2020-07-22T07:10:58.148Z] e876d2f968b6: Download complete [2020-07-22T07:10:58.577Z] e772456be8f7: Pull complete [2020-07-22T07:10:58.578Z] c890913d741a: Pull complete [2020-07-22T07:10:58.730Z] ce8a83651883: Verifying Checksum [2020-07-22T07:10:58.730Z] ce8a83651883: Download complete [2020-07-22T07:10:58.730Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T07:10:58.730Z] 07967f4d0e4b: Download complete [2020-07-22T07:10:58.730Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T07:10:58.730Z] 2dd03ba5bac4: Download complete [2020-07-22T07:10:58.730Z] e78d2573fc39: Download complete [2020-07-22T07:10:59.675Z] ed8968b2872e: Pull complete [2020-07-22T07:10:59.940Z] a92cc7c5fd73: Pull complete [2020-07-22T07:11:00.577Z] 2480fcc9aa5a: Pull complete [2020-07-22T07:11:00.852Z] 09adf4765672: Pull complete [2020-07-22T07:11:00.852Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-22T07:11:00.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-22T07:11:00.852Z] ---> 2248a725d1cf [2020-07-22T07:11:00.852Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-22T07:11:06.266Z] ---> Running in 4d87b17d5b64 [2020-07-22T07:11:06.266Z] Removing intermediate container 4d87b17d5b64 [2020-07-22T07:11:06.266Z] ---> e9235e27e65d [2020-07-22T07:11:06.266Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T07:11:06.266Z] ---> Running in 7f33cd1d5275 [2020-07-22T07:11:06.536Z] 2dd03ba5bac4: Pull complete [2020-07-22T07:11:06.536Z] 1e091d79d1de: Pull complete [2020-07-22T07:11:06.536Z] 481702a1767f: Pull complete [2020-07-22T07:11:08.890Z] Removing intermediate container 7f33cd1d5275 [2020-07-22T07:11:08.890Z] ---> 7465b66d0369 [2020-07-22T07:11:08.890Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-22T07:11:08.890Z] ---> Running in 598255fe9930 [2020-07-22T07:11:09.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T07:11:10.775Z] f64a6f60c768: Pull complete [2020-07-22T07:11:10.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T07:11:11.106Z] (1/14) Installing libmagic (5.38-r0) [2020-07-22T07:11:11.376Z] (2/14) Installing file (5.38-r0) [2020-07-22T07:11:11.376Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-07-22T07:11:11.647Z] (4/14) Installing g++ (9.3.0-r2) [2020-07-22T07:11:14.105Z] e78d2573fc39: Pull complete [2020-07-22T07:11:14.105Z] e876d2f968b6: Pull complete [2020-07-22T07:11:14.256Z] (5/14) Installing fortify-headers (1.1-r0) [2020-07-22T07:11:14.256Z] (6/14) Installing patch (2.7.6-r6) [2020-07-22T07:11:14.256Z] (7/14) Installing build-base (0.5-r2) [2020-07-22T07:11:14.256Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-07-22T07:11:14.256Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-07-22T07:11:14.526Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-07-22T07:11:14.795Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-07-22T07:11:14.795Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-07-22T07:11:15.061Z] ce8a83651883: Pull complete [2020-07-22T07:11:15.061Z] 07967f4d0e4b: Pull complete [2020-07-22T07:11:15.061Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T07:11:15.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T07:11:15.062Z] ---> 5d7c900382c6 [2020-07-22T07:11:15.062Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-22T07:11:15.071Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-07-22T07:11:15.072Z] (14/14) Installing openssh (8.3_p1-r0) [2020-07-22T07:11:15.072Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T07:11:15.072Z] OK: 221 MiB in 53 packages [2020-07-22T07:11:16.450Z] ---> Running in 845e9cf2155f [2020-07-22T07:11:16.713Z] Removing intermediate container 845e9cf2155f [2020-07-22T07:11:16.713Z] ---> caf4931ffa77 [2020-07-22T07:11:16.714Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T07:11:16.714Z] ---> Running in 4a883278516e [2020-07-22T07:11:18.104Z] Removing intermediate container 4a883278516e [2020-07-22T07:11:18.104Z] ---> 7d41be7a9c42 [2020-07-22T07:11:18.104Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-22T07:11:18.104Z] ---> Running in 5b6899a73c6c [2020-07-22T07:11:19.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T07:11:19.369Z] Removing intermediate container 598255fe9930 [2020-07-22T07:11:19.369Z] ---> 7be057478825 [2020-07-22T07:11:19.369Z] Step 6/8 : WORKDIR /device-modbus-go [2020-07-22T07:11:19.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T07:11:19.642Z] ---> Running in 1b6cfe071a27 [2020-07-22T07:11:19.890Z] (1/14) Installing libmagic (5.38-r0) [2020-07-22T07:11:19.890Z] (2/14) Installing file (5.38-r0) [2020-07-22T07:11:19.890Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-07-22T07:11:19.914Z] Removing intermediate container 1b6cfe071a27 [2020-07-22T07:11:19.914Z] ---> c2605d7d9822 [2020-07-22T07:11:19.914Z] Step 7/8 : COPY . . [2020-07-22T07:11:20.152Z] (4/14) Installing g++ (9.3.0-r2) [2020-07-22T07:11:20.888Z] ---> 43c07faa8275 [2020-07-22T07:11:20.888Z] Step 8/8 : RUN go mod download [2020-07-22T07:11:21.168Z] ---> Running in 66970b3f2b76 [2020-07-22T07:11:22.703Z] (5/14) Installing fortify-headers (1.1-r0) [2020-07-22T07:11:22.703Z] (6/14) Installing patch (2.7.6-r6) [2020-07-22T07:11:22.703Z] (7/14) Installing build-base (0.5-r2) [2020-07-22T07:11:22.703Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-07-22T07:11:22.703Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-07-22T07:11:22.703Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-07-22T07:11:22.965Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-07-22T07:11:22.965Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-07-22T07:11:23.227Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-07-22T07:11:23.227Z] (14/14) Installing openssh (8.3_p1-r0) [2020-07-22T07:11:23.489Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T07:11:23.489Z] OK: 237 MiB in 53 packages [2020-07-22T07:11:23.780Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:11:23.780Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:11:23.780Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T07:11:23.780Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:11:23.780Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T07:11:23.780Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T07:11:23.780Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:11:23.780Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T07:11:23.780Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:11:23.780Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:11:23.780Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:11:24.052Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:11:24.052Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:11:24.052Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:11:24.052Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T07:11:24.052Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:11:24.052Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T07:11:24.052Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:11:24.052Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T07:11:24.052Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-07-22T07:11:24.052Z] go: finding github.com/goburrow/serial v0.1.0 [2020-07-22T07:11:24.324Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T07:11:24.324Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T07:11:24.324Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T07:11:24.324Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:11:24.324Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T07:11:24.324Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T07:11:24.324Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:11:24.324Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:11:24.324Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T07:11:24.324Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T07:11:24.324Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T07:11:24.594Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T07:11:24.594Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T07:11:24.594Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T07:11:24.594Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T07:11:24.865Z] go: finding github.com/miekg/dns v1.1.4 [2020-07-22T07:11:24.865Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T07:11:24.865Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:11:24.865Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:11:24.865Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-07-22T07:11:24.865Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T07:11:24.865Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-07-22T07:11:24.865Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T07:11:24.865Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T07:11:24.866Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:11:25.137Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:11:25.137Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T07:11:25.137Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:11:25.137Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T07:11:25.137Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T07:11:25.137Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T07:11:25.137Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-07-22T07:11:25.137Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T07:11:25.137Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T07:11:25.137Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T07:11:25.137Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T07:11:25.410Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T07:11:25.410Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-22T07:11:25.410Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-07-22T07:11:25.410Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T07:11:25.410Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-22T07:11:25.410Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-22T07:11:25.410Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:11:26.791Z] Removing intermediate container 5b6899a73c6c [2020-07-22T07:11:26.791Z] ---> 73a0a4858fc1 [2020-07-22T07:11:26.791Z] Step 6/8 : WORKDIR /device-modbus-go [2020-07-22T07:11:26.791Z] ---> Running in 33cde31fbf18 [2020-07-22T07:11:26.791Z] Removing intermediate container 33cde31fbf18 [2020-07-22T07:11:26.791Z] ---> 26ce5aaae4f0 [2020-07-22T07:11:26.791Z] Step 7/8 : COPY . . [2020-07-22T07:11:27.740Z] ---> e41afba37eec [2020-07-22T07:11:27.740Z] Step 8/8 : RUN go mod download [2020-07-22T07:11:27.740Z] ---> Running in acb1e290b7ae [2020-07-22T07:11:29.670Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:11:29.670Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:11:29.670Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T07:11:29.670Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:11:29.670Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T07:11:29.670Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T07:11:29.670Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:11:29.670Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T07:11:29.670Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:11:29.934Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:11:29.934Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:11:29.934Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:11:29.934Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:11:29.934Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:11:29.934Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T07:11:29.934Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:11:29.934Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T07:11:29.934Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:11:29.934Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T07:11:29.934Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-07-22T07:11:29.935Z] go: finding github.com/goburrow/serial v0.1.0 [2020-07-22T07:11:30.197Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T07:11:30.197Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T07:11:30.197Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:11:30.197Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-07-22T07:11:30.463Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T07:11:30.463Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T07:11:30.463Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T07:11:30.463Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-07-22T07:11:30.463Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T07:11:30.463Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T07:11:30.463Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T07:11:30.463Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T07:11:30.463Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T07:11:30.463Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T07:11:30.463Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T07:11:30.463Z] go: finding github.com/miekg/dns v1.1.4 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:11:30.728Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:11:30.728Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T07:11:30.990Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:11:30.990Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T07:11:30.990Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T07:11:30.990Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T07:11:30.990Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-07-22T07:11:30.990Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T07:11:30.990Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T07:11:30.990Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T07:11:30.990Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T07:11:30.990Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T07:11:30.990Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-22T07:11:30.990Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-07-22T07:11:31.261Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T07:11:31.261Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-22T07:11:31.261Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-22T07:11:31.261Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:11:35.594Z] Removing intermediate container 66970b3f2b76 [2020-07-22T07:11:35.594Z] ---> 0a5a0a13ebc2 [2020-07-22T07:11:35.594Z] Successfully built 0a5a0a13ebc2 [2020-07-22T07:11:35.594Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:36.259Z] + docker inspect -f . ci-base-image-arm64 [2020-07-22T07:11:36.259Z] . [Pipeline] withDockerContainer [2020-07-22T07:11:36.505Z] prd-ubuntu18.04-docker-arm64-4c-16g-562 does not seem to be running inside a container [2020-07-22T07:11:36.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/16 -v /w/workspace/device-modbus-go/16:/w/workspace/device-modbus-go/16:rw,z -v /w/workspace/device-modbus-go/16@tmp:/w/workspace/device-modbus-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-22T07:11:38.325Z] $ docker top 52eacec22bdef6eaed0f8009d814e4174bebe881d6d8917853706feb9ab66a07 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T07:11:39.425Z] Removing intermediate container acb1e290b7ae [2020-07-22T07:11:39.425Z] ---> 78574d39d4df [2020-07-22T07:11:39.425Z] Successfully built 78574d39d4df [2020-07-22T07:11:39.425Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [2020-07-22T07:11:39.692Z] + go version [2020-07-22T07:11:39.692Z] go version go1.13.13 linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:40.601Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-22T07:11:40.601Z] . [Pipeline] withDockerContainer [2020-07-22T07:11:40.741Z] prd-centos7-docker-4c-2g-563 does not seem to be running inside a container [2020-07-22T07:11:40.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/16 -v /w/workspace/device-modbus-go/16:/w/workspace/device-modbus-go/16:rw,z -v /w/workspace/device-modbus-go/16@tmp:/w/workspace/device-modbus-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-22T07:11:41.019Z] + make test [2020-07-22T07:11:41.019Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-22T07:11:41.607Z] $ docker top ca5aca5138dfb456e6d94c34fcfd28bd896d83a3efbb39d0cebe4f1bbf33622b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T07:11:42.000Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-07-22T07:11:42.153Z] + go version [2020-07-22T07:11:42.153Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-22T07:11:42.457Z] + make test [2020-07-22T07:11:42.457Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-22T07:11:43.411Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-07-22T07:11:53.545Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-07-22T07:11:53.545Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.171s coverage: 50.3% of statements [2020-07-22T07:11:53.545Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-22T07:11:54.496Z] gofmt -l . [2020-07-22T07:11:54.761Z] [ "`gofmt -l .`" = "" ] [2020-07-22T07:11:54.761Z] ./bin/test-attribution-txt.sh [2020-07-22T07:11:55.333Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-22T07:11:55.896Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T07:11:55.901Z] $ docker stop --time=1 ca5aca5138dfb456e6d94c34fcfd28bd896d83a3efbb39d0cebe4f1bbf33622b [2020-07-22T07:11:58.152Z] $ docker rm -f ca5aca5138dfb456e6d94c34fcfd28bd896d83a3efbb39d0cebe4f1bbf33622b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T07:11:59.292Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T07:11:59.584Z] + ls -al . [2020-07-22T07:11:59.584Z] total 104 [2020-07-22T07:11:59.584Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jul 22 07:11 . [2020-07-22T07:11:59.584Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 22 07:10 .. [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 5049 Jul 22 07:10 Attribution.txt [2020-07-22T07:11:59.584Z] drwxrwxr-x. 2 jenkins jenkins 87 Jul 22 07:10 bin [2020-07-22T07:11:59.584Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 22 07:10 cmd [2020-07-22T07:11:59.584Z] -rw-r--r--. 1 jenkins jenkins 22123 Jul 22 07:11 coverage.out [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 1422 Jul 22 07:10 Dockerfile [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 954 Jul 22 07:10 Dockerfile.build [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 22 07:10 .dockerignore [2020-07-22T07:11:59.584Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 22 07:10 .git [2020-07-22T07:11:59.584Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 22 07:10 .github [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 330 Jul 22 07:10 .gitignore [2020-07-22T07:11:59.584Z] -rw-r--r--. 1 jenkins jenkins 559 Jul 22 07:11 go.mod [2020-07-22T07:11:59.584Z] -rw-r--r--. 1 jenkins jenkins 13471 Jul 22 07:11 go.sum [2020-07-22T07:11:59.584Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 22 07:10 internal [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 702 Jul 22 07:10 Jenkinsfile [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jul 22 07:10 LICENSE [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 880 Jul 22 07:10 Makefile [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 591 Jul 22 07:10 README.md [2020-07-22T07:11:59.584Z] drwxrwxr-x. 3 jenkins jenkins 44 Jul 22 07:10 .semver [2020-07-22T07:11:59.584Z] drwxrwxr-x. 2 jenkins jenkins 35 Jul 22 07:10 simulator [2020-07-22T07:11:59.584Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 22 07:10 snap [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 22 07:07 VERSION [2020-07-22T07:11:59.584Z] -rw-rw-r--. 1 jenkins jenkins 229 Jul 22 07:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:11:59.883Z] + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ede61610538096fa337aace8f825662d73a1e29e --label arch=amd64 --label version=1.2.2-dev.2 . [2020-07-22T07:11:59.883Z] Sending build context to Docker daemon 623.6kB [2020-07-22T07:11:59.883Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-07-22T07:11:59.883Z] Step 2/19 : FROM ${BASE} AS builder [2020-07-22T07:11:59.883Z] ---> 78574d39d4df [2020-07-22T07:11:59.883Z] Step 3/19 : ARG MAKE='make build' [2020-07-22T07:12:00.145Z] ---> Running in 82d3aae59a9c [2020-07-22T07:12:00.408Z] Removing intermediate container 82d3aae59a9c [2020-07-22T07:12:00.408Z] ---> 76d114e0a531 [2020-07-22T07:12:00.408Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T07:12:00.408Z] ---> Running in 95da9ff07bd8 [2020-07-22T07:12:01.353Z] Removing intermediate container 95da9ff07bd8 [2020-07-22T07:12:01.353Z] ---> c8735c987918 [2020-07-22T07:12:01.353Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-07-22T07:12:01.353Z] ---> Running in 27e3fbf0de0b [2020-07-22T07:12:01.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T07:12:02.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T07:12:02.820Z] OK: 237 MiB in 53 packages [2020-07-22T07:12:03.082Z] Removing intermediate container 27e3fbf0de0b [2020-07-22T07:12:03.083Z] ---> 4f8fc535d090 [2020-07-22T07:12:03.083Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-07-22T07:12:03.342Z] ---> Running in bffd20980569 [2020-07-22T07:12:03.342Z] Removing intermediate container bffd20980569 [2020-07-22T07:12:03.342Z] ---> 280fbbc18f87 [2020-07-22T07:12:03.342Z] Step 7/19 : COPY . . [2020-07-22T07:12:04.286Z] ---> e77845d7ca0c [2020-07-22T07:12:04.286Z] Step 8/19 : RUN ${MAKE} [2020-07-22T07:12:04.286Z] ---> Running in 929cbc05ffc4 [2020-07-22T07:12:04.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.2" -o cmd/device-modbus ./cmd [2020-07-22T07:12:08.820Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-07-22T07:12:09.795Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.201s coverage: 50.3% of statements [2020-07-22T07:12:10.068Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-22T07:12:13.124Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T07:12:15.484Z] gofmt -l . [2020-07-22T07:12:15.484Z] [ "`gofmt -l .`" = "" ] [2020-07-22T07:12:15.755Z] ./bin/test-attribution-txt.sh [2020-07-22T07:12:16.351Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-22T07:12:16.997Z] Warning: overwriting stash ‘coverage-report’ [2020-07-22T07:12:17.353Z] Removing intermediate container 929cbc05ffc4 [2020-07-22T07:12:17.353Z] ---> 26b01f505d02 [2020-07-22T07:12:17.353Z] Step 9/19 : FROM scratch [2020-07-22T07:12:17.353Z] ---> [2020-07-22T07:12:17.353Z] Step 10/19 : ENV APP_PORT=49991 [2020-07-22T07:12:17.353Z] ---> Running in 0ca414a08d52 [2020-07-22T07:12:17.353Z] Removing intermediate container 0ca414a08d52 [2020-07-22T07:12:17.353Z] ---> c882db5d5588 [2020-07-22T07:12:17.353Z] Step 11/19 : EXPOSE $APP_PORT [2020-07-22T07:12:17.353Z] ---> Running in e129ee1d3f07 [2020-07-22T07:12:17.353Z] Removing intermediate container e129ee1d3f07 [2020-07-22T07:12:17.353Z] ---> dae6fb70185e [2020-07-22T07:12:17.353Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-07-22T07:12:17.470Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T07:12:17.474Z] $ docker stop --time=1 52eacec22bdef6eaed0f8009d814e4174bebe881d6d8917853706feb9ab66a07 [2020-07-22T07:12:17.926Z] ---> cd0369192015 [2020-07-22T07:12:17.926Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-07-22T07:12:18.188Z] ---> 9b87b5a998f1 [2020-07-22T07:12:18.188Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-07-22T07:12:18.451Z] ---> 2e2bf05497de [2020-07-22T07:12:18.451Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-07-22T07:12:18.451Z] ---> Running in 6ff51a071083 [2020-07-22T07:12:18.712Z] Removing intermediate container 6ff51a071083 [2020-07-22T07:12:18.712Z] ---> 78f880bd3ec4 [2020-07-22T07:12:18.712Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T07:12:18.712Z] ---> Running in 44b02515b2b7 [2020-07-22T07:12:18.974Z] Removing intermediate container 44b02515b2b7 [2020-07-22T07:12:18.974Z] ---> b43710520596 [2020-07-22T07:12:18.974Z] Step 17/19 : LABEL arch=amd64 [2020-07-22T07:12:18.974Z] ---> Running in 8932e94b1913 [2020-07-22T07:12:18.974Z] Removing intermediate container 8932e94b1913 [2020-07-22T07:12:18.974Z] ---> 9411777d7ffe [2020-07-22T07:12:18.974Z] Step 18/19 : LABEL git_sha=ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:12:19.243Z] ---> Running in 58fd9648f591 [2020-07-22T07:12:19.243Z] Removing intermediate container 58fd9648f591 [2020-07-22T07:12:19.243Z] ---> 6180f9869151 [2020-07-22T07:12:19.243Z] Step 19/19 : LABEL version=1.2.2-dev.2 [2020-07-22T07:12:19.243Z] ---> Running in 376f611cab51 [2020-07-22T07:12:19.509Z] Removing intermediate container 376f611cab51 [2020-07-22T07:12:19.509Z] ---> 3d38dc240c69 [2020-07-22T07:12:19.509Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T07:12:19.509Z] Successfully built 3d38dc240c69 [2020-07-22T07:12:19.509Z] Successfully tagged docker-device-modbus-go:latest [2020-07-22T07:12:19.824Z] $ docker rm -f 52eacec22bdef6eaed0f8009d814e4174bebe881d6d8917853706feb9ab66a07 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-22T07:12:21.088Z] provisioning config files... [2020-07-22T07:12:21.135Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/16@tmp/config3330282032034731670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:12:21.278Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T07:12:21.487Z] nexus3.edgexfoundry.org:10001 [2020-07-22T07:12:21.693Z] + ls -al . [2020-07-22T07:12:21.693Z] total 140 [2020-07-22T07:12:21.693Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 07:12 . [2020-07-22T07:12:21.693Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 07:10 .. [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 22 07:10 .dockerignore [2020-07-22T07:12:21.693Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 07:10 .git [2020-07-22T07:12:21.693Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:10 .github [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 330 Jul 22 07:10 .gitignore [2020-07-22T07:12:21.693Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:10 .semver [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 5049 Jul 22 07:10 Attribution.txt [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 1422 Jul 22 07:10 Dockerfile [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 954 Jul 22 07:10 Dockerfile.build [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 702 Jul 22 07:10 Jenkinsfile [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 22 07:10 LICENSE [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 880 Jul 22 07:10 Makefile [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 591 Jul 22 07:10 README.md [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 22 07:07 VERSION [2020-07-22T07:12:21.693Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:10 bin [2020-07-22T07:12:21.693Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:10 cmd [2020-07-22T07:12:21.693Z] -rw-r--r-- 1 jenkins jenkins 22123 Jul 22 07:12 coverage.out [2020-07-22T07:12:21.693Z] -rw-r--r-- 1 jenkins jenkins 559 Jul 22 07:12 go.mod [2020-07-22T07:12:21.693Z] -rw-r--r-- 1 jenkins jenkins 13471 Jul 22 07:12 go.sum [2020-07-22T07:12:21.693Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 07:10 internal [2020-07-22T07:12:21.693Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 07:10 simulator [2020-07-22T07:12:21.693Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 07:10 snap [2020-07-22T07:12:21.693Z] -rw-rw-r-- 1 jenkins jenkins 229 Jul 22 07:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:21.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:12:21.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:12:21.749Z] Configure a credential helper to remove this warning. See [2020-07-22T07:12:21.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:12:21.749Z] [2020-07-22T07:12:21.749Z] Login Succeeded [2020-07-22T07:12:21.749Z] nexus3.edgexfoundry.org:10002 [2020-07-22T07:12:21.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:12:22.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:12:22.011Z] Configure a credential helper to remove this warning. See [2020-07-22T07:12:22.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:12:22.011Z] [2020-07-22T07:12:22.011Z] Login Succeeded [2020-07-22T07:12:22.011Z] nexus3.edgexfoundry.org:10003 [2020-07-22T07:12:22.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:12:22.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:12:22.011Z] Configure a credential helper to remove this warning. See [2020-07-22T07:12:22.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:12:22.011Z] [2020-07-22T07:12:22.011Z] Login Succeeded [2020-07-22T07:12:22.011Z] nexus3.edgexfoundry.org:10004 [2020-07-22T07:12:22.076Z] + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ede61610538096fa337aace8f825662d73a1e29e --label arch=arm64 --label version=1.2.2-dev.2 . [2020-07-22T07:12:22.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:12:22.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:12:22.277Z] Configure a credential helper to remove this warning. See [2020-07-22T07:12:22.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:12:22.277Z] [2020-07-22T07:12:22.277Z] Login Succeeded [2020-07-22T07:12:22.277Z] docker.io [2020-07-22T07:12:22.364Z] Sending build context to Docker daemon 623.6kB [2020-07-22T07:12:22.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:12:22.640Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-07-22T07:12:22.640Z] Step 2/19 : FROM ${BASE} AS builder [2020-07-22T07:12:22.640Z] ---> 0a5a0a13ebc2 [2020-07-22T07:12:22.640Z] Step 3/19 : ARG MAKE='make build' [2020-07-22T07:12:22.640Z] ---> Running in 517f3ac51219 [2020-07-22T07:12:22.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:12:22.800Z] Configure a credential helper to remove this warning. See [2020-07-22T07:12:22.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:12:22.800Z] [2020-07-22T07:12:22.800Z] Login Succeeded [Pipeline] } [2020-07-22T07:12:22.809Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T07:12:22.981Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-07-22T07:12:22.981Z] ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:12:22.981Z] latest [2020-07-22T07:12:22.981Z] 1.2.2-dev.2 [2020-07-22T07:12:22.981Z] ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [2020-07-22T07:12:22.981Z] master [2020-07-22T07:12:22.981Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:23.236Z] Removing intermediate container 517f3ac51219 [2020-07-22T07:12:23.236Z] ---> f0bbc05568be [2020-07-22T07:12:23.236Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T07:12:23.236Z] ---> Running in 5f9052f3c050 [2020-07-22T07:12:23.423Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:23.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:12:23.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-22T07:12:23.715Z] f83a962f51c8: Preparing [2020-07-22T07:12:23.715Z] d2413d11dd5e: Preparing [2020-07-22T07:12:23.715Z] 02f3da7a45f4: Preparing [2020-07-22T07:12:23.715Z] f83a962f51c8: Pushed [2020-07-22T07:12:23.715Z] d2413d11dd5e: Pushed [2020-07-22T07:12:24.657Z] 02f3da7a45f4: Pushed [2020-07-22T07:12:24.918Z] ede61610538096fa337aace8f825662d73a1e29e: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:25.216Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:25.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-07-22T07:12:25.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-22T07:12:25.519Z] f83a962f51c8: Preparing [2020-07-22T07:12:25.519Z] d2413d11dd5e: Preparing [2020-07-22T07:12:25.519Z] 02f3da7a45f4: Preparing [2020-07-22T07:12:25.519Z] f83a962f51c8: Layer already exists [2020-07-22T07:12:25.519Z] 02f3da7a45f4: Layer already exists [2020-07-22T07:12:25.519Z] d2413d11dd5e: Layer already exists [2020-07-22T07:12:25.519Z] latest: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:25.820Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:25.851Z] Removing intermediate container 5f9052f3c050 [2020-07-22T07:12:25.851Z] ---> d471fcced118 [2020-07-22T07:12:25.851Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-07-22T07:12:25.851Z] ---> Running in 33e22ac096df [2020-07-22T07:12:26.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.2 [2020-07-22T07:12:26.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-22T07:12:26.112Z] f83a962f51c8: Preparing [2020-07-22T07:12:26.112Z] d2413d11dd5e: Preparing [2020-07-22T07:12:26.112Z] 02f3da7a45f4: Preparing [2020-07-22T07:12:26.112Z] f83a962f51c8: Layer already exists [2020-07-22T07:12:26.112Z] d2413d11dd5e: Layer already exists [2020-07-22T07:12:26.113Z] 02f3da7a45f4: Layer already exists [2020-07-22T07:12:26.113Z] 1.2.2-dev.2: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:26.411Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:26.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [2020-07-22T07:12:26.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-22T07:12:26.707Z] f83a962f51c8: Preparing [2020-07-22T07:12:26.707Z] d2413d11dd5e: Preparing [2020-07-22T07:12:26.707Z] 02f3da7a45f4: Preparing [2020-07-22T07:12:26.707Z] 02f3da7a45f4: Layer already exists [2020-07-22T07:12:26.707Z] d2413d11dd5e: Layer already exists [2020-07-22T07:12:26.707Z] f83a962f51c8: Layer already exists [2020-07-22T07:12:26.707Z] ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:27.009Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:12:27.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T07:12:27.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-07-22T07:12:27.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-22T07:12:27.304Z] f83a962f51c8: Preparing [2020-07-22T07:12:27.304Z] d2413d11dd5e: Preparing [2020-07-22T07:12:27.304Z] 02f3da7a45f4: Preparing [2020-07-22T07:12:27.304Z] 02f3da7a45f4: Layer already exists [2020-07-22T07:12:27.304Z] f83a962f51c8: Layer already exists [2020-07-22T07:12:27.304Z] d2413d11dd5e: Layer already exists [2020-07-22T07:12:27.304Z] master: digest: sha256:d2c5d966e2b0df39fd59cb5426292e122cb281810ee3d5760a70fd99a0e40f88 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T07:12:27.469Z] ===================================================== [Pipeline] echo [2020-07-22T07:12:27.507Z] taggedImages: [2020-07-22T07:12:27.507Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:12:27.507Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-07-22T07:12:27.507Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.2 [2020-07-22T07:12:27.507Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [2020-07-22T07:12:27.507Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T07:12:28.163Z] ++ find /w/workspace/device-modbus-go/16 [2020-07-22T07:12:28.163Z] ++ grep snapcraft.yaml [2020-07-22T07:12:28.163Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/16/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [2020-07-22T07:12:28.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] configFileProvider [2020-07-22T07:12:28.266Z] provisioning config files... [2020-07-22T07:12:28.275Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/16@tmp/config4082213396252081150tmp [Pipeline] { [Pipeline] sh [2020-07-22T07:12:28.631Z] + cp /w/workspace/device-modbus-go/16@tmp/config4082213396252081150tmp /w/workspace/device-modbus-go/16/edgex-snap-store-login [Pipeline] sh [2020-07-22T07:12:28.933Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/16:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-22T07:12:28.934Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-22T07:12:28.934Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-22T07:12:28.934Z] a1125296b23d: Pulling fs layer [2020-07-22T07:12:28.934Z] 3c742a4a0f38: Pulling fs layer [2020-07-22T07:12:28.934Z] 4c5ea3b32996: Pulling fs layer [2020-07-22T07:12:28.934Z] 1b4be91ead68: Pulling fs layer [2020-07-22T07:12:28.934Z] 9224317f5338: Pulling fs layer [2020-07-22T07:12:28.934Z] a1d4acd2f81e: Pulling fs layer [2020-07-22T07:12:28.934Z] de16526aea4f: Pulling fs layer [2020-07-22T07:12:28.934Z] 98d9a47ff92f: Pulling fs layer [2020-07-22T07:12:28.934Z] f00a2f7e41d2: Pulling fs layer [2020-07-22T07:12:28.934Z] 1b4be91ead68: Waiting [2020-07-22T07:12:28.934Z] 9224317f5338: Waiting [2020-07-22T07:12:28.934Z] a1d4acd2f81e: Waiting [2020-07-22T07:12:28.934Z] de16526aea4f: Waiting [2020-07-22T07:12:28.934Z] 98d9a47ff92f: Waiting [2020-07-22T07:12:28.934Z] f00a2f7e41d2: Waiting [2020-07-22T07:12:28.934Z] 4c5ea3b32996: Download complete [2020-07-22T07:12:28.934Z] 3c742a4a0f38: Verifying Checksum [2020-07-22T07:12:28.934Z] 3c742a4a0f38: Download complete [2020-07-22T07:12:28.934Z] 1b4be91ead68: Download complete [2020-07-22T07:12:28.934Z] a1d4acd2f81e: Verifying Checksum [2020-07-22T07:12:28.934Z] a1d4acd2f81e: Download complete [2020-07-22T07:12:28.934Z] de16526aea4f: Verifying Checksum [2020-07-22T07:12:28.934Z] de16526aea4f: Download complete [2020-07-22T07:12:28.934Z] 98d9a47ff92f: Verifying Checksum [2020-07-22T07:12:28.934Z] 98d9a47ff92f: Download complete [2020-07-22T07:12:28.934Z] f00a2f7e41d2: Verifying Checksum [2020-07-22T07:12:28.934Z] f00a2f7e41d2: Download complete [2020-07-22T07:12:29.195Z] a1125296b23d: Verifying Checksum [2020-07-22T07:12:29.195Z] a1125296b23d: Download complete [2020-07-22T07:12:29.221Z] OK: 221 MiB in 53 packages [2020-07-22T07:12:30.198Z] Removing intermediate container 33e22ac096df [2020-07-22T07:12:30.198Z] ---> 5320f2ae0229 [2020-07-22T07:12:30.198Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-07-22T07:12:30.198Z] ---> Running in df36868976c7 [2020-07-22T07:12:30.792Z] Removing intermediate container df36868976c7 [2020-07-22T07:12:30.792Z] ---> c89269f5aef1 [2020-07-22T07:12:30.792Z] Step 7/19 : COPY . . [2020-07-22T07:12:31.769Z] ---> d1f498fcdecb [2020-07-22T07:12:31.769Z] Step 8/19 : RUN ${MAKE} [2020-07-22T07:12:31.769Z] ---> Running in 3c0811be81ed [2020-07-22T07:12:33.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.2" -o cmd/device-modbus ./cmd [2020-07-22T07:12:34.528Z] 9224317f5338: Verifying Checksum [2020-07-22T07:12:34.528Z] 9224317f5338: Download complete [2020-07-22T07:12:34.528Z] a1125296b23d: Pull complete [2020-07-22T07:12:34.789Z] 3c742a4a0f38: Pull complete [2020-07-22T07:12:35.050Z] 4c5ea3b32996: Pull complete [2020-07-22T07:12:35.050Z] 1b4be91ead68: Pull complete [2020-07-22T07:13:00.028Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T07:13:04.324Z] Removing intermediate container 3c0811be81ed [2020-07-22T07:13:04.324Z] ---> bb29c8db162a [2020-07-22T07:13:04.324Z] Step 9/19 : FROM scratch [2020-07-22T07:13:04.324Z] ---> [2020-07-22T07:13:04.325Z] Step 10/19 : ENV APP_PORT=49991 [2020-07-22T07:13:04.325Z] ---> Running in 4805e1efc913 [2020-07-22T07:13:04.597Z] Removing intermediate container 4805e1efc913 [2020-07-22T07:13:04.597Z] ---> 3189af67db79 [2020-07-22T07:13:04.597Z] Step 11/19 : EXPOSE $APP_PORT [2020-07-22T07:13:04.597Z] ---> Running in 9100b9445abf [2020-07-22T07:13:05.189Z] Removing intermediate container 9100b9445abf [2020-07-22T07:13:05.189Z] ---> 5741d2ef4a40 [2020-07-22T07:13:05.189Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-07-22T07:13:06.166Z] ---> 900c0d4002e7 [2020-07-22T07:13:06.166Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-07-22T07:13:07.143Z] ---> 9dd045ad7ae7 [2020-07-22T07:13:07.143Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-07-22T07:13:07.231Z] 9224317f5338: Pull complete [2020-07-22T07:13:07.231Z] a1d4acd2f81e: Pull complete [2020-07-22T07:13:07.231Z] de16526aea4f: Pull complete [2020-07-22T07:13:07.231Z] 98d9a47ff92f: Pull complete [2020-07-22T07:13:07.231Z] f00a2f7e41d2: Pull complete [2020-07-22T07:13:07.231Z] Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 [2020-07-22T07:13:07.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-22T07:13:07.737Z] ---> 1c86b27b0ee9 [2020-07-22T07:13:07.737Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-07-22T07:13:07.737Z] ---> Running in 39481eb72023 [2020-07-22T07:13:08.329Z] Removing intermediate container 39481eb72023 [2020-07-22T07:13:08.329Z] ---> 93c753f33f04 [2020-07-22T07:13:08.329Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T07:13:08.329Z] ---> Running in 3d692c35db38 [2020-07-22T07:13:08.923Z] Removing intermediate container 3d692c35db38 [2020-07-22T07:13:08.923Z] ---> 6d413f739a4d [2020-07-22T07:13:08.923Z] Step 17/19 : LABEL arch=arm64 [2020-07-22T07:13:08.923Z] ---> Running in 9ec350387a46 [2020-07-22T07:13:09.148Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-22T07:13:09.148Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-22T07:13:09.148Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-22T07:13:09.148Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [94.6 kB] [2020-07-22T07:13:09.148Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [870 kB] [2020-07-22T07:13:09.408Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1018 kB] [2020-07-22T07:13:09.408Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-22T07:13:09.408Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-22T07:13:09.515Z] Removing intermediate container 9ec350387a46 [2020-07-22T07:13:09.515Z] ---> 3313c9def8b8 [2020-07-22T07:13:09.515Z] Step 18/19 : LABEL git_sha=ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:13:09.515Z] ---> Running in 8d92f0b2c5fe [2020-07-22T07:13:09.677Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-22T07:13:09.677Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1409 kB] [2020-07-22T07:13:09.795Z] Removing intermediate container 8d92f0b2c5fe [2020-07-22T07:13:09.795Z] ---> aaf3f0784a28 [2020-07-22T07:13:09.795Z] Step 19/19 : LABEL version=1.2.2-dev.2 [2020-07-22T07:13:09.939Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [111 kB] [2020-07-22T07:13:09.939Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1321 kB] [2020-07-22T07:13:10.072Z] ---> Running in 6b8f0f9863ce [2020-07-22T07:13:10.200Z] Fetched 5098 kB in 1s (3558 kB/s) [2020-07-22T07:13:10.344Z] Removing intermediate container 6b8f0f9863ce [2020-07-22T07:13:10.344Z] ---> d651bd5ae371 [2020-07-22T07:13:10.344Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T07:13:10.614Z] Successfully built d651bd5ae371 [2020-07-22T07:13:10.614Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-22T07:13:10.956Z] provisioning config files... [2020-07-22T07:13:10.992Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/16@tmp/config7179187082670970488tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:13:11.373Z] nexus3.edgexfoundry.org:10001 [2020-07-22T07:13:11.594Z] Reading package lists... [2020-07-22T07:13:11.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:13:11.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:13:11.920Z] Configure a credential helper to remove this warning. See [2020-07-22T07:13:11.920Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:13:11.920Z] [2020-07-22T07:13:11.920Z] Login Succeeded [2020-07-22T07:13:11.920Z] nexus3.edgexfoundry.org:10002 [2020-07-22T07:13:12.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:13:12.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:13:12.463Z] Configure a credential helper to remove this warning. See [2020-07-22T07:13:12.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:13:12.463Z] [2020-07-22T07:13:12.463Z] Login Succeeded [2020-07-22T07:13:12.463Z] nexus3.edgexfoundry.org:10003 [2020-07-22T07:13:12.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:13:13.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:13:13.014Z] Configure a credential helper to remove this warning. See [2020-07-22T07:13:13.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:13:13.014Z] [2020-07-22T07:13:13.014Z] Login Succeeded [2020-07-22T07:13:13.014Z] nexus3.edgexfoundry.org:10004 [2020-07-22T07:13:13.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:13:13.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:13:13.558Z] Configure a credential helper to remove this warning. See [2020-07-22T07:13:13.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:13:13.558Z] [2020-07-22T07:13:13.558Z] Login Succeeded [2020-07-22T07:13:13.558Z] docker.io [2020-07-22T07:13:14.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T07:13:14.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T07:13:14.419Z] Configure a credential helper to remove this warning. See [2020-07-22T07:13:14.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T07:13:14.419Z] [2020-07-22T07:13:14.419Z] Login Succeeded [Pipeline] } [2020-07-22T07:13:14.435Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T07:13:14.590Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-07-22T07:13:14.590Z] ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:13:14.590Z] latest [2020-07-22T07:13:14.590Z] 1.2.2-dev.2 [2020-07-22T07:13:14.590Z] ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [2020-07-22T07:13:14.590Z] master [2020-07-22T07:13:14.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:15.054Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:15.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:13:15.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-22T07:13:15.404Z] 939aed9d89db: Preparing [2020-07-22T07:13:15.404Z] bfb1d2c86675: Preparing [2020-07-22T07:13:15.404Z] 77711c553367: Preparing [2020-07-22T07:13:15.680Z] bfb1d2c86675: Pushed [2020-07-22T07:13:15.680Z] 939aed9d89db: Pushed [2020-07-22T07:13:15.969Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-07-22T07:13:16.265Z] 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-22T07:13:16.265Z] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-07-22T07:13:16.265Z] 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 [2020-07-22T07:13:18.148Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 50% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T07:13:18.287Z] 77711c553367: Pushed [2020-07-22T07:13:18.287Z] ede61610538096fa337aace8f825662d73a1e29e: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:18.623Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:18.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-07-22T07:13:18.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-22T07:13:18.956Z] 939aed9d89db: Preparing [2020-07-22T07:13:18.956Z] bfb1d2c86675: Preparing [2020-07-22T07:13:18.956Z] 77711c553367: Preparing [2020-07-22T07:13:18.956Z] bfb1d2c86675: Layer already exists [2020-07-22T07:13:18.956Z] 77711c553367: Layer already exists [2020-07-22T07:13:18.956Z] 939aed9d89db: Layer already exists [2020-07-22T07:13:19.226Z] latest: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:19.560Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:19.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.2 [2020-07-22T07:13:19.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-22T07:13:19.893Z] 939aed9d89db: Preparing [2020-07-22T07:13:19.893Z] bfb1d2c86675: Preparing [2020-07-22T07:13:19.893Z] 77711c553367: Preparing [2020-07-22T07:13:19.893Z] bfb1d2c86675: Layer already exists [2020-07-22T07:13:19.893Z] 77711c553367: Layer already exists [2020-07-22T07:13:19.893Z] 939aed9d89db: Layer already exists [2020-07-22T07:13:20.063Z] 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 [2020-07-22T07:13:20.164Z] 1.2.2-dev.2: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:20.498Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:20.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [2020-07-22T07:13:20.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-22T07:13:20.830Z] 939aed9d89db: Preparing [2020-07-22T07:13:20.830Z] bfb1d2c86675: Preparing [2020-07-22T07:13:20.830Z] 77711c553367: Preparing [2020-07-22T07:13:20.830Z] bfb1d2c86675: Layer already exists [2020-07-22T07:13:20.830Z] 939aed9d89db: Layer already exists [2020-07-22T07:13:20.830Z] 77711c553367: Layer already exists [2020-07-22T07:13:21.102Z] ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:21.436Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:13:21.678Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 47% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T07:13:21.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-07-22T07:13:21.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-22T07:13:21.766Z] 939aed9d89db: Preparing [2020-07-22T07:13:21.766Z] bfb1d2c86675: Preparing [2020-07-22T07:13:21.766Z] 77711c553367: Preparing [2020-07-22T07:13:21.766Z] 939aed9d89db: Layer already exists [2020-07-22T07:13:21.766Z] 77711c553367: Layer already exists [2020-07-22T07:13:21.766Z] bfb1d2c86675: Layer already exists [2020-07-22T07:13:21.938Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 7% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-07-22T07:13:21.938Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-22T07:13:22.039Z] master: digest: sha256:c2c5d2ba647cccc764d05cf87834e8ed2a68ec07c799037d3b3b3c121e7fc123 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-07-22T07:13:22.198Z] The following packages were automatically installed and are no longer required: [2020-07-22T07:13:22.198Z] libjq1 libonig4 [2020-07-22T07:13:22.198Z] Use 'sudo apt autoremove' to remove them. [2020-07-22T07:13:22.198Z] Suggested packages: [2020-07-22T07:13:22.198Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-22T07:13:22.198Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-07-22T07:13:22.198Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-22T07:13:22.198Z] | libterm-readline-perl-perl [Pipeline] echo [2020-07-22T07:13:22.220Z] ===================================================== [Pipeline] echo [2020-07-22T07:13:22.259Z] taggedImages: [2020-07-22T07:13:22.259Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:13:22.259Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-07-22T07:13:22.259Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.2 [2020-07-22T07:13:22.259Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e-1.2.2-dev.2 [2020-07-22T07:13:22.259Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-07-22T07:13:22.458Z] The following NEW packages will be installed: [2020-07-22T07:13:22.458Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-07-22T07:13:22.458Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-22T07:13:22.458Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-07-22T07:13:22.458Z] Need to get 12.0 MB of archives. [2020-07-22T07:13:22.458Z] After this operation, 77.5 MB of additional disk space will be used. [2020-07-22T07:13:22.458Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T07:13:22.838Z] + find /w/workspace/device-modbus-go/16 [2020-07-22T07:13:22.838Z] + grep snapcraft.yaml [2020-07-22T07:13:22.838Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/16/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T07:13:22.975Z] provisioning config files... [2020-07-22T07:13:22.993Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/16@tmp/config3653426436575075290tmp [Pipeline] { [Pipeline] sh [2020-07-22T07:13:23.295Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 698 kB/2763 kB 25%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-22T07:13:23.295Z] 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] [2020-07-22T07:13:23.295Z] 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-22T07:13:23.362Z] + cp /w/workspace/device-modbus-go/16@tmp/config3653426436575075290tmp /w/workspace/device-modbus-go/16/edgex-snap-store-login [Pipeline] sh [2020-07-22T07:13:23.557Z] 23% [4 libperl5.26 22.2 kB/3527 kB 1%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-22T07:13:23.557Z] 48% [5 perl 65.5 kB/201 kB 33%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-22T07:13:23.557Z] 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] [2020-07-22T07:13:23.557Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-22T07:13:23.557Z] 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-22T07:13:23.557Z] 57% [9 libcurl3-gnutls 6774 B/212 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-22T07:13:23.557Z] 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] [2020-07-22T07:13:23.557Z] 61% [11 git-man 32.8 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-22T07:13:23.557Z] 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] [2020-07-22T07:13:23.557Z] 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] [2020-07-22T07:13:23.557Z] 98% [14 patch 9563 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9117 kB/s) [2020-07-22T07:13:23.703Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/16:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-22T07:13:23.703Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-22T07:13:23.703Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-22T07:13:23.703Z] 68fe03cb170d: Pulling fs layer [2020-07-22T07:13:23.703Z] 18959295effb: Pulling fs layer [2020-07-22T07:13:23.703Z] 51118fb70ce3: Pulling fs layer [2020-07-22T07:13:23.703Z] 409a5d9eae93: Pulling fs layer [2020-07-22T07:13:23.703Z] 76e762919bd5: Pulling fs layer [2020-07-22T07:13:23.703Z] 8ed2c1ec22f6: Pulling fs layer [2020-07-22T07:13:23.703Z] 7f90baa40d9b: Pulling fs layer [2020-07-22T07:13:23.703Z] e1aa5cc854c1: Pulling fs layer [2020-07-22T07:13:23.703Z] b0d1d86f3456: Pulling fs layer [2020-07-22T07:13:23.703Z] 8ed2c1ec22f6: Waiting [2020-07-22T07:13:23.703Z] 7f90baa40d9b: Waiting [2020-07-22T07:13:23.703Z] e1aa5cc854c1: Waiting [2020-07-22T07:13:23.703Z] b0d1d86f3456: Waiting [2020-07-22T07:13:23.703Z] 409a5d9eae93: Waiting [2020-07-22T07:13:23.703Z] 76e762919bd5: Waiting [2020-07-22T07:13:23.974Z] 18959295effb: Download complete [2020-07-22T07:13:23.974Z] 51118fb70ce3: Verifying Checksum [2020-07-22T07:13:23.974Z] 51118fb70ce3: Download complete [2020-07-22T07:13:23.974Z] 409a5d9eae93: Download complete [2020-07-22T07:13:23.974Z] 8ed2c1ec22f6: Download complete [2020-07-22T07:13:23.974Z] 7f90baa40d9b: Verifying Checksum [2020-07-22T07:13:23.974Z] 7f90baa40d9b: Download complete [2020-07-22T07:13:23.974Z] e1aa5cc854c1: Verifying Checksum [2020-07-22T07:13:23.974Z] e1aa5cc854c1: Download complete [2020-07-22T07:13:23.974Z] b0d1d86f3456: Download complete [2020-07-22T07:13:24.129Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-22T07:13:24.129Z] Selecting previously unselected package perl-modules-5.26. [2020-07-22T07:13:24.129Z] (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.) [2020-07-22T07:13:24.129Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-22T07:13:24.389Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:24.952Z] 68fe03cb170d: Verifying Checksum [2020-07-22T07:13:24.952Z] 68fe03cb170d: Download complete [2020-07-22T07:13:26.935Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-22T07:13:26.935Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-22T07:13:26.935Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-22T07:13:26.935Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-22T07:13:26.935Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-22T07:13:26.935Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-22T07:13:27.196Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-22T07:13:27.196Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-22T07:13:27.196Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:27.580Z] 68fe03cb170d: Pull complete [2020-07-22T07:13:28.175Z] 18959295effb: Pull complete [2020-07-22T07:13:28.449Z] 51118fb70ce3: Pull complete [2020-07-22T07:13:28.583Z] Selecting previously unselected package perl. [2020-07-22T07:13:28.583Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-22T07:13:28.583Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:28.583Z] Selecting previously unselected package less. [2020-07-22T07:13:28.583Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-07-22T07:13:28.583Z] Unpacking less (487-0.1) ... [2020-07-22T07:13:28.718Z] 409a5d9eae93: Pull complete [2020-07-22T07:13:28.846Z] Selecting previously unselected package netbase. [2020-07-22T07:13:28.846Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-07-22T07:13:28.846Z] Unpacking netbase (5.4) ... [2020-07-22T07:13:28.846Z] Selecting previously unselected package curl. [2020-07-22T07:13:28.846Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-22T07:13:28.846Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-22T07:13:28.846Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-22T07:13:28.846Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-22T07:13:28.846Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-22T07:13:29.107Z] Selecting previously unselected package liberror-perl. [2020-07-22T07:13:29.107Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-07-22T07:13:29.107Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-22T07:13:29.107Z] Selecting previously unselected package git-man. [2020-07-22T07:13:29.107Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-22T07:13:29.107Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:13:29.367Z] Selecting previously unselected package git. [2020-07-22T07:13:29.367Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-22T07:13:29.367Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:13:29.939Z] Selecting previously unselected package make. [2020-07-22T07:13:29.939Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-22T07:13:29.939Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-22T07:13:29.939Z] Selecting previously unselected package patch. [2020-07-22T07:13:29.939Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-22T07:13:29.939Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-22T07:13:30.200Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:13:30.200Z] Setting up less (487-0.1) ... [2020-07-22T07:13:30.200Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-22T07:13:30.200Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-22T07:13:30.461Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-22T07:13:30.461Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:30.461Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-22T07:13:30.461Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-22T07:13:30.461Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-22T07:13:30.461Z] Setting up netbase (5.4) ... [2020-07-22T07:13:30.461Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:30.461Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-22T07:13:30.461Z] Setting up liberror-perl (0.17025-1) ... [2020-07-22T07:13:30.723Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:13:30.723Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-22T07:13:30.984Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-22T07:13:32.897Z] curl set to automatically installed. [2020-07-22T07:13:32.897Z] git set to automatically installed. [2020-07-22T07:13:32.897Z] git-man set to automatically installed. [2020-07-22T07:13:32.897Z] less set to automatically installed. [2020-07-22T07:13:32.897Z] libcurl3-gnutls set to automatically installed. [2020-07-22T07:13:32.897Z] liberror-perl set to automatically installed. [2020-07-22T07:13:32.897Z] libgdbm-compat4 set to automatically installed. [2020-07-22T07:13:32.897Z] libgdbm5 set to automatically installed. [2020-07-22T07:13:32.897Z] libperl5.26 set to automatically installed. [2020-07-22T07:13:32.897Z] make set to automatically installed. [2020-07-22T07:13:32.897Z] netbase set to automatically installed. [2020-07-22T07:13:32.897Z] patch set to automatically installed. [2020-07-22T07:13:32.897Z] perl set to automatically installed. [2020-07-22T07:13:32.897Z] perl-modules-5.26 set to automatically installed. [2020-07-22T07:13:32.897Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-22T07:13:32.897Z] Please ensure the environment is properly setup before continuing. [2020-07-22T07:13:32.897Z] Ignore this message if the appropriate measures have already been taken [2020-07-22T07:13:33.468Z] Pulling go  [2020-07-22T07:13:34.102Z] 76e762919bd5: Download complete [2020-07-22T07:13:34.411Z] 'device-modbus' has dependencies that need to be staged: go [2020-07-22T07:13:34.411Z] Skipping pull go (already ran) [2020-07-22T07:13:34.411Z] Building go  [2020-07-22T07:13:34.411Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-22T07:13:34.411Z] Dload Upload Total Spent Left Speed [2020-07-22T07:13:36.584Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 114M 5 6495k 0 0 22.1M 0 0:00:05 --:--:-- 0:00:05 22.1M 57 114M 57 66.1M 0 0 51.6M 0 0:00:02 0:00:01 0:00:01 51.5M 100 114M 100 114M 0 0 54.8M 0 0:00:02 0:00:02 --:--:-- 54.8M [2020-07-22T07:13:37.537Z] go1.13.5.linux-amd64.tar.gz: OK [2020-07-22T07:13:45.695Z] Staging go  [2020-07-22T07:13:47.085Z] Pulling device-modbus  [2020-07-22T07:13:48.034Z] Skipping build go (already ran) [2020-07-22T07:13:48.034Z] Building device-modbus  [2020-07-22T07:13:48.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.2" -o cmd/device-modbus ./cmd [2020-07-22T07:13:49.420Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:13:49.420Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-07-22T07:13:49.420Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:13:49.420Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-07-22T07:13:49.420Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:13:49.420Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:13:49.420Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-07-22T07:13:49.420Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-07-22T07:13:49.420Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:13:49.420Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-22T07:13:49.420Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-22T07:13:49.420Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-07-22T07:13:49.420Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-22T07:13:49.420Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:13:49.420Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:13:49.420Z] go: downloading github.com/pkg/errors v0.8.1 [2020-07-22T07:13:49.420Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:13:49.420Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:13:49.420Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:13:49.420Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:13:49.420Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:13:49.420Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:13:49.420Z] go: extracting github.com/pkg/errors v0.8.1 [2020-07-22T07:13:49.420Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:13:49.420Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:13:49.420Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:13:49.420Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:13:49.420Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:13:49.420Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-22T07:13:49.420Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-22T07:13:49.420Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:13:49.420Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:13:49.420Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-22T07:13:49.420Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:13:49.420Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:13:49.420Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:13:49.420Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:13:49.420Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:13:49.420Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:13:49.420Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:13:49.420Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:13:49.420Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-22T07:13:49.420Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:13:49.420Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:13:49.420Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:13:49.420Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:13:49.680Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:13:49.680Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-22T07:13:49.680Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:13:49.680Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:13:49.680Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:13:49.680Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:13:49.680Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-07-22T07:13:49.681Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-07-22T07:13:49.681Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:13:49.943Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:13:49.943Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-07-22T07:13:49.943Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T07:13:49.943Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:13:49.943Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T07:13:49.943Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T07:13:49.943Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:13:49.943Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:13:49.943Z] go: finding github.com/goburrow/serial v0.1.0 [2020-07-22T07:13:49.943Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T07:13:49.943Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:13:49.943Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:13:49.943Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:13:49.943Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:13:49.943Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:13:49.943Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T07:13:49.943Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:13:49.943Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:13:49.943Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:13:49.943Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:13:49.943Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:13:49.943Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:13:49.943Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:13:49.943Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:13:49.943Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:13:49.943Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T07:13:49.943Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:13:49.943Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:13:50.209Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:13:50.209Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-07-22T07:14:00.342Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T07:14:03.644Z] Skipping stage go (already ran) [2020-07-22T07:14:03.644Z] Staging device-modbus  [2020-07-22T07:14:04.587Z] Priming go  [2020-07-22T07:14:05.530Z] Priming device-modbus  [2020-07-22T07:14:06.473Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-07-22T07:14:06.473Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-07-22T07:14:06.473Z] Determining the version from the project repo (version-script). [2020-07-22T07:14:06.473Z] The version has been set to '1.2.2-dev.2-20200722+ede6161' [2020-07-22T07:14:07.839Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-07-22T07:14:07.839Z] Snapped edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap [2020-07-22T07:14:11.154Z] [2020-07-22T07:14:11.154Z] Login successful. You now have these capabilities: [2020-07-22T07:14:11.154Z]  [2020-07-22T07:14:11.414Z] snaps: No restriction [2020-07-22T07:14:11.414Z] channels: No restriction [2020-07-22T07:14:11.414Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-22T07:14:11.414Z] expires: 2021-07-14T18:21:36.256372 [2020-07-22T07:14:11.414Z]  [2020-07-22T07:14:12.362Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-22T07:14:12.362Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-22T07:14:12.362Z] Preparing to upload 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap'. [2020-07-22T07:14:12.362Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-22T07:14:12.362Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-22T07:14:13.089Z] 76e762919bd5: Pull complete [2020-07-22T07:14:13.089Z] 8ed2c1ec22f6: Pull complete [2020-07-22T07:14:13.089Z] 7f90baa40d9b: Pull complete [2020-07-22T07:14:13.089Z] e1aa5cc854c1: Pull complete [2020-07-22T07:14:13.089Z] b0d1d86f3456: Pull complete [2020-07-22T07:14:13.089Z] Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab [2020-07-22T07:14:13.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-22T07:14:14.241Z] Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [] 100% [2020-07-22T07:14:18.488Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-22T07:14:18.488Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-22T07:14:18.488Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-22T07:14:18.488Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-22T07:14:18.760Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3463 B] [2020-07-22T07:14:18.760Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1250 kB] [2020-07-22T07:14:19.734Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [912 kB] [2020-07-22T07:14:20.004Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [762 kB] [2020-07-22T07:14:20.275Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [637 kB] [2020-07-22T07:14:20.867Z] Fetched 3817 kB in 3s (1293 kB/s) [2020-07-22T07:14:25.156Z] Reading package lists... [2020-07-22T07:14:29.403Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| [2020-07-22T07:14:29.403Z] released [2020-07-22T07:14:29.403Z] Revision 1275 of 'edgex-device-modbus' created. [2020-07-22T07:14:30.348Z] Track Arch Channel Version Revision [2020-07-22T07:14:30.348Z] latest amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-07-22T07:14:30.348Z] candidate 1.2.1-20200612+fdf900d 1255 [2020-07-22T07:14:30.348Z] beta 1.2.1-20200612+fdf900d 1255 [2020-07-22T07:14:30.348Z] edge 1.2.2-dev.2-20200722+ede6161 1275 [2020-07-22T07:14:30.348Z] edinburgh amd64 stable - - [2020-07-22T07:14:30.348Z] candidate - - [2020-07-22T07:14:30.348Z] beta 1.0.0-20190626+739f7ef 112 [2020-07-22T07:14:30.348Z] edge 1.0.0-20200103+c777f31 956 [2020-07-22T07:14:30.348Z] fuji amd64 stable 1.1.1-20200228+37c94ae 1087 [2020-07-22T07:14:30.348Z] candidate ↑ ↑ [2020-07-22T07:14:30.348Z] beta 1.1.1-20200228+37c94ae 1087 [2020-07-22T07:14:30.348Z] edge 1.1.1-20200422+37c94ae 1193 [2020-07-22T07:14:30.348Z] geneva amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-07-22T07:14:30.348Z] candidate ↑ ↑ [2020-07-22T07:14:30.348Z] beta ↑ ↑ [2020-07-22T07:14:30.348Z] edge ↑ ↑ [2020-07-22T07:14:31.295Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-22T07:14:31.295Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-22T07:14:31.295Z] Uploading metadata from 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_amd64.snap' [2020-07-22T07:14:35.511Z] The metadata has been uploaded [Pipeline] } [2020-07-22T07:14:35.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T07:14:37.529Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-22T07:14:37.529Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-07-22T07:14:37.529Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-07-22T07:14:37.802Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-07-22T07:14:43.007Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T07:14:49.699Z] 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 [2020-07-22T07:14:53.812Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-07-22T07:14:54.627Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree [2020-07-22T07:14:54.627Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-22T07:14:55.600Z] The following packages were automatically installed and are no longer required: [2020-07-22T07:14:55.600Z] libjq1 libonig4 [2020-07-22T07:14:55.600Z] Use 'sudo apt autoremove' to remove them. [2020-07-22T07:14:55.600Z] Suggested packages: [2020-07-22T07:14:55.600Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-22T07:14:55.600Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-07-22T07:14:55.600Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-22T07:14:55.600Z] | libterm-readline-perl-perl [2020-07-22T07:14:55.871Z] The following NEW packages will be installed: [2020-07-22T07:14:55.871Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-07-22T07:14:55.871Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-22T07:14:55.871Z] 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. [2020-07-22T07:14:55.871Z] Need to get 10.8 MB of archives. [2020-07-22T07:14:55.871Z] After this operation, 73.6 MB of additional disk space will be used. [2020-07-22T07:14:56.140Z] 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] [2020-07-22T07:14:57.595Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 4% [1 perl-modules-5.26 506 kB/2763 kB 18%] 12% [1 perl-modules-5.26 1624 kB/2763 kB 59%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-22T07:14:57.595Z] 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-22T07:14:57.595Z] 24% [3 libgdbm-compat4 4096 B/5536 B 74%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-07-22T07:14:58.457Z] 25% [4 libperl5.26 0 B/3326 kB 0%] 39% [4 libperl5.26 1856 kB/3326 kB 56%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-22T07:14:58.457Z] 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] [2020-07-22T07:14:58.457Z] 54% [6 less 24.6 kB/99.7 kB 25%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-22T07:14:58.457Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-22T07:14:58.457Z] 58% [8 curl 25.1 kB/152 kB 17%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-22T07:14:58.726Z] 60% [9 libcurl3-gnutls 8192 B/179 kB 5%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-22T07:14:58.727Z] 63% [10 liberror-perl 22.5 kB/22.8 kB 99%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-22T07:14:58.727Z] 65% [11 git-man 24.7 kB/804 kB 3%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-22T07:14:59.319Z] 72% [12 git 12.3 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-22T07:14:59.319Z] 96% [13 make 12.0 kB/139 kB 9%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-22T07:14:59.319Z] 98% [14 patch 32.8 kB/91.8 kB 36%] 100% [Working] Fetched 10.8 MB in 3s (3303 kB/s) [2020-07-22T07:14:59.912Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-22T07:14:59.912Z] Selecting previously unselected package perl-modules-5.26. [2020-07-22T07:15:00.186Z] (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.) [2020-07-22T07:15:00.186Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-22T07:15:00.186Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:15:01.616Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-22T07:15:01.616Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-22T07:15:01.616Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-22T07:15:01.890Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-22T07:15:01.890Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-22T07:15:01.890Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-22T07:15:01.890Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-22T07:15:01.890Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-22T07:15:01.890Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:15:03.332Z] Selecting previously unselected package perl. [2020-07-22T07:15:03.332Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-22T07:15:03.332Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-22T07:15:03.332Z] Selecting previously unselected package less. [2020-07-22T07:15:03.606Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-07-22T07:15:03.606Z] Unpacking less (487-0.1) ... [2020-07-22T07:15:03.606Z] Selecting previously unselected package netbase. [2020-07-22T07:15:03.606Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-07-22T07:15:03.606Z] Unpacking netbase (5.4) ... [2020-07-22T07:15:03.878Z] Selecting previously unselected package curl. [2020-07-22T07:15:03.878Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-22T07:15:03.878Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-22T07:15:03.878Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-22T07:15:03.878Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-22T07:15:03.878Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-22T07:15:04.150Z] Selecting previously unselected package liberror-perl. [2020-07-22T07:15:04.150Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-07-22T07:15:04.150Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-22T07:15:04.422Z] Selecting previously unselected package git-man. [2020-07-22T07:15:04.422Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-22T07:15:04.422Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:15:04.697Z] Selecting previously unselected package git. [2020-07-22T07:15:04.697Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-22T07:15:04.697Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:15:06.129Z] Selecting previously unselected package make. [2020-07-22T07:15:06.129Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-22T07:15:06.129Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-22T07:15:06.129Z] Selecting previously unselected package patch. [2020-07-22T07:15:06.129Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-22T07:15:06.129Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-22T07:15:06.401Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:15:06.401Z] Setting up less (487-0.1) ... [2020-07-22T07:15:06.995Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-22T07:15:06.995Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-22T07:15:06.995Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-22T07:15:06.995Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:15:07.264Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-22T07:15:07.264Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-22T07:15:07.264Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-22T07:15:07.264Z] Setting up netbase (5.4) ... [2020-07-22T07:15:07.264Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-22T07:15:07.538Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-22T07:15:07.538Z] Setting up liberror-perl (0.17025-1) ... [2020-07-22T07:15:07.539Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-22T07:15:07.820Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-22T07:15:07.820Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-22T07:15:13.212Z] curl set to automatically installed. [2020-07-22T07:15:13.212Z] git set to automatically installed. [2020-07-22T07:15:13.212Z] git-man set to automatically installed. [2020-07-22T07:15:13.212Z] less set to automatically installed. [2020-07-22T07:15:13.212Z] libcurl3-gnutls set to automatically installed. [2020-07-22T07:15:13.212Z] liberror-perl set to automatically installed. [2020-07-22T07:15:13.212Z] libgdbm-compat4 set to automatically installed. [2020-07-22T07:15:13.212Z] libgdbm5 set to automatically installed. [2020-07-22T07:15:13.483Z] libperl5.26 set to automatically installed. [2020-07-22T07:15:13.483Z] make set to automatically installed. [2020-07-22T07:15:13.483Z] netbase set to automatically installed. [2020-07-22T07:15:13.483Z] patch set to automatically installed. [2020-07-22T07:15:13.483Z] perl set to automatically installed. [2020-07-22T07:15:13.483Z] perl-modules-5.26 set to automatically installed. [2020-07-22T07:15:13.755Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-22T07:15:13.755Z] Please ensure the environment is properly setup before continuing. [2020-07-22T07:15:13.755Z] Ignore this message if the appropriate measures have already been taken [2020-07-22T07:15:14.727Z] Pulling go  [2020-07-22T07:15:18.109Z] 'device-modbus' has dependencies that need to be staged: go [2020-07-22T07:15:18.109Z] Skipping pull go (already ran) [2020-07-22T07:15:18.109Z] Building go  [2020-07-22T07:15:18.109Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-22T07:15:18.109Z] Dload Upload Total Spent Left Speed [2020-07-22T07:15:20.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 93.0M 8 8399k 0 0 19.3M 0 0:00:04 --:--:-- 0:00:04 19.3M 55 93.0M 55 51.9M 0 0 36.9M 0 0:00:02 0:00:01 0:00:01 36.9M 100 93.0M 100 93.0M 0 0 42.3M 0 0:00:02 0:00:02 --:--:-- 42.3M [2020-07-22T07:15:21.299Z] go1.13.5.linux-arm64.tar.gz: OK [2020-07-22T07:15:39.582Z] Staging go  [2020-07-22T07:15:42.188Z] Pulling device-modbus  [2020-07-22T07:15:45.559Z] Skipping build go (already ran) [2020-07-22T07:15:45.559Z] Building device-modbus  [2020-07-22T07:15:45.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.2" -o cmd/device-modbus ./cmd [2020-07-22T07:15:46.540Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:15:46.541Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-07-22T07:15:46.541Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:15:46.541Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-07-22T07:15:46.541Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-07-22T07:15:46.541Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:15:46.541Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:15:46.821Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-07-22T07:15:46.821Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-07-22T07:15:46.821Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:15:46.821Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:15:46.821Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:15:46.821Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:15:46.821Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-07-22T07:15:46.821Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:15:46.821Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:15:46.821Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:15:46.821Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:15:46.821Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:15:46.821Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-22T07:15:46.821Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:15:46.821Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:15:46.821Z] go: downloading github.com/pkg/errors v0.8.1 [2020-07-22T07:15:46.821Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-22T07:15:46.821Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:15:46.821Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:15:46.821Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:15:47.093Z] go: extracting github.com/pkg/errors v0.8.1 [2020-07-22T07:15:47.093Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:15:47.093Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:15:47.093Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-22T07:15:47.093Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:15:47.093Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:15:47.093Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:15:47.093Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:15:47.093Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-22T07:15:47.093Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:15:47.093Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-22T07:15:47.093Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:15:47.093Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:15:47.093Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:15:47.093Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:15:47.093Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-22T07:15:47.093Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-22T07:15:47.093Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:15:47.093Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:15:47.365Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:15:47.365Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:15:47.365Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:15:47.365Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:15:47.365Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:15:47.365Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:15:47.365Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:15:47.365Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-22T07:15:47.365Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:15:47.365Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:15:47.637Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:15:47.637Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:15:47.637Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:15:47.637Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:15:47.637Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-07-22T07:15:47.637Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-07-22T07:15:47.637Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T07:15:47.913Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T07:15:47.913Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-07-22T07:15:47.913Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T07:15:47.913Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T07:15:47.913Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T07:15:47.913Z] go: finding github.com/google/uuid v1.1.1 [2020-07-22T07:15:47.913Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T07:15:47.913Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T07:15:47.913Z] go: finding github.com/goburrow/serial v0.1.0 [2020-07-22T07:15:47.913Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T07:15:47.913Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T07:15:47.913Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T07:15:47.913Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T07:15:47.913Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T07:15:48.186Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T07:15:48.186Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T07:15:48.186Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T07:15:48.186Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T07:15:48.186Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T07:15:48.186Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T07:15:48.186Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T07:15:48.186Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T07:15:48.186Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T07:15:48.186Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T07:15:48.186Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T07:15:48.186Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T07:15:48.186Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T07:15:48.186Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T07:15:48.186Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T07:15:48.464Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-07-22T07:16:10.922Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T07:16:29.201Z] Skipping stage go (already ran) [2020-07-22T07:16:29.201Z] Staging device-modbus  [2020-07-22T07:16:29.829Z] Priming go  [2020-07-22T07:16:33.252Z] Priming device-modbus  [2020-07-22T07:16:37.658Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-07-22T07:16:37.658Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-07-22T07:16:37.658Z] Determining the version from the project repo (version-script). [2020-07-22T07:16:37.658Z] The version has been set to '1.2.2-dev.2-20200722+ede6161' [2020-07-22T07:16:40.087Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-07-22T07:16:40.087Z] Snapped edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap [2020-07-22T07:16:46.775Z] [2020-07-22T07:16:46.775Z] Login successful. You now have these capabilities: [2020-07-22T07:16:46.775Z]  [2020-07-22T07:16:46.775Z] snaps: No restriction [2020-07-22T07:16:46.775Z] channels: No restriction [2020-07-22T07:16:46.775Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-22T07:16:46.775Z] expires: 2021-07-14T18:21:36.256372 [2020-07-22T07:16:46.775Z]  [2020-07-22T07:16:49.378Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-22T07:16:49.378Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-22T07:16:49.378Z] Preparing to upload 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap'. [2020-07-22T07:16:49.378Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-22T07:16:49.378Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-22T07:16:52.121Z] Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [] 100% [2020-07-22T07:17:07.179Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-07-22T07:17:07.179Z] released [2020-07-22T07:17:07.448Z] Revision 1276 of 'edgex-device-modbus' created. [2020-07-22T07:17:08.866Z] Track Arch Channel Version Revision [2020-07-22T07:17:08.866Z] latest arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-07-22T07:17:08.866Z] candidate 1.2.1-20200612+fdf900d 1256 [2020-07-22T07:17:08.866Z] beta 1.2.1-20200612+fdf900d 1256 [2020-07-22T07:17:08.866Z] edge 1.2.2-dev.2-20200722+ede6161 1276 [2020-07-22T07:17:08.866Z] edinburgh arm64 stable - - [2020-07-22T07:17:08.866Z] candidate - - [2020-07-22T07:17:08.866Z] beta 1.0.0-20190627+739f7ef 113 [2020-07-22T07:17:08.866Z] edge 1.0.0-20200107+c777f31 958 [2020-07-22T07:17:08.866Z] fuji arm64 stable 1.1.1-20200311+37c94ae 1112 [2020-07-22T07:17:08.866Z] candidate ↑ ↑ [2020-07-22T07:17:08.866Z] beta 1.1.1-20200311+37c94ae 1112 [2020-07-22T07:17:08.866Z] edge 1.1.1-20200422+37c94ae 1194 [2020-07-22T07:17:08.866Z] geneva arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-07-22T07:17:08.866Z] candidate ↑ ↑ [2020-07-22T07:17:08.866Z] beta ↑ ↑ [2020-07-22T07:17:08.866Z] edge ↑ ↑ [2020-07-22T07:17:12.230Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-22T07:17:12.230Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-22T07:17:12.230Z] Uploading metadata from 'edgex-device-modbus_1.2.2-dev.2-20200722+ede6161_arm64.snap' [2020-07-22T07:17:15.590Z] The metadata has been uploaded [Pipeline] } [2020-07-22T07:17:17.024Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-22T07:17:18.043Z] provisioning config files... [2020-07-22T07:17:18.055Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config927212943267082151tmp [Pipeline] { [Pipeline] sh [2020-07-22T07:17:18.402Z] + curl -s https://codecov.io/bash [2020-07-22T07:17:18.403Z] + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_master@tmp/config927212943267082151tmp [Pipeline] } [2020-07-22T07:17:18.670Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-22T07:17:18.920Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-22T07:17:18.921Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-22T07:17:18.964Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:19.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T07:17:19.283Z] [2020-07-22T07:17:19.283Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:19.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T07:17:19.631Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-22T07:17:19.631Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-22T07:17:19.631Z] 408f87550127: Pulling fs layer [2020-07-22T07:17:19.631Z] fe522b08c979: Pulling fs layer [2020-07-22T07:17:19.631Z] 221eaa008020: Pulling fs layer [2020-07-22T07:17:19.631Z] 2a4607e5d6b9: Pulling fs layer [2020-07-22T07:17:19.631Z] 8f79b27c4fd2: Pulling fs layer [2020-07-22T07:17:19.631Z] e5c8dbe1645b: Pulling fs layer [2020-07-22T07:17:19.631Z] 23e8b3b47431: Pulling fs layer [2020-07-22T07:17:19.631Z] 5c568d65a230: Pulling fs layer [2020-07-22T07:17:19.631Z] e5c8dbe1645b: Waiting [2020-07-22T07:17:19.631Z] 221eaa008020: Waiting [2020-07-22T07:17:19.631Z] 23e8b3b47431: Waiting [2020-07-22T07:17:19.631Z] 2a4607e5d6b9: Waiting [2020-07-22T07:17:19.631Z] 8f79b27c4fd2: Waiting [2020-07-22T07:17:19.631Z] 5c568d65a230: Waiting [2020-07-22T07:17:19.631Z] fe522b08c979: Verifying Checksum [2020-07-22T07:17:19.631Z] fe522b08c979: Download complete [2020-07-22T07:17:19.631Z] 408f87550127: Verifying Checksum [2020-07-22T07:17:19.631Z] 408f87550127: Download complete [2020-07-22T07:17:19.631Z] 2a4607e5d6b9: Verifying Checksum [2020-07-22T07:17:19.631Z] 2a4607e5d6b9: Download complete [2020-07-22T07:17:19.631Z] 8f79b27c4fd2: Verifying Checksum [2020-07-22T07:17:19.631Z] 8f79b27c4fd2: Download complete [2020-07-22T07:17:19.631Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-22T07:17:19.904Z] e5c8dbe1645b: Verifying Checksum [2020-07-22T07:17:19.905Z] e5c8dbe1645b: Download complete [2020-07-22T07:17:20.186Z] cbdbe7a5bc2a: Pull complete [2020-07-22T07:17:20.478Z] 23e8b3b47431: Verifying Checksum [2020-07-22T07:17:20.478Z] 23e8b3b47431: Download complete [2020-07-22T07:17:20.478Z] 408f87550127: Pull complete [2020-07-22T07:17:20.741Z] 5c568d65a230: Verifying Checksum [2020-07-22T07:17:20.741Z] 5c568d65a230: Download complete [2020-07-22T07:17:20.741Z] fe522b08c979: Pull complete [2020-07-22T07:17:21.001Z] 221eaa008020: Verifying Checksum [2020-07-22T07:17:21.001Z] 221eaa008020: Download complete [2020-07-22T07:17:26.299Z] 221eaa008020: Pull complete [2020-07-22T07:17:26.299Z] 2a4607e5d6b9: Pull complete [2020-07-22T07:17:26.299Z] 8f79b27c4fd2: Pull complete [2020-07-22T07:17:28.225Z] e5c8dbe1645b: Pull complete [2020-07-22T07:17:32.428Z] 23e8b3b47431: Pull complete [2020-07-22T07:17:33.370Z] 5c568d65a230: Pull complete [2020-07-22T07:17:33.370Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-22T07:17:33.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T07:17:33.370Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-22T07:17:33.509Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:17:33.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-22T07:17:34.230Z] $ docker top e82f2e35956f97a3c5ebffaccda91ae12218420bd0b3aef527c737be9f10be8a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T07:17:34.690Z] + snyk monitor '--org=edgex-jenkins' [2020-07-22T07:17:41.270Z] [2020-07-22T07:17:41.270Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-07-22T07:17:41.270Z] [2020-07-22T07:17:41.270Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/8380a977-66b8-4edc-a196-fc024c2f91ea [2020-07-22T07:17:41.270Z] [2020-07-22T07:17:41.270Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-22T07:17:41.270Z] [2020-07-22T07:17:41.529Z] [Pipeline] } [2020-07-22T07:17:41.535Z] $ docker stop --time=1 e82f2e35956f97a3c5ebffaccda91ae12218420bd0b3aef527c737be9f10be8a [2020-07-22T07:17:43.896Z] $ docker rm -f e82f2e35956f97a3c5ebffaccda91ae12218420bd0b3aef527c737be9f10be8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:44.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:17:44.800Z] [2020-07-22T07:17:44.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:45.137Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:17:45.137Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-22T07:17:45.137Z] e7c96db7181b: Pulling fs layer [2020-07-22T07:17:45.137Z] 1868ca2cb446: Pulling fs layer [2020-07-22T07:17:45.137Z] 136be5d0fe8e: Pulling fs layer [2020-07-22T07:17:45.137Z] 894bfe63afcb: Pulling fs layer [2020-07-22T07:17:45.137Z] 894bfe63afcb: Waiting [2020-07-22T07:17:45.137Z] 1868ca2cb446: Verifying Checksum [2020-07-22T07:17:45.137Z] 1868ca2cb446: Download complete [2020-07-22T07:17:45.137Z] 136be5d0fe8e: Download complete [2020-07-22T07:17:45.137Z] e7c96db7181b: Verifying Checksum [2020-07-22T07:17:45.137Z] e7c96db7181b: Download complete [2020-07-22T07:17:45.137Z] 894bfe63afcb: Verifying Checksum [2020-07-22T07:17:45.137Z] 894bfe63afcb: Download complete [2020-07-22T07:17:45.397Z] e7c96db7181b: Pull complete [2020-07-22T07:17:45.397Z] 1868ca2cb446: Pull complete [2020-07-22T07:17:45.659Z] 136be5d0fe8e: Pull complete [2020-07-22T07:17:45.919Z] 894bfe63afcb: Pull complete [2020-07-22T07:17:45.919Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-22T07:17:45.919Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:17:45.919Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-22T07:17:46.005Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:17:46.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T07:17:47.323Z] $ docker top 1bcf8c0385e7790d6fdf5aaeb8153e45d7f16366823063607acffb6ead6313d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T07:17:47.823Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:17:47.823Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T07:17:50.487Z] $ docker stop --time=1 1bcf8c0385e7790d6fdf5aaeb8153e45d7f16366823063607acffb6ead6313d9 [2020-07-22T07:17:51.805Z] $ docker rm -f 1bcf8c0385e7790d6fdf5aaeb8153e45d7f16366823063607acffb6ead6313d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:52.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:17:52.251Z] . [Pipeline] withDockerContainer [2020-07-22T07:17:52.333Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:17:52.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T07:17:52.937Z] $ docker top 9cf3486f8fbf8edecb88f11e918cba77ca4e7f532dd223ec306f2ce209abfedf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T07:17:53.444Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:17:53.444Z] + tee [2020-07-22T07:17:53.444Z] clair timeout 1m0s [2020-07-22T07:17:53.444Z] docker timeout: 1m0s [2020-07-22T07:17:53.444Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T07:17:54.122Z] $ docker stop --time=1 9cf3486f8fbf8edecb88f11e918cba77ca4e7f532dd223ec306f2ce209abfedf [2020-07-22T07:17:55.480Z] $ docker rm -f 9cf3486f8fbf8edecb88f11e918cba77ca4e7f532dd223ec306f2ce209abfedf [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T07:17:55.921Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-07-22T07:17:55.931Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_ede61610538096fa337aace8f825662d73a1e29e.html [Pipeline] writeFile [Pipeline] step [2020-07-22T07:17:55.975Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:17:56.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:17:56.342Z] . [Pipeline] withDockerContainer [2020-07-22T07:17:56.424Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:17:56.450Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T07:17:57.064Z] $ docker top 8df7bd2157dcaa1def206137a85b1e121b29f3b6064f436379609a1cb4249cab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T07:17:57.535Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:17:57.535Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T07:18:00.192Z] $ docker stop --time=1 8df7bd2157dcaa1def206137a85b1e121b29f3b6064f436379609a1cb4249cab [2020-07-22T07:18:01.533Z] $ docker rm -f 8df7bd2157dcaa1def206137a85b1e121b29f3b6064f436379609a1cb4249cab [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:18:01.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T07:18:01.978Z] . [Pipeline] withDockerContainer [2020-07-22T07:18:02.069Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:18:02.099Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T07:18:02.694Z] $ docker top 9cdedbd735a3b56545d474bd3f65189e0a3a7ee582ecde0e66206da98a649970 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T07:18:03.177Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ede61610538096fa337aace8f825662d73a1e29e [2020-07-22T07:18:03.177Z] + tee [2020-07-22T07:18:03.177Z] clair timeout 1m0s [2020-07-22T07:18:03.177Z] docker timeout: 1m0s [2020-07-22T07:18:03.177Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T07:18:03.935Z] $ docker stop --time=1 9cdedbd735a3b56545d474bd3f65189e0a3a7ee582ecde0e66206da98a649970 [2020-07-22T07:18:05.268Z] $ docker rm -f 9cdedbd735a3b56545d474bd3f65189e0a3a7ee582ecde0e66206da98a649970 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T07:18:05.706Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-07-22T07:18:05.717Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_ede61610538096fa337aace8f825662d73a1e29e.html [Pipeline] writeFile [Pipeline] step [2020-07-22T07:18:05.768Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:18:06.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:18:06.417Z] . [Pipeline] withDockerContainer [2020-07-22T07:18:06.499Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:18:06.530Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T07:18:07.043Z] $ docker top 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T07:18:07.283Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:18:07.283Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:18:07.473Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:18:07.470Z] $ docker exec 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 ssh-agent [2020-07-22T07:18:07.625Z] SSH_AUTH_SOCK=/tmp/ssh-SGpYiWsnGSa9/agent.11 [2020-07-22T07:18:07.625Z] SSH_AGENT_PID=16 [2020-07-22T07:18:07.632Z] Running ssh-add (command line suppressed) [2020-07-22T07:18:07.742Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5872347093234395547.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5872347093234395547.key) [2020-07-22T07:18:07.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:18:08.112Z] + git semver tag [2020-07-22T07:18:08.112Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T07:18:08.112Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-07-22T07:18:08.112Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-07-22T07:18:08.112Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T07:18:08.112Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T07:18:08.112Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T07:18:08.112Z] # $SEMVER_BRANCH = master [2020-07-22T07:18:08.112Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-07-22T07:18:08.112Z] # ede61610538096fa337aace8f825662d73a1e29e HEAD [2020-07-22T07:18:08.112Z] # -> Force: false [2020-07-22T07:18:08.112Z] # f0d422c8cfe630c14cc8f6979f87eef2552864cf refs/tags/v1.2.2-dev.2 [Pipeline] } [2020-07-22T07:18:08.117Z] $ docker exec --env ******** --env ******** 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 ssh-agent -k [2020-07-22T07:18:08.225Z] unset SSH_AUTH_SOCK; [2020-07-22T07:18:08.225Z] unset SSH_AGENT_PID; [2020-07-22T07:18:08.225Z] echo Agent pid 16 killed; [2020-07-22T07:18:08.273Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T07:18:08.701Z] + git semver [Pipeline] } [2020-07-22T07:18:08.708Z] $ docker stop --time=1 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 [2020-07-22T07:18:10.018Z] $ docker rm -f 21cae3f0db3fb7252fd778f6175158cfab8871f69175521ce9dfe5d23fbc0a05 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:18:10.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T07:18:10.642Z] [2020-07-22T07:18:10.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:18:10.995Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T07:18:10.995Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-22T07:18:10.995Z] ab5ef0e58194: Pulling fs layer [2020-07-22T07:18:10.995Z] 9712f1f96733: Pulling fs layer [2020-07-22T07:18:10.995Z] 63f879dbbcfc: Pulling fs layer [2020-07-22T07:18:10.995Z] 0d9ebad4ef96: Pulling fs layer [2020-07-22T07:18:10.995Z] e9a5061849ea: Pulling fs layer [2020-07-22T07:18:10.995Z] d747dcd14b5f: Pulling fs layer [2020-07-22T07:18:10.995Z] 2de7ff778b66: Pulling fs layer [2020-07-22T07:18:10.995Z] e9a5061849ea: Waiting [2020-07-22T07:18:10.995Z] d747dcd14b5f: Waiting [2020-07-22T07:18:10.995Z] 2de7ff778b66: Waiting [2020-07-22T07:18:10.995Z] 0d9ebad4ef96: Waiting [2020-07-22T07:18:10.995Z] 9712f1f96733: Verifying Checksum [2020-07-22T07:18:10.995Z] 9712f1f96733: Download complete [2020-07-22T07:18:11.572Z] 63f879dbbcfc: Verifying Checksum [2020-07-22T07:18:11.572Z] 63f879dbbcfc: Download complete [2020-07-22T07:18:11.848Z] e9a5061849ea: Verifying Checksum [2020-07-22T07:18:11.848Z] e9a5061849ea: Download complete [2020-07-22T07:18:11.848Z] d747dcd14b5f: Verifying Checksum [2020-07-22T07:18:11.848Z] d747dcd14b5f: Download complete [2020-07-22T07:18:11.848Z] 0d9ebad4ef96: Verifying Checksum [2020-07-22T07:18:11.848Z] 0d9ebad4ef96: Download complete [2020-07-22T07:18:11.848Z] ab5ef0e58194: Verifying Checksum [2020-07-22T07:18:11.848Z] ab5ef0e58194: Download complete [2020-07-22T07:18:12.416Z] 2de7ff778b66: Verifying Checksum [2020-07-22T07:18:12.416Z] 2de7ff778b66: Download complete [2020-07-22T07:18:16.622Z] ab5ef0e58194: Pull complete [2020-07-22T07:18:16.622Z] 9712f1f96733: Pull complete [2020-07-22T07:18:19.159Z] 63f879dbbcfc: Pull complete [2020-07-22T07:18:24.467Z] 0d9ebad4ef96: Pull complete [2020-07-22T07:18:26.374Z] e9a5061849ea: Pull complete [2020-07-22T07:18:26.374Z] d747dcd14b5f: Pull complete [2020-07-22T07:18:30.567Z] 2de7ff778b66: Pull complete [2020-07-22T07:18:30.568Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-22T07:18:30.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T07:18:30.568Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-22T07:18:30.694Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:18:30.724Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-22T07:18:33.259Z] $ docker top ed38a5cbfda4e0009e1d4471ab74079806ff0eb4f7f895e6068a956520f685cb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-22T07:18:33.500Z] provisioning config files... [2020-07-22T07:18:33.507Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2629769541248630700tmp [2020-07-22T07:18:33.520Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3520415196718535548tmp [2020-07-22T07:18:33.531Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config9049584704906442134tmp [Pipeline] { [Pipeline] echo [2020-07-22T07:18:33.581Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:18:33.869Z] ---> sigul-configuration.sh [2020-07-22T07:18:33.869Z] gpg: directory `/root/.gnupg' created [2020-07-22T07:18:33.869Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-22T07:18:33.869Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-22T07:18:33.869Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-22T07:18:33.869Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-22T07:18:33.869Z] gpg: CAST5 encrypted data [2020-07-22T07:18:34.129Z] gpg: encrypted with 1 passphrase [2020-07-22T07:18:34.129Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-22T07:18:34.417Z] + mkdir /home/jenkins [2020-07-22T07:18:34.417Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-22T07:18:34.704Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-22T07:18:34.712Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:18:34.997Z] ---> sigul-install.sh [2020-07-22T07:18:40.280Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-22T07:18:40.572Z] + git tag --list [2020-07-22T07:18:40.572Z] v1.2.2-dev.2 [Pipeline] sh [2020-07-22T07:18:40.862Z] + lftools sign git-tag v1.2.2-dev.2 [2020-07-22T07:18:41.804Z] Signing Git tag with Sigul... [2020-07-22T07:18:41.804Z] Signing v1.2.2-dev.2 [Pipeline] echo [2020-07-22T07:18:42.754Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:18:43.064Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-22T07:18:43.074Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-22T07:18:43.148Z] $ docker stop --time=1 ed38a5cbfda4e0009e1d4471ab74079806ff0eb4f7f895e6068a956520f685cb [2020-07-22T07:18:44.993Z] $ docker rm -f ed38a5cbfda4e0009e1d4471ab74079806ff0eb4f7f895e6068a956520f685cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:18:45.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:18:45.688Z] . [Pipeline] withDockerContainer [2020-07-22T07:18:45.780Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:18:45.811Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T07:18:46.410Z] $ docker top c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T07:18:46.669Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:18:46.669Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:18:46.851Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:18:46.848Z] $ docker exec c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 ssh-agent [2020-07-22T07:18:47.018Z] SSH_AUTH_SOCK=/tmp/ssh-luO6FJ7ZEdsK/agent.12 [2020-07-22T07:18:47.018Z] SSH_AGENT_PID=18 [2020-07-22T07:18:47.023Z] Running ssh-add (command line suppressed) [2020-07-22T07:18:47.132Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3863374726736809325.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3863374726736809325.key) [2020-07-22T07:18:47.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:18:47.509Z] + git semver bump pre [2020-07-22T07:18:47.509Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T07:18:47.509Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-07-22T07:18:47.509Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-07-22T07:18:47.509Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T07:18:47.509Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T07:18:47.509Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T07:18:47.509Z] # $SEMVER_BRANCH = master [2020-07-22T07:18:47.509Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-07-22T07:18:47.509Z] 1.2.2-dev.3 [Pipeline] } [2020-07-22T07:18:47.513Z] $ docker exec --env ******** --env ******** c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 ssh-agent -k [2020-07-22T07:18:47.630Z] unset SSH_AUTH_SOCK; [2020-07-22T07:18:47.630Z] unset SSH_AGENT_PID; [2020-07-22T07:18:47.630Z] echo Agent pid 18 killed; [2020-07-22T07:18:47.682Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T07:18:48.110Z] + git semver [Pipeline] } [2020-07-22T07:18:48.118Z] $ docker stop --time=1 c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 [2020-07-22T07:18:49.437Z] $ docker rm -f c61fc00578f7fae10092c03c46da70496dd22e3639c8419ecdf2756cd06e60c4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:18:49.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T07:18:49.990Z] . [Pipeline] withDockerContainer [2020-07-22T07:18:50.078Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:18:50.108Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T07:18:50.642Z] $ docker top 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T07:18:50.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T07:18:50.937Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T07:18:51.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T07:18:51.098Z] $ docker exec 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a ssh-agent [2020-07-22T07:18:51.268Z] SSH_AUTH_SOCK=/tmp/ssh-WeRKsJ1HQ594/agent.11 [2020-07-22T07:18:51.268Z] SSH_AGENT_PID=16 [2020-07-22T07:18:51.273Z] Running ssh-add (command line suppressed) [2020-07-22T07:18:51.381Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1870069281048945636.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1870069281048945636.key) [2020-07-22T07:18:51.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T07:18:51.759Z] + git semver push [2020-07-22T07:18:51.759Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T07:18:51.759Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-07-22T07:18:51.759Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-07-22T07:18:51.759Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T07:18:51.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T07:18:51.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T07:18:51.759Z] # $SEMVER_BRANCH = master [2020-07-22T07:18:51.759Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-07-22T07:18:59.888Z] $ docker exec --env ******** --env ******** 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a ssh-agent -k [2020-07-22T07:18:59.997Z] unset SSH_AUTH_SOCK; [2020-07-22T07:18:59.997Z] unset SSH_AGENT_PID; [2020-07-22T07:18:59.997Z] echo Agent pid 16 killed; [2020-07-22T07:19:00.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T07:19:00.598Z] + git semver [Pipeline] } [2020-07-22T07:19:00.605Z] $ docker stop --time=1 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a [2020-07-22T07:19:01.925Z] $ docker rm -f 93d43685b9df2ba84920998206a47720d1f96782cdb7b72dde36cfc33eacd25a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:19:02.699Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:19:03.253Z] ---> package-listing.sh [2020-07-22T07:19:03.253Z] ++ facter osfamily [2020-07-22T07:19:03.253Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T07:19:03.253Z] + OS_FAMILY=redhat [2020-07-22T07:19:03.253Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-07-22T07:19:03.253Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T07:19:03.253Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T07:19:03.253Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T07:19:03.253Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T07:19:03.253Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-07-22T07:19:03.253Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T07:19:03.253Z] + case "${OS_FAMILY}" in [2020-07-22T07:19:03.253Z] + rpm -qa [2020-07-22T07:19:03.253Z] + sort [2020-07-22T07:19:07.446Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T07:19:07.446Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T07:19:07.446Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T07:19:07.446Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-07-22T07:19:07.446Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-07-22T07:19:07.446Z] + 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 [2020-07-22T07:19:07.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T07:19:07.818Z] [2020-07-22T07:19:07.818Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T07:19:08.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T07:19:08.154Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T07:19:08.154Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T07:19:08.154Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T07:19:08.154Z] 756a868c4378: Pulling fs layer [2020-07-22T07:19:08.154Z] 444b2fc9a129: Pulling fs layer [2020-07-22T07:19:08.154Z] ea15f1150254: Pulling fs layer [2020-07-22T07:19:08.154Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T07:19:08.154Z] 28c525ee5125: Pulling fs layer [2020-07-22T07:19:08.154Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T07:19:08.154Z] 138eaada9080: Pulling fs layer [2020-07-22T07:19:08.154Z] 0622d0fa9048: Pulling fs layer [2020-07-22T07:19:08.154Z] ea15f1150254: Waiting [2020-07-22T07:19:08.154Z] 41b27a9f41bf: Waiting [2020-07-22T07:19:08.154Z] 28c525ee5125: Waiting [2020-07-22T07:19:08.154Z] 094b1ea09ed8: Waiting [2020-07-22T07:19:08.154Z] 138eaada9080: Waiting [2020-07-22T07:19:08.154Z] 0622d0fa9048: Waiting [2020-07-22T07:19:08.154Z] 444b2fc9a129: Waiting [2020-07-22T07:19:08.154Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-22T07:19:08.154Z] 2cc5ad85d9ab: Download complete [2020-07-22T07:19:08.154Z] 444b2fc9a129: Verifying Checksum [2020-07-22T07:19:08.154Z] 444b2fc9a129: Download complete [2020-07-22T07:19:08.154Z] c9b1b535fdd9: Verifying Checksum [2020-07-22T07:19:08.154Z] c9b1b535fdd9: Download complete [2020-07-22T07:19:08.154Z] ea15f1150254: Verifying Checksum [2020-07-22T07:19:08.154Z] ea15f1150254: Download complete [2020-07-22T07:19:08.154Z] 28c525ee5125: Verifying Checksum [2020-07-22T07:19:08.154Z] 28c525ee5125: Download complete [2020-07-22T07:19:08.434Z] 756a868c4378: Verifying Checksum [2020-07-22T07:19:08.434Z] 756a868c4378: Download complete [2020-07-22T07:19:08.694Z] 138eaada9080: Verifying Checksum [2020-07-22T07:19:08.694Z] 138eaada9080: Download complete [2020-07-22T07:19:08.694Z] 0622d0fa9048: Verifying Checksum [2020-07-22T07:19:08.694Z] 0622d0fa9048: Download complete [2020-07-22T07:19:08.694Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T07:19:08.694Z] 094b1ea09ed8: Download complete [2020-07-22T07:19:09.264Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T07:19:09.264Z] 41b27a9f41bf: Download complete [2020-07-22T07:19:09.264Z] c9b1b535fdd9: Pull complete [2020-07-22T07:19:09.525Z] 2cc5ad85d9ab: Pull complete [2020-07-22T07:19:10.913Z] 756a868c4378: Pull complete [2020-07-22T07:19:10.913Z] 444b2fc9a129: Pull complete [2020-07-22T07:19:11.176Z] ea15f1150254: Pull complete [2020-07-22T07:19:14.479Z] 41b27a9f41bf: Pull complete [2020-07-22T07:19:14.479Z] 28c525ee5125: Pull complete [2020-07-22T07:19:16.407Z] 094b1ea09ed8: Pull complete [2020-07-22T07:19:17.788Z] 138eaada9080: Pull complete [2020-07-22T07:19:17.788Z] 0622d0fa9048: Pull complete [2020-07-22T07:19:17.788Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T07:19:17.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T07:19:17.788Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T07:19:17.903Z] prd-centos7-docker-4c-2g-559 does not seem to be running inside a container [2020-07-22T07:19:17.934Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-22T07:19:20.291Z] $ docker top 4dd443cc67e950e72c3a0a4d0042809c9e5f94954b6d6fc829f288559915f9b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T07:19:20.546Z] provisioning config files... [2020-07-22T07:19:20.558Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1598891010014026245tmp [Pipeline] { [Pipeline] echo [2020-07-22T07:19:20.656Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:19:20.945Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T07:19:20.953Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T07:19:21.242Z] ---> logs-deploy.sh [2020-07-22T07:19:21.242Z] + ARCHIVE_ARTIFACTS= [2020-07-22T07:19:21.242Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T07:19:21.242Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T07:19:21.242Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T07:19:21.242Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/16 [2020-07-22T07:19:21.242Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/16/ [2020-07-22T07:19:21.242Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/16 /w/workspace/xfoundry_device-modbus-go_master [2020-07-22T07:19:22.182Z] Archives upload complete. [2020-07-22T07:19:22.441Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/16 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/16/ [2020-07-22T07:19:23.009Z] ---> uname -a: [2020-07-22T07:19:23.009Z] Linux 4dd443cc67e9 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] ---> lscpu: [2020-07-22T07:19:23.009Z] Architecture: x86_64 [2020-07-22T07:19:23.009Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-22T07:19:23.009Z] Byte Order: Little Endian [2020-07-22T07:19:23.009Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-22T07:19:23.009Z] CPU(s): 4 [2020-07-22T07:19:23.009Z] On-line CPU(s) list: 0-3 [2020-07-22T07:19:23.009Z] Thread(s) per core: 1 [2020-07-22T07:19:23.009Z] Core(s) per socket: 1 [2020-07-22T07:19:23.009Z] Socket(s): 4 [2020-07-22T07:19:23.009Z] NUMA node(s): 1 [2020-07-22T07:19:23.009Z] Vendor ID: GenuineIntel [2020-07-22T07:19:23.009Z] CPU family: 6 [2020-07-22T07:19:23.009Z] Model: 44 [2020-07-22T07:19:23.009Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-22T07:19:23.009Z] Stepping: 1 [2020-07-22T07:19:23.009Z] CPU MHz: 2933.438 [2020-07-22T07:19:23.009Z] BogoMIPS: 5866.87 [2020-07-22T07:19:23.009Z] Virtualization: VT-x [2020-07-22T07:19:23.009Z] Hypervisor vendor: KVM [2020-07-22T07:19:23.009Z] Virtualization type: full [2020-07-22T07:19:23.009Z] L1d cache: 128 KiB [2020-07-22T07:19:23.009Z] L1i cache: 128 KiB [2020-07-22T07:19:23.009Z] L2 cache: 16 MiB [2020-07-22T07:19:23.009Z] L3 cache: 64 MiB [2020-07-22T07:19:23.009Z] NUMA node0 CPU(s): 0-3 [2020-07-22T07:19:23.009Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-22T07:19:23.009Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-22T07:19:23.009Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-22T07:19:23.009Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-22T07:19:23.009Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-22T07:19:23.009Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-22T07:19:23.009Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-22T07:19:23.009Z] Vulnerability Tsx async abort: Not affected [2020-07-22T07:19:23.009Z] 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 [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] ---> nproc: [2020-07-22T07:19:23.009Z] 4 [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] ---> df -h: [2020-07-22T07:19:23.009Z] Filesystem Size Used Available Use% Mounted on [2020-07-22T07:19:23.009Z] overlay 50.0G 8.5G 41.5G 17% / [2020-07-22T07:19:23.009Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-22T07:19:23.009Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-22T07:19:23.009Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-22T07:19:23.009Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-07-22T07:19:23.009Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-07-22T07:19:23.009Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-07-22T07:19:23.009Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-07-22T07:19:23.009Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master [2020-07-22T07:19:23.009Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] ---> free -m: [2020-07-22T07:19:23.009Z] total used free shared buff/cache available [2020-07-22T07:19:23.009Z] Mem: 1837 766 109 0 960 1003 [2020-07-22T07:19:23.009Z] Swap: 1023 3 1020 [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] ---> ip addr: [2020-07-22T07:19:23.009Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-22T07:19:23.009Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-22T07:19:23.009Z] inet 127.0.0.1/8 scope host lo [2020-07-22T07:19:23.009Z] valid_lft forever preferred_lft forever [2020-07-22T07:19:23.009Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-07-22T07:19:23.009Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-22T07:19:23.009Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-22T07:19:23.009Z] valid_lft forever preferred_lft forever [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] [2020-07-22T07:19:23.009Z] ---> sar -b -r -n DEV: [2020-07-22T07:19:23.009Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] 07:06:49 LINUX RESTART [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] 07:08:01 tps rtps wtps bread/s bwrtn/s [2020-07-22T07:19:23.010Z] 07:09:01 1.68 0.00 1.68 0.00 31.80 [2020-07-22T07:19:23.010Z] 07:10:01 0.35 0.00 0.35 0.00 4.75 [2020-07-22T07:19:23.010Z] 07:11:01 0.28 0.00 0.28 0.00 3.61 [2020-07-22T07:19:23.010Z] 07:12:01 0.25 0.00 0.25 0.00 2.57 [2020-07-22T07:19:23.010Z] 07:13:01 0.23 0.00 0.23 0.00 3.08 [2020-07-22T07:19:23.010Z] 07:14:01 0.33 0.02 0.32 0.13 3.58 [2020-07-22T07:19:23.010Z] 07:15:01 0.30 0.00 0.30 0.00 3.38 [2020-07-22T07:19:23.010Z] 07:16:01 0.25 0.00 0.25 0.00 3.08 [2020-07-22T07:19:23.010Z] 07:17:01 0.23 0.00 0.23 0.00 2.98 [2020-07-22T07:19:23.010Z] 07:18:02 257.73 153.56 104.16 6731.27 31980.07 [2020-07-22T07:19:23.010Z] 07:19:01 214.90 83.41 131.48 4511.85 32950.30 [2020-07-22T07:19:23.010Z] Average: 43.08 21.46 21.62 1017.28 5869.98 [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] 07:08:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-22T07:19:23.010Z] 07:09:01 169424 1712132 91.00 2620 1160168 1099500 37.52 405136 1147696 12 [2020-07-22T07:19:23.010Z] 07:10:01 171004 1710552 90.91 2620 1160172 1082024 36.93 404144 1146980 8 [2020-07-22T07:19:23.010Z] 07:11:01 170040 1711516 90.96 2620 1160228 1082276 36.94 405608 1146988 24 [2020-07-22T07:19:23.010Z] 07:12:01 170124 1711432 90.96 2620 1160180 1082088 36.93 408188 1144268 12 [2020-07-22T07:19:23.010Z] 07:13:01 170060 1711496 90.96 2620 1160184 1082172 36.93 409560 1143224 8 [2020-07-22T07:19:23.010Z] 07:14:01 169292 1712264 91.00 2620 1160196 1082088 36.93 418632 1134880 8 [2020-07-22T07:19:23.010Z] 07:15:01 168700 1712856 91.03 2620 1160196 1082196 36.93 412096 1142256 8 [2020-07-22T07:19:23.010Z] 07:16:01 169216 1712340 91.01 2620 1160204 1082088 36.93 411512 1142256 8 [2020-07-22T07:19:23.010Z] 07:17:01 169108 1712448 91.01 2620 1160208 1082040 36.93 411296 1142600 16 [2020-07-22T07:19:23.010Z] 07:18:02 148596 1732960 92.10 2620 1073728 1250228 42.67 558968 978504 28 [2020-07-22T07:19:23.010Z] 07:19:01 193968 1687588 89.69 1668 927516 1400496 47.80 643632 755760 44 [2020-07-22T07:19:23.010Z] Average: 169957 1711599 90.97 2533 1131180 1127927 38.49 444434 1093219 16 [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] 07:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-22T07:19:23.010Z] 07:09:01 eth0 2.85 1.27 2.52 0.44 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:10:01 eth0 0.72 0.08 0.06 0.01 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:11:01 eth0 1.25 0.63 0.57 0.37 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:12:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:13:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:14:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:15:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:16:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:17:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:18:02 eth0 231.65 149.50 4017.75 30.43 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:18:02 docker0 20.30 19.08 2.35 49.61 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:19:01 eth0 317.64 215.64 3484.80 137.02 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:19:01 vethb16a381 2.00 1.47 0.29 0.24 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] 07:19:01 docker0 67.91 95.75 5.33 224.77 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] Average: eth0 50.09 33.19 678.45 15.15 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] Average: vethb16a381 0.18 0.13 0.03 0.02 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] Average: docker0 6.08 8.58 0.48 20.14 0.00 0.00 0.00 [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] ---> sar -P ALL: [2020-07-22T07:19:23.010Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/22/20 _x86_64_ (4 CPU) [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] 07:06:49 LINUX RESTART [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] 07:08:01 CPU %user %nice %system %iowait %steal %idle [2020-07-22T07:19:23.010Z] 07:09:01 all 0.22 0.00 0.03 0.00 0.00 99.75 [2020-07-22T07:19:23.010Z] 07:09:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2020-07-22T07:19:23.010Z] 07:09:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2020-07-22T07:19:23.010Z] 07:09:01 2 0.17 0.00 0.02 0.00 0.00 99.82 [2020-07-22T07:19:23.010Z] 07:09:01 3 0.55 0.00 0.02 0.00 0.00 99.43 [2020-07-22T07:19:23.010Z] 07:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-07-22T07:19:23.010Z] 07:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-22T07:19:23.010Z] 07:10:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-22T07:19:23.010Z] 07:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-22T07:19:23.010Z] 07:10:01 3 0.50 0.00 0.03 0.00 0.00 99.47 [2020-07-22T07:19:23.010Z] 07:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2020-07-22T07:19:23.010Z] 07:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-22T07:19:23.010Z] 07:11:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-22T07:19:23.010Z] 07:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-22T07:19:23.010Z] 07:11:01 3 0.47 0.00 0.03 0.00 0.00 99.50 [2020-07-22T07:19:23.010Z] 07:12:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-07-22T07:19:23.010Z] 07:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-07-22T07:19:23.010Z] 07:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-22T07:19:23.010Z] 07:12:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-22T07:19:23.010Z] 07:12:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-07-22T07:19:23.010Z] 07:13:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-07-22T07:19:23.010Z] 07:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-22T07:19:23.010Z] 07:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-22T07:19:23.010Z] 07:13:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-22T07:19:23.010Z] 07:13:01 3 0.55 0.00 0.02 0.00 0.00 99.43 [2020-07-22T07:19:23.010Z] 07:14:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-07-22T07:19:23.010Z] 07:14:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-07-22T07:19:23.010Z] 07:14:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2020-07-22T07:19:23.010Z] 07:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2020-07-22T07:19:23.010Z] 07:14:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2020-07-22T07:19:23.010Z] 07:15:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2020-07-22T07:19:23.010Z] 07:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-22T07:19:23.010Z] 07:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-22T07:19:23.010Z] 07:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-22T07:19:23.010Z] 07:15:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2020-07-22T07:19:23.010Z] 07:16:01 all 0.15 0.00 0.01 0.00 0.00 99.84 [2020-07-22T07:19:23.010Z] 07:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-22T07:19:23.010Z] 07:16:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-22T07:19:23.010Z] 07:16:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-07-22T07:19:23.010Z] 07:16:01 3 0.52 0.00 0.00 0.00 0.00 99.48 [2020-07-22T07:19:23.010Z] 07:17:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-07-22T07:19:23.010Z] 07:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-07-22T07:19:23.010Z] 07:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2020-07-22T07:19:23.010Z] 07:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-22T07:19:23.010Z] 07:17:01 3 0.48 0.00 0.03 0.00 0.00 99.48 [2020-07-22T07:19:23.010Z] 07:18:02 all 8.62 0.00 4.48 2.19 0.02 84.69 [2020-07-22T07:19:23.010Z] 07:18:02 0 8.10 0.00 4.74 1.50 0.03 85.62 [2020-07-22T07:19:23.010Z] 07:18:02 1 9.15 0.00 4.44 2.17 0.02 84.22 [2020-07-22T07:19:23.010Z] 07:18:02 2 8.67 0.00 4.38 1.57 0.02 85.37 [2020-07-22T07:19:23.010Z] 07:18:02 3 8.57 0.00 4.33 3.53 0.02 83.56 [2020-07-22T07:19:23.010Z] 07:19:01 all 11.00 0.00 6.53 2.94 0.04 79.49 [2020-07-22T07:19:23.010Z] 07:19:01 0 9.81 0.00 6.53 1.86 0.03 81.77 [2020-07-22T07:19:23.010Z] 07:19:01 1 10.84 0.00 7.64 2.07 0.05 79.40 [2020-07-22T07:19:23.010Z] 07:19:01 2 10.43 0.00 5.86 5.02 0.02 78.68 [2020-07-22T07:19:23.010Z] 07:19:01 3 12.94 0.00 6.08 2.84 0.05 78.09 [2020-07-22T07:19:23.010Z] Average: all 1.88 0.00 1.00 0.46 0.01 96.65 [2020-07-22T07:19:23.010Z] Average: 0 1.62 0.00 1.02 0.30 0.01 97.06 [2020-07-22T07:19:23.010Z] Average: 1 1.82 0.00 1.11 0.38 0.01 96.68 [2020-07-22T07:19:23.010Z] Average: 2 1.74 0.00 0.93 0.59 0.00 96.74 [2020-07-22T07:19:23.010Z] Average: 3 2.34 0.00 0.95 0.57 0.01 96.14 [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z] [2020-07-22T07:19:23.010Z]