Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d9dcf3dd08f488906d53c6efd799967b99372fa 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-725 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 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" > git rev-list --no-walk 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:39:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:39:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:39:16 ========================================================= 00:39:16 EdgeX Global Pipelines Version Info 00:39:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:39:18 ------------------- 00:39:18 stable info: 00:39:18 ------------------- 00:39:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:39:18 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 00:39:18 Message: update stable to v1.0.99 00:39:18 ------------------- 00:39:18 experimental info: 00:39:18 ------------------- 00:39:18 Commited By: **** collab-it+edgex@linuxfoundation.org 00:39:18 Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 00:39:18 Message: update experimental to v1.0.99 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:39:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:39:20 00:39:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:39:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:39:21 latest: Pulling from edgex-devops/git-semver 00:39:21 9123ac7c32f7: Pulling fs layer 00:39:21 b8cc5d1170e3: Pulling fs layer 00:39:21 2924cbbf6a41: Pulling fs layer 00:39:21 93b08a4f1073: Pulling fs layer 00:39:21 93b08a4f1073: Waiting 00:39:21 b8cc5d1170e3: Verifying Checksum 00:39:21 b8cc5d1170e3: Download complete 00:39:21 9123ac7c32f7: Verifying Checksum 00:39:21 9123ac7c32f7: Download complete 00:39:21 93b08a4f1073: Verifying Checksum 00:39:21 93b08a4f1073: Download complete 00:39:21 2924cbbf6a41: Verifying Checksum 00:39:21 2924cbbf6a41: Download complete 00:39:21 9123ac7c32f7: Pull complete 00:39:21 b8cc5d1170e3: Pull complete 00:39:22 2924cbbf6a41: Pull complete 00:39:22 93b08a4f1073: Pull complete 00:39:22 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 00:39:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:39:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:39:22 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:39:22 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:39:24 $ docker top f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:39:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:39:25 [ssh-agent] Looking for ssh-agent implementation... 00:39:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:39:25 $ docker exec f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 ssh-agent 00:39:25 SSH_AUTH_SOCK=/tmp/ssh-vP85wgRjH4Wu/agent.12 00:39:25 SSH_AGENT_PID=17 00:39:25 Running ssh-add (command line suppressed) 00:39:25 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4576190230610989928.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4576190230610989928.key) 00:39:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:39:26 + git describe --exact-match --tags HEAD 00:39:26 fatal: No names found, cannot describe anything. [Pipeline] } 00:39:26 $ docker exec --env ******** --env ******** f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 ssh-agent -k 00:39:26 unset SSH_AUTH_SOCK; 00:39:26 unset SSH_AGENT_PID; 00:39:26 echo Agent pid 17 killed; 00:39:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:39:26 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:39:26 This usually means this commit has not been tagged. [Pipeline] sshagent 00:39:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:39:26 [ssh-agent] Looking for ssh-agent implementation... 00:39:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:39:26 $ docker exec f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 ssh-agent 00:39:26 SSH_AUTH_SOCK=/tmp/ssh-3UKxDUTFZ7Lm/agent.47 00:39:26 SSH_AGENT_PID=52 00:39:26 Running ssh-add (command line suppressed) 00:39:26 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5693198375870752988.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5693198375870752988.key) 00:39:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:39:27 + git semver init 00:39:27 # -> Open(): unable to determine branch for HEAD 00:39:27 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 00:39:27 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 00:39:27 # $SEMVER_REMOTE_NAME = origin 00:39:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:39:27 # $SEMVER_USER_NAME = edgex-jenkins 00:39:27 # $SEMVER_BRANCH = master 00:39:27 # $SEMVER_TEMP = /tmp/semver-183843822 00:39:27 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 00:39:27 # '/tmp/semver-183843822' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 00:39:27 # -> Force: false 00:39:27 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 00:39:27 $ docker exec --env ******** --env ******** f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 ssh-agent -k 00:39:27 unset SSH_AUTH_SOCK; 00:39:27 unset SSH_AGENT_PID; 00:39:27 echo Agent pid 52 killed; 00:39:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:39:28 + git semver [Pipeline] } 00:39:28 $ docker stop --time=1 f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 00:39:29 $ docker rm -f f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:39:30 Stashed 28 file(s) [Pipeline] echo 00:39:30 [edgeXSemver] initialized semver on version 1.2.2-dev.1 [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 00:39:45 Still waiting to schedule task 00:39:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:39:45 Still waiting to schedule task 00:39:45 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:42:06 Running on prd-centos7-docker-4c-2g-726 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 00:42:06 Running in /w/workspace/device-modbus-go/15 [Pipeline] { [Pipeline] checkout 00:42:09 using credential edgex-jenkins-ssh 00:42:09 Cloning the remote Git repository 00:42:09 Cloning with configured refspecs honoured and without tags 00:42:10 Fetching without tags 00:42:08 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 00:42:09 > git init /w/workspace/device-modbus-go/15 # timeout=10 00:42:09 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:42:09 > git --version # timeout=10 00:42:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:09 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:42:09 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:09 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:42:09 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:42:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:10 Checking out Revision 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) 00:42:10 > git config core.sparsecheckout # timeout=10 00:42:10 > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 00:42:13 Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:42:14 ========================================================= 00:42:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:42:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:42:15 + 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 . 00:42:15 Sending build context to Docker daemon 608.3kB 00:42:15 Step 1/8 : ARG BASE=golang:1.13-alpine 00:42:15 Step 2/8 : FROM ${BASE} 00:42:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:42:15 e6b0cf9c0882: Pulling fs layer 00:42:15 2848faf0eed1: Pulling fs layer 00:42:15 0f37312ad70f: Pulling fs layer 00:42:15 5788d62ee057: Pulling fs layer 00:42:15 0e6b1d234666: Pulling fs layer 00:42:15 bf5d7aec512f: Pulling fs layer 00:42:15 34c802a77dc8: Pulling fs layer 00:42:15 9eb99e56ec68: Pulling fs layer 00:42:15 27c7a5d97fbd: Pulling fs layer 00:42:15 5c102a31e300: Pulling fs layer 00:42:15 dcfb455df0a1: Pulling fs layer 00:42:15 5788d62ee057: Waiting 00:42:15 0e6b1d234666: Waiting 00:42:15 bf5d7aec512f: Waiting 00:42:15 34c802a77dc8: Waiting 00:42:15 9eb99e56ec68: Waiting 00:42:15 27c7a5d97fbd: Waiting 00:42:15 5c102a31e300: Waiting 00:42:15 dcfb455df0a1: Waiting 00:42:15 0f37312ad70f: Verifying Checksum 00:42:15 0f37312ad70f: Download complete 00:42:15 2848faf0eed1: Verifying Checksum 00:42:15 2848faf0eed1: Download complete 00:42:15 0e6b1d234666: Download complete 00:42:15 bf5d7aec512f: Verifying Checksum 00:42:15 bf5d7aec512f: Download complete 00:42:15 e6b0cf9c0882: Verifying Checksum 00:42:15 e6b0cf9c0882: Download complete 00:42:16 e6b0cf9c0882: Pull complete 00:42:16 34c802a77dc8: Verifying Checksum 00:42:16 34c802a77dc8: Download complete 00:42:16 27c7a5d97fbd: Verifying Checksum 00:42:16 27c7a5d97fbd: Download complete 00:42:17 5c102a31e300: Verifying Checksum 00:42:17 5c102a31e300: Download complete 00:42:17 9eb99e56ec68: Verifying Checksum 00:42:17 9eb99e56ec68: Download complete 00:42:17 dcfb455df0a1: Verifying Checksum 00:42:17 dcfb455df0a1: Download complete 00:42:17 5788d62ee057: Verifying Checksum 00:42:17 5788d62ee057: Download complete 00:42:17 2848faf0eed1: Pull complete 00:42:18 0f37312ad70f: Pull complete 00:42:24 5788d62ee057: Pull complete 00:42:24 0e6b1d234666: Pull complete 00:42:24 bf5d7aec512f: Pull complete 00:42:28 34c802a77dc8: Pull complete 00:42:32 9eb99e56ec68: Pull complete 00:42:32 27c7a5d97fbd: Pull complete 00:42:33 5c102a31e300: Pull complete 00:42:33 dcfb455df0a1: Pull complete 00:42:33 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 00:42:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:42:33 ---> 7c70fe431013 00:42:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:42:35 ---> Running in 62d6f0d63cbe 00:42:35 Removing intermediate container 62d6f0d63cbe 00:42:35 ---> a80f81adcb83 00:42:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:35 ---> Running in 1ad4e4afc9a2 00:42:36 Removing intermediate container 1ad4e4afc9a2 00:42:36 ---> ee51f7ccb097 00:42:36 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:42:36 ---> Running in 6f5c91fbb520 00:42:37 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 00:42:38 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 00:42:38 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 00:42:39 (2/17) Installing libmagic (5.37-r1) 00:42:39 (3/17) Installing file (5.37-r1) 00:42:39 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 00:42:39 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 00:42:39 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 00:42:51 (7/17) Installing libc-dev (0.7.2-r0) 00:42:51 (8/17) Installing g++ (9.2.0-r4) 00:42:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-727 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 00:42:53 Running in /w/workspace/device-modbus-go/15 [Pipeline] { [Pipeline] checkout 00:42:55 (9/17) Installing fortify-headers (1.1-r0) 00:42:55 (10/17) Installing build-base (0.5-r1) 00:42:55 (11/17) Installing openssh-keygen (8.1_p1-r0) 00:42:55 (12/17) Installing libedit (20191211.3.1-r0) 00:42:55 (13/17) Installing openssh-client (8.1_p1-r0) 00:42:55 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 00:42:55 (15/17) Installing openssh-server-common (8.1_p1-r0) 00:42:55 (16/17) Installing openssh-server (8.1_p1-r0) 00:42:56 (17/17) Installing openssh (8.1_p1-r0) 00:42:56 Executing busybox-1.31.1-r8.trigger 00:42:56 OK: 214 MiB in 52 packages 00:42:58 using credential edgex-jenkins-ssh 00:42:58 Cloning the remote Git repository 00:42:58 Cloning with configured refspecs honoured and without tags 00:42:58 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 00:42:59 Fetching without tags 00:42:59 > git init /w/workspace/device-modbus-go/15 # timeout=10 00:42:59 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:42:59 > git --version # timeout=10 00:42:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:59 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:42:59 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:59 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:42:59 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:42:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:00 Removing intermediate container 6f5c91fbb520 00:43:00 ---> 80347e3358f8 00:43:00 Step 6/8 : WORKDIR /device-modbus-go 00:43:00 ---> Running in 1fa05ecad325 00:43:00 Removing intermediate container 1fa05ecad325 00:43:00 ---> 6180d8d49131 00:43:00 Step 7/8 : COPY . . 00:43:00 Checking out Revision 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) 00:43:00 ---> 3a47ce93517b 00:43:00 Step 8/8 : RUN go mod download 00:43:00 ---> Running in 816bbc3d2b38 00:43:00 > git config core.sparsecheckout # timeout=10 00:43:00 > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 00:43:02 go: finding github.com/BurntSushi/toml v0.3.1 00:43:02 go: finding github.com/OneOfOne/xxhash v1.2.6 00:43:02 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:43:02 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:43:02 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:43:02 go: finding github.com/bgentry/speakeasy v0.1.0 00:43:02 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:43:02 go: finding github.com/davecgh/go-spew v1.1.1 00:43:02 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 00:43:02 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 00:43:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:43:02 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:43:03 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:43:03 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:43:03 go: finding github.com/fatih/color v1.7.0 00:43:03 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:43:03 go: finding github.com/go-kit/kit v0.8.0 00:43:03 go: finding github.com/go-logfmt/logfmt v0.4.0 00:43:03 go: finding github.com/go-stack/stack v1.8.0 00:43:03 go: finding github.com/goburrow/modbus v0.1.0 00:43:03 go: finding github.com/goburrow/serial v0.1.0 00:43:03 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:43:03 go: finding github.com/google/uuid v1.1.1 00:43:03 go: finding github.com/gorilla/mux v1.7.1 00:43:03 go: finding github.com/hashicorp/consul/api v1.1.0 00:43:03 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:43:03 go: finding github.com/hashicorp/errwrap v1.0.0 00:43:03 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:43:03 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:43:03 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:43:03 go: finding github.com/hashicorp/go-multierror v1.0.0 00:43:03 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:43:03 go: finding github.com/hashicorp/go-sockaddr v1.0.1 00:43:03 go: finding github.com/hashicorp/go-syslog v1.0.0 00:43:03 go: finding github.com/hashicorp/go-uuid v1.0.1 00:43:03 go: finding github.com/hashicorp/go.net v0.0.1 00:43:03 go: finding github.com/hashicorp/golang-lru v0.5.1 00:43:03 go: finding github.com/hashicorp/logutils v1.0.0 00:43:03 go: finding github.com/hashicorp/mdns v1.0.0 00:43:03 go: finding github.com/hashicorp/memberlist v0.1.3 00:43:03 go: finding github.com/hashicorp/serf v0.8.2 00:43:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:43:03 go: finding github.com/mattn/go-colorable v0.0.9 00:43:03 go: finding github.com/mattn/go-isatty v0.0.3 00:43:03 go: finding github.com/miekg/dns v1.1.4 00:43:03 go: finding github.com/mitchellh/cli v1.0.0 00:43:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:43:03 go: finding github.com/mitchellh/copystructure v1.0.0 00:43:03 go: finding github.com/mitchellh/go-homedir v1.1.0 00:43:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:43:03 go: finding github.com/mitchellh/go-wordwrap v1.0.0 00:43:03 go: finding github.com/mitchellh/gox v0.4.0 00:43:03 go: finding github.com/mitchellh/iochan v1.0.0 00:43:03 go: finding github.com/mitchellh/mapstructure v1.1.2 00:43:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:43:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:43:03 go: finding github.com/pelletier/go-toml v1.2.0 00:43:04 go: finding github.com/pkg/errors v0.8.1 00:43:04 go: finding github.com/pmezard/go-difflib v1.0.0 00:43:04 go: finding github.com/posener/complete v1.1.1 00:43:04 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 00:43:04 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:43:04 go: finding github.com/stretchr/objx v0.1.0 00:43:04 go: finding github.com/stretchr/testify v1.5.1 00:43:04 go: finding github.com/ugorji/go v1.1.4 00:43:04 go: finding github.com/x448/float16 v0.8.4 00:43:04 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 00:43:04 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 00:43:04 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:43:04 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 00:43:04 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 00:43:04 go: finding gopkg.in/yaml.v2 v2.2.8 00:43:04 Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:43:05 ========================================================= 00:43:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:43:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:43:06 + 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 . 00:43:07 Sending build context to Docker daemon 608.3kB 00:43:07 Step 1/8 : ARG BASE=golang:1.13-alpine 00:43:07 Step 2/8 : FROM ${BASE} 00:43:08 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:43:08 cde5963f3b93: Pulling fs layer 00:43:08 2a23fa8c16f7: Pulling fs layer 00:43:08 777b28850792: Pulling fs layer 00:43:08 8a11ddd9e578: Pulling fs layer 00:43:08 4cf88f913ddb: Pulling fs layer 00:43:08 1df406cf5192: Pulling fs layer 00:43:08 cd6300453558: Pulling fs layer 00:43:08 b9c365052c96: Pulling fs layer 00:43:08 a2d8cc88f415: Pulling fs layer 00:43:08 ea1d1ca13537: Pulling fs layer 00:43:08 3750a50a1c5e: Pulling fs layer 00:43:08 cd6300453558: Waiting 00:43:08 4cf88f913ddb: Waiting 00:43:08 b9c365052c96: Waiting 00:43:08 1df406cf5192: Waiting 00:43:08 a2d8cc88f415: Waiting 00:43:08 3750a50a1c5e: Waiting 00:43:08 ea1d1ca13537: Waiting 00:43:08 8a11ddd9e578: Waiting 00:43:08 777b28850792: Verifying Checksum 00:43:08 777b28850792: Download complete 00:43:08 2a23fa8c16f7: Verifying Checksum 00:43:08 2a23fa8c16f7: Download complete 00:43:08 4cf88f913ddb: Verifying Checksum 00:43:08 4cf88f913ddb: Download complete 00:43:08 1df406cf5192: Verifying Checksum 00:43:08 1df406cf5192: Download complete 00:43:08 cde5963f3b93: Verifying Checksum 00:43:09 cde5963f3b93: Pull complete 00:43:09 2a23fa8c16f7: Pull complete 00:43:10 777b28850792: Pull complete 00:43:10 cd6300453558: Verifying Checksum 00:43:10 cd6300453558: Download complete 00:43:10 a2d8cc88f415: Verifying Checksum 00:43:10 a2d8cc88f415: Download complete 00:43:12 ea1d1ca13537: Verifying Checksum 00:43:12 ea1d1ca13537: Download complete 00:43:12 3750a50a1c5e: Download complete 00:43:12 Removing intermediate container 816bbc3d2b38 00:43:12 ---> 9fb98b43e235 00:43:12 Successfully built 9fb98b43e235 00:43:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 00:43:12 b9c365052c96: Download complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:13 + docker inspect -f . ci-base-image-x86_64 00:43:13 . [Pipeline] withDockerContainer 00:43:13 prd-centos7-docker-4c-2g-726 does not seem to be running inside a container 00:43:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/15 -v /w/workspace/device-modbus-go/15:/w/workspace/device-modbus-go/15:rw,z -v /w/workspace/device-modbus-go/15@tmp:/w/workspace/device-modbus-go/15@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 ******** ci-base-image-x86_64 cat 00:43:13 8a11ddd9e578: Download complete 00:43:14 $ docker top ad33180f4fd54b0c364af444c9a21a254ef32ad6dbd8460a7a4a98726e8e9604 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:15 + go version 00:43:15 go version go1.13.5 linux/amd64 [Pipeline] sh 00:43:15 + make test 00:43:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:43:16 ? github.com/edgexfoundry/device-modbus-go [no test files] 00:43:25 8a11ddd9e578: Pull complete 00:43:25 4cf88f913ddb: Pull complete 00:43:25 1df406cf5192: Pull complete 00:43:26 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 00:43:26 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.149s coverage: 50.3% of statements 00:43:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:43:27 gofmt -l . 00:43:27 [ "`gofmt -l .`" = "" ] 00:43:27 ./bin/test-attribution-txt.sh 00:43:27 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:43:28 Stashed 1 file(s) [Pipeline] } 00:43:28 $ docker stop --time=1 ad33180f4fd54b0c364af444c9a21a254ef32ad6dbd8460a7a4a98726e8e9604 00:43:30 cd6300453558: Pull complete 00:43:30 $ docker rm -f ad33180f4fd54b0c364af444c9a21a254ef32ad6dbd8460a7a4a98726e8e9604 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:43:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:43:33 + ls -al . 00:43:33 total 104 00:43:33 drwxrwxr-x. 10 jenkins jenkins 4096 Jul 15 00:43 . 00:43:33 drwxrwxr-x. 4 jenkins jenkins 30 Jul 15 00:42 .. 00:43:33 -rw-rw-r--. 1 jenkins jenkins 5049 Jul 15 00:42 Attribution.txt 00:43:33 drwxrwxr-x. 2 jenkins jenkins 87 Jul 15 00:42 bin 00:43:33 drwxrwxr-x. 3 jenkins jenkins 32 Jul 15 00:42 cmd 00:43:33 -rw-r--r--. 1 jenkins jenkins 22123 Jul 15 00:43 coverage.out 00:43:33 -rw-rw-r--. 1 jenkins jenkins 1422 Jul 15 00:42 Dockerfile 00:43:33 -rw-rw-r--. 1 jenkins jenkins 954 Jul 15 00:42 Dockerfile.build 00:43:33 -rw-rw-r--. 1 jenkins jenkins 140 Jul 15 00:42 .dockerignore 00:43:33 drwxrwxr-x. 8 jenkins jenkins 162 Jul 15 00:42 .git 00:43:33 drwxrwxr-x. 2 jenkins jenkins 38 Jul 15 00:42 .github 00:43:33 -rw-rw-r--. 1 jenkins jenkins 330 Jul 15 00:42 .gitignore 00:43:33 -rw-r--r--. 1 jenkins jenkins 559 Jul 15 00:43 go.mod 00:43:33 -rw-r--r--. 1 jenkins jenkins 13471 Jul 15 00:43 go.sum 00:43:33 drwxrwxr-x. 3 jenkins jenkins 20 Jul 15 00:42 internal 00:43:33 -rw-rw-r--. 1 jenkins jenkins 702 Jul 15 00:42 Jenkinsfile 00:43:33 -rw-rw-r--. 1 jenkins jenkins 11340 Jul 15 00:42 LICENSE 00:43:33 -rw-rw-r--. 1 jenkins jenkins 880 Jul 15 00:42 Makefile 00:43:33 -rw-rw-r--. 1 jenkins jenkins 591 Jul 15 00:42 README.md 00:43:33 drwxrwxr-x. 3 jenkins jenkins 44 Jul 15 00:42 .semver 00:43:33 drwxrwxr-x. 2 jenkins jenkins 35 Jul 15 00:42 simulator 00:43:33 drwxrwxr-x. 4 jenkins jenkins 54 Jul 15 00:42 snap 00:43:33 -rw-rw-r--. 1 jenkins jenkins 11 Jul 15 00:39 VERSION 00:43:33 -rw-rw-r--. 1 jenkins jenkins 229 Jul 15 00:42 version.go [Pipeline] isUnix [Pipeline] sh 00:43:34 + 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=0d9dcf3dd08f488906d53c6efd799967b99372fa --label arch=amd64 --label version=1.2.2-dev.1 . 00:43:34 Sending build context to Docker daemon 636.9kB 00:43:34 Step 1/19 : ARG BASE=golang:1.13-alpine 00:43:34 Step 2/19 : FROM ${BASE} AS builder 00:43:34 ---> 9fb98b43e235 00:43:34 Step 3/19 : ARG MAKE='make build' 00:43:34 b9c365052c96: Pull complete 00:43:34 ---> Running in 1c5a295f8cab 00:43:34 a2d8cc88f415: Pull complete 00:43:34 Removing intermediate container 1c5a295f8cab 00:43:34 ---> e5d74f560f0d 00:43:34 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:34 ---> Running in a98062da0fcc 00:43:35 Removing intermediate container a98062da0fcc 00:43:35 ---> c2b64f77e7be 00:43:35 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 00:43:35 ---> Running in 71d8b026a49e 00:43:36 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 00:43:36 ea1d1ca13537: Pull complete 00:43:36 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 00:43:36 3750a50a1c5e: Pull complete 00:43:37 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 00:43:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:43:37 ---> 78745c68409d 00:43:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:43:37 OK: 214 MiB in 52 packages 00:43:37 Removing intermediate container 71d8b026a49e 00:43:37 ---> 6ce5eb48d5f3 00:43:37 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 00:43:37 ---> Running in ade2d8424142 00:43:37 Removing intermediate container ade2d8424142 00:43:37 ---> 55112044b6be 00:43:37 Step 7/19 : COPY . . 00:43:38 ---> 6d55aa1c7ca8 00:43:38 Step 8/19 : RUN ${MAKE} 00:43:38 ---> Running in 898ff26db1c5 00:43:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd 00:43:41 ---> Running in 79615e73201a 00:43:41 Removing intermediate container 79615e73201a 00:43:41 ---> 66b4c833a806 00:43:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:41 ---> Running in dade0cde857a 00:43:44 Removing intermediate container dade0cde857a 00:43:44 ---> a0ff33103d39 00:43:44 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:43:44 ---> Running in fb8e71703b35 00:43:45 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 00:43:46 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 00:43:47 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 00:43:47 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 00:43:47 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:43:47 (3/18) Installing libmagic (5.37-r1) 00:43:47 (4/18) Installing file (5.37-r1) 00:43:47 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 00:43:47 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 00:43:47 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 00:43:51 Removing intermediate container 898ff26db1c5 00:43:51 ---> bf35141c7f95 00:43:51 Step 9/19 : FROM scratch 00:43:51 ---> 00:43:51 Step 10/19 : ENV APP_PORT=49991 00:43:51 ---> Running in 53dfdab58dbe 00:43:51 Removing intermediate container 53dfdab58dbe 00:43:51 ---> 963221ef4cf4 00:43:51 Step 11/19 : EXPOSE $APP_PORT 00:43:51 ---> Running in c02e1b23aa77 00:43:51 Removing intermediate container c02e1b23aa77 00:43:51 ---> 34f316e5445f 00:43:51 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 00:43:51 ---> 02a2b7199993 00:43:51 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 00:43:51 ---> 3e9514153a12 00:43:51 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 00:43:51 ---> df85ef5850ce 00:43:51 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 00:43:52 (8/18) Installing libc-dev (0.7.2-r0) 00:43:52 (9/18) Installing g++ (9.2.0-r4) 00:43:52 ---> Running in 43d3b6a98c7b 00:43:52 Removing intermediate container 43d3b6a98c7b 00:43:52 ---> 0da4ccbe117c 00:43:52 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 00:43:52 ---> Running in ea540ea7e25d 00:43:52 Removing intermediate container ea540ea7e25d 00:43:52 ---> c2528fa42078 00:43:52 Step 17/19 : LABEL arch=amd64 00:43:52 ---> Running in fc4e46feba44 00:43:52 Removing intermediate container fc4e46feba44 00:43:52 ---> 05d0fbd63ac5 00:43:52 Step 18/19 : LABEL git_sha=0d9dcf3dd08f488906d53c6efd799967b99372fa 00:43:52 ---> Running in cb7d968206ca 00:43:52 Removing intermediate container cb7d968206ca 00:43:52 ---> 9022f1e23762 00:43:52 Step 19/19 : LABEL version=1.2.2-dev.1 00:43:52 ---> Running in 58313bbcc193 00:43:52 Removing intermediate container 58313bbcc193 00:43:52 ---> e95c56858762 00:43:52 [Warning] One or more build-args [ARCH] were not consumed 00:43:52 Successfully built e95c56858762 00:43:52 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:43:53 provisioning config files... 00:43:53 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/15@tmp/config7558734799091837856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:53 nexus3.edgexfoundry.org:10001 00:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:53 Configure a credential helper to remove this warning. See 00:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:53 00:43:53 Login Succeeded 00:43:53 nexus3.edgexfoundry.org:10002 00:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:53 Configure a credential helper to remove this warning. See 00:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:53 00:43:53 Login Succeeded 00:43:53 nexus3.edgexfoundry.org:10003 00:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:54 Configure a credential helper to remove this warning. See 00:43:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:54 00:43:54 Login Succeeded 00:43:54 nexus3.edgexfoundry.org:10004 00:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:54 Configure a credential helper to remove this warning. See 00:43:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:54 00:43:54 Login Succeeded 00:43:54 docker.io 00:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:43:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:43:54 Configure a credential helper to remove this warning. See 00:43:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:43:54 00:43:54 Login Succeeded [Pipeline] } 00:43:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:43:54 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 00:43:54 0d9dcf3dd08f488906d53c6efd799967b99372fa 00:43:54 latest 00:43:54 1.2.2-dev.1 00:43:54 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 00:43:54 master 00:43:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:55 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa [Pipeline] isUnix [Pipeline] sh 00:43:55 (10/18) Installing fortify-headers (1.1-r0) 00:43:55 (11/18) Installing build-base (0.5-r1) 00:43:55 (12/18) Installing openssh-keygen (8.1_p1-r0) 00:43:55 (13/18) Installing libedit (20191211.3.1-r0) 00:43:55 (14/18) Installing openssh-client (8.1_p1-r0) 00:43:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa 00:43:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:43:55 067eaeeb7c9a: Preparing 00:43:55 01bd9e810bcb: Preparing 00:43:55 e505c21228e7: Preparing 00:43:55 067eaeeb7c9a: Pushed 00:43:55 01bd9e810bcb: Pushed 00:43:55 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 00:43:55 (16/18) Installing openssh-server-common (8.1_p1-r0) 00:43:55 (17/18) Installing openssh-server (8.1_p1-r0) 00:43:56 (18/18) Installing openssh (8.1_p1-r0) 00:43:56 Executing busybox-1.31.1-r8.trigger 00:43:56 OK: 203 MiB in 52 packages 00:43:56 e505c21228e7: Pushed 00:43:56 0d9dcf3dd08f488906d53c6efd799967b99372fa: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] isUnix [Pipeline] sh 00:43:57 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 00:43:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 00:43:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:43:57 067eaeeb7c9a: Preparing 00:43:57 01bd9e810bcb: Preparing 00:43:57 e505c21228e7: Preparing 00:43:57 01bd9e810bcb: Layer already exists 00:43:57 e505c21228e7: Layer already exists 00:43:57 067eaeeb7c9a: Layer already exists 00:43:57 latest: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] isUnix [Pipeline] sh 00:43:57 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 00:43:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.1 00:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:43:58 067eaeeb7c9a: Preparing 00:43:58 01bd9e810bcb: Preparing 00:43:58 e505c21228e7: Preparing 00:43:58 067eaeeb7c9a: Layer already exists 00:43:58 e505c21228e7: Layer already exists 00:43:58 01bd9e810bcb: Layer already exists 00:43:58 1.2.2-dev.1: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] isUnix [Pipeline] sh 00:43:58 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 00:43:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 00:43:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:43:58 067eaeeb7c9a: Preparing 00:43:58 01bd9e810bcb: Preparing 00:43:58 e505c21228e7: Preparing 00:43:58 067eaeeb7c9a: Layer already exists 00:43:58 e505c21228e7: Layer already exists 00:43:58 01bd9e810bcb: Layer already exists 00:43:59 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] isUnix [Pipeline] sh 00:43:59 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 00:44:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 00:44:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:44:00 067eaeeb7c9a: Preparing 00:44:00 01bd9e810bcb: Preparing 00:44:00 e505c21228e7: Preparing 00:44:00 e505c21228e7: Layer already exists 00:44:00 01bd9e810bcb: Layer already exists 00:44:00 067eaeeb7c9a: Layer already exists 00:44:00 master: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:44:00 ===================================================== [Pipeline] echo 00:44:00 taggedImages: 00:44:00 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa 00:44:00 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 00:44:00 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.1 00:44:00 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 00:44:00 - 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 00:44:01 ++ find /w/workspace/device-modbus-go/15 00:44:01 ++ grep snapcraft.yaml 00:44:01 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/15/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:44:01 provisioning config files... 00:44:01 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/15@tmp/config1414959683459831334tmp [Pipeline] { [Pipeline] sh 00:44:02 + cp /w/workspace/device-modbus-go/15@tmp/config1414959683459831334tmp /w/workspace/device-modbus-go/15/edgex-snap-store-login [Pipeline] sh 00:44:02 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/15:/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 00:44:02 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 00:44:02 latest: Pulling from edgex-devops/edgex-snap-builder 00:44:02 a1125296b23d: Pulling fs layer 00:44:02 3c742a4a0f38: Pulling fs layer 00:44:02 4c5ea3b32996: Pulling fs layer 00:44:02 1b4be91ead68: Pulling fs layer 00:44:02 9224317f5338: Pulling fs layer 00:44:02 a1d4acd2f81e: Pulling fs layer 00:44:02 de16526aea4f: Pulling fs layer 00:44:02 98d9a47ff92f: Pulling fs layer 00:44:02 f00a2f7e41d2: Pulling fs layer 00:44:02 a1d4acd2f81e: Waiting 00:44:02 de16526aea4f: Waiting 00:44:02 98d9a47ff92f: Waiting 00:44:02 f00a2f7e41d2: Waiting 00:44:02 1b4be91ead68: Waiting 00:44:02 9224317f5338: Waiting 00:44:02 4c5ea3b32996: Verifying Checksum 00:44:02 4c5ea3b32996: Download complete 00:44:02 3c742a4a0f38: Verifying Checksum 00:44:02 3c742a4a0f38: Download complete 00:44:02 1b4be91ead68: Verifying Checksum 00:44:02 1b4be91ead68: Download complete 00:44:02 a1d4acd2f81e: Verifying Checksum 00:44:02 a1d4acd2f81e: Download complete 00:44:02 de16526aea4f: Download complete 00:44:02 98d9a47ff92f: Download complete 00:44:02 f00a2f7e41d2: Verifying Checksum 00:44:02 f00a2f7e41d2: Download complete 00:44:02 a1125296b23d: Verifying Checksum 00:44:02 a1125296b23d: Download complete 00:44:02 Removing intermediate container fb8e71703b35 00:44:02 ---> 3c18b8903e28 00:44:02 Step 6/8 : WORKDIR /device-modbus-go 00:44:02 ---> Running in 36cc0db793ae 00:44:03 Removing intermediate container 36cc0db793ae 00:44:03 ---> 342ca65682f8 00:44:03 Step 7/8 : COPY . . 00:44:04 ---> 5912e868d1ec 00:44:04 Step 8/8 : RUN go mod download 00:44:04 ---> Running in 8ad15c24693a 00:44:06 a1125296b23d: Pull complete 00:44:06 9224317f5338: Download complete 00:44:07 3c742a4a0f38: Pull complete 00:44:07 go: finding github.com/BurntSushi/toml v0.3.1 00:44:07 go: finding github.com/OneOfOne/xxhash v1.2.6 00:44:07 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:44:07 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:44:07 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:44:07 go: finding github.com/bgentry/speakeasy v0.1.0 00:44:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:44:07 go: finding github.com/davecgh/go-spew v1.1.1 00:44:07 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 00:44:07 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 00:44:07 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:44:07 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:44:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:44:07 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:44:07 go: finding github.com/fatih/color v1.7.0 00:44:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:44:07 go: finding github.com/go-kit/kit v0.8.0 00:44:07 go: finding github.com/go-logfmt/logfmt v0.4.0 00:44:07 go: finding github.com/go-stack/stack v1.8.0 00:44:07 go: finding github.com/goburrow/modbus v0.1.0 00:44:07 go: finding github.com/goburrow/serial v0.1.0 00:44:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:44:07 go: finding github.com/google/uuid v1.1.1 00:44:07 go: finding github.com/gorilla/mux v1.7.1 00:44:07 go: finding github.com/hashicorp/consul/api v1.1.0 00:44:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:44:07 go: finding github.com/hashicorp/errwrap v1.0.0 00:44:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:44:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:44:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:44:07 go: finding github.com/hashicorp/go-multierror v1.0.0 00:44:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:44:07 go: finding github.com/hashicorp/go-sockaddr v1.0.1 00:44:07 4c5ea3b32996: Pull complete 00:44:07 1b4be91ead68: Pull complete 00:44:07 go: finding github.com/hashicorp/go-syslog v1.0.0 00:44:07 go: finding github.com/hashicorp/go-uuid v1.0.1 00:44:07 go: finding github.com/hashicorp/go.net v0.0.1 00:44:07 go: finding github.com/hashicorp/golang-lru v0.5.1 00:44:07 go: finding github.com/hashicorp/logutils v1.0.0 00:44:07 go: finding github.com/hashicorp/mdns v1.0.0 00:44:07 go: finding github.com/hashicorp/memberlist v0.1.3 00:44:07 go: finding github.com/hashicorp/serf v0.8.2 00:44:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:44:07 go: finding github.com/mattn/go-colorable v0.0.9 00:44:07 go: finding github.com/mattn/go-isatty v0.0.3 00:44:07 go: finding github.com/miekg/dns v1.1.4 00:44:07 go: finding github.com/mitchellh/cli v1.0.0 00:44:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:44:07 go: finding github.com/mitchellh/copystructure v1.0.0 00:44:07 go: finding github.com/mitchellh/go-homedir v1.1.0 00:44:07 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:44:07 go: finding github.com/mitchellh/go-wordwrap v1.0.0 00:44:07 go: finding github.com/mitchellh/gox v0.4.0 00:44:07 go: finding github.com/mitchellh/iochan v1.0.0 00:44:07 go: finding github.com/mitchellh/mapstructure v1.1.2 00:44:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:44:07 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:44:07 go: finding github.com/pelletier/go-toml v1.2.0 00:44:08 go: finding github.com/pkg/errors v0.8.1 00:44:08 go: finding github.com/pmezard/go-difflib v1.0.0 00:44:08 go: finding github.com/posener/complete v1.1.1 00:44:08 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 00:44:08 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:44:08 go: finding github.com/stretchr/objx v0.1.0 00:44:08 go: finding github.com/stretchr/testify v1.5.1 00:44:08 go: finding github.com/ugorji/go v1.1.4 00:44:08 go: finding github.com/x448/float16 v0.8.4 00:44:08 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 00:44:08 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 00:44:08 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:44:08 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 00:44:08 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 00:44:08 go: finding gopkg.in/yaml.v2 v2.2.8 00:44:18 Removing intermediate container 8ad15c24693a 00:44:18 ---> 4477d15553e4 00:44:18 Successfully built 4477d15553e4 00:44:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:19 + docker inspect -f . ci-base-image-arm64 00:44:19 . [Pipeline] withDockerContainer 00:44:19 prd-ubuntu18.04-docker-arm64-4c-16g-727 does not seem to be running inside a container 00:44:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/15 -v /w/workspace/device-modbus-go/15:/w/workspace/device-modbus-go/15:rw,z -v /w/workspace/device-modbus-go/15@tmp:/w/workspace/device-modbus-go/15@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 ******** ci-base-image-arm64 cat 00:44:21 $ docker top 6dd23442a3562def46ca6fcafdf5874862f25eb4ddc70c75c10a2be73d93d676 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:22 + go version 00:44:22 go version go1.13.5 linux/arm64 [Pipeline] sh 00:44:23 + make test 00:44:23 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:44:24 ? github.com/edgexfoundry/device-modbus-go [no test files] 00:44:34 9224317f5338: Pull complete 00:44:34 a1d4acd2f81e: Pull complete 00:44:34 de16526aea4f: Pull complete 00:44:34 98d9a47ff92f: Pull complete 00:44:34 f00a2f7e41d2: Pull complete 00:44:34 Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 00:44:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:44:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] 00:44:38 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:44:38 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] 00:44:38 Fetched 275 kB in 1s (353 kB/s) 00:44:40 Reading package lists... 00:44:44 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:44 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:44 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:44 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 00:44:46 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 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... 49% Reading package lists... 66% Reading package lists... 66% Reading package lists... 67% Reading package lists... 67% 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 00:44:48 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 00:44:50 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 47% Reading package lists... 66% Reading package lists... 66% Reading package lists... 67% Reading package lists... 67% 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 00:44:50 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 25% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 00:44:50 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:44:50 The following packages were automatically installed and are no longer required: 00:44:50 libjq1 libonig4 00:44:50 Use 'sudo apt autoremove' to remove them. 00:44:50 Suggested packages: 00:44:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 00:44:50 diffutils-doc perl-doc libterm-readline-gnu-perl 00:44:50 | libterm-readline-perl-perl 00:44:50 The following NEW packages will be installed: 00:44:50 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 00:44:50 libperl5.26 make netbase patch perl perl-modules-5.26 00:44:50 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 00:44:50 Need to get 12.0 MB of archives. 00:44:50 After this operation, 77.5 MB of additional disk space will be used. 00:44:50 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] 00:44:51 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 695 kB/2763 kB 25%] 20% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 00:44:51 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 00:44:51 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] 00:44:51 23% [4 libperl5.26 65.5 kB/3527 kB 2%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 00:44:51 48% [5 perl 33.5 kB/201 kB 17%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 00:44:51 51% [6 less 90.1 kB/112 kB 81%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 00:44:51 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] 00:44:51 55% [8 curl 65.5 kB/159 kB 41%] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] 00:44:51 57% [9 libcurl3-gnutls 65.5 kB/212 kB 31%] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:51 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:44:51 62% [11 git-man 65.5 kB/804 kB 8%] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:44:51 68% [12 git 65.5 kB/3915 kB 2%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 00:44:51 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] 00:44:51 98% [14 patch 9563 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8469 kB/s) 00:44:52 debconf: delaying package configuration, since apt-utils is not installed 00:44:52 Selecting previously unselected package perl-modules-5.26. 00:44:52 (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.) 00:44:52 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:44:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:44:56 Selecting previously unselected package libgdbm5:amd64. 00:44:56 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 00:44:56 Unpacking libgdbm5:amd64 (1.14.1-6) ... 00:44:56 Selecting previously unselected package libgdbm-compat4:amd64. 00:44:56 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 00:44:56 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 00:44:56 Selecting previously unselected package libperl5.26:amd64. 00:44:56 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 00:44:56 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:44:57 Selecting previously unselected package perl. 00:44:57 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 00:44:57 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:44:57 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 00:44:57 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.226s coverage: 50.3% of statements 00:44:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:44:57 Selecting previously unselected package less. 00:44:57 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 00:44:57 Unpacking less (487-0.1) ... 00:44:57 Selecting previously unselected package netbase. 00:44:57 Preparing to unpack .../06-netbase_5.4_all.deb ... 00:44:57 Unpacking netbase (5.4) ... 00:44:57 Selecting previously unselected package curl. 00:44:57 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_amd64.deb ... 00:44:57 Unpacking curl (7.58.0-2ubuntu3.9) ... 00:44:57 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:57 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... 00:44:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 00:44:57 Selecting previously unselected package liberror-perl. 00:44:57 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 00:44:57 Unpacking liberror-perl (0.17025-1) ... 00:44:57 Selecting previously unselected package git-man. 00:44:57 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:44:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:44:57 Selecting previously unselected package git. 00:44:57 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:44:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:44:58 Selecting previously unselected package make. 00:44:58 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 00:44:58 Unpacking make (4.1-9.1ubuntu1) ... 00:44:58 Selecting previously unselected package patch. 00:44:58 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:58 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:44:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:44:58 Setting up less (487-0.1) ... 00:44:58 Setting up make (4.1-9.1ubuntu1) ... 00:44:58 Setting up curl (7.58.0-2ubuntu3.9) ... 00:44:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 00:44:58 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:44:58 Setting up libgdbm5:amd64 (1.14.1-6) ... 00:44:58 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:59 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 00:44:59 Setting up netbase (5.4) ... 00:44:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 00:44:59 Setting up perl (5.26.1-6ubuntu0.3) ... 00:44:59 Setting up liberror-perl (0.17025-1) ... 00:44:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:44:59 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:44:59 gofmt -l . 00:44:59 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:59 [ "`gofmt -l .`" = "" ] 00:44:59 ./bin/test-attribution-txt.sh 00:45:00 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:45:00 Warning: overwriting stash ‘coverage-report’ 00:45:01 Stashed 1 file(s) [Pipeline] } 00:45:01 $ docker stop --time=1 6dd23442a3562def46ca6fcafdf5874862f25eb4ddc70c75c10a2be73d93d676 00:45:01 curl set to automatically installed. 00:45:01 git set to automatically installed. 00:45:01 git-man set to automatically installed. 00:45:01 less set to automatically installed. 00:45:01 libcurl3-gnutls set to automatically installed. 00:45:01 liberror-perl set to automatically installed. 00:45:01 libgdbm-compat4 set to automatically installed. 00:45:01 libgdbm5 set to automatically installed. 00:45:01 libperl5.26 set to automatically installed. 00:45:01 make set to automatically installed. 00:45:01 netbase set to automatically installed. 00:45:01 patch set to automatically installed. 00:45:01 perl set to automatically installed. 00:45:01 perl-modules-5.26 set to automatically installed. 00:45:01 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:45:01 Please ensure the environment is properly setup before continuing. 00:45:01 Ignore this message if the appropriate measures have already been taken 00:45:02 Pulling go  00:45:03 $ docker rm -f 6dd23442a3562def46ca6fcafdf5874862f25eb4ddc70c75c10a2be73d93d676 00:45:03 'device-modbus' has dependencies that need to be staged: go 00:45:03 Skipping pull go (already ran) 00:45:03 Building go  00:45:03 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:03 Dload Upload Total Spent Left Speed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:45:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:45:04 + ls -al . 00:45:04 total 140 00:45:04 drwxrwxr-x 10 jenkins jenkins 4096 Jul 15 00:45 . 00:45:04 drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 00:42 .. 00:45:04 -rw-rw-r-- 1 jenkins jenkins 140 Jul 15 00:43 .dockerignore 00:45:04 drwxrwxr-x 8 jenkins jenkins 4096 Jul 15 00:43 .git 00:45:04 drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 00:43 .github 00:45:04 -rw-rw-r-- 1 jenkins jenkins 330 Jul 15 00:43 .gitignore 00:45:04 drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 00:43 .semver 00:45:04 -rw-rw-r-- 1 jenkins jenkins 5049 Jul 15 00:43 Attribution.txt 00:45:04 -rw-rw-r-- 1 jenkins jenkins 1422 Jul 15 00:43 Dockerfile 00:45:04 -rw-rw-r-- 1 jenkins jenkins 954 Jul 15 00:43 Dockerfile.build 00:45:04 -rw-rw-r-- 1 jenkins jenkins 702 Jul 15 00:43 Jenkinsfile 00:45:04 -rw-rw-r-- 1 jenkins jenkins 11340 Jul 15 00:43 LICENSE 00:45:04 -rw-rw-r-- 1 jenkins jenkins 880 Jul 15 00:43 Makefile 00:45:04 -rw-rw-r-- 1 jenkins jenkins 591 Jul 15 00:43 README.md 00:45:04 -rw-rw-r-- 1 jenkins jenkins 11 Jul 15 00:39 VERSION 00:45:04 drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 00:43 bin 00:45:04 drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 00:43 cmd 00:45:04 -rw-r--r-- 1 jenkins jenkins 22123 Jul 15 00:44 coverage.out 00:45:04 -rw-r--r-- 1 jenkins jenkins 559 Jul 15 00:45 go.mod 00:45:04 -rw-r--r-- 1 jenkins jenkins 13471 Jul 15 00:45 go.sum 00:45:04 drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 00:43 internal 00:45:04 drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 00:43 simulator 00:45:04 drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 00:43 snap 00:45:04 -rw-rw-r-- 1 jenkins jenkins 229 Jul 15 00:43 version.go [Pipeline] isUnix [Pipeline] sh 00:45:05 + 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=0d9dcf3dd08f488906d53c6efd799967b99372fa --label arch=arm64 --label version=1.2.2-dev.1 . 00:45:05 Sending build context to Docker daemon 636.9kB 00:45:05 Step 1/19 : ARG BASE=golang:1.13-alpine 00:45:05 Step 2/19 : FROM ${BASE} AS builder 00:45:05 ---> 4477d15553e4 00:45:05 Step 3/19 : ARG MAKE='make build' 00:45:05 ---> Running in 9205bb28ff65 00:45:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 114M 5 6623k 0 0 10.3M 0 0:00:11 --:--:-- 0:00:11 10.3M 50 114M 50 57.9M 0 0 35.7M 0 0:00:03 0:00:01 0:00:02 35.7M 100 114M 100 114M 0 0 47.3M 0 0:00:02 0:00:02 --:--:-- 47.3M 00:45:06 Removing intermediate container 9205bb28ff65 00:45:06 ---> 4f2ee98e658a 00:45:06 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:06 ---> Running in 04e53694b62d 00:45:06 go1.13.5.linux-amd64.tar.gz: OK 00:45:08 Removing intermediate container 04e53694b62d 00:45:08 ---> f21154668f03 00:45:08 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 00:45:08 ---> Running in 8e339f90ccc4 00:45:10 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 00:45:11 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 00:45:11 OK: 203 MiB in 52 packages 00:45:12 Removing intermediate container 8e339f90ccc4 00:45:12 ---> d7b5f32a461c 00:45:12 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 00:45:12 ---> Running in e7e56deba536 00:45:13 Removing intermediate container e7e56deba536 00:45:13 ---> 5440ef8f811c 00:45:13 Step 7/19 : COPY . . 00:45:14 ---> 0577016df755 00:45:14 Step 8/19 : RUN ${MAKE} 00:45:14 ---> Running in 7db47dca0b77 00:45:14 Staging go  00:45:15 Pulling device-modbus  00:45:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd 00:45:16 Skipping build go (already ran) 00:45:16 Building device-modbus  00:45:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd 00:45:17 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 00:45:17 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:45:17 go: downloading github.com/goburrow/modbus v0.1.0 00:45:17 go: extracting github.com/goburrow/modbus v0.1.0 00:45:17 go: downloading github.com/goburrow/serial v0.1.0 00:45:17 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:45:17 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 00:45:17 go: extracting github.com/goburrow/serial v0.1.0 00:45:17 go: downloading github.com/gorilla/mux v1.7.1 00:45:17 go: downloading github.com/go-kit/kit v0.8.0 00:45:17 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 00:45:17 go: downloading gopkg.in/yaml.v2 v2.2.8 00:45:17 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 00:45:17 go: extracting github.com/gorilla/mux v1.7.1 00:45:17 go: extracting gopkg.in/yaml.v2 v2.2.8 00:45:17 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:17 go: downloading github.com/OneOfOne/xxhash v1.2.6 00:45:17 go: downloading github.com/google/uuid v1.1.1 00:45:17 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 00:45:17 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 00:45:17 go: downloading github.com/pkg/errors v0.8.1 00:45:17 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:45:17 go: extracting github.com/go-kit/kit v0.8.0 00:45:17 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:45:17 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 00:45:17 go: extracting github.com/OneOfOne/xxhash v1.2.6 00:45:17 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 00:45:17 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:17 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:17 go: downloading github.com/hashicorp/consul/api v1.1.0 00:45:17 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:17 go: extracting github.com/pkg/errors v0.8.1 00:45:17 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:45:17 go: extracting github.com/google/uuid v1.1.1 00:45:17 go: downloading github.com/x448/float16 v0.8.4 00:45:17 go: extracting github.com/BurntSushi/toml v0.3.1 00:45:17 go: extracting github.com/pelletier/go-toml v1.2.0 00:45:17 go: extracting github.com/hashicorp/consul/api v1.1.0 00:45:17 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:17 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:17 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:17 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:17 go: extracting github.com/x448/float16 v0.8.4 00:45:17 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:45:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:17 go: downloading github.com/hashicorp/serf v0.8.2 00:45:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:17 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:45:17 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:45:17 go: extracting github.com/mitchellh/copystructure v1.0.0 00:45:17 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:45:17 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:17 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:45:17 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:45:17 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:45:17 go: extracting github.com/hashicorp/serf v0.8.2 00:45:17 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:17 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:17 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:17 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:45:17 go: downloading github.com/hashicorp/golang-lru v0.5.1 00:45:17 go: extracting github.com/hashicorp/golang-lru v0.5.1 00:45:17 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 00:45:17 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:45:17 go: finding github.com/goburrow/modbus v0.1.0 00:45:17 go: finding github.com/gorilla/mux v1.7.1 00:45:17 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:45:18 go: finding github.com/go-kit/kit v0.8.0 00:45:18 go: finding github.com/google/uuid v1.1.1 00:45:18 go: finding github.com/OneOfOne/xxhash v1.2.6 00:45:18 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 00:45:18 go: finding github.com/goburrow/serial v0.1.0 00:45:18 go: finding github.com/x448/float16 v0.8.4 00:45:18 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:45:18 go: finding github.com/go-logfmt/logfmt v0.4.0 00:45:18 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:45:18 go: finding gopkg.in/yaml.v2 v2.2.8 00:45:18 go: finding github.com/pkg/errors v0.8.1 00:45:18 go: finding github.com/BurntSushi/toml v0.3.1 00:45:18 go: finding github.com/hashicorp/consul/api v1.1.0 00:45:18 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:45:18 go: finding github.com/pelletier/go-toml v1.2.0 00:45:18 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:45:18 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:45:18 go: finding github.com/hashicorp/serf v0.8.2 00:45:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:18 go: finding github.com/mitchellh/mapstructure v1.1.2 00:45:18 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:18 go: finding github.com/mitchellh/copystructure v1.0.0 00:45:18 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:45:18 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:45:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:45:18 go: finding github.com/hashicorp/golang-lru v0.5.1 00:45:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:45:32 Skipping stage go (already ran) 00:45:32 Staging device-modbus  00:45:33 Priming go  00:45:34 Priming device-modbus  00:45:35 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 00:45:35 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 00:45:35 Determining the version from the project repo (version-script). 00:45:35 The version has been set to '1.2.2-dev.1-20200715+0d9dcf3' 00:45:37 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | 00:45:37 Snapped edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap 00:45:40 00:45:40 Login successful. You now have these capabilities: 00:45:40  00:45:40 snaps: No restriction 00:45:40 channels: No restriction 00:45:40 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 00:45:40 expires: 2021-07-14T18:21:36.256372 00:45:40  00:45:40 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 00:45:40 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 00:45:40 Preparing to upload 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap'. 00:45:40 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 00:45:40 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 00:45:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:45:43 Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 100% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 100% 00:45:47 Removing intermediate container 7db47dca0b77 00:45:47 ---> dcd8b9836fe1 00:45:47 Step 9/19 : FROM scratch 00:45:47 ---> 00:45:47 Step 10/19 : ENV APP_PORT=49991 00:45:47 ---> Running in 3ce874685652 00:45:47 Removing intermediate container 3ce874685652 00:45:47 ---> 98c029819f72 00:45:47 Step 11/19 : EXPOSE $APP_PORT 00:45:47 ---> Running in 14d1a3677414 00:45:47 Removing intermediate container 14d1a3677414 00:45:47 ---> 779bebefdec2 00:45:47 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 00:45:49 ---> 7836d12b16c1 00:45:49 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 00:45:49 ---> 7c5158b26c0c 00:45:49 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 00:45:50 ---> 12ffc7d74e16 00:45:50 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 00:45:50 ---> Running in 3939eaa34eb4 00:45:50 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...| 00:45:50 Ready to release! 00:45:50 Revision 1273 of 'edgex-device-modbus' created. 00:45:51 Removing intermediate container 3939eaa34eb4 00:45:51 ---> 18089c8a750d 00:45:51 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 00:45:51 ---> Running in a584f5d8fb9c 00:45:51 Removing intermediate container a584f5d8fb9c 00:45:51 ---> 341000c167eb 00:45:51 Step 17/19 : LABEL arch=arm64 00:45:51 ---> Running in d7c82a72e38a 00:45:51 Track Arch Channel Version Revision 00:45:51 latest amd64 stable 1.2.1-20200612+fdf900d 1255 00:45:51 candidate 1.2.1-20200612+fdf900d 1255 00:45:51 beta 1.2.1-20200612+fdf900d 1255 00:45:51 edge 1.2.2-dev.1-20200715+0d9dcf3 1273 00:45:51 edinburgh amd64 stable - - 00:45:51 candidate - - 00:45:51 beta 1.0.0-20190626+739f7ef 112 00:45:51 edge 1.0.0-20200103+c777f31 956 00:45:51 fuji amd64 stable 1.1.1-20200228+37c94ae 1087 00:45:51 candidate ↑ ↑ 00:45:51 beta 1.1.1-20200228+37c94ae 1087 00:45:51 edge 1.1.1-20200422+37c94ae 1193 00:45:51 geneva amd64 stable 1.2.1-20200612+fdf900d 1255 00:45:51 candidate ↑ ↑ 00:45:51 beta ↑ ↑ 00:45:51 edge ↑ ↑ 00:45:52 Removing intermediate container d7c82a72e38a 00:45:52 ---> f344a87e49f8 00:45:52 Step 18/19 : LABEL git_sha=0d9dcf3dd08f488906d53c6efd799967b99372fa 00:45:52 ---> Running in b9642224d4c6 00:45:52 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 00:45:52 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 00:45:52 Uploading metadata from 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' 00:45:52 Removing intermediate container b9642224d4c6 00:45:52 ---> 34e0490af14e 00:45:52 Step 19/19 : LABEL version=1.2.2-dev.1 00:45:52 ---> Running in 342959cb15ac 00:45:53 Removing intermediate container 342959cb15ac 00:45:53 ---> 2b74edaa5f94 00:45:53 [Warning] One or more build-args [ARCH] were not consumed 00:45:53 Successfully built 2b74edaa5f94 00:45:53 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 00:45:53 provisioning config files... 00:45:53 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/15@tmp/config1777516797958905953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:45:54 nexus3.edgexfoundry.org:10001 00:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:54 Configure a credential helper to remove this warning. See 00:45:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:54 00:45:54 Login Succeeded 00:45:54 nexus3.edgexfoundry.org:10002 00:45:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:55 Configure a credential helper to remove this warning. See 00:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:55 00:45:55 Login Succeeded 00:45:55 nexus3.edgexfoundry.org:10003 00:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:55 Configure a credential helper to remove this warning. See 00:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:55 00:45:55 Login Succeeded 00:45:55 nexus3.edgexfoundry.org:10004 00:45:55 The metadata has been uploaded 00:45:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:56 Configure a credential helper to remove this warning. See 00:45:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:56 00:45:56 Login Succeeded 00:45:56 docker.io 00:45:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 00:45:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:45:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:57 Configure a credential helper to remove this warning. See 00:45:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:57 00:45:57 Login Succeeded [Pipeline] // withEnv [Pipeline] } [Pipeline] } 00:45:57 Deleting 1 temporary files [Pipeline] // ws [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 00:45:57 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 00:45:57 0d9dcf3dd08f488906d53c6efd799967b99372fa 00:45:57 latest 00:45:57 1.2.2-dev.1 00:45:57 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 00:45:57 master 00:45:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:58 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa [Pipeline] isUnix [Pipeline] sh 00:45:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa 00:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:45:58 dad40de1a2f2: Preparing 00:45:58 7cc27917088b: Preparing 00:45:58 dbd0a8f7d307: Preparing 00:45:58 7cc27917088b: Pushed 00:45:58 dad40de1a2f2: Pushed 00:46:01 dbd0a8f7d307: Pushed 00:46:01 0d9dcf3dd08f488906d53c6efd799967b99372fa: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] isUnix [Pipeline] sh 00:46:01 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:46:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 00:46:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:46:01 dad40de1a2f2: Preparing 00:46:01 7cc27917088b: Preparing 00:46:01 dbd0a8f7d307: Preparing 00:46:01 dbd0a8f7d307: Layer already exists 00:46:01 dad40de1a2f2: Layer already exists 00:46:01 7cc27917088b: Layer already exists 00:46:02 latest: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] isUnix [Pipeline] sh 00:46:02 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 00:46:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.1 00:46:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:46:02 dad40de1a2f2: Preparing 00:46:02 7cc27917088b: Preparing 00:46:02 dbd0a8f7d307: Preparing 00:46:02 dad40de1a2f2: Layer already exists 00:46:02 7cc27917088b: Layer already exists 00:46:02 dbd0a8f7d307: Layer already exists 00:46:03 1.2.2-dev.1: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] isUnix [Pipeline] sh 00:46:03 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh 00:46:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 00:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:46:03 dad40de1a2f2: Preparing 00:46:03 7cc27917088b: Preparing 00:46:03 dbd0a8f7d307: Preparing 00:46:03 dbd0a8f7d307: Layer already exists 00:46:03 dad40de1a2f2: Layer already exists 00:46:03 7cc27917088b: Layer already exists 00:46:04 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] isUnix [Pipeline] sh 00:46:04 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:46:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 00:46:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:46:04 dad40de1a2f2: Preparing 00:46:04 7cc27917088b: Preparing 00:46:04 dbd0a8f7d307: Preparing 00:46:04 dad40de1a2f2: Layer already exists 00:46:04 dbd0a8f7d307: Layer already exists 00:46:04 7cc27917088b: Layer already exists 00:46:05 master: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:46:05 ===================================================== [Pipeline] echo 00:46:05 taggedImages: 00:46:05 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa 00:46:05 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 00:46:05 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.1 00:46:05 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 00:46:05 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 00:46:05 + find /w/workspace/device-modbus-go/15 00:46:05 + grep snapcraft.yaml 00:46:05 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/15/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:46:06 provisioning config files... 00:46:06 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/15@tmp/config8084870733273728676tmp [Pipeline] { [Pipeline] sh 00:46:06 + cp /w/workspace/device-modbus-go/15@tmp/config8084870733273728676tmp /w/workspace/device-modbus-go/15/edgex-snap-store-login [Pipeline] sh 00:46:06 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/15:/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 00:46:06 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 00:46:06 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 00:46:06 68fe03cb170d: Pulling fs layer 00:46:06 18959295effb: Pulling fs layer 00:46:06 51118fb70ce3: Pulling fs layer 00:46:06 409a5d9eae93: Pulling fs layer 00:46:06 76e762919bd5: Pulling fs layer 00:46:06 8ed2c1ec22f6: Pulling fs layer 00:46:06 7f90baa40d9b: Pulling fs layer 00:46:06 e1aa5cc854c1: Pulling fs layer 00:46:06 b0d1d86f3456: Pulling fs layer 00:46:06 409a5d9eae93: Waiting 00:46:06 7f90baa40d9b: Waiting 00:46:06 76e762919bd5: Waiting 00:46:06 8ed2c1ec22f6: Waiting 00:46:06 e1aa5cc854c1: Waiting 00:46:06 b0d1d86f3456: Waiting 00:46:07 18959295effb: Verifying Checksum 00:46:07 18959295effb: Download complete 00:46:07 51118fb70ce3: Verifying Checksum 00:46:07 51118fb70ce3: Download complete 00:46:07 409a5d9eae93: Verifying Checksum 00:46:07 409a5d9eae93: Download complete 00:46:07 8ed2c1ec22f6: Verifying Checksum 00:46:07 8ed2c1ec22f6: Download complete 00:46:07 7f90baa40d9b: Download complete 00:46:07 e1aa5cc854c1: Verifying Checksum 00:46:07 e1aa5cc854c1: Download complete 00:46:07 b0d1d86f3456: Verifying Checksum 00:46:07 b0d1d86f3456: Download complete 00:46:08 68fe03cb170d: Verifying Checksum 00:46:08 68fe03cb170d: Download complete 00:46:10 68fe03cb170d: Pull complete 00:46:11 18959295effb: Pull complete 00:46:11 51118fb70ce3: Pull complete 00:46:11 409a5d9eae93: Pull complete 00:46:17 76e762919bd5: Verifying Checksum 00:46:17 76e762919bd5: Download complete 00:46:56 76e762919bd5: Pull complete 00:46:56 8ed2c1ec22f6: Pull complete 00:46:56 7f90baa40d9b: Pull complete 00:46:56 e1aa5cc854c1: Pull complete 00:46:56 b0d1d86f3456: Pull complete 00:46:56 Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab 00:46:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 00:47:03 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 00:47:03 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 00:47:03 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 00:47:03 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 00:47:04 Fetched 252 kB in 2s (150 kB/s) 00:47:08 Reading package lists... 00:47:23 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 00:47:23 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 00:47:23 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 00:47:23 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 00:47:27 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 00:47:33 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 00:47:37 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... 53% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 74% 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... 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 00:47:38 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 00:47:38 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:47:38 The following packages were automatically installed and are no longer required: 00:47:38 libjq1 libonig4 00:47:38 Use 'sudo apt autoremove' to remove them. 00:47:38 Suggested packages: 00:47:38 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:47:38 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 00:47:38 diffutils-doc perl-doc libterm-readline-gnu-perl 00:47:38 | libterm-readline-perl-perl 00:47:39 The following NEW packages will be installed: 00:47:39 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 00:47:39 libperl5.26 make netbase patch perl perl-modules-5.26 00:47:39 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 00:47:39 Need to get 10.8 MB of archives. 00:47:39 After this operation, 73.6 MB of additional disk space will be used. 00:47:39 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] 00:47:40 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 6% [1 perl-modules-5.26 873 kB/2763 kB 32%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 00:47:40 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 00:47:40 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 00:47:40 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 00:47:40 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] 00:47:40 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 00:47:40 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] 00:47:40 58% [8 curl 55.4 kB/152 kB 36%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] 00:47:40 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 00:47:40 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 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] 00:47:40 65% [11 git-man 28.4 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 00:47:40 72% [12 git 11.0 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] 00:47:40 96% [13 make 32.8 kB/139 kB 24%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 00:47:40 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (8378 kB/s) 00:47:41 debconf: delaying package configuration, since apt-utils is not installed 00:47:41 Selecting previously unselected package perl-modules-5.26. 00:47:41 (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.) 00:47:41 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 00:47:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:47:42 Selecting previously unselected package libgdbm5:arm64. 00:47:42 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 00:47:43 Unpacking libgdbm5:arm64 (1.14.1-6) ... 00:47:43 Selecting previously unselected package libgdbm-compat4:arm64. 00:47:43 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 00:47:43 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 00:47:43 Selecting previously unselected package libperl5.26:arm64. 00:47:43 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 00:47:43 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:47:44 Selecting previously unselected package perl. 00:47:44 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 00:47:44 Unpacking perl (5.26.1-6ubuntu0.3) ... 00:47:44 Selecting previously unselected package less. 00:47:44 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 00:47:44 Unpacking less (487-0.1) ... 00:47:44 Selecting previously unselected package netbase. 00:47:44 Preparing to unpack .../06-netbase_5.4_all.deb ... 00:47:44 Unpacking netbase (5.4) ... 00:47:45 Selecting previously unselected package curl. 00:47:45 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_arm64.deb ... 00:47:45 Unpacking curl (7.58.0-2ubuntu3.9) ... 00:47:45 Selecting previously unselected package libcurl3-gnutls:arm64. 00:47:45 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... 00:47:45 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 00:47:45 Selecting previously unselected package liberror-perl. 00:47:45 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 00:47:45 Unpacking liberror-perl (0.17025-1) ... 00:47:45 Selecting previously unselected package git-man. 00:47:45 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:47:45 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:47:45 Selecting previously unselected package git. 00:47:45 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 00:47:45 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:47:47 Selecting previously unselected package make. 00:47:47 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 00:47:47 Unpacking make (4.1-9.1ubuntu1) ... 00:47:47 Selecting previously unselected package patch. 00:47:47 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 00:47:47 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:47:47 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:47:47 Setting up less (487-0.1) ... 00:47:47 Setting up make (4.1-9.1ubuntu1) ... 00:47:47 Setting up curl (7.58.0-2ubuntu3.9) ... 00:47:47 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 00:47:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 00:47:47 Setting up libgdbm5:arm64 (1.14.1-6) ... 00:47:48 Setting up patch (2.7.6-2ubuntu1.1) ... 00:47:48 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 00:47:48 Setting up netbase (5.4) ... 00:47:48 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 00:47:48 Setting up perl (5.26.1-6ubuntu0.3) ... 00:47:48 Setting up liberror-perl (0.17025-1) ... 00:47:48 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:47:48 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:47:48 Processing triggers for mime-support (3.60ubuntu1) ... 00:47:53 curl set to automatically installed. 00:47:53 git set to automatically installed. 00:47:53 git-man set to automatically installed. 00:47:53 less set to automatically installed. 00:47:54 libcurl3-gnutls set to automatically installed. 00:47:54 liberror-perl set to automatically installed. 00:47:54 libgdbm-compat4 set to automatically installed. 00:47:54 libgdbm5 set to automatically installed. 00:47:54 libperl5.26 set to automatically installed. 00:47:54 make set to automatically installed. 00:47:54 netbase set to automatically installed. 00:47:54 patch set to automatically installed. 00:47:54 perl set to automatically installed. 00:47:54 perl-modules-5.26 set to automatically installed. 00:47:54 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:47:54 Please ensure the environment is properly setup before continuing. 00:47:54 Ignore this message if the appropriate measures have already been taken 00:47:55 Pulling go  00:47:58 'device-modbus' has dependencies that need to be staged: go 00:47:58 Skipping pull go (already ran) 00:47:58 Building go  00:47:58 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:58 Dload Upload Total Spent Left Speed 00:48:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 93.0M 23 21.8M 0 0 22.4M 0 0:00:04 --:--:-- 0:00:04 22.4M 68 93.0M 68 64.0M 0 0 32.5M 0 0:00:02 0:00:01 0:00:01 32.5M 100 93.0M 100 93.0M 0 0 35.2M 0 0:00:02 0:00:02 --:--:-- 35.3M 00:48:02 go1.13.5.linux-arm64.tar.gz: OK 00:48:20 Staging go  00:48:23 Pulling device-modbus  00:48:26 Skipping build go (already ran) 00:48:26 Building device-modbus  00:48:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd 00:48:27 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 00:48:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:48:27 go: downloading github.com/goburrow/modbus v0.1.0 00:48:27 go: extracting github.com/goburrow/modbus v0.1.0 00:48:27 go: downloading github.com/goburrow/serial v0.1.0 00:48:27 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 00:48:27 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:48:27 go: extracting github.com/goburrow/serial v0.1.0 00:48:27 go: downloading github.com/gorilla/mux v1.7.1 00:48:27 go: downloading github.com/google/uuid v1.1.1 00:48:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 00:48:27 go: downloading github.com/go-kit/kit v0.8.0 00:48:27 go: extracting github.com/google/uuid v1.1.1 00:48:27 go: downloading github.com/OneOfOne/xxhash v1.2.6 00:48:27 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 00:48:27 go: downloading gopkg.in/yaml.v2 v2.2.8 00:48:27 go: extracting github.com/gorilla/mux v1.7.1 00:48:27 go: downloading github.com/pkg/errors v0.8.1 00:48:27 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 00:48:27 go: extracting github.com/OneOfOne/xxhash v1.2.6 00:48:27 go: extracting github.com/pkg/errors v0.8.1 00:48:27 go: downloading github.com/BurntSushi/toml v0.3.1 00:48:27 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 00:48:27 go: extracting gopkg.in/yaml.v2 v2.2.8 00:48:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:48:27 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 00:48:27 go: downloading github.com/pelletier/go-toml v1.2.0 00:48:27 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 00:48:27 go: downloading github.com/hashicorp/consul/api v1.1.0 00:48:27 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 00:48:27 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 00:48:27 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 00:48:27 go: extracting github.com/pelletier/go-toml v1.2.0 00:48:27 go: extracting github.com/BurntSushi/toml v0.3.1 00:48:28 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:48:28 go: extracting github.com/go-kit/kit v0.8.0 00:48:28 go: downloading github.com/x448/float16 v0.8.4 00:48:28 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:48:28 go: downloading github.com/mitchellh/copystructure v1.0.0 00:48:28 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:48:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:48:28 go: extracting github.com/hashicorp/consul/api v1.1.0 00:48:28 go: extracting github.com/x448/float16 v0.8.4 00:48:28 go: extracting github.com/mitchellh/copystructure v1.0.0 00:48:28 go: extracting github.com/mitchellh/mapstructure v1.1.2 00:48:28 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 00:48:28 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:48:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:48:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:48:28 go: downloading github.com/hashicorp/serf v0.8.2 00:48:28 go: extracting github.com/mitchellh/reflectwalk v1.0.0 00:48:28 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 00:48:28 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 00:48:28 go: extracting github.com/hashicorp/serf v0.8.2 00:48:28 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:48:28 go: extracting github.com/go-logfmt/logfmt v0.4.0 00:48:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:48:28 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:48:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:48:28 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 00:48:28 go: downloading github.com/hashicorp/golang-lru v0.5.1 00:48:28 go: extracting github.com/hashicorp/golang-lru v0.5.1 00:48:28 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 00:48:28 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:48:28 go: finding github.com/goburrow/modbus v0.1.0 00:48:28 go: finding github.com/gorilla/mux v1.7.1 00:48:28 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:48:28 go: finding github.com/go-kit/kit v0.8.0 00:48:28 go: finding github.com/goburrow/serial v0.1.0 00:48:28 go: finding github.com/OneOfOne/xxhash v1.2.6 00:48:28 go: finding github.com/google/uuid v1.1.1 00:48:28 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 00:48:28 go: finding github.com/x448/float16 v0.8.4 00:48:28 go: finding github.com/go-logfmt/logfmt v0.4.0 00:48:28 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:48:28 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:48:28 go: finding gopkg.in/yaml.v2 v2.2.8 00:48:28 go: finding github.com/BurntSushi/toml v0.3.1 00:48:28 go: finding github.com/pkg/errors v0.8.1 00:48:28 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:48:28 go: finding github.com/hashicorp/consul/api v1.1.0 00:48:28 go: finding github.com/pelletier/go-toml v1.2.0 00:48:28 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:48:28 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:48:28 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:48:28 go: finding github.com/hashicorp/serf v0.8.2 00:48:28 go: finding github.com/mitchellh/mapstructure v1.1.2 00:48:28 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:48:28 go: finding github.com/mitchellh/copystructure v1.0.0 00:48:28 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:48:28 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:48:28 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:48:28 go: finding github.com/hashicorp/golang-lru v0.5.1 00:48:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:49:09 Skipping stage go (already ran) 00:49:09 Staging device-modbus  00:49:10 Priming go  00:49:14 Priming device-modbus  00:49:17 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 00:49:17 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 00:49:17 Determining the version from the project repo (version-script). 00:49:17 The version has been set to '1.2.2-dev.1-20200715+0d9dcf3' 00:49:19 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 00:49:19 Snapped edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap 00:49:25 00:49:25 Login successful. You now have these capabilities: 00:49:25  00:49:25 snaps: No restriction 00:49:25 channels: No restriction 00:49:25 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 00:49:25 expires: 2021-07-14T18:21:36.256372 00:49:25  00:49:28 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 00:49:28 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 00:49:28 Preparing to upload 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap'. 00:49:28 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 00:49:28 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 00:49:30 Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 100% 00:49:39 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 00:49:39 released 00:49:39 Revision 1274 of 'edgex-device-modbus' created. 00:49:40 Track Arch Channel Version Revision 00:49:40 latest arm64 stable 1.2.1-20200612+fdf900d 1256 00:49:40 candidate 1.2.1-20200612+fdf900d 1256 00:49:40 beta 1.2.1-20200612+fdf900d 1256 00:49:40 edge 1.2.2-dev.1-20200715+0d9dcf3 1274 00:49:40 edinburgh arm64 stable - - 00:49:40 candidate - - 00:49:40 beta 1.0.0-20190627+739f7ef 113 00:49:40 edge 1.0.0-20200107+c777f31 958 00:49:40 fuji arm64 stable 1.1.1-20200311+37c94ae 1112 00:49:40 candidate ↑ ↑ 00:49:40 beta 1.1.1-20200311+37c94ae 1112 00:49:40 edge 1.1.1-20200422+37c94ae 1194 00:49:40 geneva arm64 stable 1.2.1-20200612+fdf900d 1256 00:49:40 candidate ↑ ↑ 00:49:40 beta ↑ ↑ 00:49:40 edge ↑ ↑ 00:49:44 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 00:49:44 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 00:49:44 Uploading metadata from 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' 00:49:47 The metadata has been uploaded [Pipeline] } 00:49:49 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 00:49:50 provisioning config files... 00:49:50 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2000476686234810972tmp [Pipeline] { [Pipeline] sh 00:49:51 + curl -s https://codecov.io/bash 00:49:51 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_master@tmp/config2000476686234810972tmp [Pipeline] } 00:49:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 00:49:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 00:49:51 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 00:49:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:49:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:49:52 00:49:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 00:49:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:49:52 1.317.0: Pulling from edgex-devops/edgex-snyk-go 00:49:52 cbdbe7a5bc2a: Pulling fs layer 00:49:52 408f87550127: Pulling fs layer 00:49:52 fe522b08c979: Pulling fs layer 00:49:52 221eaa008020: Pulling fs layer 00:49:52 2a4607e5d6b9: Pulling fs layer 00:49:52 8f79b27c4fd2: Pulling fs layer 00:49:52 e5c8dbe1645b: Pulling fs layer 00:49:52 23e8b3b47431: Pulling fs layer 00:49:52 5c568d65a230: Pulling fs layer 00:49:52 8f79b27c4fd2: Waiting 00:49:52 e5c8dbe1645b: Waiting 00:49:52 23e8b3b47431: Waiting 00:49:52 5c568d65a230: Waiting 00:49:52 221eaa008020: Waiting 00:49:52 2a4607e5d6b9: Waiting 00:49:52 fe522b08c979: Verifying Checksum 00:49:52 fe522b08c979: Download complete 00:49:52 408f87550127: Verifying Checksum 00:49:52 408f87550127: Download complete 00:49:52 2a4607e5d6b9: Verifying Checksum 00:49:52 2a4607e5d6b9: Download complete 00:49:52 8f79b27c4fd2: Download complete 00:49:52 cbdbe7a5bc2a: Download complete 00:49:52 e5c8dbe1645b: Verifying Checksum 00:49:52 e5c8dbe1645b: Download complete 00:49:53 cbdbe7a5bc2a: Pull complete 00:49:53 23e8b3b47431: Verifying Checksum 00:49:53 23e8b3b47431: Download complete 00:49:53 5c568d65a230: Verifying Checksum 00:49:53 5c568d65a230: Download complete 00:49:53 408f87550127: Pull complete 00:49:53 fe522b08c979: Pull complete 00:49:54 221eaa008020: Verifying Checksum 00:49:54 221eaa008020: Download complete 00:49:59 221eaa008020: Pull complete 00:49:59 2a4607e5d6b9: Pull complete 00:49:59 8f79b27c4fd2: Pull complete 00:50:02 e5c8dbe1645b: Pull complete 00:50:05 23e8b3b47431: Pull complete 00:50:07 5c568d65a230: Pull complete 00:50:07 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 00:50:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:50:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 00:50:07 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:50:07 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 00:50:08 $ docker top bf5d711a208178ac0436aea5ab2f6c9d1e42031b93125c9ffe6d68ab76ef1348 -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:08 + snyk monitor '--org=edgex-jenkins' 00:50:16 00:50:16 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 00:50:16 00:50:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/7da3c529-a35a-478c-8784-41fde0be9f5d 00:50:16 00:50:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:50:16 00:50:16 [Pipeline] } 00:50:16 $ docker stop --time=1 bf5d711a208178ac0436aea5ab2f6c9d1e42031b93125c9ffe6d68ab76ef1348 00:50:19 $ docker rm -f bf5d711a208178ac0436aea5ab2f6c9d1e42031b93125c9ffe6d68ab76ef1348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:50:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:50:19 00:50:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 00:50:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:50:20 latest: Pulling from edgex-devops/edgex-klar 00:50:20 e7c96db7181b: Pulling fs layer 00:50:20 1868ca2cb446: Pulling fs layer 00:50:20 136be5d0fe8e: Pulling fs layer 00:50:20 894bfe63afcb: Pulling fs layer 00:50:20 894bfe63afcb: Waiting 00:50:20 1868ca2cb446: Verifying Checksum 00:50:20 1868ca2cb446: Download complete 00:50:20 136be5d0fe8e: Download complete 00:50:20 e7c96db7181b: Verifying Checksum 00:50:20 e7c96db7181b: Download complete 00:50:20 894bfe63afcb: Verifying Checksum 00:50:20 894bfe63afcb: Download complete 00:50:20 e7c96db7181b: Pull complete 00:50:20 1868ca2cb446: Pull complete 00:50:20 136be5d0fe8e: Pull complete 00:50:21 894bfe63afcb: Pull complete 00:50:21 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 00:50:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:50:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 00:50:21 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:50:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:50:22 $ docker top 49e84fe0a0f16ae43ece2c67369e9f6bef84210171807dfbe7bf54659ada997e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:22 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa 00:50:22 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:50:25 $ docker stop --time=1 49e84fe0a0f16ae43ece2c67369e9f6bef84210171807dfbe7bf54659ada997e 00:50:26 $ docker rm -f 49e84fe0a0f16ae43ece2c67369e9f6bef84210171807dfbe7bf54659ada997e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:50:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:50:27 . [Pipeline] withDockerContainer 00:50:27 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:50:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:50:27 $ docker top 9ebd0ad79fbbb93cffa9e023cd95882bf185198a164f99cbd561a6d0c13bf1b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:28 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa 00:50:28 + tee 00:50:28 clair timeout 1m0s 00:50:28 docker timeout: 1m0s 00:50:28 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:50:29 $ docker stop --time=1 9ebd0ad79fbbb93cffa9e023cd95882bf185198a164f99cbd561a6d0c13bf1b7 00:50:30 $ docker rm -f 9ebd0ad79fbbb93cffa9e023cd95882bf185198a164f99cbd561a6d0c13bf1b7 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:30 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 00:50:30 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_0d9dcf3dd08f488906d53c6efd799967b99372fa.html [Pipeline] writeFile [Pipeline] step 00:50:30 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 00:50:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:50:31 . [Pipeline] withDockerContainer 00:50:31 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:50:31 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:50:32 $ docker top 3887aa5f1e6ae28c9903b0efdd2f6d7a56e58c142ac4a8dfb11224b2d41e3157 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:32 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa 00:50:32 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:50:35 $ docker stop --time=1 3887aa5f1e6ae28c9903b0efdd2f6d7a56e58c142ac4a8dfb11224b2d41e3157 00:50:37 $ docker rm -f 3887aa5f1e6ae28c9903b0efdd2f6d7a56e58c142ac4a8dfb11224b2d41e3157 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:50:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:50:37 . [Pipeline] withDockerContainer 00:50:37 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:50:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:50:38 $ docker top 8bdffb207532f714e1e1161a2f7ae313d526ec0d34abab1c3b51d80e265d8c8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:38 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa 00:50:38 + tee 00:50:38 clair timeout 1m0s 00:50:38 docker timeout: 1m0s 00:50:38 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:50:39 $ docker stop --time=1 8bdffb207532f714e1e1161a2f7ae313d526ec0d34abab1c3b51d80e265d8c8b 00:50:40 $ docker rm -f 8bdffb207532f714e1e1161a2f7ae313d526ec0d34abab1c3b51d80e265d8c8b [Pipeline] // withDockerContainer [Pipeline] sh 00:50:41 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 00:50:41 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_0d9dcf3dd08f488906d53c6efd799967b99372fa.html [Pipeline] writeFile [Pipeline] step 00:50:41 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 00:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:50:42 . [Pipeline] withDockerContainer 00:50:42 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:50:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:50:42 $ docker top 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:43 [ssh-agent] Looking for ssh-agent implementation... 00:50:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:43 $ docker exec 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 ssh-agent 00:50:43 SSH_AUTH_SOCK=/tmp/ssh-iw7bRbIvmoev/agent.11 00:50:43 SSH_AGENT_PID=17 00:50:43 Running ssh-add (command line suppressed) 00:50:43 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5419421799010021055.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5419421799010021055.key) 00:50:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:44 + git semver tag 00:50:44 # -> Open(): unable to determine branch for HEAD 00:50:44 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 00:50:44 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 00:50:44 # $SEMVER_REMOTE_NAME = origin 00:50:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:50:44 # $SEMVER_USER_NAME = edgex-jenkins 00:50:44 # $SEMVER_BRANCH = master 00:50:44 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 00:50:44 # 0d9dcf3dd08f488906d53c6efd799967b99372fa HEAD 00:50:44 # -> Force: false 00:50:44 # 33c7c3d4d2046e7532ebfe8be877bbd00a07368b refs/tags/v1.2.2-dev.1 [Pipeline] } 00:50:44 $ docker exec --env ******** --env ******** 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 ssh-agent -k 00:50:44 unset SSH_AUTH_SOCK; 00:50:44 unset SSH_AGENT_PID; 00:50:44 echo Agent pid 17 killed; 00:50:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:44 + git semver [Pipeline] } 00:50:44 $ docker stop --time=1 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 00:50:46 $ docker rm -f 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:50:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:50:46 00:50:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:50:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:50:47 0.23.1-centos7: Pulling from edgex-lftools 00:50:47 ab5ef0e58194: Pulling fs layer 00:50:47 9712f1f96733: Pulling fs layer 00:50:47 63f879dbbcfc: Pulling fs layer 00:50:47 0d9ebad4ef96: Pulling fs layer 00:50:47 e9a5061849ea: Pulling fs layer 00:50:47 d747dcd14b5f: Pulling fs layer 00:50:47 2de7ff778b66: Pulling fs layer 00:50:47 e9a5061849ea: Waiting 00:50:47 d747dcd14b5f: Waiting 00:50:47 0d9ebad4ef96: Waiting 00:50:47 2de7ff778b66: Waiting 00:50:47 9712f1f96733: Verifying Checksum 00:50:47 9712f1f96733: Download complete 00:50:47 63f879dbbcfc: Verifying Checksum 00:50:47 63f879dbbcfc: Download complete 00:50:47 e9a5061849ea: Verifying Checksum 00:50:47 e9a5061849ea: Download complete 00:50:47 d747dcd14b5f: Verifying Checksum 00:50:47 d747dcd14b5f: Download complete 00:50:47 2de7ff778b66: Verifying Checksum 00:50:47 2de7ff778b66: Download complete 00:50:48 0d9ebad4ef96: Verifying Checksum 00:50:48 0d9ebad4ef96: Download complete 00:50:48 ab5ef0e58194: Verifying Checksum 00:50:48 ab5ef0e58194: Download complete 00:50:52 ab5ef0e58194: Pull complete 00:50:52 9712f1f96733: Pull complete 00:50:55 63f879dbbcfc: Pull complete 00:51:05 0d9ebad4ef96: Pull complete 00:51:05 e9a5061849ea: Pull complete 00:51:05 d747dcd14b5f: Pull complete 00:51:07 2de7ff778b66: Pull complete 00:51:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:51:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:51:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:51:08 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:51:08 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:51:11 $ docker top 0dec1e6118b16c8d54b9d829f4351e90d3221c8a2bc44ac38b3376af3fc2d2ec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:51:12 provisioning config files... 00:51:12 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7598283771332763541tmp 00:51:12 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2033962079018166616tmp 00:51:12 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4131936073840449019tmp [Pipeline] { [Pipeline] echo 00:51:12 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:51:12 ---> sigul-configuration.sh 00:51:12 gpg: directory `/root/.gnupg' created 00:51:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:51:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:51:12 gpg: keyring `/root/.gnupg/secring.gpg' created 00:51:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:51:12 gpg: CAST5 encrypted data 00:51:12 gpg: encrypted with 1 passphrase 00:51:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:51:13 + mkdir /home/jenkins 00:51:13 + mkdir /home/jenkins/sigul [Pipeline] sh 00:51:13 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 00:51:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:13 ---> sigul-install.sh 00:51:20 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:51:20 + git tag --list 00:51:20 v1.2.2-dev.1 [Pipeline] sh 00:51:20 + lftools sign git-tag v1.2.2-dev.1 00:51:22 Signing Git tag with Sigul... 00:51:22 Signing v1.2.2-dev.1 [Pipeline] echo 00:51:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:51:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:51:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:51:23 $ docker stop --time=1 0dec1e6118b16c8d54b9d829f4351e90d3221c8a2bc44ac38b3376af3fc2d2ec 00:51:25 $ docker rm -f 0dec1e6118b16c8d54b9d829f4351e90d3221c8a2bc44ac38b3376af3fc2d2ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:51:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:26 . [Pipeline] withDockerContainer 00:51:26 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:51:26 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:51:26 $ docker top 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:51:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:51:27 [ssh-agent] Looking for ssh-agent implementation... 00:51:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:51:27 $ docker exec 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 ssh-agent 00:51:27 SSH_AUTH_SOCK=/tmp/ssh-KJaMugyTHV6p/agent.13 00:51:27 SSH_AGENT_PID=18 00:51:27 Running ssh-add (command line suppressed) 00:51:27 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7601045102707998550.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7601045102707998550.key) 00:51:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:51:28 + git semver bump pre 00:51:28 # -> Open(): unable to determine branch for HEAD 00:51:28 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 00:51:28 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 00:51:28 # $SEMVER_REMOTE_NAME = origin 00:51:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:51:28 # $SEMVER_USER_NAME = edgex-jenkins 00:51:28 # $SEMVER_BRANCH = master 00:51:28 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 00:51:28 1.2.2-dev.2 [Pipeline] } 00:51:28 $ docker exec --env ******** --env ******** 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 ssh-agent -k 00:51:28 unset SSH_AUTH_SOCK; 00:51:28 unset SSH_AGENT_PID; 00:51:28 echo Agent pid 18 killed; 00:51:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:51:28 + git semver [Pipeline] } 00:51:28 $ docker stop --time=1 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 00:51:30 $ docker rm -f 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:51:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:30 . [Pipeline] withDockerContainer 00:51:30 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:51:30 $ 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 00:51:31 $ docker top d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:51:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:51:31 [ssh-agent] Looking for ssh-agent implementation... 00:51:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:51:31 $ docker exec d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 ssh-agent 00:51:31 SSH_AUTH_SOCK=/tmp/ssh-9CSlBqeJbFlO/agent.12 00:51:31 SSH_AGENT_PID=17 00:51:31 Running ssh-add (command line suppressed) 00:51:31 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4647670227403909561.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4647670227403909561.key) 00:51:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:51:32 + git semver push 00:51:32 # -> Open(): unable to determine branch for HEAD 00:51:32 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 00:51:32 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 00:51:32 # $SEMVER_REMOTE_NAME = origin 00:51:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:51:32 # $SEMVER_USER_NAME = edgex-jenkins 00:51:32 # $SEMVER_BRANCH = master 00:51:32 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 00:51:38 $ docker exec --env ******** --env ******** d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 ssh-agent -k 00:51:39 unset SSH_AUTH_SOCK; 00:51:39 unset SSH_AGENT_PID; 00:51:39 echo Agent pid 17 killed; 00:51:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:51:39 + git semver [Pipeline] } 00:51:39 $ docker stop --time=1 d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 00:51:40 $ docker rm -f d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 [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 00:51:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:42 ---> package-listing.sh 00:51:42 ++ facter osfamily 00:51:42 ++ tr '[:upper:]' '[:lower:]' 00:51:42 + OS_FAMILY=redhat 00:51:42 + workspace=/w/workspace/xfoundry_device-modbus-go_master 00:51:42 + START_PACKAGES=/tmp/packages_start.txt 00:51:42 + END_PACKAGES=/tmp/packages_end.txt 00:51:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:42 + PACKAGES=/tmp/packages_start.txt 00:51:42 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 00:51:42 + PACKAGES=/tmp/packages_end.txt 00:51:42 + case "${OS_FAMILY}" in 00:51:42 + rpm -qa 00:51:42 + sort 00:51:46 + '[' -f /tmp/packages_start.txt ']' 00:51:46 + '[' -f /tmp/packages_end.txt ']' 00:51:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:46 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 00:51:46 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 00:51:46 + 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 00:51:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:47 00:51:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:47 alpine: Pulling from edgex-lftools-log-publisher 00:51:47 c9b1b535fdd9: Pulling fs layer 00:51:47 2cc5ad85d9ab: Pulling fs layer 00:51:47 756a868c4378: Pulling fs layer 00:51:47 444b2fc9a129: Pulling fs layer 00:51:47 ea15f1150254: Pulling fs layer 00:51:47 41b27a9f41bf: Pulling fs layer 00:51:47 28c525ee5125: Pulling fs layer 00:51:47 094b1ea09ed8: Pulling fs layer 00:51:47 138eaada9080: Pulling fs layer 00:51:47 0622d0fa9048: Pulling fs layer 00:51:47 28c525ee5125: Waiting 00:51:47 0622d0fa9048: Waiting 00:51:47 094b1ea09ed8: Waiting 00:51:47 138eaada9080: Waiting 00:51:47 444b2fc9a129: Waiting 00:51:47 ea15f1150254: Waiting 00:51:47 41b27a9f41bf: Waiting 00:51:47 2cc5ad85d9ab: Verifying Checksum 00:51:47 2cc5ad85d9ab: Download complete 00:51:47 444b2fc9a129: Verifying Checksum 00:51:47 444b2fc9a129: Download complete 00:51:47 c9b1b535fdd9: Verifying Checksum 00:51:47 c9b1b535fdd9: Download complete 00:51:47 ea15f1150254: Download complete 00:51:47 28c525ee5125: Verifying Checksum 00:51:47 28c525ee5125: Download complete 00:51:47 756a868c4378: Verifying Checksum 00:51:47 756a868c4378: Download complete 00:51:47 138eaada9080: Verifying Checksum 00:51:47 138eaada9080: Download complete 00:51:47 0622d0fa9048: Verifying Checksum 00:51:47 0622d0fa9048: Download complete 00:51:47 094b1ea09ed8: Verifying Checksum 00:51:47 094b1ea09ed8: Download complete 00:51:48 41b27a9f41bf: Verifying Checksum 00:51:48 41b27a9f41bf: Download complete 00:51:48 c9b1b535fdd9: Pull complete 00:51:48 2cc5ad85d9ab: Pull complete 00:51:50 756a868c4378: Pull complete 00:51:50 444b2fc9a129: Pull complete 00:51:50 ea15f1150254: Pull complete 00:51:54 41b27a9f41bf: Pull complete 00:51:54 28c525ee5125: Pull complete 00:51:56 094b1ea09ed8: Pull complete 00:51:57 138eaada9080: Pull complete 00:51:57 0622d0fa9048: Pull complete 00:51:57 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 00:51:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:57 prd-centos7-docker-4c-2g-725 does not seem to be running inside a container 00:51:57 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:00 $ docker top 70820678d59907a8977a8eaedaa52c2fc43199217c3acea44d75f1bd50382c21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:00 provisioning config files... 00:52:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2996387348062705070tmp [Pipeline] { [Pipeline] echo 00:52:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:00 ---> create-netrc.sh [Pipeline] echo 00:52:00 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:01 ---> logs-deploy.sh 00:52:01 + ARCHIVE_ARTIFACTS= 00:52:01 + LOGS_SERVER=https://logs.edgexfoundry.org 00:52:01 + '[' https://logs.edgexfoundry.org == None ']' 00:52:01 + NEXUS_URL=https://nexus.edgexfoundry.org 00:52:01 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/15 00:52:01 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/15/ 00:52:01 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/15 /w/workspace/xfoundry_device-modbus-go_master 00:52:01 Archives upload complete. 00:52:02 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/15/ 00:52:03 ---> uname -a: 00:52:03 Linux 70820678d599 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:52:03 00:52:03 00:52:03 ---> lscpu: 00:52:03 Architecture: x86_64 00:52:03 CPU op-mode(s): 32-bit, 64-bit 00:52:03 Byte Order: Little Endian 00:52:03 Address sizes: 40 bits physical, 48 bits virtual 00:52:03 CPU(s): 4 00:52:03 On-line CPU(s) list: 0-3 00:52:03 Thread(s) per core: 1 00:52:03 Core(s) per socket: 1 00:52:03 Socket(s): 4 00:52:03 NUMA node(s): 1 00:52:03 Vendor ID: GenuineIntel 00:52:03 CPU family: 6 00:52:03 Model: 44 00:52:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:03 Stepping: 1 00:52:03 CPU MHz: 2933.438 00:52:03 BogoMIPS: 5866.87 00:52:03 Virtualization: VT-x 00:52:03 Hypervisor vendor: KVM 00:52:03 Virtualization type: full 00:52:03 L1d cache: 128 KiB 00:52:03 L1i cache: 128 KiB 00:52:03 L2 cache: 16 MiB 00:52:03 L3 cache: 64 MiB 00:52:03 NUMA node0 CPU(s): 0-3 00:52:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:03 Vulnerability Meltdown: Mitigation; PTI 00:52:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:03 Vulnerability Tsx async abort: Not affected 00:52:03 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 00:52:03 00:52:03 00:52:03 ---> nproc: 00:52:03 4 00:52:03 00:52:03 00:52:03 ---> df -h: 00:52:03 Filesystem Size Used Available Use% Mounted on 00:52:03 overlay 50.0G 8.5G 41.5G 17% / 00:52:03 tmpfs 64.0M 0 64.0M 0% /dev 00:52:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:03 shm 64.0M 0 64.0M 0% /dev/shm 00:52:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 00:52:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 00:52:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 00:52:03 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 00:52:03 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master 00:52:03 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 00:52:03 00:52:03 00:52:03 ---> free -m: 00:52:03 total used free shared buff/cache available 00:52:03 Mem: 1837 784 109 0 943 985 00:52:03 Swap: 1023 2 1021 00:52:03 00:52:03 00:52:03 ---> ip addr: 00:52:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:03 inet 127.0.0.1/8 scope host lo 00:52:03 valid_lft forever preferred_lft forever 00:52:03 24: eth0@if25: mtu 1458 qdisc noqueue state UP 00:52:03 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 00:52:03 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 00:52:03 valid_lft forever preferred_lft forever 00:52:03 00:52:03 00:52:03 ---> sar -b -r -n DEV: 00:52:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/15/20 _x86_64_ (4 CPU) 00:52:03 00:52:03 00:38:30 LINUX RESTART 00:52:03 00:52:03 00:39:01 tps rtps wtps bread/s bwrtn/s 00:52:03 00:40:01 67.95 26.25 41.70 6410.25 4756.27 00:52:03 00:41:01 1.72 0.00 1.72 0.00 33.91 00:52:03 00:42:01 0.38 0.00 0.38 0.00 4.81 00:52:03 00:43:01 0.17 0.00 0.17 0.00 2.28 00:52:03 00:44:01 0.25 0.00 0.25 0.00 3.41 00:52:03 00:45:01 0.35 0.00 0.35 0.00 4.10 00:52:03 00:46:01 0.33 0.02 0.32 0.13 3.36 00:52:03 00:47:01 0.22 0.00 0.22 0.00 2.30 00:52:03 00:48:01 0.18 0.00 0.18 0.00 2.17 00:52:03 00:49:01 0.30 0.00 0.30 0.00 3.95 00:52:03 00:50:01 70.86 31.71 39.15 1444.26 19132.17 00:52:03 00:51:02 294.34 147.64 146.70 6476.83 35307.52 00:52:03 00:52:01 240.30 117.85 122.45 8762.37 30522.71 00:52:03 Average: 51.98 24.82 27.16 1770.20 6889.99 00:52:03 00:52:03 00:39:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:03 00:40:01 162956 1718600 91.34 2620 1123360 1113412 38.00 432912 1126796 116 00:52:03 00:41:01 169220 1712336 91.01 2620 1123392 1082180 36.93 430736 1123332 8 00:52:03 00:42:01 167500 1714056 91.10 2620 1123400 1082180 36.93 432604 1123124 8 00:52:03 00:43:01 166160 1715396 91.17 2620 1123400 1082456 36.94 434308 1123120 8 00:52:03 00:44:01 165704 1715852 91.19 2620 1123404 1082180 36.93 434936 1123112 8 00:52:03 00:45:01 163692 1717864 91.30 2620 1123412 1082252 36.94 440784 1119408 8 00:52:03 00:46:01 164228 1717328 91.27 2620 1123416 1082180 36.93 440368 1119324 8 00:52:03 00:47:01 164508 1717048 91.26 2620 1123424 1082180 36.93 427604 1132124 8 00:52:03 00:48:01 164376 1717180 91.26 2620 1123428 1082180 36.93 427608 1132124 8 00:52:03 00:49:01 164144 1717412 91.28 2620 1123440 1082180 36.93 426112 1133512 8 00:52:03 00:50:01 166780 1714776 91.14 2620 1049524 1297188 44.27 458756 1062528 103920 00:52:03 00:51:02 126512 1755044 93.28 2228 957376 1519916 51.87 617152 866928 79880 00:52:03 00:52:01 138032 1743524 92.66 1492 964500 1219528 41.62 634516 802100 240 00:52:03 Average: 160293 1721263 91.48 2503 1092729 1145386 39.09 464492 1075964 14171 00:52:03 00:52:03 00:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 00:52:03 00:40:01 eth0 474.33 259.50 1039.21 86.40 0.00 0.00 0.00 00:52:03 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:40:01 docker0 1.90 1.58 0.36 3.43 0.00 0.00 0.00 00:52:03 00:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 00:52:03 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:42:01 eth0 1.28 0.08 0.11 0.01 0.00 0.00 0.00 00:52:03 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:43:01 eth0 2.45 0.92 0.91 0.56 0.00 0.00 0.00 00:52:03 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:44:01 eth0 0.60 0.08 0.06 0.04 0.00 0.00 0.00 00:52:03 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:45:01 eth0 0.93 0.20 0.20 0.07 0.00 0.00 0.00 00:52:03 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 00:52:03 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 00:52:03 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 00:52:03 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 00:52:03 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:50:01 eth0 137.60 83.93 3763.55 9.41 0.00 0.00 0.00 00:52:03 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:51:02 eth0 249.71 183.16 3440.09 85.35 0.00 0.00 0.00 00:52:03 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 00:51:02 docker0 25.47 22.98 2.92 51.97 0.00 0.00 0.00 00:52:03 00:52:01 vethf28b2e2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 00:52:03 00:52:01 eth0 1150.47 720.42 11051.94 265.98 0.00 0.00 0.00 00:52:03 00:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 00:52:03 00:52:01 docker0 67.50 67.50 6.14 234.20 0.00 0.00 0.00 00:52:03 Average: vethf28b2e2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:03 Average: eth0 87.17 54.58 837.38 20.15 0.00 0.00 0.00 00:52:03 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 00:52:03 Average: docker0 5.11 5.11 0.46 17.74 0.00 0.00 0.00 00:52:03 00:52:03 00:52:03 ---> sar -P ALL: 00:52:03 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/15/20 _x86_64_ (4 CPU) 00:52:03 00:52:03 00:38:30 LINUX RESTART 00:52:03 00:52:03 00:39:01 CPU %user %nice %system %iowait %steal %idle 00:52:03 00:40:01 all 12.84 0.00 4.21 2.00 0.01 80.94 00:52:03 00:40:01 0 12.21 0.00 4.79 0.79 0.02 82.20 00:52:03 00:40:01 1 14.17 0.00 3.90 3.11 0.02 78.80 00:52:03 00:40:01 2 13.12 0.00 3.85 1.24 0.02 81.78 00:52:03 00:40:01 3 11.87 0.00 4.29 2.85 0.00 80.99 00:52:03 00:41:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:52:03 00:41:01 0 0.48 0.00 0.03 0.00 0.00 99.48 00:52:03 00:41:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:52:03 00:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:52:03 00:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:52:03 00:42:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:52:03 00:42:01 0 0.53 0.00 0.05 0.00 0.00 99.42 00:52:03 00:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:03 00:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:52:03 00:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:52:03 00:43:01 all 0.18 0.00 0.05 0.00 0.00 99.77 00:52:03 00:43:01 0 0.55 0.00 0.03 0.00 0.00 99.42 00:52:03 00:43:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:52:03 00:43:01 2 0.08 0.00 0.03 0.00 0.00 99.88 00:52:03 00:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:52:03 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:52:03 00:44:01 0 0.52 0.00 0.03 0.00 0.00 99.45 00:52:03 00:44:01 1 0.07 0.00 0.07 0.00 0.00 99.87 00:52:03 00:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:52:03 00:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:03 00:45:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:52:03 00:45:01 0 0.53 0.00 0.03 0.00 0.00 99.43 00:52:03 00:45:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:52:03 00:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:52:03 00:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 00:52:03 00:46:01 all 0.16 0.00 0.05 0.00 0.00 99.78 00:52:03 00:46:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:52:03 00:46:01 1 0.07 0.00 0.15 0.00 0.02 99.77 00:52:03 00:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:52:03 00:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:52:03 00:47:01 all 0.15 0.00 0.04 0.00 0.00 99.81 00:52:03 00:47:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:52:03 00:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:52:03 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:52:03 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:52:03 00:48:01 all 0.16 0.00 0.02 0.00 0.00 99.82 00:52:03 00:48:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:52:03 00:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:52:03 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:52:03 00:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:03 00:49:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:52:03 00:49:01 0 0.53 0.00 0.03 0.00 0.00 99.43 00:52:03 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:52:03 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:52:03 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:52:03 00:50:01 all 4.64 0.00 2.67 0.44 0.05 92.20 00:52:03 00:50:01 0 4.64 0.00 2.70 0.35 0.05 92.26 00:52:03 00:50:01 1 4.96 0.00 2.30 0.05 0.07 92.63 00:52:03 00:50:01 2 4.33 0.00 2.67 0.34 0.05 92.62 00:52:03 00:50:01 3 4.61 0.00 3.02 1.01 0.03 91.34 00:52:03 00:51:02 all 11.70 0.00 7.72 2.99 0.13 77.47 00:52:03 00:51:02 0 11.14 0.00 8.33 2.89 0.10 77.54 00:52:03 00:51:02 1 12.37 0.00 8.69 4.42 0.12 74.41 00:52:03 00:51:02 2 11.48 0.00 7.07 3.38 0.17 77.91 00:52:03 00:51:02 3 11.81 0.00 6.78 1.30 0.12 80.00 00:52:03 00:52:01 all 10.13 0.00 6.97 3.94 0.12 78.84 00:52:03 00:52:01 0 9.61 0.00 7.10 3.53 0.14 79.62 00:52:03 00:52:01 1 8.69 0.00 7.18 4.59 0.12 79.43 00:52:03 00:52:01 2 10.65 0.00 7.00 5.03 0.12 77.20 00:52:03 00:52:01 3 11.57 0.00 6.61 2.60 0.12 79.10 00:52:03 Average: all 3.10 0.00 1.66 0.71 0.02 94.50 00:52:03 Average: 0 3.22 0.00 1.76 0.57 0.02 94.42 00:52:03 Average: 1 3.10 0.00 1.72 0.92 0.03 94.23 00:52:03 Average: 2 3.04 0.00 1.59 0.76 0.03 94.59 00:52:03 Average: 3 3.05 0.00 1.59 0.59 0.02 94.75 00:52:03 00:52:03 00:52:03