Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-4985 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 Commit message: "Merge pull request #160 from weichou1229/issue-151" > git rev-list --no-walk ede61610538096fa337aace8f825662d73a1e29e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:57:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:57:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:57:30 ========================================================= 06:57:30 EdgeX Global Pipelines Version Info 06:57:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:57:31 ------------------- 06:57:31 stable info: 06:57:31 ------------------- 06:57:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:57:31 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 06:57:31 Message: update stable to v1.0.106 06:57:32 ------------------- 06:57:32 experimental info: 06:57:32 ------------------- 06:57:32 Commited By: **** collab-it+edgex@linuxfoundation.org 06:57:32 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 06:57:32 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:57:34 + git log --format=format:%s -1 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] echo 06:57:34 GIT_COMMIT: 3d6b06ce9c8aabcbe3b96acc6656864e00d04358, Commit Message: Merge pull request #160 from weichou1229/issue-151 [Pipeline] echo 06:57:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:57:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:57:35 06:57:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:57:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:57:36 latest: Pulling from edgex-devops/git-semver 06:57:36 31603596830f: Pulling fs layer 06:57:36 2a8b12db71e7: Pulling fs layer 06:57:36 6ca5941a6612: Pulling fs layer 06:57:36 ecc8261a40a4: Pulling fs layer 06:57:36 ecc8261a40a4: Waiting 06:57:36 2a8b12db71e7: Verifying Checksum 06:57:36 2a8b12db71e7: Download complete 06:57:36 31603596830f: Verifying Checksum 06:57:36 31603596830f: Download complete 06:57:36 ecc8261a40a4: Verifying Checksum 06:57:36 ecc8261a40a4: Download complete 06:57:36 6ca5941a6612: Verifying Checksum 06:57:36 6ca5941a6612: Download complete 06:57:36 31603596830f: Pull complete 06:57:36 2a8b12db71e7: Pull complete 06:57:37 6ca5941a6612: Pull complete 06:57:37 ecc8261a40a4: Pull complete 06:57:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:57:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:57:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:57:37 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 06:57:37 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:57:39 $ docker top ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:57:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:57:40 [ssh-agent] Looking for ssh-agent implementation... 06:57:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:57:40 $ docker exec ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a ssh-agent 06:57:40 SSH_AUTH_SOCK=/tmp/ssh-iiPKJLwxHcjR/agent.13 06:57:40 SSH_AGENT_PID=18 06:57:40 Running ssh-add (command line suppressed) 06:57:40 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6989550122572023556.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6989550122572023556.key) 06:57:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:57:41 + git describe --exact-match --tags HEAD 06:57:41 fatal: No names found, cannot describe anything. [Pipeline] } 06:57:41 $ docker exec --env ******** --env ******** ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a ssh-agent -k 06:57:41 unset SSH_AUTH_SOCK; 06:57:41 unset SSH_AGENT_PID; 06:57:41 echo Agent pid 18 killed; 06:57:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:57:41 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:57:41 This usually means this commit has not been tagged. [Pipeline] sshagent 06:57:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:57:41 [ssh-agent] Looking for ssh-agent implementation... 06:57:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:57:41 $ docker exec ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a ssh-agent 06:57:41 SSH_AUTH_SOCK=/tmp/ssh-d7Fon66e455k/agent.47 06:57:41 SSH_AGENT_PID=52 06:57:41 Running ssh-add (command line suppressed) 06:57:41 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1004937157348789281.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1004937157348789281.key) 06:57:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:57:42 + git semver init 06:57:42 # -> Open(): unable to determine branch for HEAD 06:57:42 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 06:57:42 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 06:57:42 # $SEMVER_REMOTE_NAME = origin 06:57:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:57:42 # $SEMVER_USER_NAME = edgex-jenkins 06:57:42 # $SEMVER_BRANCH = master 06:57:42 # $SEMVER_TEMP = /tmp/semver-039370528 06:57:42 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 06:57:42 # '/tmp/semver-039370528' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 06:57:42 # -> Force: false 06:57:42 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 06:57:42 $ docker exec --env ******** --env ******** ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a ssh-agent -k 06:57:42 unset SSH_AUTH_SOCK; 06:57:42 unset SSH_AGENT_PID; 06:57:42 echo Agent pid 52 killed; 06:57:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:57:43 + git semver [Pipeline] } 06:57:43 $ docker stop --time=1 ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a 06:57:44 $ docker rm -f ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:57:45 Stashed 18 file(s) [Pipeline] echo 06:57:45 [edgeXSemver] initialized semver on version 1.2.2-dev.3 [Pipeline] echo 06:57:45 Archived original version: [1.2.2-dev.3] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:58:00 Still waiting to schedule task 06:58:00 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4985’ 06:58:00 Still waiting to schedule task 06:58:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:59:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4986 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 06:59:52 Running in /w/workspace/device-modbus-go/17 [Pipeline] { [Pipeline] checkout 06:59:57 using credential edgex-jenkins-ssh 06:59:57 Cloning the remote Git repository 06:59:57 Cloning with configured refspecs honoured and without tags 06:59:59 Fetching without tags 06:59:57 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 06:59:58 > git init /w/workspace/device-modbus-go/17 # timeout=10 06:59:58 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:59:58 > git --version # timeout=10 06:59:58 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:58 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:58 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:59:58 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:58 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:59:59 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:59:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:59:59 Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) 06:59:59 > git config core.sparsecheckout # timeout=10 06:59:59 > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 07:00:03 Commit message: "Merge pull request #160 from weichou1229/issue-151" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:00:05 ========================================================= 07:00:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 07:00:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:00:06 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 07:00:07 Sending build context to Docker daemon 619.5kB 07:00:07 Step 1/8 : ARG BASE=golang:1.13-alpine 07:00:07 Step 2/8 : FROM ${BASE} 07:00:07 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:00:07 b538f80385f9: Pulling fs layer 07:00:07 74f711af9a0d: Pulling fs layer 07:00:07 99f96fe45779: Pulling fs layer 07:00:07 fd7a069fd194: Pulling fs layer 07:00:07 66aa3694b03b: Pulling fs layer 07:00:07 170f70906a0f: Pulling fs layer 07:00:07 ad7c5574e4b9: Pulling fs layer 07:00:07 e772456be8f7: Pulling fs layer 07:00:07 c890913d741a: Pulling fs layer 07:00:07 2480fcc9aa5a: Pulling fs layer 07:00:07 09adf4765672: Pulling fs layer 07:00:07 66aa3694b03b: Waiting 07:00:07 fd7a069fd194: Waiting 07:00:07 170f70906a0f: Waiting 07:00:07 ad7c5574e4b9: Waiting 07:00:07 e772456be8f7: Waiting 07:00:07 c890913d741a: Waiting 07:00:07 2480fcc9aa5a: Waiting 07:00:07 09adf4765672: Waiting 07:00:07 99f96fe45779: Verifying Checksum 07:00:07 99f96fe45779: Download complete 07:00:07 74f711af9a0d: Verifying Checksum 07:00:07 66aa3694b03b: Verifying Checksum 07:00:07 66aa3694b03b: Download complete 07:00:07 170f70906a0f: Verifying Checksum 07:00:07 b538f80385f9: Verifying Checksum 07:00:07 b538f80385f9: Download complete 07:00:08 b538f80385f9: Pull complete 07:00:09 74f711af9a0d: Pull complete 07:00:09 99f96fe45779: Pull complete 07:00:10 ad7c5574e4b9: Verifying Checksum 07:00:10 ad7c5574e4b9: Download complete 07:00:10 c890913d741a: Verifying Checksum 07:00:10 c890913d741a: Download complete 07:00:12 2480fcc9aa5a: Verifying Checksum 07:00:12 2480fcc9aa5a: Download complete 07:00:12 09adf4765672: Verifying Checksum 07:00:12 09adf4765672: Download complete 07:00:12 e772456be8f7: Verifying Checksum 07:00:12 e772456be8f7: Download complete 07:00:13 fd7a069fd194: Verifying Checksum 07:00:13 fd7a069fd194: Download complete 07:00:25 fd7a069fd194: Pull complete 07:00:25 66aa3694b03b: Pull complete 07:00:25 170f70906a0f: Pull complete 07:00:29 ad7c5574e4b9: Pull complete 07:00:33 e772456be8f7: Pull complete 07:00:33 c890913d741a: Pull complete 07:00:36 2480fcc9aa5a: Pull complete 07:00:36 09adf4765672: Pull complete 07:00:36 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 07:00:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 07:00:36 ---> 2248a725d1cf 07:00:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 07:00:40 ---> Running in 3175454b208d 07:00:40 Removing intermediate container 3175454b208d 07:00:40 ---> 377eec5bedad 07:00:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:41 ---> Running in 6bd5cb805cd1 07:00:43 Removing intermediate container 6bd5cb805cd1 07:00:43 ---> 0257e0d56820 07:00:43 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 07:00:43 ---> Running in e0e1b6cdfa1c 07:00:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:46 (1/14) Installing libmagic (5.38-r0) 07:00:46 (2/14) Installing file (5.38-r0) 07:00:47 (3/14) Installing libc-dev (0.7.2-r3) 07:00:47 (4/14) Installing g++ (9.3.0-r2) 07:00:49 (5/14) Installing fortify-headers (1.1-r0) 07:00:49 (6/14) Installing patch (2.7.6-r6) 07:00:49 (7/14) Installing build-base (0.5-r2) 07:00:49 (8/14) Installing openssh-keygen (8.3_p1-r0) 07:00:49 (9/14) Installing libedit (20191231.3.1-r0) 07:00:49 (10/14) Installing openssh-client (8.3_p1-r0) 07:00:50 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 07:00:50 (12/14) Installing openssh-server-common (8.3_p1-r0) 07:00:50 (13/14) Installing openssh-server (8.3_p1-r0) 07:00:50 (14/14) Installing openssh (8.3_p1-r0) 07:00:50 Executing busybox-1.31.1-r16.trigger 07:00:50 OK: 221 MiB in 53 packages 07:00:55 Removing intermediate container e0e1b6cdfa1c 07:00:55 ---> 7fb86cc3cb61 07:00:55 Step 6/8 : WORKDIR /device-modbus-go 07:00:55 ---> Running in 790ab9012146 07:00:55 Removing intermediate container 790ab9012146 07:00:55 ---> 8aef4197926e 07:00:55 Step 7/8 : COPY . . 07:00:56 ---> 9360f8809c19 07:00:56 Step 8/8 : RUN go mod download 07:00:56 ---> Running in fda2b9ead66f 07:01:00 go: finding github.com/BurntSushi/toml v0.3.1 07:01:00 go: finding github.com/OneOfOne/xxhash v1.2.6 07:01:00 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:01:00 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:01:00 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:01:00 go: finding github.com/bgentry/speakeasy v0.1.0 07:01:00 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:01:00 go: finding github.com/davecgh/go-spew v1.1.1 07:01:00 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 07:01:00 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:01:00 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:01:00 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:01:00 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 07:01:00 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:01:00 go: finding github.com/fatih/color v1.7.0 07:01:00 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:01:00 go: finding github.com/go-kit/kit v0.8.0 07:01:00 go: finding github.com/go-logfmt/logfmt v0.4.0 07:01:00 go: finding github.com/go-stack/stack v1.8.0 07:01:00 go: finding github.com/goburrow/modbus v0.1.0 07:01:00 go: finding github.com/goburrow/serial v0.1.0 07:01:00 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:01:00 go: finding github.com/google/uuid v1.1.1 07:01:00 go: finding github.com/gorilla/mux v1.7.1 07:01:00 go: finding github.com/hashicorp/consul/api v1.1.0 07:01:00 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:01:00 go: finding github.com/hashicorp/errwrap v1.0.0 07:01:00 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:01:00 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:01:00 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:01:00 go: finding github.com/hashicorp/go-multierror v1.0.0 07:01:00 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:01:00 go: finding github.com/hashicorp/go-sockaddr v1.0.1 07:01:00 go: finding github.com/hashicorp/go-syslog v1.0.0 07:01:00 go: finding github.com/hashicorp/go-uuid v1.0.1 07:01:00 go: finding github.com/hashicorp/go.net v0.0.1 07:01:00 go: finding github.com/hashicorp/golang-lru v0.5.1 07:01:00 go: finding github.com/hashicorp/logutils v1.0.0 07:01:00 go: finding github.com/hashicorp/mdns v1.0.0 07:01:00 go: finding github.com/hashicorp/memberlist v0.1.3 07:01:00 go: finding github.com/hashicorp/serf v0.8.2 07:01:00 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:01:00 go: finding github.com/mattn/go-colorable v0.0.9 07:01:00 go: finding github.com/mattn/go-isatty v0.0.3 07:01:00 go: finding github.com/miekg/dns v1.1.4 07:01:00 go: finding github.com/mitchellh/cli v1.0.0 07:01:00 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:01:00 go: finding github.com/mitchellh/copystructure v1.0.0 07:01:00 go: finding github.com/mitchellh/go-homedir v1.1.0 07:01:00 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:01:01 go: finding github.com/mitchellh/go-wordwrap v1.0.0 07:01:01 go: finding github.com/mitchellh/gox v0.4.0 07:01:01 go: finding github.com/mitchellh/iochan v1.0.0 07:01:01 go: finding github.com/mitchellh/mapstructure v1.1.2 07:01:01 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:01:01 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:01:01 go: finding github.com/pelletier/go-toml v1.2.0 07:01:01 go: finding github.com/pkg/errors v0.8.1 07:01:01 go: finding github.com/pmezard/go-difflib v1.0.0 07:01:01 go: finding github.com/posener/complete v1.1.1 07:01:01 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 07:01:01 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:01:01 go: finding github.com/stretchr/objx v0.1.0 07:01:01 go: finding github.com/stretchr/testify v1.5.1 07:01:01 go: finding github.com/ugorji/go v1.1.4 07:01:01 go: finding github.com/x448/float16 v0.8.4 07:01:01 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:01:01 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 07:01:01 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:01:01 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:01:01 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 07:01:01 go: finding gopkg.in/yaml.v2 v2.2.8 07:01:05 Running on prd-centos7-docker-4c-2g-4987 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 07:01:05 Running in /w/workspace/device-modbus-go/17 [Pipeline] { [Pipeline] checkout 07:01:11 Removing intermediate container fda2b9ead66f 07:01:11 ---> 8fd5cd57b8ee 07:01:11 Successfully built 8fd5cd57b8ee 07:01:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:01:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:01:14 + ls -al . 07:01:14 total 100 07:01:14 drwxrwxr-x 10 jenkins jenkins 4096 Aug 12 07:00 . 07:01:14 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 06:59 .. 07:01:14 -rw-rw-r-- 1 jenkins jenkins 140 Aug 12 06:59 .dockerignore 07:01:14 drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 07:00 .git 07:01:14 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 06:59 .github 07:01:14 -rw-rw-r-- 1 jenkins jenkins 330 Aug 12 06:59 .gitignore 07:01:14 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:00 .semver 07:01:14 -rw-rw-r-- 1 jenkins jenkins 5049 Aug 12 06:59 Attribution.txt 07:01:14 -rw-rw-r-- 1 jenkins jenkins 1422 Aug 12 06:59 Dockerfile 07:01:14 -rw-rw-r-- 1 jenkins jenkins 954 Aug 12 06:59 Dockerfile.build 07:01:14 -rw-rw-r-- 1 jenkins jenkins 702 Aug 12 06:59 Jenkinsfile 07:01:14 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 12 06:59 LICENSE 07:01:14 -rw-rw-r-- 1 jenkins jenkins 880 Aug 12 06:59 Makefile 07:01:14 -rw-rw-r-- 1 jenkins jenkins 591 Aug 12 06:59 README.md 07:01:14 -rw-rw-r-- 1 jenkins jenkins 11 Aug 12 06:57 VERSION 07:01:14 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 06:59 bin 07:01:14 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 06:59 cmd 07:01:14 -rw-rw-r-- 1 jenkins jenkins 559 Aug 12 06:59 go.mod 07:01:14 drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 06:59 internal 07:01:14 drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 06:59 simulator 07:01:14 drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 06:59 snap 07:01:14 -rw-rw-r-- 1 jenkins jenkins 229 Aug 12 06:59 version.go [Pipeline] isUnix [Pipeline] sh 07:01:15 + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 --label arch=arm64 --label version=1.2.2-dev.3 . 07:01:15 Sending build context to Docker daemon 619.5kB 07:01:15 Step 1/19 : ARG BASE=golang:1.13-alpine 07:01:15 Step 2/19 : FROM ${BASE} AS builder 07:01:15 ---> 8fd5cd57b8ee 07:01:15 Step 3/19 : ARG MAKE='make build' 07:01:16 ---> Running in fae0c81ef88c 07:01:16 Removing intermediate container fae0c81ef88c 07:01:16 ---> 3f6accd99575 07:01:16 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:01:16 ---> Running in 1b62316b1b49 07:01:17 using credential edgex-jenkins-ssh 07:01:17 Cloning the remote Git repository 07:01:17 Cloning with configured refspecs honoured and without tags 07:01:17 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 07:01:17 > git init /w/workspace/device-modbus-go/17 # timeout=10 07:01:17 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 07:01:17 > git --version # timeout=10 07:01:17 using GIT_SSH to set credentials SSH Credentials for GitHub 07:01:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:01:19 Removing intermediate container 1b62316b1b49 07:01:19 ---> e6e54d758c76 07:01:19 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 07:01:19 ---> Running in 8a9988d83316 07:01:19 Fetching without tags 07:01:19 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 07:01:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 07:01:19 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 07:01:19 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 07:01:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:01:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:01:19 Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) 07:01:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:01:19 > git config core.sparsecheckout # timeout=10 07:01:19 > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 07:01:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:01:22 OK: 221 MiB in 53 packages 07:01:23 Removing intermediate container 8a9988d83316 07:01:23 ---> 916db750918e 07:01:23 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 07:01:23 ---> Running in 319dc2969e20 07:01:24 Removing intermediate container 319dc2969e20 07:01:24 ---> d4dc5bde9cac 07:01:24 Step 7/19 : COPY . . 07:01:24 Commit message: "Merge pull request #160 from weichou1229/issue-151" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 07:01:25 ---> 44803262d4d5 07:01:25 Step 8/19 : RUN ${MAKE} 07:01:25 ---> Running in 7ada0788faab [Pipeline] echo 07:01:25 ========================================================= 07:01:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 07:01:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:01:26 + 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 . 07:01:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.3" -o cmd/device-modbus ./cmd 07:01:26 Sending build context to Docker daemon 619.5kB 07:01:26 Step 1/8 : ARG BASE=golang:1.13-alpine 07:01:26 Step 2/8 : FROM ${BASE} 07:01:27 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 07:01:27 df20fa9351a1: Pulling fs layer 07:01:27 ed8968b2872e: Pulling fs layer 07:01:27 a92cc7c5fd73: Pulling fs layer 07:01:27 2dd03ba5bac4: Pulling fs layer 07:01:27 1e091d79d1de: Pulling fs layer 07:01:27 481702a1767f: Pulling fs layer 07:01:27 f64a6f60c768: Pulling fs layer 07:01:27 e78d2573fc39: Pulling fs layer 07:01:27 e876d2f968b6: Pulling fs layer 07:01:27 ce8a83651883: Pulling fs layer 07:01:27 07967f4d0e4b: Pulling fs layer 07:01:27 481702a1767f: Waiting 07:01:27 f64a6f60c768: Waiting 07:01:27 e78d2573fc39: Waiting 07:01:27 e876d2f968b6: Waiting 07:01:27 2dd03ba5bac4: Waiting 07:01:27 1e091d79d1de: Waiting 07:01:27 ce8a83651883: Waiting 07:01:27 07967f4d0e4b: Waiting 07:01:27 a92cc7c5fd73: Verifying Checksum 07:01:27 a92cc7c5fd73: Download complete 07:01:27 ed8968b2872e: Download complete 07:01:27 1e091d79d1de: Verifying Checksum 07:01:27 1e091d79d1de: Download complete 07:01:27 481702a1767f: Verifying Checksum 07:01:27 481702a1767f: Download complete 07:01:28 df20fa9351a1: Verifying Checksum 07:01:28 df20fa9351a1: Download complete 07:01:29 df20fa9351a1: Pull complete 07:01:30 ed8968b2872e: Pull complete 07:01:30 a92cc7c5fd73: Pull complete 07:01:31 2dd03ba5bac4: Verifying Checksum 07:01:31 2dd03ba5bac4: Download complete 07:01:31 e876d2f968b6: Verifying Checksum 07:01:31 e876d2f968b6: Download complete 07:01:33 f64a6f60c768: Verifying Checksum 07:01:33 f64a6f60c768: Download complete 07:01:33 07967f4d0e4b: Verifying Checksum 07:01:33 07967f4d0e4b: Download complete 07:01:33 ce8a83651883: Download complete 07:01:33 e78d2573fc39: Verifying Checksum 07:01:33 e78d2573fc39: Download complete 07:01:44 2dd03ba5bac4: Pull complete 07:01:44 1e091d79d1de: Pull complete 07:01:44 481702a1767f: Pull complete 07:01:50 f64a6f60c768: Pull complete 07:01:53 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:01:56 e78d2573fc39: Pull complete 07:01:56 e876d2f968b6: Pull complete 07:01:56 Removing intermediate container 7ada0788faab 07:01:56 ---> c6d22c490d6f 07:01:56 Step 9/19 : FROM scratch 07:01:56 ---> 07:01:56 Step 10/19 : ENV APP_PORT=49991 07:01:56 ---> Running in 271c41267c71 07:01:57 Removing intermediate container 271c41267c71 07:01:57 ---> 98738f6c5e87 07:01:57 Step 11/19 : EXPOSE $APP_PORT 07:01:57 ---> Running in f58c4adceac6 07:01:57 Removing intermediate container f58c4adceac6 07:01:57 ---> 19157f7df883 07:01:57 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 07:01:58 ce8a83651883: Pull complete 07:01:58 07967f4d0e4b: Pull complete 07:01:58 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 07:01:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 07:01:59 ---> 5d7c900382c6 07:01:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 07:01:59 ---> 109b8341b357 07:01:59 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 07:01:59 ---> Running in 39208f5ccc91 07:01:59 ---> 1c651dc4e921 07:01:59 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 07:02:00 Removing intermediate container 39208f5ccc91 07:02:00 ---> e28be8ddb444 07:02:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:00 ---> Running in aef6a1533e08 07:02:00 ---> 2c58d88709c7 07:02:00 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 07:02:01 ---> Running in c7c0778a7ded 07:02:01 Removing intermediate container c7c0778a7ded 07:02:01 ---> 07d8cc3f3a7c 07:02:01 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 07:02:01 ---> Running in dd78dff6e50e 07:02:01 Removing intermediate container dd78dff6e50e 07:02:01 ---> 0fa4bb865d54 07:02:01 Step 17/19 : LABEL arch=arm64 07:02:02 ---> Running in 853eef277886 07:02:02 Removing intermediate container 853eef277886 07:02:02 ---> a9ad90783849 07:02:02 Step 18/19 : LABEL git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:02:02 ---> Running in 72b4e654ae65 07:02:03 Removing intermediate container aef6a1533e08 07:02:03 ---> 18ab23ed29e9 07:02:03 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 07:02:03 Removing intermediate container 72b4e654ae65 07:02:03 ---> 1217ee06233e 07:02:03 Step 19/19 : LABEL version=1.2.2-dev.3 07:02:03 ---> Running in 3fd776f0dddc 07:02:03 ---> Running in 729bf0225ff9 07:02:03 Removing intermediate container 3fd776f0dddc 07:02:03 ---> 8ffaed47dc40 07:02:03 [Warning] One or more build-args [ARCH] were not consumed 07:02:03 Successfully built 8ffaed47dc40 07:02: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 07:02:04 provisioning config files... 07:02:04 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/17@tmp/config8962515142330977000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:04 nexus3.edgexfoundry.org:10001 07:02:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:05 Configure a credential helper to remove this warning. See 07:02:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:05 07:02:05 Login Succeeded 07:02:05 nexus3.edgexfoundry.org:10002 07:02:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:02:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:05 Configure a credential helper to remove this warning. See 07:02:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:05 07:02:05 Login Succeeded 07:02:05 nexus3.edgexfoundry.org:10003 07:02:06 (1/14) Installing libmagic (5.38-r0) 07:02:06 (2/14) Installing file (5.38-r0) 07:02:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:06 Configure a credential helper to remove this warning. See 07:02:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:06 07:02:06 Login Succeeded 07:02:06 nexus3.edgexfoundry.org:10004 07:02:06 (3/14) Installing libc-dev (0.7.2-r3) 07:02:06 (4/14) Installing g++ (9.3.0-r2) 07:02:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:07 Configure a credential helper to remove this warning. See 07:02:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:07 07:02:07 Login Succeeded 07:02:07 docker.io 07:02:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:02:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:02:07 Configure a credential helper to remove this warning. See 07:02:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:02:07 07:02:07 Login Succeeded [Pipeline] } 07:02:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:02:08 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 07:02:08 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:02:08 latest 07:02:08 1.2.2-dev.3 07:02:08 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 07:02:08 master 07:02:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:02:08 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] isUnix [Pipeline] sh 07:02:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:02:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:02:08 2c37cd1c389a: Preparing 07:02:08 1cce743f828a: Preparing 07:02:08 d82a6bfe3ce7: Preparing 07:02:09 1cce743f828a: Pushed 07:02:09 2c37cd1c389a: Pushed 07:02:10 (5/14) Installing fortify-headers (1.1-r0) 07:02:10 (6/14) Installing patch (2.7.6-r6) 07:02:10 (7/14) Installing build-base (0.5-r2) 07:02:10 (8/14) Installing openssh-keygen (8.3_p1-r0) 07:02:10 (9/14) Installing libedit (20191231.3.1-r0) 07:02:10 (10/14) Installing openssh-client (8.3_p1-r0) 07:02:10 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 07:02:10 (12/14) Installing openssh-server-common (8.3_p1-r0) 07:02:10 (13/14) Installing openssh-server (8.3_p1-r0) 07:02:10 (14/14) Installing openssh (8.3_p1-r0) 07:02:10 Executing busybox-1.31.1-r16.trigger 07:02:10 OK: 237 MiB in 53 packages 07:02:11 d82a6bfe3ce7: Pushed 07:02:11 3d6b06ce9c8aabcbe3b96acc6656864e00d04358: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] isUnix [Pipeline] sh 07:02:12 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:02:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 07:02:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:02:12 2c37cd1c389a: Preparing 07:02:12 1cce743f828a: Preparing 07:02:12 d82a6bfe3ce7: Preparing 07:02:12 2c37cd1c389a: Layer already exists 07:02:12 d82a6bfe3ce7: Layer already exists 07:02:12 1cce743f828a: Layer already exists 07:02:12 latest: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] isUnix [Pipeline] sh 07:02:13 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh 07:02:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.3 07:02:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:02:13 2c37cd1c389a: Preparing 07:02:13 1cce743f828a: Preparing 07:02:13 d82a6bfe3ce7: Preparing 07:02:13 2c37cd1c389a: Layer already exists 07:02:13 d82a6bfe3ce7: Layer already exists 07:02:13 1cce743f828a: Layer already exists 07:02:13 1.2.2-dev.3: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] isUnix [Pipeline] sh 07:02:13 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh 07:02:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 07:02:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:02:14 2c37cd1c389a: Preparing 07:02:14 1cce743f828a: Preparing 07:02:14 d82a6bfe3ce7: Preparing 07:02:14 1cce743f828a: Layer already exists 07:02:14 d82a6bfe3ce7: Layer already exists 07:02:14 2c37cd1c389a: Layer already exists 07:02:14 Removing intermediate container 729bf0225ff9 07:02:14 ---> e00855138ac6 07:02:14 Step 6/8 : WORKDIR /device-modbus-go 07:02:14 ---> Running in 5cff5d58454c 07:02:14 Removing intermediate container 5cff5d58454c 07:02:14 ---> d1e38a873691 07:02:14 Step 7/8 : COPY . . 07:02:14 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] isUnix [Pipeline] sh 07:02:14 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 07:02:15 ---> 8b86b1420caa 07:02:15 Step 8/8 : RUN go mod download 07:02:15 ---> Running in fdef97e21144 07:02:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 07:02:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 07:02:15 2c37cd1c389a: Preparing 07:02:15 1cce743f828a: Preparing 07:02:15 d82a6bfe3ce7: Preparing 07:02:15 d82a6bfe3ce7: Layer already exists 07:02:15 1cce743f828a: Layer already exists 07:02:15 2c37cd1c389a: Layer already exists 07:02:15 master: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:02:15 ===================================================== [Pipeline] echo 07:02:15 taggedImages: 07:02:15 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:02:15 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 07:02:15 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.3 07:02:15 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 07:02:15 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 07:02:16 + find /w/workspace/device-modbus-go/17 07:02:16 + grep snapcraft.yaml 07:02:16 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/17/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:02:17 provisioning config files... 07:02:17 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/17@tmp/config8573154671853667662tmp [Pipeline] { [Pipeline] sh 07:02:17 + cp /w/workspace/device-modbus-go/17@tmp/config8573154671853667662tmp /w/workspace/device-modbus-go/17/edgex-snap-store-login [Pipeline] sh 07:02:17 go: finding github.com/BurntSushi/toml v0.3.1 07:02:17 go: finding github.com/OneOfOne/xxhash v1.2.6 07:02:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 07:02:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:02:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 07:02:17 go: finding github.com/bgentry/speakeasy v0.1.0 07:02:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:02:17 go: finding github.com/davecgh/go-spew v1.1.1 07:02:17 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 07:02:17 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/17:/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 07:02:17 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 07:02:18 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:02:18 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:02:18 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:02:18 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 07:02:18 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:02:18 go: finding github.com/fatih/color v1.7.0 07:02:18 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:02:18 go: finding github.com/go-kit/kit v0.8.0 07:02:18 go: finding github.com/go-logfmt/logfmt v0.4.0 07:02:18 go: finding github.com/go-stack/stack v1.8.0 07:02:18 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 07:02:18 a114936b4807: Pulling fs layer 07:02:18 a27ecf0d2a86: Pulling fs layer 07:02:18 f4eb48eb870f: Pulling fs layer 07:02:18 0f912b9bb20d: Pulling fs layer 07:02:18 19769ba762fa: Pulling fs layer 07:02:18 6675a7feeedd: Pulling fs layer 07:02:18 bb153fd0de2e: Pulling fs layer 07:02:18 cf8ad2f1a1a4: Pulling fs layer 07:02:18 c8535664fb42: Pulling fs layer 07:02:18 0f912b9bb20d: Waiting 07:02:18 19769ba762fa: Waiting 07:02:18 6675a7feeedd: Waiting 07:02:18 bb153fd0de2e: Waiting 07:02:18 cf8ad2f1a1a4: Waiting 07:02:18 c8535664fb42: Waiting 07:02:18 f4eb48eb870f: Download complete 07:02:18 a27ecf0d2a86: Verifying Checksum 07:02:18 a27ecf0d2a86: Download complete 07:02:18 6675a7feeedd: Download complete 07:02:18 bb153fd0de2e: Verifying Checksum 07:02:18 bb153fd0de2e: Download complete 07:02:18 cf8ad2f1a1a4: Verifying Checksum 07:02:18 cf8ad2f1a1a4: Download complete 07:02:18 c8535664fb42: Verifying Checksum 07:02:18 c8535664fb42: Download complete 07:02:18 go: finding github.com/goburrow/modbus v0.1.0 07:02:18 go: finding github.com/goburrow/serial v0.1.0 07:02:18 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:02:18 go: finding github.com/google/uuid v1.1.1 07:02:18 go: finding github.com/gorilla/mux v1.7.1 07:02:18 go: finding github.com/hashicorp/consul/api v1.1.0 07:02:18 go: finding github.com/hashicorp/consul/sdk v0.1.1 07:02:18 go: finding github.com/hashicorp/errwrap v1.0.0 07:02:18 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:02:18 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:02:18 go: finding github.com/hashicorp/go-msgpack v0.5.3 07:02:18 go: finding github.com/hashicorp/go-multierror v1.0.0 07:02:18 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:02:18 go: finding github.com/hashicorp/go-sockaddr v1.0.1 07:02:18 go: finding github.com/hashicorp/go-syslog v1.0.0 07:02:18 go: finding github.com/hashicorp/go-uuid v1.0.1 07:02:18 go: finding github.com/hashicorp/go.net v0.0.1 07:02:18 go: finding github.com/hashicorp/golang-lru v0.5.1 07:02:18 go: finding github.com/hashicorp/logutils v1.0.0 07:02:18 go: finding github.com/hashicorp/mdns v1.0.0 07:02:18 go: finding github.com/hashicorp/memberlist v0.1.3 07:02:18 go: finding github.com/hashicorp/serf v0.8.2 07:02:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:02:18 go: finding github.com/mattn/go-colorable v0.0.9 07:02:18 go: finding github.com/mattn/go-isatty v0.0.3 07:02:18 go: finding github.com/miekg/dns v1.1.4 07:02:18 go: finding github.com/mitchellh/cli v1.0.0 07:02:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:02:18 go: finding github.com/mitchellh/copystructure v1.0.0 07:02:18 go: finding github.com/mitchellh/go-homedir v1.1.0 07:02:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 07:02:18 go: finding github.com/mitchellh/go-wordwrap v1.0.0 07:02:18 go: finding github.com/mitchellh/gox v0.4.0 07:02:19 a114936b4807: Verifying Checksum 07:02:19 a114936b4807: Download complete 07:02:19 go: finding github.com/mitchellh/iochan v1.0.0 07:02:19 go: finding github.com/mitchellh/mapstructure v1.1.2 07:02:19 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:02:19 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:02:19 go: finding github.com/pelletier/go-toml v1.2.0 07:02:19 go: finding github.com/pkg/errors v0.8.1 07:02:19 go: finding github.com/pmezard/go-difflib v1.0.0 07:02:19 go: finding github.com/posener/complete v1.1.1 07:02:19 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 07:02:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:02:19 go: finding github.com/stretchr/objx v0.1.0 07:02:19 go: finding github.com/stretchr/testify v1.5.1 07:02:19 go: finding github.com/ugorji/go v1.1.4 07:02:19 go: finding github.com/x448/float16 v0.8.4 07:02:19 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 07:02:19 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 07:02:19 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 07:02:19 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 07:02:19 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 07:02:19 go: finding gopkg.in/yaml.v2 v2.2.8 07:02:22 a114936b4807: Pull complete 07:02:22 a27ecf0d2a86: Pull complete 07:02:23 f4eb48eb870f: Pull complete 07:02:23 0f912b9bb20d: Pull complete 07:02:28 19769ba762fa: Verifying Checksum 07:02:28 19769ba762fa: Download complete 07:02:29 Removing intermediate container fdef97e21144 07:02:29 ---> 7fc364d941c9 07:02:29 Successfully built 7fc364d941c9 07:02:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:02:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:02:31 + ls -al . 07:02:31 total 64 07:02:31 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 12 07:01 . 07:02:31 drwxrwxr-x. 4 jenkins jenkins 30 Aug 12 07:01 .. 07:02:31 -rw-rw-r--. 1 jenkins jenkins 5049 Aug 12 07:01 Attribution.txt 07:02:31 drwxrwxr-x. 2 jenkins jenkins 87 Aug 12 07:01 bin 07:02:31 drwxrwxr-x. 3 jenkins jenkins 32 Aug 12 07:01 cmd 07:02:31 -rw-rw-r--. 1 jenkins jenkins 1422 Aug 12 07:01 Dockerfile 07:02:31 -rw-rw-r--. 1 jenkins jenkins 954 Aug 12 07:01 Dockerfile.build 07:02:31 -rw-rw-r--. 1 jenkins jenkins 140 Aug 12 07:01 .dockerignore 07:02:31 drwxrwxr-x. 8 jenkins jenkins 162 Aug 12 07:01 .git 07:02:31 drwxrwxr-x. 2 jenkins jenkins 38 Aug 12 07:01 .github 07:02:31 -rw-rw-r--. 1 jenkins jenkins 330 Aug 12 07:01 .gitignore 07:02:31 -rw-rw-r--. 1 jenkins jenkins 559 Aug 12 07:01 go.mod 07:02:31 drwxrwxr-x. 3 jenkins jenkins 20 Aug 12 07:01 internal 07:02:31 -rw-rw-r--. 1 jenkins jenkins 702 Aug 12 07:01 Jenkinsfile 07:02:31 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 12 07:01 LICENSE 07:02:31 -rw-rw-r--. 1 jenkins jenkins 880 Aug 12 07:01 Makefile 07:02:31 -rw-rw-r--. 1 jenkins jenkins 591 Aug 12 07:01 README.md 07:02:31 drwxrwxr-x. 3 jenkins jenkins 44 Aug 12 07:01 .semver 07:02:31 drwxrwxr-x. 2 jenkins jenkins 35 Aug 12 07:01 simulator 07:02:31 drwxrwxr-x. 4 jenkins jenkins 54 Aug 12 07:01 snap 07:02:31 -rw-rw-r--. 1 jenkins jenkins 11 Aug 12 06:57 VERSION 07:02:31 -rw-rw-r--. 1 jenkins jenkins 229 Aug 12 07:01 version.go [Pipeline] isUnix [Pipeline] sh 07:02:31 + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 --label arch=amd64 --label version=1.2.2-dev.3 . 07:02:31 Sending build context to Docker daemon 619.5kB 07:02:31 Step 1/19 : ARG BASE=golang:1.13-alpine 07:02:31 Step 2/19 : FROM ${BASE} AS builder 07:02:31 ---> 7fc364d941c9 07:02:31 Step 3/19 : ARG MAKE='make build' 07:02:32 ---> Running in 07389c0b2580 07:02:32 Removing intermediate container 07389c0b2580 07:02:32 ---> 258b00d60135 07:02:32 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:02:32 ---> Running in 62d9ccd3b848 07:02:34 Removing intermediate container 62d9ccd3b848 07:02:34 ---> 57eec04e62b1 07:02:34 Step 5/19 : RUN apk add --update --no-cache make git openssh build-base 07:02:34 ---> Running in a6611cb4a737 07:02:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:02:35 OK: 237 MiB in 53 packages 07:02:36 Removing intermediate container a6611cb4a737 07:02:36 ---> 106cf48001b7 07:02:36 Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 07:02:36 ---> Running in a01884132849 07:02:37 Removing intermediate container a01884132849 07:02:37 ---> abcd5a1d39a2 07:02:37 Step 7/19 : COPY . . 07:02:37 ---> 9bb6d92ae9ad 07:02:37 Step 8/19 : RUN ${MAKE} 07:02:38 ---> Running in 1f0c909ba9a3 07:02:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.3" -o cmd/device-modbus ./cmd 07:02:57 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:03:02 Removing intermediate container 1f0c909ba9a3 07:03:02 ---> 65c8075ffb66 07:03:02 Step 9/19 : FROM scratch 07:03:02 ---> 07:03:02 Step 10/19 : ENV APP_PORT=49991 07:03:02 ---> Running in e3de1ff5dd99 07:03:02 Removing intermediate container e3de1ff5dd99 07:03:02 ---> 1caadfab1abb 07:03:02 Step 11/19 : EXPOSE $APP_PORT 07:03:02 ---> Running in 88d7add81283 07:03:02 Removing intermediate container 88d7add81283 07:03:02 ---> 216732b42d4e 07:03:02 Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 07:03:03 ---> aa6f03fcbcf3 07:03:03 Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 07:03:04 ---> bc0b5f9e58b9 07:03:04 Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 07:03:04 ---> 58273a6a87cb 07:03:04 Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 07:03:04 ---> Running in a4f4a344c0df 07:03:04 Removing intermediate container a4f4a344c0df 07:03:04 ---> 76ac8ec487e7 07:03:04 Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] 07:03:04 ---> Running in a10e79d7ba8a 07:03:04 Removing intermediate container a10e79d7ba8a 07:03:04 ---> a2e0de47a53d 07:03:04 Step 17/19 : LABEL arch=amd64 07:03:04 ---> Running in 6249e4f9543a 07:03:05 Removing intermediate container 6249e4f9543a 07:03:05 ---> 4948c9f0f110 07:03:05 Step 18/19 : LABEL git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:03:05 ---> Running in ba3adea4b169 07:03:05 Removing intermediate container ba3adea4b169 07:03:05 ---> cff7091be7b0 07:03:05 Step 19/19 : LABEL version=1.2.2-dev.3 07:03:05 ---> Running in e31d7a06606a 07:03:06 Removing intermediate container e31d7a06606a 07:03:06 ---> 415a2659ddd0 07:03:06 [Warning] One or more build-args [ARCH] were not consumed 07:03:06 Successfully built 415a2659ddd0 07:03:06 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 07:03:06 provisioning config files... 07:03:06 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/17@tmp/config544584101392789056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:03:07 19769ba762fa: Pull complete 07:03:07 6675a7feeedd: Pull complete 07:03:07 bb153fd0de2e: Pull complete 07:03:07 cf8ad2f1a1a4: Pull complete 07:03:07 c8535664fb42: Pull complete 07:03:07 Digest: sha256:5b41654e13e1529cdcb3e70789e3a8d345d16fe395680c2eb6ae08626c23903b 07:03:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 07:03:08 nexus3.edgexfoundry.org:10001 07:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:08 Configure a credential helper to remove this warning. See 07:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:08 07:03:08 Login Succeeded 07:03:08 nexus3.edgexfoundry.org:10002 07:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:08 Configure a credential helper to remove this warning. See 07:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:08 07:03:08 Login Succeeded 07:03:08 nexus3.edgexfoundry.org:10003 07:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:09 Configure a credential helper to remove this warning. See 07:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:09 07:03:09 Login Succeeded 07:03:09 nexus3.edgexfoundry.org:10004 07:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:09 Configure a credential helper to remove this warning. See 07:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:09 07:03:09 Login Succeeded 07:03:09 docker.io 07:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:03:09 Configure a credential helper to remove this warning. See 07:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:03:09 07:03:09 Login Succeeded [Pipeline] } 07:03:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:03:10 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 07:03:10 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:03:10 latest 07:03:10 1.2.2-dev.3 07:03:10 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 07:03:10 master 07:03:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:03:10 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] isUnix [Pipeline] sh 07:03:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:03:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:03:11 d429c852e012: Preparing 07:03:11 b8a37d78c911: Preparing 07:03:11 6d32db82c810: Preparing 07:03:11 b8a37d78c911: Pushed 07:03:11 d429c852e012: Pushed 07:03:12 6d32db82c810: Pushed 07:03:12 3d6b06ce9c8aabcbe3b96acc6656864e00d04358: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] isUnix [Pipeline] sh 07:03:13 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 07:03:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 07:03:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:03:14 d429c852e012: Preparing 07:03:14 b8a37d78c911: Preparing 07:03:14 6d32db82c810: Preparing 07:03:14 d429c852e012: Layer already exists 07:03:14 6d32db82c810: Layer already exists 07:03:14 b8a37d78c911: Layer already exists 07:03:14 latest: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] isUnix [Pipeline] sh 07:03:14 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 07:03:14 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 07:03:14 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 07:03:14 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 07:03:14 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh 07:03:14 Fetched 252 kB in 2s (144 kB/s) 07:03:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.3 07:03:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:03:15 d429c852e012: Preparing 07:03:15 b8a37d78c911: Preparing 07:03:15 6d32db82c810: Preparing 07:03:15 d429c852e012: Layer already exists 07:03:15 6d32db82c810: Layer already exists 07:03:15 b8a37d78c911: Layer already exists 07:03:15 1.2.2-dev.3: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] isUnix [Pipeline] sh 07:03:15 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh 07:03:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 07:03:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:03:16 d429c852e012: Preparing 07:03:16 b8a37d78c911: Preparing 07:03:16 6d32db82c810: Preparing 07:03:16 6d32db82c810: Layer already exists 07:03:16 d429c852e012: Layer already exists 07:03:16 b8a37d78c911: Layer already exists 07:03:16 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] isUnix [Pipeline] sh 07:03:16 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 07:03:16 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 07:03:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 07:03:16 d429c852e012: Preparing 07:03:16 b8a37d78c911: Preparing 07:03:16 6d32db82c810: Preparing 07:03:16 d429c852e012: Layer already exists 07:03:16 b8a37d78c911: Layer already exists 07:03:16 6d32db82c810: Layer already exists 07:03:16 master: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:03:17 ===================================================== [Pipeline] echo 07:03:17 taggedImages: 07:03:17 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:03:17 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 07:03:17 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.3 07:03:17 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 07:03:17 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh 07:03:17 ++ grep snapcraft.yaml 07:03:17 ++ find /w/workspace/device-modbus-go/17 07:03:17 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/17/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:03:18 provisioning config files... 07:03:19 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/17@tmp/config6279945048347877534tmp 07:03:19 Reading package lists... [Pipeline] { [Pipeline] sh 07:03:19 + cp /w/workspace/device-modbus-go/17@tmp/config6279945048347877534tmp /w/workspace/device-modbus-go/17/edgex-snap-store-login [Pipeline] sh 07:03:20 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/17:/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 07:03:20 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 07:03:20 latest: Pulling from edgex-devops/edgex-snap-builder 07:03:20 7595c8c21622: Pulling fs layer 07:03:20 d13af8ca898f: Pulling fs layer 07:03:20 70799171ddba: Pulling fs layer 07:03:20 b6c12202c5ef: Pulling fs layer 07:03:20 0e468b2cbd7c: Pulling fs layer 07:03:20 81ce4cd09fec: Pulling fs layer 07:03:20 9113857f769f: Pulling fs layer 07:03:20 a6a4d6edcf0f: Pulling fs layer 07:03:20 1466ad0cc8cc: Pulling fs layer 07:03:20 81ce4cd09fec: Waiting 07:03:20 9113857f769f: Waiting 07:03:20 a6a4d6edcf0f: Waiting 07:03:20 1466ad0cc8cc: Waiting 07:03:20 b6c12202c5ef: Waiting 07:03:20 0e468b2cbd7c: Waiting 07:03:20 70799171ddba: Verifying Checksum 07:03:20 70799171ddba: Download complete 07:03:20 d13af8ca898f: Verifying Checksum 07:03:20 d13af8ca898f: Download complete 07:03:20 b6c12202c5ef: Verifying Checksum 07:03:20 b6c12202c5ef: Download complete 07:03:20 81ce4cd09fec: Verifying Checksum 07:03:20 81ce4cd09fec: Download complete 07:03:20 9113857f769f: Download complete 07:03:20 a6a4d6edcf0f: Verifying Checksum 07:03:20 a6a4d6edcf0f: Download complete 07:03:20 1466ad0cc8cc: Verifying Checksum 07:03:20 1466ad0cc8cc: Download complete 07:03:21 7595c8c21622: Verifying Checksum 07:03:21 7595c8c21622: Download complete 07:03:26 7595c8c21622: Pull complete 07:03:26 d13af8ca898f: Pull complete 07:03:26 70799171ddba: Pull complete 07:03:26 b6c12202c5ef: Pull complete 07:03:29 0e468b2cbd7c: Verifying Checksum 07:03:29 0e468b2cbd7c: Download complete 07:03:34 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 07:03:34 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 07:03:34 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 07:03:34 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 07:03:37 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 50% Reading package lists... 70% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 88% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:03:44 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 07:03:48 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:03:49 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree 07:03:49 Reading state information... 0% Reading state information... 0% Reading state information... Done 07:03:50 The following packages were automatically installed and are no longer required: 07:03:50 libjq1 libonig4 07:03:50 Use 'sudo apt autoremove' to remove them. 07:03:50 Suggested packages: 07:03:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:03:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 07:03:50 diffutils-doc perl-doc libterm-readline-gnu-perl 07:03:50 | libterm-readline-perl-perl 07:03:50 The following NEW packages will be installed: 07:03:50 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 07:03:50 libperl5.26 make netbase patch perl perl-modules-5.26 07:03:50 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 07:03:50 Need to get 10.8 MB of archives. 07:03:50 After this operation, 73.6 MB of additional disk space will be used. 07:03:50 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 07:03:51 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 7% [1 perl-modules-5.26 886 kB/2763 kB 32%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 07:03:51 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 07:03:51 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 07:03:51 25% [4 libperl5.26 0 B/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 07:03:51 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 07:03:51 54% [6 less 36.5 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 07:03:51 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] 07:03:51 58% [8 curl 24.6 kB/152 kB 16%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] 07:03:51 60% [9 libcurl3-gnutls 4096 B/179 kB 2%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 07:03:51 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:03:51 65% [11 git-man 16.4 kB/804 kB 2%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 07:03:52 72% [12 git 11.0 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 07:03:52 95% [13 make 0 B/139 kB 0%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 07:03:52 98% [14 patch 41.0 kB/91.8 kB 45%] 100% [Working] Fetched 10.8 MB in 2s (7043 kB/s) 07:03:53 debconf: delaying package configuration, since apt-utils is not installed 07:03:53 Selecting previously unselected package perl-modules-5.26. 07:03:53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) 07:03:53 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 07:03:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:03:54 Selecting previously unselected package libgdbm5:arm64. 07:03:54 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 07:03:54 Unpacking libgdbm5:arm64 (1.14.1-6) ... 07:03:55 Selecting previously unselected package libgdbm-compat4:arm64. 07:03:55 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 07:03:55 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 07:03:55 Selecting previously unselected package libperl5.26:arm64. 07:03:55 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 07:03:55 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 07:03:56 Selecting previously unselected package perl. 07:03:56 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 07:03:56 Unpacking perl (5.26.1-6ubuntu0.3) ... 07:03:56 Selecting previously unselected package less. 07:03:56 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 07:03:56 Unpacking less (487-0.1) ... 07:03:56 Selecting previously unselected package netbase. 07:03:56 Preparing to unpack .../06-netbase_5.4_all.deb ... 07:03:56 Unpacking netbase (5.4) ... 07:03:57 Selecting previously unselected package curl. 07:03:57 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_arm64.deb ... 07:03:57 Unpacking curl (7.58.0-2ubuntu3.9) ... 07:03:57 Selecting previously unselected package libcurl3-gnutls:arm64. 07:03:57 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... 07:03:57 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 07:03:57 Selecting previously unselected package liberror-perl. 07:03:57 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 07:03:57 Unpacking liberror-perl (0.17025-1) ... 07:03:57 Selecting previously unselected package git-man. 07:03:57 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:03:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:03:57 Selecting previously unselected package git. 07:03:57 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 07:03:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:03:59 Selecting previously unselected package make. 07:03:59 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 07:03:59 Unpacking make (4.1-9.1ubuntu1) ... 07:03:59 Selecting previously unselected package patch. 07:03:59 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 07:03:59 Unpacking patch (2.7.6-2ubuntu1.1) ... 07:03:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:03:59 Setting up less (487-0.1) ... 07:04:00 Setting up make (4.1-9.1ubuntu1) ... 07:04:00 Setting up curl (7.58.0-2ubuntu3.9) ... 07:04:00 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... 07:04:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:04:00 Setting up libgdbm5:arm64 (1.14.1-6) ... 07:04:00 Setting up patch (2.7.6-2ubuntu1.1) ... 07:04:00 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 07:04:00 Setting up netbase (5.4) ... 07:04:00 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 07:04:00 Setting up perl (5.26.1-6ubuntu0.3) ... 07:04:00 Setting up liberror-perl (0.17025-1) ... 07:04:00 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:04:00 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 07:04:00 Processing triggers for mime-support (3.60ubuntu1) ... 07:04:06 curl set to automatically installed. 07:04:06 git set to automatically installed. 07:04:06 git-man set to automatically installed. 07:04:06 less set to automatically installed. 07:04:06 libcurl3-gnutls set to automatically installed. 07:04:06 liberror-perl set to automatically installed. 07:04:06 libgdbm-compat4 set to automatically installed. 07:04:06 libgdbm5 set to automatically installed. 07:04:06 libperl5.26 set to automatically installed. 07:04:06 make set to automatically installed. 07:04:06 netbase set to automatically installed. 07:04:06 patch set to automatically installed. 07:04:06 perl set to automatically installed. 07:04:06 perl-modules-5.26 set to automatically installed. 07:04:06 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 07:04:06 Please ensure the environment is properly setup before continuing. 07:04:06 Ignore this message if the appropriate measures have already been taken 07:04:07 Pulling go  07:04:11 'device-modbus' has dependencies that need to be staged: go 07:04:11 Skipping pull go (already ran) 07:04:11 Building go  07:04:11 % Total % Received % Xferd Average Speed Time Time Time Current 07:04:11 Dload Upload Total Spent Left Speed 07:04:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 450k 0 0 1663k 0 0:00:57 --:--:-- 0:00:57 1663k 24 93.0M 24 23.2M 0 0 18.2M 0 0:00:05 0:00:01 0:00:04 18.2M 46 93.0M 46 43.2M 0 0 19.0M 0 0:00:04 0:00:02 0:00:02 19.0M 70 93.0M 70 66.0M 0 0 20.1M 0 0:00:04 0:00:03 0:00:01 20.1M 94 93.0M 94 88.0M 0 0 20.4M 0 0:00:04 0:00:04 --:--:-- 20.4M 100 93.0M 100 93.0M 0 0 20.4M 0 0:00:04 0:00:04 --:--:-- 21.6M 07:04:16 go1.13.5.linux-arm64.tar.gz: OK 07:04:27 0e468b2cbd7c: Pull complete 07:04:27 81ce4cd09fec: Pull complete 07:04:27 9113857f769f: Pull complete 07:04:27 a6a4d6edcf0f: Pull complete 07:04:27 1466ad0cc8cc: Pull complete 07:04:27 Digest: sha256:c642e91ff79aa258a1ae135e2f8792ce86cd15f1ac61018b6f83b5185eb02bcd 07:04:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 07:04:30 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 07:04:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:04:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:04:30 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 07:04:31 Fetched 252 kB in 1s (186 kB/s) 07:04:33 Reading package lists... 07:04:35 Staging go  07:04:37 Pulling device-modbus  07:04:40 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:04:40 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:04:40 0% [1 InRelease gpgv 88.7 kB] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:04:40 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 07:04:40 Skipping build go (already ran) 07:04:40 Building device-modbus  07:04:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.3" -o cmd/device-modbus ./cmd 07:04:42 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 07:04:42 go: downloading github.com/goburrow/modbus v0.1.0 07:04:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:04:42 go: extracting github.com/goburrow/modbus v0.1.0 07:04:42 go: downloading github.com/goburrow/serial v0.1.0 07:04:42 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 07:04:42 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:04:42 go: extracting github.com/goburrow/serial v0.1.0 07:04:42 go: downloading github.com/gorilla/mux v1.7.1 07:04:42 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:04:42 go: downloading github.com/google/uuid v1.1.1 07:04:42 go: downloading github.com/go-kit/kit v0.8.0 07:04:42 go: extracting github.com/gorilla/mux v1.7.1 07:04:42 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:04:42 go: extracting github.com/google/uuid v1.1.1 07:04:42 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:04:42 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 07:04:42 go: downloading github.com/OneOfOne/xxhash v1.2.6 07:04:42 go: downloading github.com/pkg/errors v0.8.1 07:04:42 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 07:04:42 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 07:04:42 go: downloading gopkg.in/yaml.v2 v2.2.8 07:04:42 go: extracting github.com/OneOfOne/xxhash v1.2.6 07:04:42 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 07:04:42 go: downloading github.com/hashicorp/consul/api v1.1.0 07:04:42 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 07:04:42 go: downloading github.com/BurntSushi/toml v0.3.1 07:04:42 go: downloading github.com/pelletier/go-toml v1.2.0 07:04:42 go: downloading github.com/x448/float16 v0.8.4 07:04:42 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 07:04:42 go: extracting github.com/go-kit/kit v0.8.0 07:04:42 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 07:04:42 go: extracting github.com/pkg/errors v0.8.1 07:04:42 go: extracting gopkg.in/yaml.v2 v2.2.8 07:04:42 go: extracting github.com/x448/float16 v0.8.4 07:04:42 go: extracting github.com/BurntSushi/toml v0.3.1 07:04:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:04:42 go: extracting github.com/hashicorp/consul/api v1.1.0 07:04:42 go: extracting github.com/pelletier/go-toml v1.2.0 07:04:42 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:04:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:04:42 go: downloading github.com/mitchellh/copystructure v1.0.0 07:04:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:04:42 go: downloading github.com/hashicorp/serf v0.8.2 07:04:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:04:42 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:04:42 go: extracting github.com/mitchellh/copystructure v1.0.0 07:04:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:04:42 go: extracting github.com/mitchellh/mapstructure v1.1.2 07:04:42 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 07:04:42 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 07:04:42 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 07:04:42 go: extracting github.com/mitchellh/reflectwalk v1.0.0 07:04:42 go: extracting github.com/hashicorp/serf v0.8.2 07:04:42 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:04:42 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 29% Reading package lists... 65% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:04:42 go: extracting github.com/go-logfmt/logfmt v0.4.0 07:04:42 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:04:42 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:04:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:04:42 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 07:04:42 go: downloading github.com/hashicorp/golang-lru v0.5.1 07:04:42 go: extracting github.com/hashicorp/golang-lru v0.5.1 07:04:43 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 07:04:43 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:04:43 go: finding github.com/goburrow/modbus v0.1.0 07:04:43 go: finding github.com/gorilla/mux v1.7.1 07:04:43 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:04:43 go: finding github.com/go-kit/kit v0.8.0 07:04:43 go: finding github.com/goburrow/serial v0.1.0 07:04:43 go: finding github.com/google/uuid v1.1.1 07:04:43 go: finding github.com/OneOfOne/xxhash v1.2.6 07:04:43 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:04:43 go: finding github.com/x448/float16 v0.8.4 07:04:43 go: finding github.com/go-logfmt/logfmt v0.4.0 07:04:43 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:04:43 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 07:04:43 go: finding gopkg.in/yaml.v2 v2.2.8 07:04:43 go: finding github.com/pkg/errors v0.8.1 07:04:43 go: finding github.com/BurntSushi/toml v0.3.1 07:04:43 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:04:43 go: finding github.com/hashicorp/consul/api v1.1.0 07:04:43 go: finding github.com/pelletier/go-toml v1.2.0 07:04:43 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:04:43 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:04:43 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:04:43 go: finding github.com/hashicorp/serf v0.8.2 07:04:43 go: finding github.com/mitchellh/mapstructure v1.1.2 07:04:43 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:04:43 go: finding github.com/mitchellh/copystructure v1.0.0 07:04:43 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:04:43 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:04:43 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:04:43 go: finding github.com/hashicorp/golang-lru v0.5.1 07:04:46 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 07:04:48 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 28% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:04:48 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 07:04:48 Reading state information... 0% Reading state information... 0% Reading state information... Done 07:04:49 The following packages were automatically installed and are no longer required: 07:04:49 libjq1 libonig4 07:04:49 Use 'sudo apt autoremove' to remove them. 07:04:49 Suggested packages: 07:04:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:04:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 07:04:49 diffutils-doc perl-doc libterm-readline-gnu-perl 07:04:49 | libterm-readline-perl-perl 07:04:49 The following NEW packages will be installed: 07:04:49 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 07:04:49 libperl5.26 make netbase patch perl perl-modules-5.26 07:04:49 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 07:04:49 Need to get 12.0 MB of archives. 07:04:49 After this operation, 77.5 MB of additional disk space will be used. 07:04:49 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 07:04:50 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 2% [1 perl-modules-5.26 297 kB/2763 kB 11%] 15% [1 perl-modules-5.26 2241 kB/2763 kB 81%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 07:04:50 20% [2 libgdbm5 10.0 kB/26.0 kB 38%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 07:04:50 21% [3 libgdbm-compat4 6084 B/6084 B 100%] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 07:04:50 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 07:04:50 48% [5 perl 0 B/201 kB 0%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 07:04:50 51% [6 less 65.5 kB/112 kB 59%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 07:04:50 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] 07:04:50 55% [8 curl 45.1 kB/159 kB 28%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] 07:04:50 57% [9 libcurl3-gnutls 65.5 kB/212 kB 31%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:04:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:04:51 62% [11 git-man 65.5 kB/804 kB 8%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:04:51 68% [12 git 15.7 kB/3915 kB 0%] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 07:04:51 96% [13 make 131 kB/154 kB 85%] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:04:51 98% [14 patch 65.5 kB/102 kB 64%] 100% [Working] Fetched 12.0 MB in 2s (6503 kB/s) 07:04:51 debconf: delaying package configuration, since apt-utils is not installed 07:04:52 Selecting previously unselected package perl-modules-5.26. 07:04:52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 07:04:52 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 07:04:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:04:54 Selecting previously unselected package libgdbm5:amd64. 07:04:54 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 07:04:54 Unpacking libgdbm5:amd64 (1.14.1-6) ... 07:04:54 Selecting previously unselected package libgdbm-compat4:amd64. 07:04:54 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 07:04:54 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 07:04:54 Selecting previously unselected package libperl5.26:amd64. 07:04:54 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 07:04:54 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 07:04:56 Selecting previously unselected package perl. 07:04:56 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 07:04:56 Unpacking perl (5.26.1-6ubuntu0.3) ... 07:04:56 Selecting previously unselected package less. 07:04:56 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 07:04:56 Unpacking less (487-0.1) ... 07:04:56 Selecting previously unselected package netbase. 07:04:56 Preparing to unpack .../06-netbase_5.4_all.deb ... 07:04:56 Unpacking netbase (5.4) ... 07:04:56 Selecting previously unselected package curl. 07:04:56 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_amd64.deb ... 07:04:56 Unpacking curl (7.58.0-2ubuntu3.9) ... 07:04:57 Selecting previously unselected package libcurl3-gnutls:amd64. 07:04:57 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... 07:04:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 07:04:57 Selecting previously unselected package liberror-perl. 07:04:57 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 07:04:57 Unpacking liberror-perl (0.17025-1) ... 07:04:57 Selecting previously unselected package git-man. 07:04:57 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:04:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:04:57 Selecting previously unselected package git. 07:04:57 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:04:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:04:59 Selecting previously unselected package make. 07:04:59 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 07:04:59 Unpacking make (4.1-9.1ubuntu1) ... 07:04:59 Selecting previously unselected package patch. 07:04:59 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:04:59 Unpacking patch (2.7.6-2ubuntu1.1) ... 07:04:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:04:59 Setting up less (487-0.1) ... 07:04:59 Setting up make (4.1-9.1ubuntu1) ... 07:04:59 Setting up curl (7.58.0-2ubuntu3.9) ... 07:04:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... 07:04:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:04:59 Setting up libgdbm5:amd64 (1.14.1-6) ... 07:04:59 Setting up patch (2.7.6-2ubuntu1.1) ... 07:04:59 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 07:04:59 Setting up netbase (5.4) ... 07:04:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 07:04:59 Setting up perl (5.26.1-6ubuntu0.3) ... 07:04:59 Setting up liberror-perl (0.17025-1) ... 07:04:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:04:59 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 07:05:00 Processing triggers for mime-support (3.60ubuntu1) ... 07:05:03 curl set to automatically installed. 07:05:03 git set to automatically installed. 07:05:03 git-man set to automatically installed. 07:05:03 less set to automatically installed. 07:05:03 libcurl3-gnutls set to automatically installed. 07:05:03 liberror-perl set to automatically installed. 07:05:03 libgdbm-compat4 set to automatically installed. 07:05:03 libgdbm5 set to automatically installed. 07:05:03 libperl5.26 set to automatically installed. 07:05:03 make set to automatically installed. 07:05:03 netbase set to automatically installed. 07:05:03 patch set to automatically installed. 07:05:03 perl set to automatically installed. 07:05:03 perl-modules-5.26 set to automatically installed. 07:05:03 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 07:05:03 Please ensure the environment is properly setup before continuing. 07:05:03 Ignore this message if the appropriate measures have already been taken 07:05:05 Pulling go  07:05:06 'device-modbus' has dependencies that need to be staged: go 07:05:06 Skipping pull go (already ran) 07:05:06 Building go  07:05:06 % Total % Received % Xferd Average Speed Time Time Time Current 07:05:06 Dload Upload Total Spent Left Speed 07:05:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 114M 9 11.2M 0 0 12.6M 0 0:00:09 --:--:-- 0:00:09 12.6M 55 114M 55 64.1M 0 0 34.4M 0 0:00:03 0:00:01 0:00:02 34.4M 100 114M 100 114M 0 0 40.7M 0 0:00:02 0:00:02 --:--:-- 40.7M 07:05:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:05:11 go1.13.5.linux-amd64.tar.gz: OK 07:05:22 Staging go  07:05:23 Pulling device-modbus  07:05:25 Skipping build go (already ran) 07:05:25 Building device-modbus  07:05:25 Skipping stage go (already ran) 07:05:25 Staging device-modbus  07:05:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.3" -o cmd/device-modbus ./cmd 07:05:26 Priming go  07:05:27 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 07:05:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:05:27 go: downloading github.com/goburrow/modbus v0.1.0 07:05:27 go: extracting github.com/goburrow/modbus v0.1.0 07:05:27 go: downloading github.com/goburrow/serial v0.1.0 07:05:27 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 07:05:27 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:05:27 go: extracting github.com/goburrow/serial v0.1.0 07:05:27 go: downloading github.com/gorilla/mux v1.7.1 07:05:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:05:27 go: downloading github.com/google/uuid v1.1.1 07:05:27 go: downloading gopkg.in/yaml.v2 v2.2.8 07:05:27 go: downloading github.com/go-kit/kit v0.8.0 07:05:27 go: extracting github.com/gorilla/mux v1.7.1 07:05:27 go: extracting github.com/google/uuid v1.1.1 07:05:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:05:27 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:05:27 go: extracting gopkg.in/yaml.v2 v2.2.8 07:05:27 go: downloading github.com/pkg/errors v0.8.1 07:05:27 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 07:05:27 go: downloading github.com/OneOfOne/xxhash v1.2.6 07:05:27 go: downloading github.com/BurntSushi/toml v0.3.1 07:05:27 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 07:05:27 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 07:05:27 go: extracting github.com/go-kit/kit v0.8.0 07:05:27 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 07:05:27 go: downloading github.com/pelletier/go-toml v1.2.0 07:05:27 go: extracting github.com/OneOfOne/xxhash v1.2.6 07:05:28 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 07:05:28 go: extracting github.com/BurntSushi/toml v0.3.1 07:05:28 go: extracting github.com/pkg/errors v0.8.1 07:05:28 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 07:05:28 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 07:05:28 go: downloading github.com/x448/float16 v0.8.4 07:05:28 go: downloading github.com/hashicorp/consul/api v1.1.0 07:05:28 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:05:28 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:05:29 go: extracting github.com/pelletier/go-toml v1.2.0 07:05:29 go: extracting github.com/x448/float16 v0.8.4 07:05:29 go: extracting github.com/go-logfmt/logfmt v0.4.0 07:05:29 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:05:29 go: downloading github.com/mitchellh/copystructure v1.0.0 07:05:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:05:29 go: extracting github.com/hashicorp/consul/api v1.1.0 07:05:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:05:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:05:29 go: downloading github.com/hashicorp/serf v0.8.2 07:05:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:05:29 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 07:05:29 go: extracting github.com/mitchellh/mapstructure v1.1.2 07:05:29 go: extracting github.com/mitchellh/copystructure v1.0.0 07:05:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:05:29 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 07:05:29 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 07:05:29 go: extracting github.com/mitchellh/reflectwalk v1.0.0 07:05:29 go: extracting github.com/hashicorp/serf v0.8.2 07:05:29 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:05:29 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:05:29 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:05:29 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 07:05:29 go: downloading github.com/hashicorp/golang-lru v0.5.1 07:05:29 go: extracting github.com/hashicorp/golang-lru v0.5.1 07:05:29 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 07:05:29 go: finding github.com/gorilla/mux v1.7.1 07:05:29 go: finding github.com/OneOfOne/xxhash v1.2.6 07:05:29 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 07:05:29 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 07:05:29 go: finding github.com/google/uuid v1.1.1 07:05:29 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 07:05:29 go: finding github.com/fxamacker/cbor/v2 v2.2.0 07:05:29 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 07:05:29 go: finding gopkg.in/yaml.v2 v2.2.8 07:05:29 go: finding github.com/BurntSushi/toml v0.3.1 07:05:29 go: finding github.com/pkg/errors v0.8.1 07:05:29 go: finding github.com/x448/float16 v0.8.4 07:05:29 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 07:05:29 Priming device-modbus  07:05:29 go: finding github.com/hashicorp/consul/api v1.1.0 07:05:29 go: finding github.com/pelletier/go-toml v1.2.0 07:05:29 go: finding github.com/go-kit/kit v0.8.0 07:05:29 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:05:29 go: finding github.com/hashicorp/go-rootcerts v1.0.0 07:05:29 go: finding github.com/go-logfmt/logfmt v0.4.0 07:05:29 go: finding github.com/hashicorp/serf v0.8.2 07:05:29 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 07:05:29 go: finding github.com/mitchellh/mapstructure v1.1.2 07:05:29 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 07:05:29 go: finding github.com/goburrow/modbus v0.1.0 07:05:29 go: finding github.com/mitchellh/copystructure v1.0.0 07:05:29 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:05:29 go: finding github.com/goburrow/serial v0.1.0 07:05:29 go: finding github.com/mitchellh/reflectwalk v1.0.0 07:05:29 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 07:05:29 go: finding github.com/hashicorp/golang-lru v0.5.1 07:05:33 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 07:05:33 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 07:05:33 Determining the version from the project repo (version-script). 07:05:33 The version has been set to '1.2.2-dev.3-20200812+3d6b06c' 07:05:35 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 07:05:35 Snapped edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap 07:05:42 07:05:42 Login successful. You now have these capabilities: 07:05:42  07:05:42 snaps: No restriction 07:05:42 channels: No restriction 07:05:42 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 07:05:42 expires: 2021-07-14T18:21:36.256372 07:05:42  07:05:45 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 07:05:45 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 07:05:45 Preparing to upload 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap'. 07:05:45 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 07:05:45 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 07:05:46 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:05:48 Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 100% 07:05:51 Skipping stage go (already ran) 07:05:51 Staging device-modbus  07:05:53 Priming go  07:05:54 Priming device-modbus  07:05:56 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 07:05:56 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 07:05:56 Determining the version from the project repo (version-script). 07:05:56 The version has been set to '1.2.2-dev.3-20200812+3d6b06c' 07:05:58 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 07:05:58 Snapped edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap 07:06:02 07:06:02 Login successful. You now have these capabilities: 07:06:02  07:06:02 snaps: No restriction 07:06:02 channels: No restriction 07:06:02 permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] 07:06:02 expires: 2021-07-14T18:21:36.256372 07:06:02  07:06:03 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 07:06:03 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 07:06:03 Preparing to upload 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap'. 07:06:03 After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. 07:06:03 Install the review-tools from the Snap Store for enhanced checks before uploading this snap. 07:06:03 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...| 07:06:03 released 07:06:03 Revision 1277 of 'edgex-device-modbus' created. 07:06:05 Track Arch Channel Version Revision 07:06:05 latest arm64 stable 1.2.1-20200612+fdf900d 1256 07:06:05 candidate 1.2.1-20200612+fdf900d 1256 07:06:05 beta 1.2.1-20200612+fdf900d 1256 07:06:05 edge 1.2.2-dev.3-20200812+3d6b06c 1277 07:06:05 edinburgh arm64 stable - - 07:06:05 candidate - - 07:06:05 beta 1.0.0-20190627+739f7ef 113 07:06:05 edge 1.0.0-20200107+c777f31 958 07:06:05 fuji arm64 stable 1.1.1-20200311+37c94ae 1112 07:06:05 candidate ↑ ↑ 07:06:05 beta 1.1.1-20200311+37c94ae 1112 07:06:05 edge 1.1.1-20200422+37c94ae 1194 07:06:05 geneva arm64 stable 1.2.1-20200612+fdf900d 1256 07:06:05 candidate ↑ ↑ 07:06:05 beta ↑ ↑ 07:06:05 edge ↑ ↑ 07:06:07 Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 100% 07:06:08 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 07:06:08 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 07:06:08 Uploading metadata from 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' 07:06:12 The metadata has been uploaded [Pipeline] } 07:06:14 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] } 07:06:22 Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| 07:06:22 released 07:06:22 Revision 1278 of 'edgex-device-modbus' created. 07:06:23 Track Arch Channel Version Revision 07:06:23 latest amd64 stable 1.2.1-20200612+fdf900d 1255 07:06:23 candidate 1.2.1-20200612+fdf900d 1255 07:06:23 beta 1.2.1-20200612+fdf900d 1255 07:06:23 edge 1.2.2-dev.3-20200812+3d6b06c 1278 07:06:23 edinburgh amd64 stable - - 07:06:23 candidate - - 07:06:23 beta 1.0.0-20190626+739f7ef 112 07:06:23 edge 1.0.0-20200103+c777f31 956 07:06:23 fuji amd64 stable 1.1.1-20200228+37c94ae 1087 07:06:23 candidate ↑ ↑ 07:06:23 beta 1.1.1-20200228+37c94ae 1087 07:06:23 edge 1.1.1-20200422+37c94ae 1193 07:06:23 geneva amd64 stable 1.2.1-20200612+fdf900d 1255 07:06:23 candidate ↑ ↑ 07:06:23 beta ↑ ↑ 07:06:23 edge ↑ ↑ 07:06:24 DEPRECATED: The 'push' set of commands have been replaced with 'upload'. 07:06:24 See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. 07:06:24 Uploading metadata from 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' 07:06:29 The metadata has been uploaded [Pipeline] } 07:06:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 07:06:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:06:31 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:06:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:06:32 07:06:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:06:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:06:32 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:06:32 cbdbe7a5bc2a: Pulling fs layer 07:06:32 408f87550127: Pulling fs layer 07:06:32 fe522b08c979: Pulling fs layer 07:06:32 221eaa008020: Pulling fs layer 07:06:32 2a4607e5d6b9: Pulling fs layer 07:06:32 8f79b27c4fd2: Pulling fs layer 07:06:32 e5c8dbe1645b: Pulling fs layer 07:06:32 23e8b3b47431: Pulling fs layer 07:06:32 5c568d65a230: Pulling fs layer 07:06:32 2a4607e5d6b9: Waiting 07:06:32 8f79b27c4fd2: Waiting 07:06:32 e5c8dbe1645b: Waiting 07:06:32 23e8b3b47431: Waiting 07:06:32 5c568d65a230: Waiting 07:06:32 221eaa008020: Waiting 07:06:32 fe522b08c979: Verifying Checksum 07:06:32 fe522b08c979: Download complete 07:06:32 408f87550127: Download complete 07:06:32 2a4607e5d6b9: Verifying Checksum 07:06:32 2a4607e5d6b9: Download complete 07:06:32 8f79b27c4fd2: Verifying Checksum 07:06:32 8f79b27c4fd2: Download complete 07:06:32 cbdbe7a5bc2a: Verifying Checksum 07:06:32 cbdbe7a5bc2a: Download complete 07:06:33 cbdbe7a5bc2a: Pull complete 07:06:33 e5c8dbe1645b: Verifying Checksum 07:06:33 e5c8dbe1645b: Download complete 07:06:33 408f87550127: Pull complete 07:06:33 23e8b3b47431: Verifying Checksum 07:06:33 23e8b3b47431: Download complete 07:06:33 fe522b08c979: Pull complete 07:06:33 5c568d65a230: Verifying Checksum 07:06:33 5c568d65a230: Download complete 07:06:34 221eaa008020: Verifying Checksum 07:06:34 221eaa008020: Download complete 07:06:39 221eaa008020: Pull complete 07:06:39 2a4607e5d6b9: Pull complete 07:06:39 8f79b27c4fd2: Pull complete 07:06:42 e5c8dbe1645b: Pull complete 07:06:44 23e8b3b47431: Pull complete 07:06:46 5c568d65a230: Pull complete 07:06:46 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:06:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:06:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:06:46 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:06:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 07:06:47 $ docker top 77c2b667c831557e22e958dfd27b19546b9703f332a22435766e7a5addc2f452 -eo pid,comm [Pipeline] { [Pipeline] sh 07:06:48 + snyk monitor '--org=edgex-jenkins' 07:06:58 07:06:58 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 07:06:58 07:06:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/5694616a-f755-4f97-8094-f02ea7e679e1 07:06:58 07:06:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:06:58 07:06:58 07:06:58 Snyk CLI supports Node.js 8 and higher. 07:06:58 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:06:58 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:06:58 07:06:58 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:06:58 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 07:06:58 $ docker stop --time=1 77c2b667c831557e22e958dfd27b19546b9703f332a22435766e7a5addc2f452 07:07:01 $ docker rm -f 77c2b667c831557e22e958dfd27b19546b9703f332a22435766e7a5addc2f452 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:07:02 07:07:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 07:07:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:07:02 latest: Pulling from edgex-devops/edgex-klar 07:07:02 e7c96db7181b: Pulling fs layer 07:07:02 1868ca2cb446: Pulling fs layer 07:07:02 136be5d0fe8e: Pulling fs layer 07:07:02 894bfe63afcb: Pulling fs layer 07:07:02 894bfe63afcb: Waiting 07:07:02 1868ca2cb446: Verifying Checksum 07:07:02 1868ca2cb446: Download complete 07:07:02 136be5d0fe8e: Verifying Checksum 07:07:02 136be5d0fe8e: Download complete 07:07:02 e7c96db7181b: Verifying Checksum 07:07:02 e7c96db7181b: Download complete 07:07:02 894bfe63afcb: Verifying Checksum 07:07:02 894bfe63afcb: Download complete 07:07:02 e7c96db7181b: Pull complete 07:07:03 1868ca2cb446: Pull complete 07:07:03 136be5d0fe8e: Pull complete 07:07:03 894bfe63afcb: Pull complete 07:07:03 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 07:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:07:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 07:07:03 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:07:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:07:05 $ docker top c6d26cf6ea330f358360030969ca746eadcfdcf329539048ffda1f61e93b83b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:05 + tee 07:07:05 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:07:08 $ docker stop --time=1 c6d26cf6ea330f358360030969ca746eadcfdcf329539048ffda1f61e93b83b1 07:07:10 $ docker rm -f c6d26cf6ea330f358360030969ca746eadcfdcf329539048ffda1f61e93b83b1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:07:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:07:10 . [Pipeline] withDockerContainer 07:07:10 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:07:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:07:12 $ docker top be47b5fbedbc63b894c5157cc4d6128bedce0a8e1443c38173e041bd345607cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:12 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:07:12 + tee 07:07:12 clair timeout 1m0s 07:07:12 docker timeout: 1m0s 07:07:12 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:07:13 $ docker stop --time=1 be47b5fbedbc63b894c5157cc4d6128bedce0a8e1443c38173e041bd345607cf 07:07:14 $ docker rm -f be47b5fbedbc63b894c5157cc4d6128bedce0a8e1443c38173e041bd345607cf [Pipeline] // withDockerContainer [Pipeline] sh 07:07:15 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 07:07:15 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_3d6b06ce9c8aabcbe3b96acc6656864e00d04358.html [Pipeline] writeFile [Pipeline] step 07:07:15 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 07:07:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:07:15 . [Pipeline] withDockerContainer 07:07:15 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:07:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:07:16 $ docker top 5504ff57e7b6608042c65cb93d6b3c7c05bea65fcb205b80631c9a2ed1c9cc64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:17 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:07:17 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:07:19 $ docker stop --time=1 5504ff57e7b6608042c65cb93d6b3c7c05bea65fcb205b80631c9a2ed1c9cc64 07:07:21 $ docker rm -f 5504ff57e7b6608042c65cb93d6b3c7c05bea65fcb205b80631c9a2ed1c9cc64 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:07:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 07:07:21 . [Pipeline] withDockerContainer 07:07:21 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:07:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 07:07:23 $ docker top 614bb33a86b938e1917c12118161890c2125d07d3a3d0fc06272c60d1c130e9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:23 + + tee 07:07:23 /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 07:07:23 clair timeout 1m0s 07:07:23 docker timeout: 1m0s 07:07:23 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 07:07:24 $ docker stop --time=1 614bb33a86b938e1917c12118161890c2125d07d3a3d0fc06272c60d1c130e9e 07:07:25 $ docker rm -f 614bb33a86b938e1917c12118161890c2125d07d3a3d0fc06272c60d1c130e9e [Pipeline] // withDockerContainer [Pipeline] sh 07:07:26 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 07:07:26 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_3d6b06ce9c8aabcbe3b96acc6656864e00d04358.html [Pipeline] writeFile [Pipeline] step 07:07:26 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 07:07:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:07:27 . [Pipeline] withDockerContainer 07:07:27 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:07:27 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:07:28 $ docker top 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:07:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:07:28 [ssh-agent] Looking for ssh-agent implementation... 07:07:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:07:29 $ docker exec 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 ssh-agent 07:07:29 SSH_AUTH_SOCK=/tmp/ssh-ddC9AkXufhYr/agent.13 07:07:29 SSH_AGENT_PID=18 07:07:29 Running ssh-add (command line suppressed) 07:07:29 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_715137982092517427.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_715137982092517427.key) 07:07:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:07:29 + git semver tag 07:07:29 # -> Open(): unable to determine branch for HEAD 07:07:29 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 07:07:29 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 07:07:29 # $SEMVER_REMOTE_NAME = origin 07:07:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:07:29 # $SEMVER_USER_NAME = edgex-jenkins 07:07:29 # $SEMVER_BRANCH = master 07:07:29 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 07:07:29 # 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 HEAD 07:07:29 # -> Force: false 07:07:29 # 3e54daf5d394eb4acc3be2e4796ed2114248aa07 refs/tags/v1.2.2-dev.3 [Pipeline] } 07:07:29 $ docker exec --env ******** --env ******** 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 ssh-agent -k 07:07:29 unset SSH_AUTH_SOCK; 07:07:29 unset SSH_AGENT_PID; 07:07:29 echo Agent pid 18 killed; 07:07:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:07:30 + git semver [Pipeline] } 07:07:30 $ docker stop --time=1 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 07:07:31 $ docker rm -f 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:07:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:07:32 07:07:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:07:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:07:32 0.23.1-centos7: Pulling from edgex-lftools 07:07:32 ab5ef0e58194: Pulling fs layer 07:07:32 9712f1f96733: Pulling fs layer 07:07:32 63f879dbbcfc: Pulling fs layer 07:07:32 0d9ebad4ef96: Pulling fs layer 07:07:32 e9a5061849ea: Pulling fs layer 07:07:32 d747dcd14b5f: Pulling fs layer 07:07:32 2de7ff778b66: Pulling fs layer 07:07:32 e9a5061849ea: Waiting 07:07:32 d747dcd14b5f: Waiting 07:07:32 2de7ff778b66: Waiting 07:07:32 0d9ebad4ef96: Waiting 07:07:32 9712f1f96733: Verifying Checksum 07:07:32 9712f1f96733: Download complete 07:07:33 63f879dbbcfc: Verifying Checksum 07:07:33 63f879dbbcfc: Download complete 07:07:33 e9a5061849ea: Verifying Checksum 07:07:33 e9a5061849ea: Download complete 07:07:33 d747dcd14b5f: Verifying Checksum 07:07:33 d747dcd14b5f: Download complete 07:07:33 0d9ebad4ef96: Verifying Checksum 07:07:33 0d9ebad4ef96: Download complete 07:07:33 2de7ff778b66: Verifying Checksum 07:07:33 ab5ef0e58194: Verifying Checksum 07:07:33 ab5ef0e58194: Download complete 07:07:38 ab5ef0e58194: Pull complete 07:07:38 9712f1f96733: Pull complete 07:07:42 63f879dbbcfc: Pull complete 07:07:50 0d9ebad4ef96: Pull complete 07:07:51 e9a5061849ea: Pull complete 07:07:51 d747dcd14b5f: Pull complete 07:07:54 2de7ff778b66: Pull complete 07:07:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:07:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:07:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:07:54 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:07:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:07:57 $ docker top 1528c0892efa8ae937aa5ffdac9dd2bd36d762ca7d143b7428ed9e472e7c5c4f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:07:57 provisioning config files... 07:07:57 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1001021548977477157tmp 07:07:58 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8252675562710320409tmp 07:07:58 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config207745063909003726tmp [Pipeline] { [Pipeline] echo 07:07:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:07:58 ---> sigul-configuration.sh 07:07:58 gpg: directory `/root/.gnupg' created 07:07:58 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:07:58 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:07:58 gpg: keyring `/root/.gnupg/secring.gpg' created 07:07:58 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:07:58 gpg: CAST5 encrypted data 07:07:58 gpg: encrypted with 1 passphrase 07:07:58 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:07:58 + mkdir /home/jenkins 07:07:58 + mkdir /home/jenkins/sigul [Pipeline] sh 07:07:59 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 07:07:59 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:07:59 ---> sigul-install.sh 07:08:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:08:07 + git tag --list 07:08:07 v1.2.2-dev.3 [Pipeline] sh 07:08:07 + lftools sign git-tag v1.2.2-dev.3 07:08:08 Signing Git tag with Sigul... 07:08:08 Signing v1.2.2-dev.3 [Pipeline] echo 07:08:09 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:08:10 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:08:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:08:10 $ docker stop --time=1 1528c0892efa8ae937aa5ffdac9dd2bd36d762ca7d143b7428ed9e472e7c5c4f 07:08:11 $ docker rm -f 1528c0892efa8ae937aa5ffdac9dd2bd36d762ca7d143b7428ed9e472e7c5c4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:08:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:08:12 . [Pipeline] withDockerContainer 07:08:12 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:08:12 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:08:13 $ docker top 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:08:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:08:13 [ssh-agent] Looking for ssh-agent implementation... 07:08:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:08:14 $ docker exec 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd ssh-agent 07:08:14 SSH_AUTH_SOCK=/tmp/ssh-Nv4khvrYqvQL/agent.12 07:08:14 SSH_AGENT_PID=17 07:08:14 Running ssh-add (command line suppressed) 07:08:14 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1776115978077098040.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1776115978077098040.key) 07:08:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:08:14 + git semver bump pre 07:08:14 # -> Open(): unable to determine branch for HEAD 07:08:14 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 07:08:14 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 07:08:14 # $SEMVER_REMOTE_NAME = origin 07:08:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:08:14 # $SEMVER_USER_NAME = edgex-jenkins 07:08:14 # $SEMVER_BRANCH = master 07:08:14 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 07:08:14 1.2.2-dev.4 [Pipeline] } 07:08:14 $ docker exec --env ******** --env ******** 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd ssh-agent -k 07:08:14 unset SSH_AUTH_SOCK; 07:08:14 unset SSH_AGENT_PID; 07:08:14 echo Agent pid 17 killed; 07:08:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:08:15 + git semver [Pipeline] } 07:08:15 $ docker stop --time=1 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd 07:08:16 $ docker rm -f 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:08:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:08:17 . [Pipeline] withDockerContainer 07:08:17 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:08:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:08:18 $ docker top e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:08:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:08:18 [ssh-agent] Looking for ssh-agent implementation... 07:08:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:08:18 $ docker exec e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 ssh-agent 07:08:18 SSH_AUTH_SOCK=/tmp/ssh-mDxn2K2qHRaS/agent.11 07:08:18 SSH_AGENT_PID=16 07:08:18 Running ssh-add (command line suppressed) 07:08:18 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7666765429032178878.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7666765429032178878.key) 07:08:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:08:19 + git semver push 07:08:19 # -> Open(): unable to determine branch for HEAD 07:08:19 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 07:08:19 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 07:08:19 # $SEMVER_REMOTE_NAME = origin 07:08:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:08:19 # $SEMVER_USER_NAME = edgex-jenkins 07:08:19 # $SEMVER_BRANCH = master 07:08:19 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 07:08:25 $ docker exec --env ******** --env ******** e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 ssh-agent -k 07:08:26 unset SSH_AUTH_SOCK; 07:08:26 unset SSH_AGENT_PID; 07:08:26 echo Agent pid 16 killed; 07:08:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:08:26 + git semver [Pipeline] } 07:08:26 $ docker stop --time=1 e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 07:08:27 $ docker rm -f e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:08:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:08:29 ---> package-listing.sh 07:08:29 ++ facter osfamily 07:08:29 ++ tr '[:upper:]' '[:lower:]' 07:08:29 + OS_FAMILY=redhat 07:08:29 + workspace=/w/workspace/xfoundry_device-modbus-go_master 07:08:29 + START_PACKAGES=/tmp/packages_start.txt 07:08:29 + END_PACKAGES=/tmp/packages_end.txt 07:08:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:08:29 + PACKAGES=/tmp/packages_start.txt 07:08:29 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 07:08:29 + PACKAGES=/tmp/packages_end.txt 07:08:29 + case "${OS_FAMILY}" in 07:08:29 + rpm -qa 07:08:29 + sort 07:08:33 + '[' -f /tmp/packages_start.txt ']' 07:08:33 + '[' -f /tmp/packages_end.txt ']' 07:08:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:08:33 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 07:08:33 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 07:08:33 + 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 07:08:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:34 07:08:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:08:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:34 alpine: Pulling from edgex-lftools-log-publisher 07:08:34 c9b1b535fdd9: Pulling fs layer 07:08:34 2cc5ad85d9ab: Pulling fs layer 07:08:34 756a868c4378: Pulling fs layer 07:08:34 444b2fc9a129: Pulling fs layer 07:08:34 ea15f1150254: Pulling fs layer 07:08:34 41b27a9f41bf: Pulling fs layer 07:08:34 28c525ee5125: Pulling fs layer 07:08:34 094b1ea09ed8: Pulling fs layer 07:08:34 138eaada9080: Pulling fs layer 07:08:34 0622d0fa9048: Pulling fs layer 07:08:34 41b27a9f41bf: Waiting 07:08:34 28c525ee5125: Waiting 07:08:34 094b1ea09ed8: Waiting 07:08:34 138eaada9080: Waiting 07:08:34 0622d0fa9048: Waiting 07:08:34 444b2fc9a129: Waiting 07:08:34 ea15f1150254: Waiting 07:08:34 2cc5ad85d9ab: Verifying Checksum 07:08:34 2cc5ad85d9ab: Download complete 07:08:34 444b2fc9a129: Verifying Checksum 07:08:34 444b2fc9a129: Download complete 07:08:34 c9b1b535fdd9: Verifying Checksum 07:08:34 c9b1b535fdd9: Download complete 07:08:34 ea15f1150254: Verifying Checksum 07:08:34 ea15f1150254: Download complete 07:08:34 28c525ee5125: Download complete 07:08:35 756a868c4378: Verifying Checksum 07:08:35 756a868c4378: Download complete 07:08:35 c9b1b535fdd9: Pull complete 07:08:35 138eaada9080: Verifying Checksum 07:08:35 138eaada9080: Download complete 07:08:35 0622d0fa9048: Verifying Checksum 07:08:35 0622d0fa9048: Download complete 07:08:35 094b1ea09ed8: Verifying Checksum 07:08:35 094b1ea09ed8: Download complete 07:08:36 41b27a9f41bf: Verifying Checksum 07:08:36 41b27a9f41bf: Download complete 07:08:36 2cc5ad85d9ab: Pull complete 07:08:38 756a868c4378: Pull complete 07:08:38 444b2fc9a129: Pull complete 07:08:38 ea15f1150254: Pull complete 07:08:42 41b27a9f41bf: Pull complete 07:08:42 28c525ee5125: Pull complete 07:08:45 094b1ea09ed8: Pull complete 07:08:45 138eaada9080: Pull complete 07:08:45 0622d0fa9048: Pull complete 07:08:45 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 07:08:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:08:45 prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container 07:08:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:08:48 $ docker top 8f3190531abd26ed02495117b133f9cf7e7e1d53906e59dfec163f20c37a3415 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:08:48 provisioning config files... 07:08:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config612743891498521011tmp [Pipeline] { [Pipeline] echo 07:08:49 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:08:49 ---> create-netrc.sh [Pipeline] echo 07:08:49 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:08:49 ---> logs-deploy.sh 07:08:49 + ARCHIVE_ARTIFACTS= 07:08:49 + LOGS_SERVER=https://logs.edgexfoundry.org 07:08:49 + '[' https://logs.edgexfoundry.org == None ']' 07:08:49 + NEXUS_URL=https://nexus.edgexfoundry.org 07:08:49 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/17 07:08:49 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/17/ 07:08:49 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/17 /w/workspace/xfoundry_device-modbus-go_master 07:08:51 Archives upload complete. 07:08:51 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/17 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/17/