Started by user Lisa Rashidi-Ranjbar Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fdf900d8a58188a2e8b2bc604c944c724a46cd8f 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3027 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 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 Fetching without tags Checking out Revision fdf900d8a58188a2e8b2bc604c944c724a46cd8f (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 Commit message: "Merge pull request #154 from lranjbar/snap-rebuild" > git rev-list --no-walk fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:37:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:37:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:37:49 ========================================================= 15:37:49 EdgeX Global Pipelines Version Info 15:37:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:37:51 ------------------- 15:37:51 stable info: 15:37:51 ------------------- 15:37:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:37:51 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 15:37:51 Message: update stable to v1.0.89 15:37:52 ------------------- 15:37:52 experimental info: 15:37:52 ------------------- 15:37:52 Commited By: **** collab-it+edgex@linuxfoundation.org 15:37:52 Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 15:37:52 Message: update experimental to v1.0.89 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:37:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:37:54 15:37:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:37:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:37:54 latest: Pulling from edgex-devops/git-semver 15:37:54 9123ac7c32f7: Pulling fs layer 15:37:54 b8cc5d1170e3: Pulling fs layer 15:37:54 2924cbbf6a41: Pulling fs layer 15:37:54 93b08a4f1073: Pulling fs layer 15:37:54 93b08a4f1073: Waiting 15:37:54 b8cc5d1170e3: Verifying Checksum 15:37:54 b8cc5d1170e3: Download complete 15:37:54 9123ac7c32f7: Verifying Checksum 15:37:54 9123ac7c32f7: Download complete 15:37:54 93b08a4f1073: Verifying Checksum 15:37:54 93b08a4f1073: Download complete 15:37:54 2924cbbf6a41: Verifying Checksum 15:37:54 2924cbbf6a41: Download complete 15:37:54 9123ac7c32f7: Pull complete 15:37:54 b8cc5d1170e3: Pull complete 15:37:55 2924cbbf6a41: Pull complete 15:37:55 93b08a4f1073: Pull complete 15:37:55 Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 15:37:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:37:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:37:56 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:37:56 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:37:58 $ docker top 92b99487d1146948cc5d7d30e1ba430c986159b678fc33f06dc0ccd0e9f169b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:37:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:37:58 [ssh-agent] Looking for ssh-agent implementation... 15:37:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:37:58 $ docker exec 92b99487d1146948cc5d7d30e1ba430c986159b678fc33f06dc0ccd0e9f169b7 ssh-agent 15:37:58 SSH_AUTH_SOCK=/tmp/ssh-gOq2KHxi7VSO/agent.11 15:37:58 SSH_AGENT_PID=16 15:37:58 Running ssh-add (command line suppressed) 15:37:59 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7432383732889182921.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7432383732889182921.key) 15:37:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:37:59 + git describe --exact-match --tags HEAD 15:37:59 fatal: No names found, cannot describe anything. [Pipeline] } 15:37:59 $ docker exec --env ******** --env ******** 92b99487d1146948cc5d7d30e1ba430c986159b678fc33f06dc0ccd0e9f169b7 ssh-agent -k 15:37:59 unset SSH_AUTH_SOCK; 15:37:59 unset SSH_AGENT_PID; 15:37:59 echo Agent pid 16 killed; 15:37:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 15:37:59 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 15:37:59 This usually means this commit has not been tagged. [Pipeline] sshagent 15:37:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:37:59 [ssh-agent] Looking for ssh-agent implementation... 15:38:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:38:00 $ docker exec 92b99487d1146948cc5d7d30e1ba430c986159b678fc33f06dc0ccd0e9f169b7 ssh-agent 15:38:00 SSH_AUTH_SOCK=/tmp/ssh-c044lDCFQtk0/agent.45 15:38:00 SSH_AGENT_PID=50 15:38:00 Running ssh-add (command line suppressed) 15:38:00 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6364966986112379564.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6364966986112379564.key) 15:38:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:38:00 + git semver init 15:38:00 # -> Open(): unable to determine branch for HEAD 15:38:00 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 15:38:00 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 15:38:00 # $SEMVER_REMOTE_NAME = origin 15:38:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:38:00 # $SEMVER_USER_NAME = edgex-jenkins 15:38:00 # $SEMVER_BRANCH = master 15:38:00 # $SEMVER_TEMP = /tmp/semver-838541222 15:38:00 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 15:38:01 # '/tmp/semver-838541222' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 15:38:01 # -> Force: false 15:38:01 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 15:38:01 $ docker exec --env ******** --env ******** 92b99487d1146948cc5d7d30e1ba430c986159b678fc33f06dc0ccd0e9f169b7 ssh-agent -k 15:38:01 unset SSH_AUTH_SOCK; 15:38:01 unset SSH_AGENT_PID; 15:38:01 echo Agent pid 50 killed; 15:38:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:38:01 + git semver [Pipeline] } 15:38:01 $ docker stop --time=1 92b99487d1146948cc5d7d30e1ba430c986159b678fc33f06dc0ccd0e9f169b7 15:38:03 $ docker rm -f 92b99487d1146948cc5d7d30e1ba430c986159b678fc33f06dc0ccd0e9f169b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 15:38:03 Stashed 28 file(s) [Pipeline] echo 15:38:03 [edgeXSemver] initialized semver on version 1.2.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 15:38:18 Still waiting to schedule task 15:38:18 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:38:18 Still waiting to schedule task 15:38:18 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2075’ is offline 15:40:20 Running on prd-centos7-docker-4c-2g-3037 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 15:40:20 Running in /w/workspace/device-modbus-go/13 [Pipeline] { [Pipeline] checkout 15:40:23 using credential edgex-jenkins-ssh 15:40:23 Cloning the remote Git repository 15:40:23 Cloning with configured refspecs honoured and without tags 15:40:23 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 15:40:23 > git init /w/workspace/device-modbus-go/13 # timeout=10 15:40:23 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 15:40:23 > git --version # timeout=10 15:40:23 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:24 Fetching without tags 15:40:24 Checking out Revision fdf900d8a58188a2e8b2bc604c944c724a46cd8f (master) 15:40:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:24 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 15:40:24 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:24 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 15:40:24 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 15:40:24 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:24 > git config core.sparsecheckout # timeout=10 15:40:24 > git checkout -f fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 15:40:28 Commit message: "Merge pull request #154 from lranjbar/snap-rebuild" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:40:29 ========================================================= 15:40:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 15:40:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:40:30 + 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 . 15:40:31 Sending build context to Docker daemon 602.1kB 15:40:31 Step 1/8 : ARG BASE=golang:1.13-alpine 15:40:31 Step 2/8 : FROM ${BASE} 15:40:31 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 15:40:31 e6b0cf9c0882: Pulling fs layer 15:40:31 2848faf0eed1: Pulling fs layer 15:40:31 0f37312ad70f: Pulling fs layer 15:40:31 5788d62ee057: Pulling fs layer 15:40:31 0e6b1d234666: Pulling fs layer 15:40:31 bf5d7aec512f: Pulling fs layer 15:40:31 34c802a77dc8: Pulling fs layer 15:40:31 9eb99e56ec68: Pulling fs layer 15:40:31 27c7a5d97fbd: Pulling fs layer 15:40:31 5c102a31e300: Pulling fs layer 15:40:31 dcfb455df0a1: Pulling fs layer 15:40:31 34c802a77dc8: Waiting 15:40:31 9eb99e56ec68: Waiting 15:40:31 27c7a5d97fbd: Waiting 15:40:31 5c102a31e300: Waiting 15:40:31 dcfb455df0a1: Waiting 15:40:31 bf5d7aec512f: Waiting 15:40:31 0e6b1d234666: Waiting 15:40:31 5788d62ee057: Waiting 15:40:31 0f37312ad70f: Verifying Checksum 15:40:31 0f37312ad70f: Download complete 15:40:31 2848faf0eed1: Download complete 15:40:31 0e6b1d234666: Verifying Checksum 15:40:31 0e6b1d234666: Download complete 15:40:31 bf5d7aec512f: Verifying Checksum 15:40:31 bf5d7aec512f: Download complete 15:40:31 e6b0cf9c0882: Verifying Checksum 15:40:31 e6b0cf9c0882: Download complete 15:40:31 e6b0cf9c0882: Pull complete 15:40:31 2848faf0eed1: Pull complete 15:40:31 34c802a77dc8: Verifying Checksum 15:40:31 34c802a77dc8: Download complete 15:40:31 27c7a5d97fbd: Verifying Checksum 15:40:31 27c7a5d97fbd: Download complete 15:40:32 5c102a31e300: Verifying Checksum 15:40:32 5c102a31e300: Download complete 15:40:32 dcfb455df0a1: Verifying Checksum 15:40:32 dcfb455df0a1: Download complete 15:40:32 9eb99e56ec68: Verifying Checksum 15:40:32 9eb99e56ec68: Download complete 15:40:33 5788d62ee057: Verifying Checksum 15:40:33 5788d62ee057: Download complete 15:40:33 0f37312ad70f: Pull complete 15:40:40 5788d62ee057: Pull complete 15:40:40 0e6b1d234666: Pull complete 15:40:40 bf5d7aec512f: Pull complete 15:40:44 34c802a77dc8: Pull complete 15:40:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3036 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 15:40:45 Running in /w/workspace/device-modbus-go/13 [Pipeline] { [Pipeline] checkout 15:40:47 9eb99e56ec68: Pull complete 15:40:47 27c7a5d97fbd: Pull complete 15:40:48 5c102a31e300: Pull complete 15:40:48 dcfb455df0a1: Pull complete 15:40:48 Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 15:40:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 15:40:48 ---> 7c70fe431013 15:40:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 15:40:50 ---> Running in 04688384c1da 15:40:50 Removing intermediate container 04688384c1da 15:40:50 ---> 90a1b1005926 15:40:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:40:50 ---> Running in 42e9bb559711 15:40:51 using credential edgex-jenkins-ssh 15:40:51 Cloning the remote Git repository 15:40:51 Cloning with configured refspecs honoured and without tags 15:40:51 Removing intermediate container 42e9bb559711 15:40:51 ---> afef65239fb9 15:40:51 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 15:40:51 ---> Running in 3d887d668f65 15:40:51 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 15:40:51 > git init /w/workspace/device-modbus-go/13 # timeout=10 15:40:51 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 15:40:51 > git --version # timeout=10 15:40:51 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:52 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 15:40:52 Fetching without tags 15:40:52 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 15:40:52 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 15:40:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:52 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 15:40:52 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 15:40:52 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:53 Checking out Revision fdf900d8a58188a2e8b2bc604c944c724a46cd8f (master) 15:40:53 (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 15:40:53 (2/17) Installing libmagic (5.37-r1) 15:40:53 (3/17) Installing file (5.37-r1) 15:40:54 (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 15:40:54 (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 15:40:54 (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 15:40:53 > git config core.sparsecheckout # timeout=10 15:40:53 > git checkout -f fdf900d8a58188a2e8b2bc604c944c724a46cd8f # timeout=10 15:40:58 Commit message: "Merge pull request #154 from lranjbar/snap-rebuild" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:40:58 ========================================================= 15:40:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 15:40:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:41:00 + 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 . 15:41:01 Sending build context to Docker daemon 602.1kB 15:41:01 Step 1/8 : ARG BASE=golang:1.13-alpine 15:41:01 Step 2/8 : FROM ${BASE} 15:41:01 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:41:01 cde5963f3b93: Pulling fs layer 15:41:01 2a23fa8c16f7: Pulling fs layer 15:41:01 777b28850792: Pulling fs layer 15:41:01 8a11ddd9e578: Pulling fs layer 15:41:01 4cf88f913ddb: Pulling fs layer 15:41:01 1df406cf5192: Pulling fs layer 15:41:01 cd6300453558: Pulling fs layer 15:41:01 b9c365052c96: Pulling fs layer 15:41:01 a2d8cc88f415: Pulling fs layer 15:41:01 ea1d1ca13537: Pulling fs layer 15:41:01 3750a50a1c5e: Pulling fs layer 15:41:01 8a11ddd9e578: Waiting 15:41:01 4cf88f913ddb: Waiting 15:41:01 1df406cf5192: Waiting 15:41:01 cd6300453558: Waiting 15:41:01 b9c365052c96: Waiting 15:41:01 a2d8cc88f415: Waiting 15:41:01 ea1d1ca13537: Waiting 15:41:01 3750a50a1c5e: Waiting 15:41:01 777b28850792: Download complete 15:41:01 2a23fa8c16f7: Verifying Checksum 15:41:01 2a23fa8c16f7: Download complete 15:41:01 4cf88f913ddb: Verifying Checksum 15:41:01 4cf88f913ddb: Download complete 15:41:01 1df406cf5192: Download complete 15:41:01 cde5963f3b93: Download complete 15:41:02 cde5963f3b93: Pull complete 15:41:02 2a23fa8c16f7: Pull complete 15:41:03 777b28850792: Pull complete 15:41:04 cd6300453558: Verifying Checksum 15:41:04 cd6300453558: Download complete 15:41:04 a2d8cc88f415: Download complete 15:41:06 ea1d1ca13537: Verifying Checksum 15:41:06 ea1d1ca13537: Download complete 15:41:06 3750a50a1c5e: Verifying Checksum 15:41:06 3750a50a1c5e: Download complete 15:41:07 b9c365052c96: Verifying Checksum 15:41:07 b9c365052c96: Download complete 15:41:08 8a11ddd9e578: Verifying Checksum 15:41:08 8a11ddd9e578: Download complete 15:41:20 8a11ddd9e578: Pull complete 15:41:20 4cf88f913ddb: Pull complete 15:41:20 1df406cf5192: Pull complete 15:41:20 (7/17) Installing libc-dev (0.7.2-r0) 15:41:20 (8/17) Installing g++ (9.2.0-r4) 15:41:23 (9/17) Installing fortify-headers (1.1-r0) 15:41:23 (10/17) Installing build-base (0.5-r1) 15:41:23 (11/17) Installing openssh-keygen (8.1_p1-r0) 15:41:23 (12/17) Installing libedit (20191211.3.1-r0) 15:41:23 (13/17) Installing openssh-client (8.1_p1-r0) 15:41:24 cd6300453558: Pull complete 15:41:24 (14/17) Installing openssh-sftp-server (8.1_p1-r0) 15:41:24 (15/17) Installing openssh-server-common (8.1_p1-r0) 15:41:24 (16/17) Installing openssh-server (8.1_p1-r0) 15:41:24 (17/17) Installing openssh (8.1_p1-r0) 15:41:24 Executing busybox-1.31.1-r8.trigger 15:41:24 OK: 214 MiB in 52 packages 15:41:28 Removing intermediate container 3d887d668f65 15:41:28 ---> e1021c7329bd 15:41:28 Step 6/8 : WORKDIR /device-modbus-go 15:41:28 ---> Running in 16feaec7934a 15:41:28 Removing intermediate container 16feaec7934a 15:41:28 ---> a6abd5e98aab 15:41:28 Step 7/8 : COPY . . 15:41:29 b9c365052c96: Pull complete 15:41:29 a2d8cc88f415: Pull complete 15:41:29 ---> a92f4c4ec6ba 15:41:29 Step 8/8 : RUN go mod download 15:41:29 ---> Running in 6aabcfdb1f00 15:41:31 ea1d1ca13537: Pull complete 15:41:31 go: finding github.com/BurntSushi/toml v0.3.1 15:41:31 go: finding github.com/OneOfOne/xxhash v1.2.6 15:41:31 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:41:31 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:41:31 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:41:31 go: finding github.com/bgentry/speakeasy v0.1.0 15:41:31 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:41:31 go: finding github.com/davecgh/go-spew v1.1.1 15:41:31 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 15:41:31 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:41:31 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:41:31 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:41:31 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 15:41:31 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:41:31 go: finding github.com/fatih/color v1.7.0 15:41:31 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:41:31 go: finding github.com/go-kit/kit v0.8.0 15:41:31 go: finding github.com/go-logfmt/logfmt v0.4.0 15:41:31 go: finding github.com/go-stack/stack v1.8.0 15:41:31 go: finding github.com/goburrow/modbus v0.1.0 15:41:31 go: finding github.com/goburrow/serial v0.1.0 15:41:31 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:41:31 go: finding github.com/google/uuid v1.1.1 15:41:31 go: finding github.com/gorilla/mux v1.7.1 15:41:31 go: finding github.com/hashicorp/consul/api v1.1.0 15:41:31 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:41:31 go: finding github.com/hashicorp/errwrap v1.0.0 15:41:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:41:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:41:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:41:31 go: finding github.com/hashicorp/go-multierror v1.0.0 15:41:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:41:31 go: finding github.com/hashicorp/go-sockaddr v1.0.1 15:41:31 go: finding github.com/hashicorp/go-syslog v1.0.0 15:41:31 go: finding github.com/hashicorp/go-uuid v1.0.1 15:41:31 go: finding github.com/hashicorp/go.net v0.0.1 15:41:31 go: finding github.com/hashicorp/golang-lru v0.5.1 15:41:31 go: finding github.com/hashicorp/logutils v1.0.0 15:41:31 go: finding github.com/hashicorp/mdns v1.0.0 15:41:31 go: finding github.com/hashicorp/memberlist v0.1.3 15:41:31 go: finding github.com/hashicorp/serf v0.8.2 15:41:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:41:31 3750a50a1c5e: Pull complete 15:41:31 Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 15:41:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 15:41:31 ---> 78745c68409d 15:41:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 15:41:31 go: finding github.com/mattn/go-colorable v0.0.9 15:41:31 go: finding github.com/mattn/go-isatty v0.0.3 15:41:31 go: finding github.com/miekg/dns v1.1.4 15:41:31 go: finding github.com/mitchellh/cli v1.0.0 15:41:31 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:41:31 go: finding github.com/mitchellh/copystructure v1.0.0 15:41:31 go: finding github.com/mitchellh/go-homedir v1.1.0 15:41:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:41:31 go: finding github.com/mitchellh/go-wordwrap v1.0.0 15:41:31 go: finding github.com/mitchellh/gox v0.4.0 15:41:31 go: finding github.com/mitchellh/iochan v1.0.0 15:41:31 go: finding github.com/mitchellh/mapstructure v1.1.2 15:41:31 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:41:31 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:41:31 go: finding github.com/pelletier/go-toml v1.2.0 15:41:31 go: finding github.com/pkg/errors v0.8.1 15:41:31 go: finding github.com/pmezard/go-difflib v1.0.0 15:41:31 go: finding github.com/posener/complete v1.1.1 15:41:31 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 15:41:32 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:41:32 go: finding github.com/stretchr/objx v0.1.0 15:41:32 go: finding github.com/stretchr/testify v1.5.1 15:41:32 go: finding github.com/ugorji/go v1.1.4 15:41:32 go: finding github.com/x448/float16 v0.8.4 15:41:32 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 15:41:32 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 15:41:32 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:41:32 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 15:41:32 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:41:32 go: finding gopkg.in/yaml.v2 v2.2.8 15:41:37 ---> Running in 367f8367a61f 15:41:37 Removing intermediate container 367f8367a61f 15:41:37 ---> f0816a7ada3d 15:41:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:37 ---> Running in 9f353c499710 15:41:41 Removing intermediate container 9f353c499710 15:41:41 ---> 24c801dea6fa 15:41:41 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 15:41:41 ---> Running in 6b1704641d4d 15:41:42 Removing intermediate container 6aabcfdb1f00 15:41:42 ---> 80541376934d 15:41:42 Successfully built 80541376934d 15:41:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:42 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 15:41:42 + docker inspect -f . ci-base-image-x86_64 15:41:42 . [Pipeline] withDockerContainer 15:41:43 prd-centos7-docker-4c-2g-3037 does not seem to be running inside a container 15:41:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/13 -v /w/workspace/device-modbus-go/13:/w/workspace/device-modbus-go/13:rw,z -v /w/workspace/device-modbus-go/13@tmp:/w/workspace/device-modbus-go/13@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-x86_64 cat 15:41:43 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 15:41:44 $ docker top 17ca3f425ffcc6470c0ea0d875eb8869981b5f4c2c252e639a99e0d4718b112c -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:44 (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) 15:41:44 (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) 15:41:44 + go version 15:41:44 go version go1.13.5 linux/amd64 [Pipeline] sh 15:41:45 + make test 15:41:45 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 15:41:45 (3/18) Installing libmagic (5.37-r1) 15:41:45 (4/18) Installing file (5.37-r1) 15:41:45 (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) 15:41:45 (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) 15:41:45 (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) 15:41:46 ? github.com/edgexfoundry/device-modbus-go [no test files] 15:41:56 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 15:41:56 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.125s coverage: 50.3% of statements 15:41:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:41:59 gofmt -l . 15:41:59 [ "`gofmt -l .`" = "" ] 15:41:59 ./bin/test-attribution-txt.sh 15:42:00 ./bin/test-go-mod-tidy.sh [Pipeline] stash 15:42:00 Stashed 1 file(s) [Pipeline] } 15:42:00 $ docker stop --time=1 17ca3f425ffcc6470c0ea0d875eb8869981b5f4c2c252e639a99e0d4718b112c 15:42:03 $ docker rm -f 17ca3f425ffcc6470c0ea0d875eb8869981b5f4c2c252e639a99e0d4718b112c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 15:42:03 (8/18) Installing libc-dev (0.7.2-r0) 15:42:03 (9/18) Installing g++ (9.2.0-r4) [Pipeline] sh 15:42:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:42:04 + ls -al . 15:42:04 total 104 15:42:04 drwxrwxr-x. 9 jenkins jenkins 4096 Jun 15 15:42 . 15:42:04 drwxrwxr-x. 4 jenkins jenkins 30 Jun 15 15:40 .. 15:42:04 -rw-rw-r--. 1 jenkins jenkins 5049 Jun 15 15:40 Attribution.txt 15:42:04 drwxrwxr-x. 2 jenkins jenkins 87 Jun 15 15:40 bin 15:42:04 drwxrwxr-x. 3 jenkins jenkins 32 Jun 15 15:40 cmd 15:42:04 -rw-r--r--. 1 jenkins jenkins 22123 Jun 15 15:41 coverage.out 15:42:04 -rw-rw-r--. 1 jenkins jenkins 1422 Jun 15 15:40 Dockerfile 15:42:04 -rw-rw-r--. 1 jenkins jenkins 954 Jun 15 15:40 Dockerfile.build 15:42:04 -rw-rw-r--. 1 jenkins jenkins 140 Jun 15 15:40 .dockerignore 15:42:04 drwxrwxr-x. 8 jenkins jenkins 162 Jun 15 15:40 .git 15:42:04 -rw-rw-r--. 1 jenkins jenkins 330 Jun 15 15:40 .gitignore 15:42:04 -rw-r--r--. 1 jenkins jenkins 559 Jun 15 15:41 go.mod 15:42:04 -rw-r--r--. 1 jenkins jenkins 13471 Jun 15 15:42 go.sum 15:42:04 drwxrwxr-x. 3 jenkins jenkins 20 Jun 15 15:40 internal 15:42:04 -rw-rw-r--. 1 jenkins jenkins 702 Jun 15 15:40 Jenkinsfile 15:42:04 -rw-rw-r--. 1 jenkins jenkins 11340 Jun 15 15:40 LICENSE 15:42:04 -rw-rw-r--. 1 jenkins jenkins 880 Jun 15 15:40 Makefile 15:42:04 -rw-rw-r--. 1 jenkins jenkins 591 Jun 15 15:40 README.md 15:42:04 drwxrwxr-x. 3 jenkins jenkins 44 Jun 15 15:40 .semver 15:42:04 drwxrwxr-x. 2 jenkins jenkins 35 Jun 15 15:40 simulator 15:42:04 drwxrwxr-x. 4 jenkins jenkins 54 Jun 15 15:40 snap 15:42:04 -rw-rw-r--. 1 jenkins jenkins 5 Jun 15 15:38 VERSION 15:42:04 -rw-rw-r--. 1 jenkins jenkins 229 Jun 15 15:40 version.go [Pipeline] isUnix [Pipeline] sh 15:42:04 + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=fdf900d8a58188a2e8b2bc604c944c724a46cd8f --label arch=amd64 --label version=1.2.1 . 15:42:04 Sending build context to Docker daemon 630.8kB 15:42:05 Step 1/19 : ARG BASE=golang:1.13-alpine 15:42:05 Step 2/19 : FROM ${BASE} AS builder 15:42:05 ---> 80541376934d 15:42:05 Step 3/19 : ARG MAKE='make build' 15:42:05 ---> Running in fecaa6ecaaed 15:42:05 Removing intermediate container fecaa6ecaaed 15:42:05 ---> ebeaecea4149 15:42:05 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:42:05 ---> Running in 59e3fa3cc209 15:42:06 Removing intermediate container 59e3fa3cc209 15:42:06 ---> 7685b13675e9 15:42:06 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 15:42:06 ---> Running in f83e77e3c39e 15:42:07 fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz 15:42:08 (10/18) Installing fortify-headers (1.1-r0) 15:42:08 (11/18) Installing build-base (0.5-r1) 15:42:08 (12/18) Installing openssh-keygen (8.1_p1-r0) 15:42:08 (13/18) Installing libedit (20191211.3.1-r0) 15:42:08 (14/18) Installing openssh-client (8.1_p1-r0) 15:42:08 fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz 15:42:08 (15/18) Installing openssh-sftp-server (8.1_p1-r0) 15:42:08 (16/18) Installing openssh-server-common (8.1_p1-r0) 15:42:08 OK: 214 MiB in 52 packages 15:42:08 (17/18) Installing openssh-server (8.1_p1-r0) 15:42:08 (18/18) Installing openssh (8.1_p1-r0) 15:42:08 Executing busybox-1.31.1-r8.trigger 15:42:08 OK: 203 MiB in 52 packages 15:42:08 Removing intermediate container f83e77e3c39e 15:42:08 ---> 2581d378164e 15:42:08 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 15:42:08 ---> Running in e032f4f0dee9 15:42:08 Removing intermediate container e032f4f0dee9 15:42:08 ---> ff0ccd0d66eb 15:42:08 Step 7/19 : COPY . . 15:42:09 ---> 9703615e0c12 15:42:09 Step 8/19 : RUN ${MAKE} 15:42:09 ---> Running in f4a128771fbe 15:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1" -o cmd/device-modbus ./cmd 15:42:15 Removing intermediate container 6b1704641d4d 15:42:15 ---> 6f129a8cf4cd 15:42:15 Step 6/8 : WORKDIR /device-modbus-go 15:42:15 ---> Running in 6eb5f520bc43 15:42:15 Removing intermediate container 6eb5f520bc43 15:42:15 ---> 5f93aa6b16e2 15:42:15 Step 7/8 : COPY . . 15:42:16 ---> 7ae7446fdd4b 15:42:16 Step 8/8 : RUN go mod download 15:42:16 ---> Running in 1c6798351efb 15:42:18 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:42:19 go: finding github.com/BurntSushi/toml v0.3.1 15:42:19 go: finding github.com/OneOfOne/xxhash v1.2.6 15:42:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:42:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:42:19 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 15:42:19 go: finding github.com/bgentry/speakeasy v0.1.0 15:42:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:42:19 go: finding github.com/davecgh/go-spew v1.1.1 15:42:19 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 15:42:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:42:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:42:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:42:19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 15:42:19 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:42:19 go: finding github.com/fatih/color v1.7.0 15:42:19 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:42:19 go: finding github.com/go-kit/kit v0.8.0 15:42:19 go: finding github.com/go-logfmt/logfmt v0.4.0 15:42:19 go: finding github.com/go-stack/stack v1.8.0 15:42:19 go: finding github.com/goburrow/modbus v0.1.0 15:42:19 go: finding github.com/goburrow/serial v0.1.0 15:42:19 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 15:42:19 go: finding github.com/google/uuid v1.1.1 15:42:19 go: finding github.com/gorilla/mux v1.7.1 15:42:19 go: finding github.com/hashicorp/consul/api v1.1.0 15:42:19 go: finding github.com/hashicorp/consul/sdk v0.1.1 15:42:19 go: finding github.com/hashicorp/errwrap v1.0.0 15:42:19 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:42:19 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:42:19 go: finding github.com/hashicorp/go-msgpack v0.5.3 15:42:19 go: finding github.com/hashicorp/go-multierror v1.0.0 15:42:19 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:42:19 go: finding github.com/hashicorp/go-sockaddr v1.0.1 15:42:19 go: finding github.com/hashicorp/go-syslog v1.0.0 15:42:19 go: finding github.com/hashicorp/go-uuid v1.0.1 15:42:19 go: finding github.com/hashicorp/go.net v0.0.1 15:42:19 go: finding github.com/hashicorp/golang-lru v0.5.1 15:42:19 go: finding github.com/hashicorp/logutils v1.0.0 15:42:19 go: finding github.com/hashicorp/mdns v1.0.0 15:42:19 go: finding github.com/hashicorp/memberlist v0.1.3 15:42:19 go: finding github.com/hashicorp/serf v0.8.2 15:42:19 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 15:42:19 go: finding github.com/mattn/go-colorable v0.0.9 15:42:19 go: finding github.com/mattn/go-isatty v0.0.3 15:42:19 go: finding github.com/miekg/dns v1.1.4 15:42:19 go: finding github.com/mitchellh/cli v1.0.0 15:42:19 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:42:19 go: finding github.com/mitchellh/copystructure v1.0.0 15:42:19 go: finding github.com/mitchellh/go-homedir v1.1.0 15:42:19 go: finding github.com/mitchellh/go-testing-interface v1.0.0 15:42:19 go: finding github.com/mitchellh/go-wordwrap v1.0.0 15:42:19 go: finding github.com/mitchellh/gox v0.4.0 15:42:19 go: finding github.com/mitchellh/iochan v1.0.0 15:42:19 go: finding github.com/mitchellh/mapstructure v1.1.2 15:42:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:42:19 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 15:42:19 go: finding github.com/pelletier/go-toml v1.2.0 15:42:19 go: finding github.com/pkg/errors v0.8.1 15:42:19 go: finding github.com/pmezard/go-difflib v1.0.0 15:42:19 go: finding github.com/posener/complete v1.1.1 15:42:19 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 15:42:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:42:19 go: finding github.com/stretchr/objx v0.1.0 15:42:19 go: finding github.com/stretchr/testify v1.5.1 15:42:20 go: finding github.com/ugorji/go v1.1.4 15:42:20 go: finding github.com/x448/float16 v0.8.4 15:42:20 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 15:42:20 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 15:42:20 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:42:20 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 15:42:20 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 15:42:20 go: finding gopkg.in/yaml.v2 v2.2.8 15:42:22 Removing intermediate container f4a128771fbe 15:42:22 ---> 67cf6967729e 15:42:22 Step 9/19 : FROM scratch 15:42:22 ---> 15:42:22 Step 10/19 : ENV APP_PORT=49991 15:42:22 ---> Running in 276d8838844d 15:42:22 Removing intermediate container 276d8838844d 15:42:22 ---> 2cc75e71a0c0 15:42:22 Step 11/19 : EXPOSE $APP_PORT 15:42:22 ---> Running in 99ec8bf076ce 15:42:22 Removing intermediate container 99ec8bf076ce 15:42:22 ---> 73beca3d92ff 15:42:22 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 15:42:23 ---> 3c54b2d6954f 15:42:23 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 15:42:23 ---> 5a853ebe8581 15:42:23 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 15:42:23 ---> e590523427ff 15:42:23 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 15:42:23 ---> Running in d79398c74617 15:42:23 Removing intermediate container d79398c74617 15:42:23 ---> 16ea5c05e6bc 15:42:23 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 15:42:23 ---> Running in 0f5eeb8900a5 15:42:24 Removing intermediate container 0f5eeb8900a5 15:42:24 ---> 856c0502d563 15:42:24 Step 17/19 : LABEL arch=amd64 15:42:24 ---> Running in 07d24f89082b 15:42:24 Removing intermediate container 07d24f89082b 15:42:24 ---> 2702ec69b60d 15:42:24 Step 18/19 : LABEL git_sha=fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:42:24 ---> Running in 86bbef15431d 15:42:24 Removing intermediate container 86bbef15431d 15:42:24 ---> e87ae6eea7d2 15:42:24 Step 19/19 : LABEL version=1.2.1 15:42:24 ---> Running in 26361483e3b1 15:42:24 Removing intermediate container 26361483e3b1 15:42:24 ---> 65b6fae71ae2 15:42:24 [Warning] One or more build-args [ARCH] were not consumed 15:42:24 Successfully built 65b6fae71ae2 15:42:24 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 15:42:25 provisioning config files... 15:42:25 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/13@tmp/config4285266501880909094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:42:25 nexus3.edgexfoundry.org:10001 15:42:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:25 Configure a credential helper to remove this warning. See 15:42:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:25 15:42:25 Login Succeeded 15:42:25 nexus3.edgexfoundry.org:10002 15:42:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:25 Configure a credential helper to remove this warning. See 15:42:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:25 15:42:25 Login Succeeded 15:42:25 nexus3.edgexfoundry.org:10003 15:42:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:25 Configure a credential helper to remove this warning. See 15:42:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:25 15:42:25 Login Succeeded 15:42:25 nexus3.edgexfoundry.org:10004 15:42:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:26 Configure a credential helper to remove this warning. See 15:42:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:26 15:42:26 Login Succeeded 15:42:26 docker.io 15:42:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:42:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:42:26 Configure a credential helper to remove this warning. See 15:42:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:42:26 15:42:26 Login Succeeded [Pipeline] } 15:42:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:42:26 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 15:42:26 fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:42:26 latest 15:42:26 1.2.1 15:42:26 fdf900d8a58188a2e8b2bc604c944c724a46cd8f-1.2.1 15:42:26 master 15:42:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:42:26 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:fdf900d8a58188a2e8b2bc604c944c724a46cd8f [Pipeline] isUnix [Pipeline] sh 15:42:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 15:42:27 d86189458dce: Preparing 15:42:27 7a604cd0cb96: Preparing 15:42:27 0f45c5fed1fb: Preparing 15:42:27 d86189458dce: Pushed 15:42:27 7a604cd0cb96: Pushed 15:42:28 0f45c5fed1fb: Pushed 15:42:28 fdf900d8a58188a2e8b2bc604c944c724a46cd8f: digest: sha256:9e97f0d325970ef5b7b8bc6e1455129d2a4a663008fa26cccf0b555514517294 size: 944 [Pipeline] isUnix [Pipeline] sh 15:42:28 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 15:42:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 15:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 15:42:29 d86189458dce: Preparing 15:42:29 7a604cd0cb96: Preparing 15:42:29 0f45c5fed1fb: Preparing 15:42:29 d86189458dce: Layer already exists 15:42:29 0f45c5fed1fb: Layer already exists 15:42:29 7a604cd0cb96: Layer already exists 15:42:29 latest: digest: sha256:9e97f0d325970ef5b7b8bc6e1455129d2a4a663008fa26cccf0b555514517294 size: 944 [Pipeline] isUnix [Pipeline] sh 15:42:29 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.1 [Pipeline] isUnix [Pipeline] sh 15:42:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.1 15:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 15:42:29 d86189458dce: Preparing 15:42:29 7a604cd0cb96: Preparing 15:42:29 0f45c5fed1fb: Preparing 15:42:29 d86189458dce: Layer already exists 15:42:29 0f45c5fed1fb: Layer already exists 15:42:29 7a604cd0cb96: Layer already exists 15:42:29 1.2.1: digest: sha256:9e97f0d325970ef5b7b8bc6e1455129d2a4a663008fa26cccf0b555514517294 size: 944 [Pipeline] isUnix [Pipeline] sh 15:42:30 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:fdf900d8a58188a2e8b2bc604c944c724a46cd8f-1.2.1 [Pipeline] isUnix [Pipeline] sh 15:42:30 Removing intermediate container 1c6798351efb 15:42:30 ---> 38167cb317f1 15:42:30 Successfully built 38167cb317f1 15:42:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script 15:42:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:fdf900d8a58188a2e8b2bc604c944c724a46cd8f-1.2.1 15:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 15:42:30 d86189458dce: Preparing 15:42:30 7a604cd0cb96: Preparing 15:42:30 0f45c5fed1fb: Preparing 15:42:30 7a604cd0cb96: Layer already exists 15:42:30 d86189458dce: Layer already exists 15:42:30 0f45c5fed1fb: Layer already exists 15:42:30 fdf900d8a58188a2e8b2bc604c944c724a46cd8f-1.2.1: digest: sha256:9e97f0d325970ef5b7b8bc6e1455129d2a4a663008fa26cccf0b555514517294 size: 944 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:42:30 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 15:42:30 + docker inspect -f . ci-base-image-arm64 15:42:30 . [Pipeline] withDockerContainer 15:42:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 15:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 15:42:30 d86189458dce: Preparing 15:42:30 7a604cd0cb96: Preparing 15:42:30 0f45c5fed1fb: Preparing 15:42:30 7a604cd0cb96: Layer already exists 15:42:30 d86189458dce: Layer already exists 15:42:30 0f45c5fed1fb: Layer already exists 15:42:30 master: digest: sha256:9e97f0d325970ef5b7b8bc6e1455129d2a4a663008fa26cccf0b555514517294 size: 944 15:42:31 prd-ubuntu18.04-docker-arm64-4c-16g-3036 does not seem to be running inside a container 15:42:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/13 -v /w/workspace/device-modbus-go/13:/w/workspace/device-modbus-go/13:rw,z -v /w/workspace/device-modbus-go/13@tmp:/w/workspace/device-modbus-go/13@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 15:42:32 $ docker top 4cfe53198683a7bd59db95bed1ae77b1d5a4e3019506b96d5e7e0dfd90113183 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 15:42:34 ++ find /w/workspace/device-modbus-go/13 15:42:34 ++ grep snapcraft.yaml 15:42:34 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/13/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:42:34 provisioning config files... 15:42:34 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/13@tmp/config2941738618073283174tmp [Pipeline] { [Pipeline] sh 15:42:34 + go version 15:42:34 go version go1.13.5 linux/arm64 [Pipeline] sh 15:42:34 + cp /w/workspace/device-modbus-go/13@tmp/config2941738618073283174tmp /w/workspace/device-modbus-go/13/edgex-snap-store-login [Pipeline] sh 15:42:34 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/13:/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 15:42:34 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 15:42:34 latest: Pulling from edgex-devops/edgex-snap-builder 15:42:34 5bed26d33875: Pulling fs layer 15:42:34 f11b29a9c730: Pulling fs layer 15:42:34 930bda195c84: Pulling fs layer 15:42:34 78bf9a5ad49e: Pulling fs layer 15:42:34 e5fbee5a4b0d: Pulling fs layer 15:42:34 f452fca78f88: Pulling fs layer 15:42:34 7417ef92027a: Pulling fs layer 15:42:34 2af5c49d270b: Pulling fs layer 15:42:34 df9c3bdbc40a: Pulling fs layer 15:42:34 78bf9a5ad49e: Waiting 15:42:34 e5fbee5a4b0d: Waiting 15:42:34 f452fca78f88: Waiting 15:42:34 7417ef92027a: Waiting 15:42:34 2af5c49d270b: Waiting 15:42:34 df9c3bdbc40a: Waiting 15:42:34 f11b29a9c730: Verifying Checksum 15:42:34 f11b29a9c730: Download complete 15:42:34 930bda195c84: Verifying Checksum 15:42:34 930bda195c84: Download complete 15:42:34 78bf9a5ad49e: Verifying Checksum 15:42:34 78bf9a5ad49e: Download complete 15:42:34 f452fca78f88: Verifying Checksum 15:42:34 f452fca78f88: Download complete 15:42:34 7417ef92027a: Verifying Checksum 15:42:34 7417ef92027a: Download complete 15:42:34 2af5c49d270b: Verifying Checksum 15:42:34 2af5c49d270b: Download complete 15:42:34 df9c3bdbc40a: Verifying Checksum 15:42:34 df9c3bdbc40a: Download complete 15:42:35 5bed26d33875: Verifying Checksum 15:42:35 5bed26d33875: Download complete 15:42:35 + make test 15:42:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 15:42:36 ? github.com/edgexfoundry/device-modbus-go [no test files] 15:42:38 e5fbee5a4b0d: Verifying Checksum 15:42:38 e5fbee5a4b0d: Download complete 15:42:39 5bed26d33875: Pull complete 15:42:39 f11b29a9c730: Pull complete 15:42:39 930bda195c84: Pull complete 15:42:39 78bf9a5ad49e: Pull complete 15:43:02 e5fbee5a4b0d: Pull complete 15:43:02 f452fca78f88: Pull complete 15:43:02 7417ef92027a: Pull complete 15:43:02 2af5c49d270b: Pull complete 15:43:02 df9c3bdbc40a: Pull complete 15:43:02 Digest: sha256:329b7ca3c147263d7a6122d30aca7e6f18adc9017ce870f1638d2965d7494739 15:43:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 15:43:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:43:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:43:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:43:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [960 kB] 15:43:05 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:43:05 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1253 kB] 15:43:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [66.4 kB] 15:43:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9092 B] 15:43:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [861 kB] 15:43:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1392 kB] 15:43:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [80.7 kB] 15:43:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [20.3 kB] 15:43:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [8158 B] 15:43:06 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [8286 B] 15:43:07 Fetched 4911 kB in 2s (2300 kB/s) 15:43:08 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 15:43:08 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.212s coverage: 50.3% of statements 15:43:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:43:09 Reading package lists... 15:43:11 gofmt -l . 15:43:11 [ "`gofmt -l .`" = "" ] 15:43:11 ./bin/test-attribution-txt.sh 15:43:12 ./bin/test-go-mod-tidy.sh [Pipeline] stash 15:43:12 Warning: overwriting stash ‘coverage-report’ 15:43:12 Stashed 1 file(s) [Pipeline] } 15:43:12 $ docker stop --time=1 4cfe53198683a7bd59db95bed1ae77b1d5a4e3019506b96d5e7e0dfd90113183 15:43:14 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 15:43:14 $ docker rm -f 4cfe53198683a7bd59db95bed1ae77b1d5a4e3019506b96d5e7e0dfd90113183 15:43:15 Reading package lists... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:43:15 Building dependency tree... 15:43:15 Reading state information... 15:43:15 + sudo chown -R jenkins:jenkins . 15:43:15 The following packages were automatically installed and are no longer required: 15:43:15 libjq1 liblzo2-2 libonig4 15:43:15 Use 'sudo apt autoremove' to remove them. 15:43:15 Suggested packages: 15:43:15 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:43:15 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 15:43:15 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 15:43:15 libterm-readline-gnu-perl | libterm-readline-perl-perl 15:43:15 The following NEW packages will be installed: 15:43:15 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 15:43:15 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 15:43:15 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 15:43:15 openssh-client patch perl perl-modules-5.26 xauth [Pipeline] sh 15:43:16 + ls -al . 15:43:16 total 136 15:43:16 drwxrwxr-x 9 jenkins jenkins 4096 Jun 15 15:43 . 15:43:16 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 15:40 .. 15:43:16 -rw-rw-r-- 1 jenkins jenkins 140 Jun 15 15:40 .dockerignore 15:43:16 drwxrwxr-x 8 jenkins jenkins 4096 Jun 15 15:40 .git 15:43:16 -rw-rw-r-- 1 jenkins jenkins 330 Jun 15 15:40 .gitignore 15:43:16 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:40 .semver 15:43:16 -rw-rw-r-- 1 jenkins jenkins 5049 Jun 15 15:40 Attribution.txt 15:43:16 -rw-rw-r-- 1 jenkins jenkins 1422 Jun 15 15:40 Dockerfile 15:43:16 -rw-rw-r-- 1 jenkins jenkins 954 Jun 15 15:40 Dockerfile.build 15:43:16 -rw-rw-r-- 1 jenkins jenkins 702 Jun 15 15:40 Jenkinsfile 15:43:16 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 15 15:40 LICENSE 15:43:16 -rw-rw-r-- 1 jenkins jenkins 880 Jun 15 15:40 Makefile 15:43:16 -rw-rw-r-- 1 jenkins jenkins 591 Jun 15 15:40 README.md 15:43:16 -rw-rw-r-- 1 jenkins jenkins 5 Jun 15 15:38 VERSION 15:43:16 drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:40 bin 15:43:16 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:40 cmd 15:43:16 -rw-r--r-- 1 jenkins jenkins 22123 Jun 15 15:43 coverage.out 15:43:16 -rw-r--r-- 1 jenkins jenkins 559 Jun 15 15:43 go.mod 15:43:16 -rw-r--r-- 1 jenkins jenkins 13471 Jun 15 15:43 go.sum 15:43:16 drwxrwxr-x 3 jenkins jenkins 4096 Jun 15 15:40 internal 15:43:16 drwxrwxr-x 2 jenkins jenkins 4096 Jun 15 15:40 simulator 15:43:16 drwxrwxr-x 4 jenkins jenkins 4096 Jun 15 15:40 snap 15:43:16 -rw-rw-r-- 1 jenkins jenkins 229 Jun 15 15:40 version.go [Pipeline] isUnix [Pipeline] sh 15:43:16 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 15:43:16 Need to get 14.7 MB of archives. 15:43:16 After this operation, 89.5 MB of additional disk space will be used. 15:43:16 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] 15:43:16 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:43:16 + 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=fdf900d8a58188a2e8b2bc604c944c724a46cd8f --label arch=arm64 --label version=1.2.1 . 15:43:16 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] 15:43:16 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] 15:43:16 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 15:43:16 Sending build context to Docker daemon 630.8kB 15:43:16 Step 1/19 : ARG BASE=golang:1.13-alpine 15:43:16 Step 2/19 : FROM ${BASE} AS builder 15:43:16 ---> 38167cb317f1 15:43:16 Step 3/19 : ARG MAKE='make build' 15:43:17 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] 15:43:17 ---> Running in 9a0cf7fd2160 15:43:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] 15:43:17 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 15:43:17 Removing intermediate container 9a0cf7fd2160 15:43:17 ---> d5337b6e9d8d 15:43:17 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:43:17 ---> Running in 0d071ad70b67 15:43:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 15:43:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 15:43:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 15:43:18 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 15:43:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 15:43:18 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:43:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 15:43:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:43:18 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB] 15:43:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] 15:43:18 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:43:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] 15:43:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.8 [159 kB] 15:43:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.8 [213 kB] 15:43:18 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:43:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:43:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:43:18 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 15:43:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:43:19 debconf: delaying package configuration, since apt-utils is not installed 15:43:19 Fetched 14.7 MB in 3s (5034 kB/s) 15:43:19 Selecting previously unselected package libxau6:amd64. 15:43:19 (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 ... 4637 files and directories currently installed.) 15:43:19 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ... 15:43:19 Unpacking libxau6:amd64 (1:1.0.8-1) ... 15:43:19 Selecting previously unselected package libbsd0:amd64. 15:43:19 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:43:19 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:43:19 Selecting previously unselected package libxdmcp6:amd64. 15:43:19 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ... 15:43:19 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... 15:43:19 Selecting previously unselected package libxcb1:amd64. 15:43:19 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... 15:43:19 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... 15:43:19 Selecting previously unselected package libx11-data. 15:43:19 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 15:43:19 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 15:43:20 Removing intermediate container 0d071ad70b67 15:43:20 ---> 72447ec56a64 15:43:20 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 15:43:20 ---> Running in bc150b4aec47 15:43:20 Selecting previously unselected package libx11-6:amd64. 15:43:20 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... 15:43:20 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 15:43:20 Selecting previously unselected package libxext6:amd64. 15:43:20 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ... 15:43:20 Unpacking libxext6:amd64 (2:1.3.3-1) ... 15:43:20 Selecting previously unselected package perl-modules-5.26. 15:43:20 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 15:43:20 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:43:21 fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz 15:43:22 fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz 15:43:23 OK: 203 MiB in 52 packages 15:43:24 Removing intermediate container bc150b4aec47 15:43:24 ---> 113b363ddc6c 15:43:24 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 15:43:24 Selecting previously unselected package libgdbm5:amd64. 15:43:24 Preparing to unpack .../08-libgdbm5_1.14.1-6_amd64.deb ... 15:43:24 Unpacking libgdbm5:amd64 (1.14.1-6) ... 15:43:24 Selecting previously unselected package libgdbm-compat4:amd64. 15:43:24 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_amd64.deb ... 15:43:24 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 15:43:24 Selecting previously unselected package libperl5.26:amd64. 15:43:24 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 15:43:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 15:43:24 ---> Running in 6a7afb333183 15:43:24 Removing intermediate container 6a7afb333183 15:43:24 ---> 20780e9e0bf1 15:43:24 Step 7/19 : COPY . . 15:43:25 Selecting previously unselected package perl. 15:43:25 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_amd64.deb ... 15:43:25 Unpacking perl (5.26.1-6ubuntu0.3) ... 15:43:25 Selecting previously unselected package less. 15:43:25 Preparing to unpack .../12-less_487-0.1_amd64.deb ... 15:43:25 Unpacking less (487-0.1) ... 15:43:25 Selecting previously unselected package libexpat1:amd64. 15:43:25 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:43:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:43:25 Selecting previously unselected package netbase. 15:43:25 Preparing to unpack .../14-netbase_5.4_all.deb ... 15:43:25 Unpacking netbase (5.4) ... 15:43:25 Selecting previously unselected package libedit2:amd64. 15:43:25 Preparing to unpack .../15-libedit2_3.1-20170329-1_amd64.deb ... 15:43:25 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:43:25 Selecting previously unselected package libssl1.0.0:amd64. 15:43:25 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ... 15:43:25 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 15:43:25 Selecting previously unselected package libxmuu1:amd64. 15:43:25 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_amd64.deb ... 15:43:25 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... 15:43:25 Selecting previously unselected package openssh-client. 15:43:25 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:43:25 ---> 78d7be35a99b 15:43:25 Step 8/19 : RUN ${MAKE} 15:43:25 ---> Running in 42285d65c75d 15:43:26 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:43:26 Selecting previously unselected package xauth. 15:43:26 Preparing to unpack .../19-xauth_1%3a1.0.10-1_amd64.deb ... 15:43:26 Unpacking xauth (1:1.0.10-1) ... 15:43:26 Selecting previously unselected package curl. 15:43:26 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_amd64.deb ... 15:43:26 Unpacking curl (7.58.0-2ubuntu3.8) ... 15:43:26 Selecting previously unselected package libcurl3-gnutls:amd64. 15:43:26 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_amd64.deb ... 15:43:26 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 15:43:26 Selecting previously unselected package liberror-perl. 15:43:26 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 15:43:26 Unpacking liberror-perl (0.17025-1) ... 15:43:26 Selecting previously unselected package git-man. 15:43:26 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:43:26 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:43:26 Selecting previously unselected package git. 15:43:26 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:43:26 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:43:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1" -o cmd/device-modbus ./cmd 15:43:27 Selecting previously unselected package make. 15:43:27 Preparing to unpack .../25-make_4.1-9.1ubuntu1_amd64.deb ... 15:43:27 Unpacking make (4.1-9.1ubuntu1) ... 15:43:28 Selecting previously unselected package patch. 15:43:28 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:43:28 Unpacking patch (2.7.6-2ubuntu1.1) ... 15:43:28 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:43:28 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:43:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:43:28 Setting up less (487-0.1) ... 15:43:28 Setting up make (4.1-9.1ubuntu1) ... 15:43:28 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ... 15:43:28 Setting up curl (7.58.0-2ubuntu3.8) ... 15:43:28 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.8) ... 15:43:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:43:28 Setting up libgdbm5:amd64 (1.14.1-6) ... 15:43:28 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:43:28 Setting up patch (2.7.6-2ubuntu1.1) ... 15:43:28 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... 15:43:28 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 15:43:28 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:43:28 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 15:43:28 Setting up libxau6:amd64 (1:1.0.8-1) ... 15:43:28 Setting up netbase (5.4) ... 15:43:29 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 15:43:29 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... 15:43:29 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... 15:43:29 Setting up libxmuu1:amd64 (2:1.1.2-2) ... 15:43:29 Setting up perl (5.26.1-6ubuntu0.3) ... 15:43:29 Setting up libxext6:amd64 (2:1.3.3-1) ... 15:43:29 Setting up liberror-perl (0.17025-1) ... 15:43:29 Setting up xauth (1:1.0.10-1) ... 15:43:29 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:43:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:43:31 curl set to automatically installed. 15:43:31 git set to automatically installed. 15:43:31 git-man set to automatically installed. 15:43:31 less set to automatically installed. 15:43:31 libbsd0 set to automatically installed. 15:43:31 libcurl3-gnutls set to automatically installed. 15:43:31 libedit2 set to automatically installed. 15:43:31 liberror-perl set to automatically installed. 15:43:31 libexpat1 set to automatically installed. 15:43:31 libgdbm-compat4 set to automatically installed. 15:43:31 libgdbm5 set to automatically installed. 15:43:31 libperl5.26 set to automatically installed. 15:43:31 libssl1.0.0 set to automatically installed. 15:43:31 libx11-6 set to automatically installed. 15:43:31 libx11-data set to automatically installed. 15:43:31 libxau6 set to automatically installed. 15:43:31 libxcb1 set to automatically installed. 15:43:31 libxdmcp6 set to automatically installed. 15:43:31 libxext6 set to automatically installed. 15:43:31 libxmuu1 set to automatically installed. 15:43:31 make set to automatically installed. 15:43:31 netbase set to automatically installed. 15:43:31 openssh-client set to automatically installed. 15:43:31 patch set to automatically installed. 15:43:31 perl set to automatically installed. 15:43:31 perl-modules-5.26 set to automatically installed. 15:43:31 xauth set to automatically installed. 15:43:31 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 15:43:31 Please ensure the environment is properly setup before continuing. 15:43:31 Ignore this message if the appropriate measures have already been taken 15:43:32 Pulling go 15:43:33 'device-modbus' has dependencies that need to be staged: go 15:43:33 Skipping pull go (already ran) 15:43:33 Building go 15:43:33 % Total % Received % Xferd Average Speed Time Time Time Current 15:43:33 Dload Upload Total Spent Left Speed 15:43:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 114M 5 6751k 0 0 16.2M 0 0:00:07 --:--:-- 0:00:07 16.2M 67 114M 67 77.5M 0 0 61.1M 0 0:00:01 0:00:01 --:--:-- 61.1M 100 114M 100 114M 0 0 67.3M 0 0:00:01 0:00:01 --:--:-- 67.3M 15:43:36 go1.13.5.linux-amd64.tar.gz: OK 15:43:46 Staging go 15:43:47 Pulling device-modbus 15:43:48 Skipping build go (already ran) 15:43:48 Building device-modbus 15:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1" -o cmd/device-modbus ./cmd 15:43:49 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 15:43:49 go: downloading github.com/goburrow/modbus v0.1.0 15:43:49 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:43:49 go: extracting github.com/goburrow/modbus v0.1.0 15:43:49 go: downloading github.com/goburrow/serial v0.1.0 15:43:49 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 15:43:49 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:43:49 go: extracting github.com/goburrow/serial v0.1.0 15:43:49 go: downloading github.com/gorilla/mux v1.7.1 15:43:49 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:43:49 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 15:43:49 go: downloading github.com/go-kit/kit v0.8.0 15:43:49 go: downloading github.com/google/uuid v1.1.1 15:43:49 go: extracting github.com/gorilla/mux v1.7.1 15:43:49 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:43:49 go: extracting github.com/google/uuid v1.1.1 15:43:49 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 15:43:49 go: downloading github.com/OneOfOne/xxhash v1.2.6 15:43:49 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 15:43:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:43:49 go: downloading gopkg.in/yaml.v2 v2.2.8 15:43:49 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 15:43:49 go: downloading github.com/pelletier/go-toml v1.2.0 15:43:49 go: downloading github.com/pkg/errors v0.8.1 15:43:49 go: downloading github.com/hashicorp/consul/api v1.1.0 15:43:49 go: extracting github.com/go-kit/kit v0.8.0 15:43:49 go: extracting github.com/OneOfOne/xxhash v1.2.6 15:43:49 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 15:43:49 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 15:43:49 go: downloading github.com/BurntSushi/toml v0.3.1 15:43:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:43:49 go: extracting gopkg.in/yaml.v2 v2.2.8 15:43:49 go: extracting github.com/pkg/errors v0.8.1 15:43:49 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 15:43:49 go: extracting github.com/pelletier/go-toml v1.2.0 15:43:49 go: downloading github.com/x448/float16 v0.8.4 15:43:49 go: extracting github.com/hashicorp/consul/api v1.1.0 15:43:49 go: extracting github.com/BurntSushi/toml v0.3.1 15:43:49 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:43:49 go: downloading github.com/mitchellh/copystructure v1.0.0 15:43:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:43:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:43:49 go: extracting github.com/x448/float16 v0.8.4 15:43:49 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:43:49 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:43:49 go: downloading github.com/hashicorp/serf v0.8.2 15:43:49 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 15:43:49 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 15:43:49 go: extracting github.com/mitchellh/copystructure v1.0.0 15:43:49 go: extracting github.com/mitchellh/mapstructure v1.1.2 15:43:49 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 15:43:49 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:43:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:43:49 go: extracting github.com/mitchellh/reflectwalk v1.0.0 15:43:49 go: extracting github.com/go-logfmt/logfmt v0.4.0 15:43:49 go: extracting github.com/hashicorp/serf v0.8.2 15:43:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:43:50 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:43:50 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:43:50 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 15:43:50 go: downloading github.com/hashicorp/golang-lru v0.5.1 15:43:50 go: extracting github.com/hashicorp/golang-lru v0.5.1 15:43:50 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 15:43:50 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:43:50 go: finding github.com/goburrow/modbus v0.1.0 15:43:50 go: finding github.com/gorilla/mux v1.7.1 15:43:50 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:43:50 go: finding github.com/go-kit/kit v0.8.0 15:43:50 go: finding github.com/goburrow/serial v0.1.0 15:43:50 go: finding github.com/OneOfOne/xxhash v1.2.6 15:43:50 go: finding github.com/google/uuid v1.1.1 15:43:50 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:43:50 go: finding github.com/go-logfmt/logfmt v0.4.0 15:43:50 go: finding github.com/x448/float16 v0.8.4 15:43:50 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:43:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 15:43:50 go: finding gopkg.in/yaml.v2 v2.2.8 15:43:50 go: finding github.com/BurntSushi/toml v0.3.1 15:43:50 go: finding github.com/pkg/errors v0.8.1 15:43:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:43:50 go: finding github.com/hashicorp/consul/api v1.1.0 15:43:50 go: finding github.com/pelletier/go-toml v1.2.0 15:43:50 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:43:50 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:43:50 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:43:50 go: finding github.com/hashicorp/serf v0.8.2 15:43:50 go: finding github.com/mitchellh/mapstructure v1.1.2 15:43:50 go: finding github.com/mitchellh/copystructure v1.0.0 15:43:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:43:50 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:43:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:43:50 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:43:50 go: finding github.com/hashicorp/golang-lru v0.5.1 15:43:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:43:57 Removing intermediate container 42285d65c75d 15:43:57 ---> de6c3c3ebae3 15:43:57 Step 9/19 : FROM scratch 15:43:57 ---> 15:43:57 Step 10/19 : ENV APP_PORT=49991 15:43:57 ---> Running in ea341d227834 15:43:57 Removing intermediate container ea341d227834 15:43:57 ---> c309f8e8bf61 15:43:57 Step 11/19 : EXPOSE $APP_PORT 15:43:57 ---> Running in 407e07fca87c 15:43:58 Removing intermediate container 407e07fca87c 15:43:58 ---> 41c9c611c479 15:43:58 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 15:43:59 ---> 195aad6ed196 15:43:59 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 15:44:00 ---> 1adcd26136c9 15:44:00 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 15:44:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:44:00 ---> 06af4c408465 15:44:00 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 15:44:00 ---> Running in 31870a62b76f 15:44:01 Removing intermediate container 31870a62b76f 15:44:01 ---> f28fedd986c8 15:44:01 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 15:44:01 ---> Running in 811554909a3f 15:44:01 Removing intermediate container 811554909a3f 15:44:01 ---> 07c818ac2009 15:44:01 Step 17/19 : LABEL arch=arm64 15:44:01 ---> Running in 8245a77feff8 15:44:02 Removing intermediate container 8245a77feff8 15:44:02 ---> 35e0b2a5bc90 15:44:02 Step 18/19 : LABEL git_sha=fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:44:02 ---> Running in 673dce5448c2 15:44:02 Removing intermediate container 673dce5448c2 15:44:02 ---> 7fbf446d6136 15:44:02 Step 19/19 : LABEL version=1.2.1 15:44:02 ---> Running in b39ee88e6f4c 15:44:03 Removing intermediate container b39ee88e6f4c 15:44:03 ---> 217762f15333 15:44:03 [Warning] One or more build-args [ARCH] were not consumed 15:44:03 Successfully built 217762f15333 15:44:03 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 15:44:03 provisioning config files... 15:44:03 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/13@tmp/config2094018111506842298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:44:03 nexus3.edgexfoundry.org:10001 15:44:03 Skipping stage go (already ran) 15:44:03 Staging device-modbus 15:44:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:04 Configure a credential helper to remove this warning. See 15:44:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:04 15:44:04 Login Succeeded 15:44:04 nexus3.edgexfoundry.org:10002 15:44:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:04 Configure a credential helper to remove this warning. See 15:44:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:04 15:44:04 Login Succeeded 15:44:04 nexus3.edgexfoundry.org:10003 15:44:04 Priming go 15:44:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:05 Configure a credential helper to remove this warning. See 15:44:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:05 15:44:05 Login Succeeded 15:44:05 nexus3.edgexfoundry.org:10004 15:44:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:05 Configure a credential helper to remove this warning. See 15:44:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:05 15:44:05 Login Succeeded 15:44:05 docker.io 15:44:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:06 Priming device-modbus 15:44:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:06 Configure a credential helper to remove this warning. See 15:44:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:06 15:44:06 Login Succeeded [Pipeline] } 15:44:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:44:06 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 15:44:06 fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:44:06 latest 15:44:06 1.2.1 15:44:06 fdf900d8a58188a2e8b2bc604c944c724a46cd8f-1.2.1 15:44:06 master 15:44:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:07 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 15:44:07 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 15:44:07 Determining the version from the project repo (version-script). 15:44:07 The version has been set to '1.2.1-20200615+fdf900d' 15:44:07 Snapping 'edgex-device-modbus' ... 15:44:07 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:fdf900d8a58188a2e8b2bc604c944c724a46cd8f [Pipeline] isUnix [Pipeline] sh 15:44:07 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:44:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 15:44:07 cfdae760519c: Preparing 15:44:07 388d9e7c13c7: Preparing 15:44:07 bf9b39dea800: Preparing 15:44:07 cfdae760519c: Pushed 15:44:07 388d9e7c13c7: Pushed 15:44:08 15:44:08 Snapped edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap 15:44:10 bf9b39dea800: Pushed 15:44:10 fdf900d8a58188a2e8b2bc604c944c724a46cd8f: digest: sha256:3e2cb3e4a8270bc04c16901f4c7c06f7fe1889def62688ce6817354b9547e727 size: 944 [Pipeline] isUnix [Pipeline] sh 15:44:10 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:44:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 15:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 15:44:11 cfdae760519c: Preparing 15:44:11 388d9e7c13c7: Preparing 15:44:11 bf9b39dea800: Preparing 15:44:11 cfdae760519c: Layer already exists 15:44:11 bf9b39dea800: Layer already exists 15:44:11 388d9e7c13c7: Layer already exists 15:44:11 latest: digest: sha256:3e2cb3e4a8270bc04c16901f4c7c06f7fe1889def62688ce6817354b9547e727 size: 944 [Pipeline] isUnix [Pipeline] sh 15:44:11 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.1 [Pipeline] isUnix [Pipeline] sh 15:44:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.1 15:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 15:44:12 cfdae760519c: Preparing 15:44:12 388d9e7c13c7: Preparing 15:44:12 bf9b39dea800: Preparing 15:44:12 bf9b39dea800: Layer already exists 15:44:12 388d9e7c13c7: Layer already exists 15:44:12 cfdae760519c: Layer already exists 15:44:12 15:44:12 Login successful. You now have these capabilities: 15:44:12 15:44:12 snaps: No restriction 15:44:12 channels: No restriction 15:44:12 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 15:44:12 expires: 2020-06-19T16:50:48.252993 15:44:12 15:44:12 Preparing to push 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap'. 15:44:12 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 15:44:12 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 15:44:12 1.2.1: digest: sha256:3e2cb3e4a8270bc04c16901f4c7c06f7fe1889def62688ce6817354b9547e727 size: 944 [Pipeline] isUnix [Pipeline] sh 15:44:12 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:fdf900d8a58188a2e8b2bc604c944c724a46cd8f-1.2.1 [Pipeline] isUnix [Pipeline] sh 15:44:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:fdf900d8a58188a2e8b2bc604c944c724a46cd8f-1.2.1 15:44:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 15:44:13 cfdae760519c: Preparing 15:44:13 388d9e7c13c7: Preparing 15:44:13 bf9b39dea800: Preparing 15:44:13 bf9b39dea800: Layer already exists 15:44:13 388d9e7c13c7: Layer already exists 15:44:13 cfdae760519c: Layer already exists 15:44:13 fdf900d8a58188a2e8b2bc604c944c724a46cd8f-1.2.1: digest: sha256:3e2cb3e4a8270bc04c16901f4c7c06f7fe1889def62688ce6817354b9547e727 size: 944 [Pipeline] isUnix [Pipeline] sh 15:44:13 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 15:44:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 15:44:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 15:44:14 cfdae760519c: Preparing 15:44:14 388d9e7c13c7: Preparing 15:44:14 bf9b39dea800: Preparing 15:44:14 388d9e7c13c7: Layer already exists 15:44:14 cfdae760519c: Layer already exists 15:44:14 bf9b39dea800: Layer already exists 15:44:14 master: digest: sha256:3e2cb3e4a8270bc04c16901f4c7c06f7fe1889def62688ce6817354b9547e727 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 15:44:14 + + findgrep snapcraft.yaml 15:44:14 /w/workspace/device-modbus-go/13 15:44:14 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/13/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:44:15 provisioning config files... 15:44:15 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/13@tmp/config5405946737274091651tmp [Pipeline] { [Pipeline] sh 15:44:15 + cp /w/workspace/device-modbus-go/13@tmp/config5405946737274091651tmp /w/workspace/device-modbus-go/13/edgex-snap-store-login [Pipeline] sh 15:44:15 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/13:/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 15:44:15 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 15:44:15 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 15:44:15 b2f61026a351: Pulling fs layer 15:44:15 5538fb30c42c: Pulling fs layer 15:44:15 f0b05810781a: Pulling fs layer 15:44:15 0180a33352d6: Pulling fs layer 15:44:15 e7604b0c0f53: Pulling fs layer 15:44:15 db689cb83ae0: Pulling fs layer 15:44:15 6138af208834: Pulling fs layer 15:44:15 007c8e8c5d63: Pulling fs layer 15:44:15 4f7a387c642f: Pulling fs layer 15:44:15 0180a33352d6: Waiting 15:44:15 e7604b0c0f53: Waiting 15:44:15 db689cb83ae0: Waiting 15:44:15 6138af208834: Waiting 15:44:15 007c8e8c5d63: Waiting 15:44:15 4f7a387c642f: Waiting 15:44:16 f0b05810781a: Verifying Checksum 15:44:16 f0b05810781a: Download complete 15:44:16 5538fb30c42c: Verifying Checksum 15:44:16 5538fb30c42c: Download complete 15:44:16 0180a33352d6: Verifying Checksum 15:44:16 0180a33352d6: Download complete 15:44:16 db689cb83ae0: Verifying Checksum 15:44:16 db689cb83ae0: Download complete 15:44:16 6138af208834: Verifying Checksum 15:44:16 6138af208834: Download complete 15:44:16 007c8e8c5d63: Verifying Checksum 15:44:16 007c8e8c5d63: Download complete 15:44:16 4f7a387c642f: Verifying Checksum 15:44:16 4f7a387c642f: Download complete 15:44:17 b2f61026a351: Verifying Checksum 15:44:17 b2f61026a351: Download complete 15:44:19 Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 0% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 1% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 2% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 3% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 4% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 5% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 6% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 7% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 8% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 9% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 10% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [ ] 12% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 13% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 14% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 15% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 16% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 17% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 18% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 19% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 20% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 21% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 23% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [= ] 24% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 25% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 26% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 27% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 28% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 29% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 30% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 31% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 32% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 34% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 35% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 36% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [== ] 37% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 38% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 39% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 40% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 41% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 42% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 43% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 45% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 46% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 47% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 48% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [=== ] 49% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 50% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 51% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 52% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 53% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 54% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 56% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 57% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 58% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 59% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 60% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [==== ] 61% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 62% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 63% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 64% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 65% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 67% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 68% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 69% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 70% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 71% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 72% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 73% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [===== ] 74% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 75% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 76% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 78% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 79% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 80% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 81% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 82% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 83% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 84% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 85% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [====== ] 86% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 87% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 89% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 90% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 91% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 92% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 93% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 94% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 95% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 96% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 97% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [======= ] 98% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [========] 100% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' [========] 100% 15:44:19 b2f61026a351: Pull complete 15:44:20 5538fb30c42c: Pull complete 15:44:20 f0b05810781a: Pull complete 15:44:21 0180a33352d6: Pull complete 15:44:24 e7604b0c0f53: Verifying Checksum 15:44:24 e7604b0c0f53: Download complete 15:44:32 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| released 15:44:32 Revision 1263 of 'edgex-device-modbus' created. 15:44:33 Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...| 15:44:33 Track Arch Channel Version Revision Notes 15:44:33 edinburgh amd64 stable - - - 15:44:33 candidate - - - 15:44:33 beta 1.0.0-20190626+739f7ef 112 - 15:44:33 edge 1.0.0-20200103+c777f31 956 - 15:44:33 fuji amd64 stable 1.1.1-20200228+37c94ae 1087 - 15:44:33 candidate ^ ^ - 15:44:33 beta 1.1.1-20200228+37c94ae 1087 - 15:44:33 edge 1.1.1-20200422+37c94ae 1193 - 15:44:33 geneva amd64 stable 1.2.0-20200518+a219397 1203 - 15:44:33 candidate ^ ^ - 15:44:33 beta ^ ^ - 15:44:33 edge ^ ^ - 15:44:33 latest amd64 stable 1.2.0-20200518+a219397 1203 - 15:44:33 candidate 1.2.1-20200612+fdf900d 1255 - 15:44:33 beta 1.2.1-20200612+fdf900d 1255 - 15:44:33 edge 1.2.1-20200615+fdf900d 1263 - 15:44:33 Pushing metadata from 'edgex-device-modbus_1.2.1-20200615+fdf900d_amd64.snap' 15:44:38 The metadata has been pushed [Pipeline] } 15:44:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:44:56 e7604b0c0f53: Pull complete 15:44:56 db689cb83ae0: Pull complete 15:44:56 6138af208834: Pull complete 15:44:56 007c8e8c5d63: Pull complete 15:44:56 4f7a387c642f: Pull complete 15:44:56 Digest: sha256:95de001a4645667c7ff44d03fa3a86afcf7622caf7559cdf0345329f515671b4 15:44:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 15:45:03 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 15:45:03 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 15:45:03 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 15:45:03 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 15:45:03 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [879 kB] 15:45:04 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1233 kB] 15:45:04 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1192 B] 15:45:04 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3737 B] 15:45:04 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [8260 B] 15:45:04 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [7827 B] 15:45:04 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [756 kB] 15:45:04 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [608 kB] 15:45:04 Fetched 3749 kB in 3s (1448 kB/s) 15:45:09 Reading package lists... 15:45:21 Installing build dependencies: curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase openssh-client patch perl perl-modules-5.26 xauth 15:45:24 Reading package lists... 15:45:25 Building dependency tree... 15:45:25 Reading state information... 15:45:25 The following packages were automatically installed and are no longer required: 15:45:25 libjq1 liblzo2-2 libonig4 15:45:25 Use 'sudo apt autoremove' to remove them. 15:45:25 Suggested packages: 15:45:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:45:25 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc 15:45:25 keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc 15:45:25 libterm-readline-gnu-perl | libterm-readline-perl-perl 15:45:25 The following NEW packages will be installed: 15:45:25 curl git git-man less libbsd0 libcurl3-gnutls libedit2 liberror-perl 15:45:25 libexpat1 libgdbm-compat4 libgdbm5 libperl5.26 libssl1.0.0 libx11-6 15:45:25 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1 make netbase 15:45:25 openssh-client patch perl perl-modules-5.26 xauth 15:45:26 0 upgraded, 27 newly installed, 0 to remove and 10 not upgraded. 15:45:26 Need to get 12.9 MB of archives. 15:45:26 After this operation, 84.2 MB of additional disk space will be used. 15:45:26 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B] 15:45:26 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB] 15:45:26 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B] 15:45:26 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB] 15:45:26 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] 15:45:27 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.2 [521 kB] 15:45:27 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB] 15:45:27 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 15:45:27 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 15:45:27 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 15:45:27 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 15:45:28 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 15:45:28 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 15:45:28 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.2 [69.3 kB] 15:45:28 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 15:45:28 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB] 15:45:28 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.3 [723 kB] 15:45:28 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B] 15:45:28 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.3 [527 kB] 15:45:28 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB] 15:45:28 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.8 [152 kB] 15:45:28 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.8 [179 kB] 15:45:28 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 15:45:28 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:45:28 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 15:45:29 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 15:45:29 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 15:45:29 debconf: delaying package configuration, since apt-utils is not installed 15:45:29 Fetched 12.9 MB in 3s (4199 kB/s) 15:45:29 Selecting previously unselected package libxau6:arm64. 15:45:29 (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 ... 4630 files and directories currently installed.) 15:45:29 Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ... 15:45:29 Unpacking libxau6:arm64 (1:1.0.8-1) ... 15:45:30 Selecting previously unselected package libbsd0:arm64. 15:45:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ... 15:45:30 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 15:45:30 Selecting previously unselected package libxdmcp6:arm64. 15:45:30 Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ... 15:45:30 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ... 15:45:30 Selecting previously unselected package libxcb1:arm64. 15:45:30 Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_arm64.deb ... 15:45:30 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ... 15:45:30 Selecting previously unselected package libx11-data. 15:45:30 Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... 15:45:30 Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... 15:45:30 Selecting previously unselected package libx11-6:arm64. 15:45:30 Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_arm64.deb ... 15:45:31 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 15:45:31 Selecting previously unselected package libxext6:arm64. 15:45:31 Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ... 15:45:31 Unpacking libxext6:arm64 (2:1.3.3-1) ... 15:45:31 Selecting previously unselected package perl-modules-5.26. 15:45:31 Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 15:45:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:45:32 Selecting previously unselected package libgdbm5:arm64. 15:45:32 Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ... 15:45:32 Unpacking libgdbm5:arm64 (1.14.1-6) ... 15:45:33 Selecting previously unselected package libgdbm-compat4:arm64. 15:45:33 Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ... 15:45:33 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 15:45:33 Selecting previously unselected package libperl5.26:arm64. 15:45:33 Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 15:45:33 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 15:45:34 Selecting previously unselected package perl. 15:45:34 Preparing to unpack .../11-perl_5.26.1-6ubuntu0.3_arm64.deb ... 15:45:34 Unpacking perl (5.26.1-6ubuntu0.3) ... 15:45:34 Selecting previously unselected package less. 15:45:34 Preparing to unpack .../12-less_487-0.1_arm64.deb ... 15:45:34 Unpacking less (487-0.1) ... 15:45:34 Selecting previously unselected package libexpat1:arm64. 15:45:34 Preparing to unpack .../13-libexpat1_2.2.5-3ubuntu0.2_arm64.deb ... 15:45:34 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 15:45:34 Selecting previously unselected package netbase. 15:45:34 Preparing to unpack .../14-netbase_5.4_all.deb ... 15:45:34 Unpacking netbase (5.4) ... 15:45:35 Selecting previously unselected package libedit2:arm64. 15:45:35 Preparing to unpack .../15-libedit2_3.1-20170329-1_arm64.deb ... 15:45:35 Unpacking libedit2:arm64 (3.1-20170329-1) ... 15:45:35 Selecting previously unselected package libssl1.0.0:arm64. 15:45:35 Preparing to unpack .../16-libssl1.0.0_1.0.2n-1ubuntu5.3_arm64.deb ... 15:45:35 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 15:45:35 Selecting previously unselected package libxmuu1:arm64. 15:45:35 Preparing to unpack .../17-libxmuu1_2%3a1.1.2-2_arm64.deb ... 15:45:35 Unpacking libxmuu1:arm64 (2:1.1.2-2) ... 15:45:35 Selecting previously unselected package openssh-client. 15:45:35 Preparing to unpack .../18-openssh-client_1%3a7.6p1-4ubuntu0.3_arm64.deb ... 15:45:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:45:35 Selecting previously unselected package xauth. 15:45:35 Preparing to unpack .../19-xauth_1%3a1.0.10-1_arm64.deb ... 15:45:35 Unpacking xauth (1:1.0.10-1) ... 15:45:36 Selecting previously unselected package curl. 15:45:36 Preparing to unpack .../20-curl_7.58.0-2ubuntu3.8_arm64.deb ... 15:45:36 Unpacking curl (7.58.0-2ubuntu3.8) ... 15:45:36 Selecting previously unselected package libcurl3-gnutls:arm64. 15:45:36 Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.8_arm64.deb ... 15:45:36 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 15:45:36 Selecting previously unselected package liberror-perl. 15:45:36 Preparing to unpack .../22-liberror-perl_0.17025-1_all.deb ... 15:45:36 Unpacking liberror-perl (0.17025-1) ... 15:45:36 Selecting previously unselected package git-man. 15:45:36 Preparing to unpack .../23-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:45:36 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:45:37 Selecting previously unselected package git. 15:45:37 Preparing to unpack .../24-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 15:45:37 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:45:38 Selecting previously unselected package make. 15:45:38 Preparing to unpack .../25-make_4.1-9.1ubuntu1_arm64.deb ... 15:45:38 Unpacking make (4.1-9.1ubuntu1) ... 15:45:38 Selecting previously unselected package patch. 15:45:38 Preparing to unpack .../26-patch_2.7.6-2ubuntu1.1_arm64.deb ... 15:45:38 Unpacking patch (2.7.6-2ubuntu1.1) ... 15:45:38 Setting up libedit2:arm64 (3.1-20170329-1) ... 15:45:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:45:39 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.2) ... 15:45:39 Setting up less (487-0.1) ... 15:45:39 Setting up make (4.1-9.1ubuntu1) ... 15:45:39 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.3) ... 15:45:40 Setting up curl (7.58.0-2ubuntu3.8) ... 15:45:40 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.8) ... 15:45:40 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 15:45:40 Setting up libgdbm5:arm64 (1.14.1-6) ... 15:45:40 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ... 15:45:40 Setting up patch (2.7.6-2ubuntu1.1) ... 15:45:40 Setting up libxdmcp6:arm64 (1:1.1.2-3) ... 15:45:40 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 15:45:40 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:45:40 Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... 15:45:40 Setting up libxau6:arm64 (1:1.0.8-1) ... 15:45:40 Setting up netbase (5.4) ... 15:45:40 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 15:45:40 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ... 15:45:40 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.2) ... 15:45:41 Setting up libxmuu1:arm64 (2:1.1.2-2) ... 15:45:41 Setting up perl (5.26.1-6ubuntu0.3) ... 15:45:41 Setting up libxext6:arm64 (2:1.3.3-1) ... 15:45:41 Setting up liberror-perl (0.17025-1) ... 15:45:41 Setting up xauth (1:1.0.10-1) ... 15:45:41 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:45:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:45:48 curl set to automatically installed. 15:45:48 git set to automatically installed. 15:45:48 git-man set to automatically installed. 15:45:48 less set to automatically installed. 15:45:48 libbsd0 set to automatically installed. 15:45:48 libcurl3-gnutls set to automatically installed. 15:45:48 libedit2 set to automatically installed. 15:45:48 liberror-perl set to automatically installed. 15:45:48 libexpat1 set to automatically installed. 15:45:48 libgdbm-compat4 set to automatically installed. 15:45:48 libgdbm5 set to automatically installed. 15:45:48 libperl5.26 set to automatically installed. 15:45:48 libssl1.0.0 set to automatically installed. 15:45:48 libx11-6 set to automatically installed. 15:45:48 libx11-data set to automatically installed. 15:45:48 libxau6 set to automatically installed. 15:45:48 libxcb1 set to automatically installed. 15:45:48 libxdmcp6 set to automatically installed. 15:45:48 libxext6 set to automatically installed. 15:45:48 libxmuu1 set to automatically installed. 15:45:48 make set to automatically installed. 15:45:48 netbase set to automatically installed. 15:45:48 openssh-client set to automatically installed. 15:45:48 patch set to automatically installed. 15:45:48 perl set to automatically installed. 15:45:48 perl-modules-5.26 set to automatically installed. 15:45:48 xauth set to automatically installed. 15:45:48 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 15:45:48 Please ensure the environment is properly setup before continuing. 15:45:48 Ignore this message if the appropriate measures have already been taken 15:45:48 Pulling go 15:45:52 'device-modbus' has dependencies that need to be staged: go 15:45:52 Skipping pull go (already ran) 15:45:52 Building go 15:45:52 % Total % Received % Xferd Average Speed Time Time Time Current 15:45:52 Dload Upload Total Spent Left Speed 15:45:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 93.0M 14 13.2M 0 0 13.9M 0 0:00:06 --:--:-- 0:00:06 13.9M 61 93.0M 61 57.4M 0 0 29.1M 0 0:00:03 0:00:01 0:00:02 29.1M 100 93.0M 100 93.0M 0 0 33.7M 0 0:00:02 0:00:02 --:--:-- 33.7M 15:45:55 go1.13.5.linux-arm64.tar.gz: OK 15:46:13 Staging go 15:46:15 Pulling device-modbus 15:46:19 Skipping build go (already ran) 15:46:19 Building device-modbus 15:46:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1" -o cmd/device-modbus ./cmd 15:46:19 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 15:46:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:46:19 go: downloading github.com/goburrow/modbus v0.1.0 15:46:19 go: extracting github.com/goburrow/modbus v0.1.0 15:46:19 go: downloading github.com/goburrow/serial v0.1.0 15:46:19 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 15:46:19 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:46:19 go: extracting github.com/goburrow/serial v0.1.0 15:46:19 go: downloading github.com/gorilla/mux v1.7.1 15:46:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:46:19 go: downloading gopkg.in/yaml.v2 v2.2.8 15:46:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:46:19 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:46:19 go: extracting github.com/gorilla/mux v1.7.1 15:46:19 go: extracting gopkg.in/yaml.v2 v2.2.8 15:46:20 go: downloading github.com/google/uuid v1.1.1 15:46:20 go: downloading github.com/pkg/errors v0.8.1 15:46:20 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 15:46:20 go: downloading github.com/go-kit/kit v0.8.0 15:46:20 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 15:46:20 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 15:46:20 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 15:46:20 go: downloading github.com/OneOfOne/xxhash v1.2.6 15:46:20 go: downloading github.com/x448/float16 v0.8.4 15:46:20 go: extracting github.com/pkg/errors v0.8.1 15:46:20 go: extracting github.com/google/uuid v1.1.1 15:46:20 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 15:46:20 go: extracting github.com/OneOfOne/xxhash v1.2.6 15:46:20 go: downloading github.com/pelletier/go-toml v1.2.0 15:46:20 go: downloading github.com/BurntSushi/toml v0.3.1 15:46:20 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 15:46:20 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 15:46:20 go: extracting github.com/x448/float16 v0.8.4 15:46:20 go: downloading github.com/hashicorp/consul/api v1.1.0 15:46:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:46:20 go: extracting github.com/BurntSushi/toml v0.3.1 15:46:20 go: extracting github.com/pelletier/go-toml v1.2.0 15:46:20 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:46:20 go: extracting github.com/go-kit/kit v0.8.0 15:46:20 go: downloading github.com/mitchellh/copystructure v1.0.0 15:46:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:46:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:46:20 go: extracting github.com/mitchellh/copystructure v1.0.0 15:46:20 go: extracting github.com/hashicorp/consul/api v1.1.0 15:46:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:46:20 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 15:46:20 go: extracting github.com/mitchellh/mapstructure v1.1.2 15:46:20 go: extracting github.com/mitchellh/reflectwalk v1.0.0 15:46:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:46:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:46:20 go: downloading github.com/hashicorp/serf v0.8.2 15:46:20 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 15:46:20 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 15:46:20 go: extracting github.com/hashicorp/serf v0.8.2 15:46:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:46:20 go: extracting github.com/go-logfmt/logfmt v0.4.0 15:46:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:46:20 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:46:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:46:20 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 15:46:20 go: downloading github.com/hashicorp/golang-lru v0.5.1 15:46:20 go: extracting github.com/hashicorp/golang-lru v0.5.1 15:46:20 go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 15:46:20 go: finding github.com/gorilla/mux v1.7.1 15:46:20 go: finding github.com/OneOfOne/xxhash v1.2.6 15:46:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:46:20 go: finding github.com/google/uuid v1.1.1 15:46:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:46:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 15:46:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 15:46:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 15:46:20 go: finding gopkg.in/yaml.v2 v2.2.8 15:46:20 go: finding github.com/BurntSushi/toml v0.3.1 15:46:20 go: finding github.com/pkg/errors v0.8.1 15:46:20 go: finding github.com/x448/float16 v0.8.4 15:46:20 go: finding github.com/hashicorp/consul/api v1.1.0 15:46:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 15:46:20 go: finding github.com/pelletier/go-toml v1.2.0 15:46:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 15:46:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 15:46:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:46:21 go: finding github.com/hashicorp/serf v0.8.2 15:46:21 go: finding github.com/mitchellh/mapstructure v1.1.2 15:46:21 go: finding github.com/go-kit/kit v0.8.0 15:46:21 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 15:46:21 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:46:21 go: finding github.com/mitchellh/copystructure v1.0.0 15:46:21 go: finding github.com/go-logfmt/logfmt v0.4.0 15:46:21 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 15:46:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 15:46:21 go: finding github.com/goburrow/modbus v0.1.0 15:46:21 go: finding github.com/hashicorp/golang-lru v0.5.1 15:46:21 go: finding github.com/goburrow/serial v0.1.0 15:46:43 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:47:01 Skipping stage go (already ran) 15:47:01 Staging device-modbus 15:47:01 Priming go 15:47:05 Priming device-modbus 15:47:07 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 15:47:07 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 15:47:07 Determining the version from the project repo (version-script). 15:47:07 The version has been set to '1.2.1-20200615+fdf900d' 15:47:07 Snapping 'edgex-device-modbus' ... 15:47:10 15:47:10 Snapped edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap 15:47:15 15:47:15 Login successful. You now have these capabilities: 15:47:15 15:47:15 snaps: No restriction 15:47:15 channels: No restriction 15:47:15 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 15:47:15 expires: 2020-06-19T16:50:48.252993 15:47:15 15:47:19 Preparing to push 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap'. 15:47:19 After pushing, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 15:47:19 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 15:47:26 Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 0% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 1% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 2% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 3% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 4% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 5% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 6% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 7% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 8% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 9% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 10% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 11% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [ ] 12% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 13% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 14% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 15% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 16% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 17% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 18% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 19% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 20% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 21% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 22% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 23% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [= ] 24% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 25% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 26% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 27% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 29% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 30% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 31% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 32% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 33% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 34% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 35% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 36% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [== ] 37% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 38% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 39% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 40% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 41% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 42% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 43% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 44% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 45% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 46% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 47% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 48% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [=== ] 49% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 50% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 51% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 52% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 53% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 54% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 55% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 56% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 58% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 59% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 60% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 61% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [==== ] 62% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 63% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 64% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 65% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 66% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 67% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 68% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 69% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 70% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 71% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 72% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 73% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [===== ] 74% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 75% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 76% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 77% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 78% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 79% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 80% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 81% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 82% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 83% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 84% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 86% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [====== ] 87% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 88% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 89% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 90% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 91% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 92% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 93% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 94% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 95% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 96% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 97% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 98% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [======= ] 99% Pushing 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' [========] 100% 15:47:39 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ released 15:47:39 Revision 1264 of 'edgex-device-modbus' created. 15:47:40 Track Arch Channel Version Revision Notes 15:47:40 edinburgh arm64 stable - - - 15:47:40 candidate - - - 15:47:40 beta 1.0.0-20190627+739f7ef 113 - 15:47:40 edge 1.0.0-20200107+c777f31 958 - 15:47:40 fuji arm64 stable 1.1.1-20200311+37c94ae 1112 - 15:47:40 candidate ^ ^ - 15:47:40 beta 1.1.1-20200311+37c94ae 1112 - 15:47:40 edge 1.1.1-20200422+37c94ae 1194 - 15:47:40 geneva arm64 stable 1.2.0-20200519+a219397 1204 - 15:47:40 candidate ^ ^ - 15:47:40 beta ^ ^ - 15:47:40 edge ^ ^ - 15:47:40 latest arm64 stable 1.2.0-20200519+a219397 1204 - 15:47:40 candidate 1.2.1-20200612+fdf900d 1256 - 15:47:40 beta 1.2.1-20200612+fdf900d 1256 - 15:47:40 edge 1.2.1-20200615+fdf900d 1264 - 15:47:40 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...| 15:47:44 Pushing metadata from 'edgex-device-modbus_1.2.1-20200615+fdf900d_arm64.snap' 15:47:47 The metadata has been pushed [Pipeline] } 15:47:50 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 15:47:51 provisioning config files... 15:47:51 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8607075264459022370tmp [Pipeline] { [Pipeline] sh 15:47:51 + curl -s https://codecov.io/bash 15:47:51 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_master@tmp/config8607075264459022370tmp 15:47:51 15:47:51 _____ _ 15:47:51 / ____| | | 15:47:51 | | ___ __| | ___ ___ _____ __ 15:47:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:47:51 | |___| (_) | (_| | __/ (_| (_) \ V / 15:47:51 \_____\___/ \__,_|\___|\___\___/ \_/ 15:47:51 Bash-20200602-f809a24 15:47:51 15:47:51 15:47:51 ==> Jenkins CI detected. 15:47:51 project root: . 15:47:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:47:51 ==> Running gcov in . (disable via -X gcov) 15:47:51 ==> Python coveragepy not found 15:47:51 ==> Searching for coverage reports in: 15:47:51 + . 15:47:51 -> Found 1 reports 15:47:51 ==> Detecting git/mercurial file structure 15:47:51 ==> Reading reports 15:47:51 + ./coverage.out bytes=22123 15:47:51 ==> Appending adjustments 15:47:51 https://docs.codecov.io/docs/fixing-reports 15:47:51 + Found adjustments 15:47:51 ==> Gzipping contents 15:47:51 ==> Uploading reports 15:47:51 url: https://codecov.io 15:47:51 query: branch=master&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F13%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job= 15:47:51 -> Pinging Codecov 15:47:51 https://codecov.io/upload/v4?package=bash-20200602-f809a24&token=secret&branch=master&commit=fdf900d8a58188a2e8b2bc604c944c724a46cd8f&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F13%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job= 15:47:52 -> Uploading 15:47:52 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/fdf900d8a58188a2e8b2bc604c944c724a46cd8f [Pipeline] } 15:47:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 15:47:52 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 15:47:52 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 15:47:52 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:47:53 15:47:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 15:47:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:47:53 1.317.0: Pulling from edgex-devops/edgex-snyk-go 15:47:53 cbdbe7a5bc2a: Pulling fs layer 15:47:53 408f87550127: Pulling fs layer 15:47:53 fe522b08c979: Pulling fs layer 15:47:53 221eaa008020: Pulling fs layer 15:47:53 2a4607e5d6b9: Pulling fs layer 15:47:53 8f79b27c4fd2: Pulling fs layer 15:47:53 e5c8dbe1645b: Pulling fs layer 15:47:53 23e8b3b47431: Pulling fs layer 15:47:53 5c568d65a230: Pulling fs layer 15:47:53 e5c8dbe1645b: Waiting 15:47:53 221eaa008020: Waiting 15:47:53 23e8b3b47431: Waiting 15:47:53 5c568d65a230: Waiting 15:47:53 8f79b27c4fd2: Waiting 15:47:53 fe522b08c979: Verifying Checksum 15:47:53 fe522b08c979: Download complete 15:47:53 408f87550127: Verifying Checksum 15:47:53 408f87550127: Download complete 15:47:53 2a4607e5d6b9: Verifying Checksum 15:47:53 2a4607e5d6b9: Download complete 15:47:53 8f79b27c4fd2: Verifying Checksum 15:47:53 8f79b27c4fd2: Download complete 15:47:53 cbdbe7a5bc2a: Verifying Checksum 15:47:53 cbdbe7a5bc2a: Download complete 15:47:54 cbdbe7a5bc2a: Pull complete 15:47:54 e5c8dbe1645b: Verifying Checksum 15:47:54 e5c8dbe1645b: Download complete 15:47:54 408f87550127: Pull complete 15:47:54 23e8b3b47431: Verifying Checksum 15:47:54 23e8b3b47431: Download complete 15:47:54 fe522b08c979: Pull complete 15:47:54 5c568d65a230: Verifying Checksum 15:47:54 5c568d65a230: Download complete 15:47:55 221eaa008020: Verifying Checksum 15:47:55 221eaa008020: Download complete 15:48:02 221eaa008020: Pull complete 15:48:02 2a4607e5d6b9: Pull complete 15:48:02 8f79b27c4fd2: Pull complete 15:48:04 e5c8dbe1645b: Pull complete 15:48:07 23e8b3b47431: Pull complete 15:48:08 5c568d65a230: Pull complete 15:48:08 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 15:48:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 15:48:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 15:48:09 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:48:09 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 15:48:09 $ docker top 1a9bb71f0f2e7dad032cebe0f10465790bc693091cc04624e1c71f77aa5d8a5c -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:10 + snyk monitor '--org=edgex-jenkins' 15:48:15 15:48:15 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 15:48:15 15:48:15 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/532b1570-f278-48d0-bfcc-6bf5ceff2bde 15:48:15 15:48:15 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:48:15 15:48:15 [Pipeline] } 15:48:15 $ docker stop --time=1 1a9bb71f0f2e7dad032cebe0f10465790bc693091cc04624e1c71f77aa5d8a5c 15:48:18 $ docker rm -f 1a9bb71f0f2e7dad032cebe0f10465790bc693091cc04624e1c71f77aa5d8a5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:18 15:48:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 15:48:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:19 latest: Pulling from edgex-devops/edgex-klar 15:48:19 e7c96db7181b: Pulling fs layer 15:48:19 1868ca2cb446: Pulling fs layer 15:48:19 136be5d0fe8e: Pulling fs layer 15:48:19 894bfe63afcb: Pulling fs layer 15:48:19 894bfe63afcb: Waiting 15:48:19 1868ca2cb446: Verifying Checksum 15:48:19 1868ca2cb446: Download complete 15:48:19 136be5d0fe8e: Verifying Checksum 15:48:19 136be5d0fe8e: Download complete 15:48:19 e7c96db7181b: Verifying Checksum 15:48:19 e7c96db7181b: Download complete 15:48:19 894bfe63afcb: Verifying Checksum 15:48:19 e7c96db7181b: Pull complete 15:48:19 1868ca2cb446: Pull complete 15:48:19 136be5d0fe8e: Pull complete 15:48:20 894bfe63afcb: Pull complete 15:48:20 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 15:48:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 15:48:20 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:48:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 15:48:21 $ docker top 131d0be33c3539de7b71d8c43d5473906e0cb7a0868f1741dbf34bebc955fae2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:22 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:48:22 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:24 $ docker stop --time=1 131d0be33c3539de7b71d8c43d5473906e0cb7a0868f1741dbf34bebc955fae2 15:48:26 $ docker rm -f 131d0be33c3539de7b71d8c43d5473906e0cb7a0868f1741dbf34bebc955fae2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:48:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:26 . [Pipeline] withDockerContainer 15:48:26 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:48:26 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 15:48:27 $ docker top ad75980cb02a653676c118780630f99f1cedcf938cc11cac6c221b0639674725 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:27 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:48:27 + tee 15:48:27 clair timeout 1m0s 15:48:27 docker timeout: 1m0s 15:48:27 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:28 $ docker stop --time=1 ad75980cb02a653676c118780630f99f1cedcf938cc11cac6c221b0639674725 15:48:29 $ docker rm -f ad75980cb02a653676c118780630f99f1cedcf938cc11cac6c221b0639674725 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:30 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 15:48:30 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_fdf900d8a58188a2e8b2bc604c944c724a46cd8f.html [Pipeline] writeFile [Pipeline] step 15:48:30 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 15:48:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:30 . [Pipeline] withDockerContainer 15:48:30 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:48:30 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 15:48:31 $ docker top 83b14510f12990621c9e6516eb85a57234cea3f33ce58812666839e8d228c424 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:31 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:48:31 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:34 $ docker stop --time=1 83b14510f12990621c9e6516eb85a57234cea3f33ce58812666839e8d228c424 15:48:35 $ docker rm -f 83b14510f12990621c9e6516eb85a57234cea3f33ce58812666839e8d228c424 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:48:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 15:48:36 . [Pipeline] withDockerContainer 15:48:36 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:48:36 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 15:48:37 $ docker top 31ec36334eeef0c177953c6d4ec910b5c1a67392391abde19d34d653f8bb9f50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:38 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:fdf900d8a58188a2e8b2bc604c944c724a46cd8f 15:48:38 + tee 15:48:38 clair timeout 1m0s 15:48:38 docker timeout: 1m0s 15:48:38 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:48:38 $ docker stop --time=1 31ec36334eeef0c177953c6d4ec910b5c1a67392391abde19d34d653f8bb9f50 15:48:40 $ docker rm -f 31ec36334eeef0c177953c6d4ec910b5c1a67392391abde19d34d653f8bb9f50 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:40 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 15:48:40 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_fdf900d8a58188a2e8b2bc604c944c724a46cd8f.html [Pipeline] writeFile [Pipeline] step 15:48:40 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 15:48:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:48:41 . [Pipeline] withDockerContainer 15:48:41 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:48:41 $ 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 15:48:41 $ docker top 17e7480ffeeb085ca959010457cf94c3a346178b30cbc919b8d519d01198286f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:48:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:42 [ssh-agent] Looking for ssh-agent implementation... 15:48:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:42 $ docker exec 17e7480ffeeb085ca959010457cf94c3a346178b30cbc919b8d519d01198286f ssh-agent 15:48:42 SSH_AUTH_SOCK=/tmp/ssh-74vV5c5H7Lo3/agent.13 15:48:42 SSH_AGENT_PID=18 15:48:42 Running ssh-add (command line suppressed) 15:48:42 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4067035010392902107.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4067035010392902107.key) 15:48:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:43 + git semver tag 15:48:43 # -> Open(): unable to determine branch for HEAD 15:48:43 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 15:48:43 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 15:48:43 # $SEMVER_REMOTE_NAME = origin 15:48:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:48:43 # $SEMVER_USER_NAME = edgex-jenkins 15:48:43 # $SEMVER_BRANCH = master 15:48:43 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 15:48:43 # fdf900d8a58188a2e8b2bc604c944c724a46cd8f HEAD 15:48:43 # -> Force: false 15:48:43 # ede97c7313d572fbf994d53ee266861203d1c4b5 refs/tags/v1.2.1 [Pipeline] } 15:48:43 $ docker exec --env ******** --env ******** 17e7480ffeeb085ca959010457cf94c3a346178b30cbc919b8d519d01198286f ssh-agent -k 15:48:43 unset SSH_AUTH_SOCK; 15:48:43 unset SSH_AGENT_PID; 15:48:43 echo Agent pid 18 killed; 15:48:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:48:43 + git semver [Pipeline] } 15:48:43 $ docker stop --time=1 17e7480ffeeb085ca959010457cf94c3a346178b30cbc919b8d519d01198286f 15:48:44 $ docker rm -f 17e7480ffeeb085ca959010457cf94c3a346178b30cbc919b8d519d01198286f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:48:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:48:45 15:48:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:48:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:48:45 0.23.1-centos7: Pulling from edgex-lftools 15:48:45 ab5ef0e58194: Pulling fs layer 15:48:45 9712f1f96733: Pulling fs layer 15:48:45 63f879dbbcfc: Pulling fs layer 15:48:45 0d9ebad4ef96: Pulling fs layer 15:48:45 e9a5061849ea: Pulling fs layer 15:48:45 d747dcd14b5f: Pulling fs layer 15:48:45 2de7ff778b66: Pulling fs layer 15:48:45 e9a5061849ea: Waiting 15:48:45 d747dcd14b5f: Waiting 15:48:45 2de7ff778b66: Waiting 15:48:45 0d9ebad4ef96: Waiting 15:48:45 9712f1f96733: Verifying Checksum 15:48:45 9712f1f96733: Download complete 15:48:46 63f879dbbcfc: Verifying Checksum 15:48:46 63f879dbbcfc: Download complete 15:48:47 e9a5061849ea: Verifying Checksum 15:48:47 e9a5061849ea: Download complete 15:48:47 d747dcd14b5f: Verifying Checksum 15:48:47 d747dcd14b5f: Download complete 15:48:47 0d9ebad4ef96: Verifying Checksum 15:48:47 0d9ebad4ef96: Download complete 15:48:47 2de7ff778b66: Verifying Checksum 15:48:47 ab5ef0e58194: Verifying Checksum 15:48:47 ab5ef0e58194: Download complete 15:48:51 ab5ef0e58194: Pull complete 15:48:51 9712f1f96733: Pull complete 15:48:55 63f879dbbcfc: Pull complete 15:49:01 0d9ebad4ef96: Pull complete 15:49:03 e9a5061849ea: Pull complete 15:49:03 d747dcd14b5f: Pull complete 15:49:06 2de7ff778b66: Pull complete 15:49:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:49:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:49:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:49:07 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:49:07 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:49:11 $ docker top 37202a49780118a03ef009dca49de091d3d591a2560395931447d988bd63061e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:49:11 provisioning config files... 15:49:11 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4101144270596760774tmp 15:49:11 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7178474157353288903tmp 15:49:11 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6743507465220730418tmp [Pipeline] { [Pipeline] echo 15:49:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:49:12 ---> sigul-configuration.sh 15:49:12 gpg: directory `/root/.gnupg' created 15:49:12 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:49:12 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:49:12 gpg: keyring `/root/.gnupg/secring.gpg' created 15:49:12 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:49:12 gpg: CAST5 encrypted data 15:49:12 gpg: encrypted with 1 passphrase 15:49:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:49:12 + mkdir /home/jenkins 15:49:12 + mkdir /home/jenkins/sigul [Pipeline] sh 15:49: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 15:49:13 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:49:13 ---> sigul-install.sh 15:49:18 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:49:19 + git tag --list 15:49:19 v1.2.1 [Pipeline] sh 15:49:19 + lftools sign git-tag v1.2.1 15:49:20 Signing Git tag with Sigul... 15:49:20 Signing v1.2.1 [Pipeline] echo 15:49:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:49:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:49:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:49:22 $ docker stop --time=1 37202a49780118a03ef009dca49de091d3d591a2560395931447d988bd63061e 15:49:24 $ docker rm -f 37202a49780118a03ef009dca49de091d3d591a2560395931447d988bd63061e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:49:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:24 . [Pipeline] withDockerContainer 15:49:24 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:49:25 $ 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 15:49:25 $ docker top 5e350f0febcd6f596b21f65797286d0ceaf660bd63b3f6f6a73734418dbb460e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:25 [ssh-agent] Looking for ssh-agent implementation... 15:49:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:26 $ docker exec 5e350f0febcd6f596b21f65797286d0ceaf660bd63b3f6f6a73734418dbb460e ssh-agent 15:49:26 SSH_AUTH_SOCK=/tmp/ssh-hc5QeuSK9lNa/agent.13 15:49:26 SSH_AGENT_PID=18 15:49:26 Running ssh-add (command line suppressed) 15:49:26 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2703690350772111235.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2703690350772111235.key) 15:49:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:26 + git semver bump pre 15:49:26 # -> Open(): unable to determine branch for HEAD 15:49:26 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 15:49:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 15:49:26 # $SEMVER_REMOTE_NAME = origin 15:49:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:49:26 # $SEMVER_USER_NAME = edgex-jenkins 15:49:26 # $SEMVER_BRANCH = master 15:49:26 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 15:49:26 1.2.2-dev.1 [Pipeline] } 15:49:26 $ docker exec --env ******** --env ******** 5e350f0febcd6f596b21f65797286d0ceaf660bd63b3f6f6a73734418dbb460e ssh-agent -k 15:49:26 unset SSH_AUTH_SOCK; 15:49:26 unset SSH_AGENT_PID; 15:49:26 echo Agent pid 18 killed; 15:49:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:27 + git semver [Pipeline] } 15:49:27 $ docker stop --time=1 5e350f0febcd6f596b21f65797286d0ceaf660bd63b3f6f6a73734418dbb460e 15:49:28 $ docker rm -f 5e350f0febcd6f596b21f65797286d0ceaf660bd63b3f6f6a73734418dbb460e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:49:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:29 . [Pipeline] withDockerContainer 15:49:29 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:49:29 $ 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 15:49:30 $ docker top eae16c3ee29f5485d86ea33b8dbba4341d3353756454fd9f0d5d8cc3b90d946e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:30 [ssh-agent] Looking for ssh-agent implementation... 15:49:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:30 $ docker exec eae16c3ee29f5485d86ea33b8dbba4341d3353756454fd9f0d5d8cc3b90d946e ssh-agent 15:49:30 SSH_AUTH_SOCK=/tmp/ssh-J0gmmZtTAmQY/agent.12 15:49:30 SSH_AGENT_PID=17 15:49:30 Running ssh-add (command line suppressed) 15:49:30 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6299471880948955678.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6299471880948955678.key) 15:49:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:31 + git semver push 15:49:31 # -> Open(): unable to determine branch for HEAD 15:49:31 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 15:49:31 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 15:49:31 # $SEMVER_REMOTE_NAME = origin 15:49:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:49:31 # $SEMVER_USER_NAME = edgex-jenkins 15:49:31 # $SEMVER_BRANCH = master 15:49:31 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 15:49:35 git-semver-push: object not found [Pipeline] } 15:49:35 $ docker exec --env ******** --env ******** eae16c3ee29f5485d86ea33b8dbba4341d3353756454fd9f0d5d8cc3b90d946e ssh-agent -k 15:49:35 unset SSH_AUTH_SOCK; 15:49:35 unset SSH_AGENT_PID; 15:49:35 echo Agent pid 17 killed; 15:49:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } 15:49:35 $ docker stop --time=1 eae16c3ee29f5485d86ea33b8dbba4341d3353756454fd9f0d5d8cc3b90d946e 15:49:37 $ docker rm -f eae16c3ee29f5485d86ea33b8dbba4341d3353756454fd9f0d5d8cc3b90d946e [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 15:49:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:49:38 ---> package-listing.sh 15:49:38 ++ facter osfamily 15:49:38 ++ tr '[:upper:]' '[:lower:]' 15:49:38 + OS_FAMILY=redhat 15:49:38 + workspace=/w/workspace/xfoundry_device-modbus-go_master 15:49:38 + START_PACKAGES=/tmp/packages_start.txt 15:49:38 + END_PACKAGES=/tmp/packages_end.txt 15:49:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:49:38 + PACKAGES=/tmp/packages_start.txt 15:49:38 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 15:49:38 + PACKAGES=/tmp/packages_end.txt 15:49:38 + case "${OS_FAMILY}" in 15:49:38 + rpm -qa 15:49:38 + sort 15:49:41 + '[' -f /tmp/packages_start.txt ']' 15:49:41 + '[' -f /tmp/packages_end.txt ']' 15:49:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:49:41 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 15:49:41 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 15:49:41 + 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 15:49:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:41 15:49:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:49:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:42 alpine: Pulling from edgex-lftools-log-publisher 15:49:42 c9b1b535fdd9: Pulling fs layer 15:49:42 2cc5ad85d9ab: Pulling fs layer 15:49:42 756a868c4378: Pulling fs layer 15:49:42 444b2fc9a129: Pulling fs layer 15:49:42 ea15f1150254: Pulling fs layer 15:49:42 41b27a9f41bf: Pulling fs layer 15:49:42 28c525ee5125: Pulling fs layer 15:49:42 094b1ea09ed8: Pulling fs layer 15:49:42 138eaada9080: Pulling fs layer 15:49:42 0622d0fa9048: Pulling fs layer 15:49:42 444b2fc9a129: Waiting 15:49:42 ea15f1150254: Waiting 15:49:42 41b27a9f41bf: Waiting 15:49:42 28c525ee5125: Waiting 15:49:42 094b1ea09ed8: Waiting 15:49:42 138eaada9080: Waiting 15:49:42 0622d0fa9048: Waiting 15:49:42 2cc5ad85d9ab: Verifying Checksum 15:49:42 2cc5ad85d9ab: Download complete 15:49:42 444b2fc9a129: Verifying Checksum 15:49:42 444b2fc9a129: Download complete 15:49:42 c9b1b535fdd9: Download complete 15:49:42 ea15f1150254: Verifying Checksum 15:49:42 ea15f1150254: Download complete 15:49:42 28c525ee5125: Verifying Checksum 15:49:42 28c525ee5125: Download complete 15:49:42 756a868c4378: Verifying Checksum 15:49:42 756a868c4378: Download complete 15:49:43 138eaada9080: Verifying Checksum 15:49:43 138eaada9080: Download complete 15:49:43 c9b1b535fdd9: Pull complete 15:49:43 0622d0fa9048: Verifying Checksum 15:49:43 0622d0fa9048: Download complete 15:49:43 094b1ea09ed8: Verifying Checksum 15:49:43 094b1ea09ed8: Download complete 15:49:44 41b27a9f41bf: Verifying Checksum 15:49:44 41b27a9f41bf: Download complete 15:49:44 2cc5ad85d9ab: Pull complete 15:49:45 756a868c4378: Pull complete 15:49:45 444b2fc9a129: Pull complete 15:49:45 ea15f1150254: Pull complete 15:49:49 41b27a9f41bf: Pull complete 15:49:49 28c525ee5125: Pull complete 15:49:52 094b1ea09ed8: Pull complete 15:49:53 138eaada9080: Pull complete 15:49:53 0622d0fa9048: Pull complete 15:49:53 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 15:49:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:49:53 prd-centos7-docker-4c-2g-3027 does not seem to be running inside a container 15:49:53 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:49:56 $ docker top 3baab551773efda4eeb170d7033279a45945913e57915a0a27e019ec8e81bf14 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:49:56 provisioning config files... 15:49:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2203675273981770341tmp [Pipeline] { [Pipeline] echo 15:49:56 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:49:56 ---> create-netrc.sh [Pipeline] echo 15:49:56 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:49:57 ---> logs-deploy.sh 15:49:57 + ARCHIVE_ARTIFACTS= 15:49:57 + LOGS_SERVER=https://logs.edgexfoundry.org 15:49:57 + '[' https://logs.edgexfoundry.org == None ']' 15:49:57 + NEXUS_URL=https://nexus.edgexfoundry.org 15:49:57 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/13 15:49:57 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/13/ 15:49:57 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/13 /w/workspace/xfoundry_device-modbus-go_master 15:49:58 Archives upload complete. 15:49:58 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/13 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/13/