Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ac842be5e75fcd5e4c012862374abb44191cceb5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-190 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching without tags Checking out Revision ac842be5e75fcd5e4c012862374abb44191cceb5 (master) Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ac842be5e75fcd5e4c012862374abb44191cceb5 # timeout=10 Commit message: "Merge pull request #166 from weichou1229/issue-164" > git rev-list --no-walk 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-24T11:23:38.323Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-24T11:23:38.610Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-24T11:23:38.711Z] ========================================================= [2020-08-24T11:23:38.711Z] EdgeX Global Pipelines Version Info [2020-08-24T11:23:38.712Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:23:40.495Z] ------------------- [2020-08-24T11:23:40.495Z] stable info: [2020-08-24T11:23:40.495Z] ------------------- [2020-08-24T11:23:40.495Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-24T11:23:40.495Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-24T11:23:40.495Z] Message: update stable to v1.0.106 [2020-08-24T11:23:41.446Z] ------------------- [2020-08-24T11:23:41.446Z] experimental info: [2020-08-24T11:23:41.446Z] ------------------- [2020-08-24T11:23:41.446Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-24T11:23:41.446Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-24T11:23:41.446Z] 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 [2020-08-24T11:23:43.754Z] + git log --format=format:%s -1 ac842be5e75fcd5e4c012862374abb44191cceb5 [Pipeline] echo [2020-08-24T11:23:43.818Z] GIT_COMMIT: ac842be5e75fcd5e4c012862374abb44191cceb5, Commit Message: Merge pull request #166 from weichou1229/issue-164 [Pipeline] echo [2020-08-24T11:23:43.879Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:23:44.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T11:23:44.933Z] [2020-08-24T11:23:44.933Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:23:45.303Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T11:23:45.303Z] latest: Pulling from edgex-devops/git-semver [2020-08-24T11:23:45.303Z] 31603596830f: Pulling fs layer [2020-08-24T11:23:45.303Z] 2a8b12db71e7: Pulling fs layer [2020-08-24T11:23:45.303Z] 6ca5941a6612: Pulling fs layer [2020-08-24T11:23:45.303Z] ecc8261a40a4: Pulling fs layer [2020-08-24T11:23:45.303Z] ecc8261a40a4: Waiting [2020-08-24T11:23:45.303Z] 2a8b12db71e7: Verifying Checksum [2020-08-24T11:23:45.303Z] 2a8b12db71e7: Download complete [2020-08-24T11:23:45.579Z] 31603596830f: Verifying Checksum [2020-08-24T11:23:45.579Z] 31603596830f: Download complete [2020-08-24T11:23:45.579Z] ecc8261a40a4: Verifying Checksum [2020-08-24T11:23:45.579Z] ecc8261a40a4: Download complete [2020-08-24T11:23:45.850Z] 6ca5941a6612: Verifying Checksum [2020-08-24T11:23:45.850Z] 6ca5941a6612: Download complete [2020-08-24T11:23:46.138Z] 31603596830f: Pull complete [2020-08-24T11:23:46.138Z] 2a8b12db71e7: Pull complete [2020-08-24T11:23:47.569Z] 6ca5941a6612: Pull complete [2020-08-24T11:23:47.831Z] ecc8261a40a4: Pull complete [2020-08-24T11:23:47.831Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-24T11:23:47.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T11:23:47.831Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-24T11:23:48.054Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:23:48.161Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-24T11:23:50.133Z] $ docker top 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-24T11:23:50.649Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T11:23:50.649Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T11:23:50.987Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T11:23:50.996Z] $ docker exec 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 ssh-agent [2020-08-24T11:23:51.491Z] SSH_AUTH_SOCK=/tmp/ssh-6B320jGLnyVF/agent.12 [2020-08-24T11:23:51.491Z] SSH_AGENT_PID=17 [2020-08-24T11:23:51.552Z] Running ssh-add (command line suppressed) [2020-08-24T11:23:51.835Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6524190418533825131.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6524190418533825131.key) [2020-08-24T11:23:51.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T11:23:52.422Z] + git describe --exact-match --tags HEAD [2020-08-24T11:23:52.422Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-24T11:23:52.468Z] $ docker exec --env ******** --env ******** 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 ssh-agent -k [2020-08-24T11:23:52.621Z] unset SSH_AUTH_SOCK; [2020-08-24T11:23:52.629Z] unset SSH_AGENT_PID; [2020-08-24T11:23:52.629Z] echo Agent pid 17 killed; [2020-08-24T11:23:52.684Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-24T11:23:52.792Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-24T11:23:52.792Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-24T11:23:52.877Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T11:23:52.877Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T11:23:53.182Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T11:23:53.189Z] $ docker exec 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 ssh-agent [2020-08-24T11:23:53.470Z] SSH_AUTH_SOCK=/tmp/ssh-YRwn9EaeNtiO/agent.45 [2020-08-24T11:23:53.470Z] SSH_AGENT_PID=50 [2020-08-24T11:23:53.479Z] Running ssh-add (command line suppressed) [2020-08-24T11:23:53.811Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2880509081596022907.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2880509081596022907.key) [2020-08-24T11:23:53.941Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T11:23:54.467Z] + git semver init [2020-08-24T11:23:54.467Z] # -> Open(): unable to determine branch for HEAD [2020-08-24T11:23:54.467Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-24T11:23:54.467Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-24T11:23:54.467Z] # $SEMVER_REMOTE_NAME = origin [2020-08-24T11:23:54.467Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-24T11:23:54.467Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-24T11:23:54.467Z] # $SEMVER_BRANCH = master [2020-08-24T11:23:54.467Z] # $SEMVER_TEMP = /tmp/semver-766748292 [2020-08-24T11:23:54.467Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-08-24T11:23:55.071Z] # '/tmp/semver-766748292' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-08-24T11:23:55.071Z] # -> Force: false [2020-08-24T11:23:55.071Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-08-24T11:23:55.102Z] $ docker exec --env ******** --env ******** 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 ssh-agent -k [2020-08-24T11:23:55.315Z] unset SSH_AUTH_SOCK; [2020-08-24T11:23:55.316Z] unset SSH_AGENT_PID; [2020-08-24T11:23:55.316Z] echo Agent pid 50 killed; [2020-08-24T11:23:55.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-24T11:23:55.933Z] + git semver [Pipeline] } [2020-08-24T11:23:55.999Z] $ docker stop --time=1 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 [2020-08-24T11:23:57.592Z] $ docker rm -f 91217c58eaa4cfb8700c1478833d4b81b5d5750e8aab8a396ba60d9e0fe335f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-24T11:23:58.983Z] Stashed 20 file(s) [Pipeline] echo [2020-08-24T11:23:58.986Z] [edgeXSemver] initialized semver on version 1.2.3-dev.1 [Pipeline] echo [2020-08-24T11:23:59.062Z] Archived original version: [1.2.3-dev.1] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-24T11:24:14.402Z] Still waiting to schedule task [2020-08-24T11:24:14.402Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-24T11:24:14.404Z] Still waiting to schedule task [2020-08-24T11:24:14.404Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-24T11:26:15.505Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-191 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-08-24T11:26:15.577Z] Running in /w/workspace/device-modbus-go/19 [Pipeline] { [Pipeline] checkout [2020-08-24T11:26:20.721Z] using credential edgex-jenkins-ssh [2020-08-24T11:26:20.832Z] Cloning the remote Git repository [2020-08-24T11:26:20.833Z] Cloning with configured refspecs honoured and without tags [2020-08-24T11:26:20.907Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T11:26:21.017Z] > git init /w/workspace/device-modbus-go/19 # timeout=10 [2020-08-24T11:26:21.086Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T11:26:21.087Z] > git --version # timeout=10 [2020-08-24T11:26:21.107Z] > git --version # 'git version 2.17.1' [2020-08-24T11:26:21.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T11:26:21.185Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T11:26:21.854Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T11:26:21.919Z] Fetching without tags [2020-08-24T11:26:22.438Z] Checking out Revision ac842be5e75fcd5e4c012862374abb44191cceb5 (master) [2020-08-24T11:26:21.882Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T11:26:21.903Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T11:26:21.938Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T11:26:21.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T11:26:21.949Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T11:26:22.464Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T11:26:22.501Z] > git checkout -f ac842be5e75fcd5e4c012862374abb44191cceb5 # timeout=10 [2020-08-24T11:26:27.047Z] Commit message: "Merge pull request #166 from weichou1229/issue-164" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-24T11:26:28.213Z] ========================================================= [2020-08-24T11:26:28.213Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-24T11:26:28.213Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:26:29.301Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-24T11:26:30.303Z] Sending build context to Docker daemon 636.4kB [2020-08-24T11:26:30.303Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-24T11:26:30.303Z] Step 2/8 : FROM ${BASE} [2020-08-24T11:26:30.582Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-24T11:26:30.582Z] b538f80385f9: Pulling fs layer [2020-08-24T11:26:30.582Z] 74f711af9a0d: Pulling fs layer [2020-08-24T11:26:30.582Z] 99f96fe45779: Pulling fs layer [2020-08-24T11:26:30.582Z] fd7a069fd194: Pulling fs layer [2020-08-24T11:26:30.582Z] 66aa3694b03b: Pulling fs layer [2020-08-24T11:26:30.582Z] 170f70906a0f: Pulling fs layer [2020-08-24T11:26:30.582Z] ad7c5574e4b9: Pulling fs layer [2020-08-24T11:26:30.582Z] e772456be8f7: Pulling fs layer [2020-08-24T11:26:30.582Z] c890913d741a: Pulling fs layer [2020-08-24T11:26:30.582Z] 2480fcc9aa5a: Pulling fs layer [2020-08-24T11:26:30.582Z] 09adf4765672: Pulling fs layer [2020-08-24T11:26:30.582Z] ad7c5574e4b9: Waiting [2020-08-24T11:26:30.582Z] e772456be8f7: Waiting [2020-08-24T11:26:30.582Z] c890913d741a: Waiting [2020-08-24T11:26:30.582Z] 2480fcc9aa5a: Waiting [2020-08-24T11:26:30.582Z] 09adf4765672: Waiting [2020-08-24T11:26:30.582Z] fd7a069fd194: Waiting [2020-08-24T11:26:30.582Z] 66aa3694b03b: Waiting [2020-08-24T11:26:30.582Z] 170f70906a0f: Waiting [2020-08-24T11:26:30.582Z] 99f96fe45779: Verifying Checksum [2020-08-24T11:26:30.582Z] 99f96fe45779: Download complete [2020-08-24T11:26:30.582Z] 74f711af9a0d: Verifying Checksum [2020-08-24T11:26:30.582Z] 74f711af9a0d: Download complete [2020-08-24T11:26:30.582Z] 66aa3694b03b: Verifying Checksum [2020-08-24T11:26:30.582Z] 66aa3694b03b: Download complete [2020-08-24T11:26:30.582Z] 170f70906a0f: Verifying Checksum [2020-08-24T11:26:30.582Z] 170f70906a0f: Download complete [2020-08-24T11:26:30.582Z] b538f80385f9: Verifying Checksum [2020-08-24T11:26:30.582Z] b538f80385f9: Download complete [2020-08-24T11:26:31.579Z] b538f80385f9: Pull complete [2020-08-24T11:26:32.173Z] 74f711af9a0d: Pull complete [2020-08-24T11:26:32.451Z] 99f96fe45779: Pull complete [2020-08-24T11:26:33.442Z] ad7c5574e4b9: Verifying Checksum [2020-08-24T11:26:33.442Z] ad7c5574e4b9: Download complete [2020-08-24T11:26:33.442Z] c890913d741a: Verifying Checksum [2020-08-24T11:26:33.442Z] c890913d741a: Download complete [2020-08-24T11:26:35.415Z] 2480fcc9aa5a: Verifying Checksum [2020-08-24T11:26:35.415Z] 2480fcc9aa5a: Download complete [2020-08-24T11:26:35.687Z] 09adf4765672: Verifying Checksum [2020-08-24T11:26:35.687Z] 09adf4765672: Download complete [2020-08-24T11:26:36.279Z] e772456be8f7: Verifying Checksum [2020-08-24T11:26:36.279Z] e772456be8f7: Download complete [2020-08-24T11:26:36.551Z] fd7a069fd194: Verifying Checksum [2020-08-24T11:26:36.551Z] fd7a069fd194: Download complete [2020-08-24T11:26:48.931Z] fd7a069fd194: Pull complete [2020-08-24T11:26:48.931Z] 66aa3694b03b: Pull complete [2020-08-24T11:26:48.931Z] 170f70906a0f: Pull complete [2020-08-24T11:26:51.576Z] ad7c5574e4b9: Pull complete [2020-08-24T11:26:55.894Z] e772456be8f7: Pull complete [2020-08-24T11:26:56.168Z] c890913d741a: Pull complete [2020-08-24T11:26:58.796Z] 2480fcc9aa5a: Pull complete [2020-08-24T11:26:59.068Z] 09adf4765672: Pull complete [2020-08-24T11:26:59.068Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-24T11:26:59.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-24T11:26:59.068Z] ---> 2248a725d1cf [2020-08-24T11:26:59.068Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-24T11:27:00.084Z] Running on prd-centos7-docker-4c-2g-192 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-08-24T11:27:00.155Z] Running in /w/workspace/device-modbus-go/19 [Pipeline] { [Pipeline] checkout [2020-08-24T11:27:02.873Z] using credential edgex-jenkins-ssh [2020-08-24T11:27:02.930Z] Cloning the remote Git repository [2020-08-24T11:27:02.930Z] Cloning with configured refspecs honoured and without tags [2020-08-24T11:27:02.964Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T11:27:03.031Z] > git init /w/workspace/device-modbus-go/19 # timeout=10 [2020-08-24T11:27:03.079Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T11:27:03.080Z] > git --version # timeout=10 [2020-08-24T11:27:03.094Z] > git --version # 'git version 2.16.5' [2020-08-24T11:27:03.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T11:27:03.131Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T11:27:04.440Z] Fetching without tags [2020-08-24T11:27:04.459Z] ---> Running in 4dda7d50e01e [2020-08-24T11:27:04.459Z] Removing intermediate container 4dda7d50e01e [2020-08-24T11:27:04.459Z] ---> 8729dbfa40f2 [2020-08-24T11:27:04.459Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T11:27:04.459Z] ---> Running in c81ef037f8c0 [2020-08-24T11:27:04.839Z] Checking out Revision ac842be5e75fcd5e4c012862374abb44191cceb5 (master) [2020-08-24T11:27:04.421Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T11:27:04.427Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T11:27:04.439Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T11:27:04.450Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T11:27:04.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T11:27:04.455Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T11:27:04.850Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T11:27:04.856Z] > git checkout -f ac842be5e75fcd5e4c012862374abb44191cceb5 # timeout=10 [2020-08-24T11:27:07.087Z] Removing intermediate container c81ef037f8c0 [2020-08-24T11:27:07.087Z] ---> fd0962ca5d56 [2020-08-24T11:27:07.087Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T11:27:07.087Z] ---> Running in f54867bc9718 [2020-08-24T11:27:08.406Z] Commit message: "Merge pull request #166 from weichou1229/issue-164" [2020-08-24T11:27:08.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-24T11:27:09.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-08-24T11:27:09.218Z] ========================================================= [2020-08-24T11:27:09.218Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-24T11:27:09.218Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:27:09.721Z] (1/14) Installing libmagic (5.38-r0) [2020-08-24T11:27:09.764Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-24T11:27:09.990Z] (2/14) Installing file (5.38-r0) [2020-08-24T11:27:09.990Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-24T11:27:10.032Z] Sending build context to Docker daemon 636.4kB [2020-08-24T11:27:10.032Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-24T11:27:10.032Z] Step 2/8 : FROM ${BASE} [2020-08-24T11:27:10.032Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-24T11:27:10.032Z] df20fa9351a1: Pulling fs layer [2020-08-24T11:27:10.032Z] ed8968b2872e: Pulling fs layer [2020-08-24T11:27:10.032Z] a92cc7c5fd73: Pulling fs layer [2020-08-24T11:27:10.032Z] 2dd03ba5bac4: Pulling fs layer [2020-08-24T11:27:10.032Z] 1e091d79d1de: Pulling fs layer [2020-08-24T11:27:10.032Z] 481702a1767f: Pulling fs layer [2020-08-24T11:27:10.032Z] f64a6f60c768: Pulling fs layer [2020-08-24T11:27:10.032Z] e78d2573fc39: Pulling fs layer [2020-08-24T11:27:10.032Z] e876d2f968b6: Pulling fs layer [2020-08-24T11:27:10.032Z] ce8a83651883: Pulling fs layer [2020-08-24T11:27:10.032Z] 07967f4d0e4b: Pulling fs layer [2020-08-24T11:27:10.032Z] 1e091d79d1de: Waiting [2020-08-24T11:27:10.032Z] 481702a1767f: Waiting [2020-08-24T11:27:10.032Z] f64a6f60c768: Waiting [2020-08-24T11:27:10.032Z] e78d2573fc39: Waiting [2020-08-24T11:27:10.032Z] e876d2f968b6: Waiting [2020-08-24T11:27:10.032Z] ce8a83651883: Waiting [2020-08-24T11:27:10.032Z] 07967f4d0e4b: Waiting [2020-08-24T11:27:10.032Z] 2dd03ba5bac4: Waiting [2020-08-24T11:27:10.032Z] a92cc7c5fd73: Verifying Checksum [2020-08-24T11:27:10.032Z] a92cc7c5fd73: Download complete [2020-08-24T11:27:10.032Z] ed8968b2872e: Verifying Checksum [2020-08-24T11:27:10.032Z] ed8968b2872e: Download complete [2020-08-24T11:27:10.032Z] 1e091d79d1de: Verifying Checksum [2020-08-24T11:27:10.032Z] 1e091d79d1de: Download complete [2020-08-24T11:27:10.032Z] 481702a1767f: Verifying Checksum [2020-08-24T11:27:10.032Z] 481702a1767f: Download complete [2020-08-24T11:27:10.032Z] df20fa9351a1: Verifying Checksum [2020-08-24T11:27:10.032Z] df20fa9351a1: Download complete [2020-08-24T11:27:10.260Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-24T11:27:10.622Z] df20fa9351a1: Pull complete [2020-08-24T11:27:10.622Z] ed8968b2872e: Pull complete [2020-08-24T11:27:11.230Z] f64a6f60c768: Verifying Checksum [2020-08-24T11:27:11.230Z] f64a6f60c768: Download complete [2020-08-24T11:27:11.230Z] e876d2f968b6: Verifying Checksum [2020-08-24T11:27:11.230Z] e876d2f968b6: Download complete [2020-08-24T11:27:11.812Z] e78d2573fc39: Verifying Checksum [2020-08-24T11:27:11.812Z] e78d2573fc39: Download complete [2020-08-24T11:27:11.812Z] 2dd03ba5bac4: Verifying Checksum [2020-08-24T11:27:11.812Z] 2dd03ba5bac4: Download complete [2020-08-24T11:27:11.812Z] 07967f4d0e4b: Verifying Checksum [2020-08-24T11:27:11.812Z] 07967f4d0e4b: Download complete [2020-08-24T11:27:11.812Z] ce8a83651883: Verifying Checksum [2020-08-24T11:27:11.812Z] ce8a83651883: Download complete [2020-08-24T11:27:12.386Z] a92cc7c5fd73: Pull complete [2020-08-24T11:27:14.564Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-24T11:27:14.564Z] (6/14) Installing patch (2.7.6-r6) [2020-08-24T11:27:14.564Z] (7/14) Installing build-base (0.5-r2) [2020-08-24T11:27:14.564Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-24T11:27:14.564Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-24T11:27:14.564Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-24T11:27:14.831Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-24T11:27:14.831Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-24T11:27:15.099Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-24T11:27:15.099Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-24T11:27:15.370Z] Executing busybox-1.31.1-r16.trigger [2020-08-24T11:27:15.370Z] OK: 221 MiB in 53 packages [2020-08-24T11:27:17.722Z] 2dd03ba5bac4: Pull complete [2020-08-24T11:27:17.722Z] 1e091d79d1de: Pull complete [2020-08-24T11:27:17.722Z] 481702a1767f: Pull complete [2020-08-24T11:27:19.674Z] Removing intermediate container f54867bc9718 [2020-08-24T11:27:19.674Z] ---> 1d7db5ad516b [2020-08-24T11:27:19.674Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-24T11:27:19.674Z] ---> Running in 18e41c954155 [2020-08-24T11:27:20.265Z] Removing intermediate container 18e41c954155 [2020-08-24T11:27:20.265Z] ---> a36640608b57 [2020-08-24T11:27:20.265Z] Step 7/8 : COPY . . [2020-08-24T11:27:21.242Z] ---> 50e8e3c46990 [2020-08-24T11:27:21.242Z] Step 8/8 : RUN go mod download [2020-08-24T11:27:21.242Z] ---> Running in 483f60ecb731 [2020-08-24T11:27:24.320Z] f64a6f60c768: Pull complete [2020-08-24T11:27:24.622Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-24T11:27:24.622Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T11:27:24.622Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-24T11:27:24.622Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T11:27:24.622Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-24T11:27:24.622Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-24T11:27:24.891Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T11:27:24.891Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-24T11:27:24.891Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T11:27:24.891Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T11:27:24.891Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T11:27:24.891Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T11:27:25.162Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T11:27:25.162Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T11:27:25.162Z] go: finding github.com/fatih/color v1.7.0 [2020-08-24T11:27:25.162Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T11:27:25.162Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-24T11:27:25.162Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T11:27:25.434Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-24T11:27:25.434Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-24T11:27:25.434Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-24T11:27:25.434Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-24T11:27:25.434Z] go: finding github.com/google/uuid v1.1.1 [2020-08-24T11:27:25.434Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-24T11:27:25.703Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-24T11:27:25.703Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-24T11:27:25.703Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-24T11:27:25.703Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T11:27:25.703Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T11:27:25.703Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-24T11:27:25.703Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-24T11:27:25.974Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T11:27:25.974Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-24T11:27:25.974Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-24T11:27:25.974Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-24T11:27:25.974Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-24T11:27:25.974Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T11:27:25.974Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-24T11:27:26.245Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-24T11:27:26.245Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-24T11:27:26.245Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-24T11:27:26.245Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-24T11:27:26.245Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-24T11:27:26.245Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-24T11:27:26.245Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-24T11:27:26.515Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-24T11:27:26.515Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T11:27:26.515Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-24T11:27:26.515Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-24T11:27:26.515Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-24T11:27:26.515Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-24T11:27:26.786Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-24T11:27:26.786Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-24T11:27:26.786Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T11:27:26.786Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T11:27:26.786Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-24T11:27:26.786Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-24T11:27:26.786Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-24T11:27:26.902Z] e78d2573fc39: Pull complete [2020-08-24T11:27:27.059Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-24T11:27:27.059Z] go: finding github.com/posener/complete v1.1.1 [2020-08-24T11:27:27.059Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-24T11:27:27.059Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-24T11:27:27.059Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-24T11:27:27.059Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-24T11:27:27.059Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-24T11:27:27.171Z] e876d2f968b6: Pull complete [2020-08-24T11:27:27.335Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-24T11:27:27.335Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-24T11:27:27.335Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-24T11:27:27.335Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-24T11:27:27.335Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-24T11:27:27.335Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-24T11:27:27.335Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-24T11:27:28.121Z] ce8a83651883: Pull complete [2020-08-24T11:27:28.121Z] 07967f4d0e4b: Pull complete [2020-08-24T11:27:28.121Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-24T11:27:28.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-24T11:27:28.381Z] ---> 5d7c900382c6 [2020-08-24T11:27:28.381Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-24T11:27:29.768Z] ---> Running in 548b116bbc2f [2020-08-24T11:27:29.768Z] Removing intermediate container 548b116bbc2f [2020-08-24T11:27:29.768Z] ---> b480ce6953ed [2020-08-24T11:27:29.768Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T11:27:29.768Z] ---> Running in f1121a41e78e [2020-08-24T11:27:31.155Z] Removing intermediate container f1121a41e78e [2020-08-24T11:27:31.155Z] ---> 51e8c9b40d2b [2020-08-24T11:27:31.155Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T11:27:31.155Z] ---> Running in 44ecdf5a0ff6 [2020-08-24T11:27:31.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-24T11:27:32.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-24T11:27:32.871Z] (1/14) Installing libmagic (5.38-r0) [2020-08-24T11:27:33.133Z] (2/14) Installing file (5.38-r0) [2020-08-24T11:27:33.133Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-24T11:27:33.394Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-24T11:27:37.491Z] Removing intermediate container 483f60ecb731 [2020-08-24T11:27:37.491Z] ---> 757e325b8b74 [2020-08-24T11:27:37.491Z] Successfully built 757e325b8b74 [2020-08-24T11:27:37.491Z] 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 [2020-08-24T11:27:40.277Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-24T11:27:40.613Z] + ls -al . [2020-08-24T11:27:40.613Z] total 100 [2020-08-24T11:27:40.613Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 24 11:26 . [2020-08-24T11:27:40.613Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 11:26 .. [2020-08-24T11:27:40.613Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 24 11:26 .dockerignore [2020-08-24T11:27:40.613Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 11:26 .git [2020-08-24T11:27:40.613Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 11:26 .github [2020-08-24T11:27:40.613Z] -rw-rw-r-- 1 jenkins jenkins 330 Aug 24 11:26 .gitignore [2020-08-24T11:27:40.614Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 11:26 .semver [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 5049 Aug 24 11:26 Attribution.txt [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 1422 Aug 24 11:26 Dockerfile [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 954 Aug 24 11:26 Dockerfile.build [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 702 Aug 24 11:26 Jenkinsfile [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 24 11:26 LICENSE [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 880 Aug 24 11:26 Makefile [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 591 Aug 24 11:26 README.md [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 24 11:23 VERSION [2020-08-24T11:27:40.614Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 11:26 bin [2020-08-24T11:27:40.614Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 11:26 cmd [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 559 Aug 24 11:26 go.mod [2020-08-24T11:27:40.614Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 11:26 internal [2020-08-24T11:27:40.614Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 11:26 simulator [2020-08-24T11:27:40.614Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 11:26 snap [2020-08-24T11:27:40.614Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 24 11:26 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:27:40.960Z] + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ac842be5e75fcd5e4c012862374abb44191cceb5 --label arch=arm64 --label version=1.2.3-dev.1 . [2020-08-24T11:27:41.234Z] Sending build context to Docker daemon 636.4kB [2020-08-24T11:27:41.234Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-24T11:27:41.234Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-24T11:27:41.234Z] ---> 757e325b8b74 [2020-08-24T11:27:41.234Z] Step 3/19 : ARG MAKE='make build' [2020-08-24T11:27:41.506Z] ---> Running in 099ded833655 [2020-08-24T11:27:42.113Z] Removing intermediate container 099ded833655 [2020-08-24T11:27:42.113Z] ---> 640b732d4b40 [2020-08-24T11:27:42.113Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T11:27:42.113Z] ---> Running in a62065ac4749 [2020-08-24T11:27:44.730Z] Removing intermediate container a62065ac4749 [2020-08-24T11:27:44.730Z] ---> 3dd4e064b225 [2020-08-24T11:27:44.730Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T11:27:44.730Z] ---> Running in c75b2b6dd3a3 [2020-08-24T11:27:45.669Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-24T11:27:45.669Z] (6/14) Installing patch (2.7.6-r6) [2020-08-24T11:27:45.669Z] (7/14) Installing build-base (0.5-r2) [2020-08-24T11:27:45.669Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-24T11:27:45.669Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-24T11:27:45.669Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-24T11:27:45.669Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-24T11:27:45.669Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-24T11:27:45.669Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-24T11:27:45.669Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-24T11:27:45.669Z] Executing busybox-1.31.1-r16.trigger [2020-08-24T11:27:45.669Z] OK: 237 MiB in 53 packages [2020-08-24T11:27:46.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-24T11:27:46.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-24T11:27:47.950Z] OK: 221 MiB in 53 packages [2020-08-24T11:27:48.924Z] Removing intermediate container c75b2b6dd3a3 [2020-08-24T11:27:48.924Z] ---> 754fb7d8d97e [2020-08-24T11:27:48.924Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-24T11:27:48.976Z] Removing intermediate container 44ecdf5a0ff6 [2020-08-24T11:27:48.976Z] ---> d8efd0254d88 [2020-08-24T11:27:48.976Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-24T11:27:48.976Z] ---> Running in 73914b576a4f [2020-08-24T11:27:49.197Z] ---> Running in e2313b5f7865 [2020-08-24T11:27:49.238Z] Removing intermediate container 73914b576a4f [2020-08-24T11:27:49.238Z] ---> 167de37de3a2 [2020-08-24T11:27:49.238Z] Step 7/8 : COPY . . [2020-08-24T11:27:49.791Z] Removing intermediate container e2313b5f7865 [2020-08-24T11:27:49.791Z] ---> 3788f321fb04 [2020-08-24T11:27:49.791Z] Step 7/19 : COPY . . [2020-08-24T11:27:49.811Z] ---> c762aac0cff2 [2020-08-24T11:27:49.811Z] Step 8/8 : RUN go mod download [2020-08-24T11:27:50.076Z] ---> Running in b31ecc7824d4 [2020-08-24T11:27:50.392Z] ---> e925de7650d0 [2020-08-24T11:27:50.392Z] Step 8/19 : RUN ${MAKE} [2020-08-24T11:27:50.662Z] ---> Running in ef5a24c560f3 [2020-08-24T11:27:51.998Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-24T11:27:51.998Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T11:27:52.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.1" -o cmd/device-modbus ./cmd [2020-08-24T11:27:52.261Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-24T11:27:52.261Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T11:27:52.261Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-24T11:27:52.261Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-24T11:27:52.261Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T11:27:52.261Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-24T11:27:52.261Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T11:27:52.523Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T11:27:52.523Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T11:27:52.523Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T11:27:52.523Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T11:27:52.523Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T11:27:52.523Z] go: finding github.com/fatih/color v1.7.0 [2020-08-24T11:27:52.784Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T11:27:52.784Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-24T11:27:52.784Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T11:27:52.784Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-24T11:27:52.784Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-24T11:27:52.784Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-24T11:27:52.784Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-24T11:27:53.045Z] go: finding github.com/google/uuid v1.1.1 [2020-08-24T11:27:53.045Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-24T11:27:53.045Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-24T11:27:53.045Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-24T11:27:53.045Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-24T11:27:53.045Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T11:27:53.045Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T11:27:53.306Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-24T11:27:53.307Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-24T11:27:53.307Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T11:27:53.307Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-24T11:27:53.307Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-24T11:27:53.307Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-24T11:27:53.307Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-24T11:27:53.568Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T11:27:53.568Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-24T11:27:53.568Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-24T11:27:53.568Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-24T11:27:53.568Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-24T11:27:53.568Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-24T11:27:53.829Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-24T11:27:53.829Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-24T11:27:53.829Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-24T11:27:53.829Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-24T11:27:53.829Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T11:27:53.829Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-24T11:27:53.829Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-24T11:27:54.090Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-24T11:27:54.090Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-24T11:27:54.090Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-24T11:27:54.090Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-24T11:27:54.090Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T11:27:54.090Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T11:27:54.090Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-24T11:27:54.351Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-24T11:27:54.351Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-24T11:27:54.351Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-24T11:27:54.351Z] go: finding github.com/posener/complete v1.1.1 [2020-08-24T11:27:54.351Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-24T11:27:54.351Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-24T11:27:54.351Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-24T11:27:54.351Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-24T11:27:54.611Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-24T11:27:54.611Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-24T11:27:54.611Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-24T11:27:54.611Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-24T11:27:54.611Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-24T11:27:54.611Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-24T11:27:54.611Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-24T11:27:54.873Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-24T11:28:03.024Z] Removing intermediate container b31ecc7824d4 [2020-08-24T11:28:03.024Z] ---> a22eb3c64a30 [2020-08-24T11:28:03.024Z] Successfully built a22eb3c64a30 [2020-08-24T11:28:03.024Z] 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 [2020-08-24T11:28:04.066Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-24T11:28:04.379Z] + ls -al . [2020-08-24T11:28:04.379Z] total 64 [2020-08-24T11:28:04.379Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 24 11:27 . [2020-08-24T11:28:04.379Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 24 11:27 .. [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 5049 Aug 24 11:27 Attribution.txt [2020-08-24T11:28:04.379Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 24 11:27 bin [2020-08-24T11:28:04.379Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 24 11:27 cmd [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 1422 Aug 24 11:27 Dockerfile [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 954 Aug 24 11:27 Dockerfile.build [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 24 11:27 .dockerignore [2020-08-24T11:28:04.379Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 24 11:27 .git [2020-08-24T11:28:04.379Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 24 11:27 .github [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 330 Aug 24 11:27 .gitignore [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 559 Aug 24 11:27 go.mod [2020-08-24T11:28:04.379Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 24 11:27 internal [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 702 Aug 24 11:27 Jenkinsfile [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 24 11:27 LICENSE [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 880 Aug 24 11:27 Makefile [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 591 Aug 24 11:27 README.md [2020-08-24T11:28:04.379Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 24 11:27 .semver [2020-08-24T11:28:04.379Z] drwxrwxr-x. 2 jenkins jenkins 35 Aug 24 11:27 simulator [2020-08-24T11:28:04.379Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 24 11:27 snap [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 24 11:23 VERSION [2020-08-24T11:28:04.379Z] -rw-rw-r--. 1 jenkins jenkins 229 Aug 24 11:27 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:04.691Z] + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ac842be5e75fcd5e4c012862374abb44191cceb5 --label arch=amd64 --label version=1.2.3-dev.1 . [2020-08-24T11:28:04.953Z] Sending build context to Docker daemon 636.4kB [2020-08-24T11:28:04.953Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-24T11:28:04.953Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-24T11:28:04.953Z] ---> a22eb3c64a30 [2020-08-24T11:28:04.953Z] Step 3/19 : ARG MAKE='make build' [2020-08-24T11:28:04.953Z] ---> Running in b747057c59c9 [2020-08-24T11:28:05.216Z] Removing intermediate container b747057c59c9 [2020-08-24T11:28:05.216Z] ---> cc71841ca3f1 [2020-08-24T11:28:05.216Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T11:28:05.216Z] ---> Running in 90e5478e5fa7 [2020-08-24T11:28:06.617Z] Removing intermediate container 90e5478e5fa7 [2020-08-24T11:28:06.617Z] ---> 0111586c5728 [2020-08-24T11:28:06.617Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T11:28:06.617Z] ---> Running in 7c51e6652e2f [2020-08-24T11:28:07.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-24T11:28:07.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-24T11:28:08.714Z] OK: 237 MiB in 53 packages [2020-08-24T11:28:08.975Z] Removing intermediate container 7c51e6652e2f [2020-08-24T11:28:08.975Z] ---> 9ad8a5d62c62 [2020-08-24T11:28:08.975Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-24T11:28:08.975Z] ---> Running in 13ed1d7e2e7c [2020-08-24T11:28:09.236Z] Removing intermediate container 13ed1d7e2e7c [2020-08-24T11:28:09.236Z] ---> 7ad42c9259a5 [2020-08-24T11:28:09.236Z] Step 7/19 : COPY . . [2020-08-24T11:28:09.810Z] ---> 963f6fc83200 [2020-08-24T11:28:09.810Z] Step 8/19 : RUN ${MAKE} [2020-08-24T11:28:09.810Z] ---> Running in d88424e5df1c [2020-08-24T11:28:10.381Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.1" -o cmd/device-modbus ./cmd [2020-08-24T11:28:18.943Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-24T11:28:20.488Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-24T11:28:23.043Z] Removing intermediate container d88424e5df1c [2020-08-24T11:28:23.043Z] ---> 73844a2b4785 [2020-08-24T11:28:23.043Z] Step 9/19 : FROM scratch [2020-08-24T11:28:23.043Z] ---> [2020-08-24T11:28:23.043Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-24T11:28:23.043Z] ---> Running in 89ea94dd055f [2020-08-24T11:28:23.043Z] Removing intermediate container 89ea94dd055f [2020-08-24T11:28:23.043Z] ---> 7e8cc5e3761e [2020-08-24T11:28:23.043Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-24T11:28:23.043Z] ---> Running in 681f8c5c9281 [2020-08-24T11:28:23.043Z] Removing intermediate container 681f8c5c9281 [2020-08-24T11:28:23.043Z] ---> 0fc78c406a47 [2020-08-24T11:28:23.043Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-24T11:28:23.232Z] Removing intermediate container ef5a24c560f3 [2020-08-24T11:28:23.232Z] ---> b6961597f50d [2020-08-24T11:28:23.232Z] Step 9/19 : FROM scratch [2020-08-24T11:28:23.232Z] ---> [2020-08-24T11:28:23.232Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-24T11:28:23.232Z] ---> Running in 91251413b0df [2020-08-24T11:28:23.232Z] Removing intermediate container 91251413b0df [2020-08-24T11:28:23.232Z] ---> e162b5e44f16 [2020-08-24T11:28:23.232Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-24T11:28:23.232Z] ---> Running in b5a68dd6343d [2020-08-24T11:28:23.503Z] Removing intermediate container b5a68dd6343d [2020-08-24T11:28:23.503Z] ---> 4b95bf69406e [2020-08-24T11:28:23.503Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-24T11:28:23.616Z] ---> ef4901045b6c [2020-08-24T11:28:23.617Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-24T11:28:23.878Z] ---> 5038b0946d44 [2020-08-24T11:28:23.878Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-24T11:28:24.139Z] ---> c3ae9f25c713 [2020-08-24T11:28:24.139Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-24T11:28:24.139Z] ---> Running in dc168898fa8c [2020-08-24T11:28:24.401Z] Removing intermediate container dc168898fa8c [2020-08-24T11:28:24.401Z] ---> 6b4ff2e08a00 [2020-08-24T11:28:24.401Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-24T11:28:24.401Z] ---> Running in 18decd69b359 [2020-08-24T11:28:24.401Z] Removing intermediate container 18decd69b359 [2020-08-24T11:28:24.401Z] ---> c1cf2d74bac1 [2020-08-24T11:28:24.401Z] Step 17/19 : LABEL arch=amd64 [2020-08-24T11:28:24.665Z] ---> Running in 2b2140aefd68 [2020-08-24T11:28:24.665Z] Removing intermediate container 2b2140aefd68 [2020-08-24T11:28:24.665Z] ---> cb5f401f4d8c [2020-08-24T11:28:24.665Z] Step 18/19 : LABEL git_sha=ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:28:24.927Z] ---> Running in d7671413dbed [2020-08-24T11:28:24.927Z] Removing intermediate container d7671413dbed [2020-08-24T11:28:24.927Z] ---> 491c76031c75 [2020-08-24T11:28:24.927Z] Step 19/19 : LABEL version=1.2.3-dev.1 [2020-08-24T11:28:24.927Z] ---> Running in ee53034b1c07 [2020-08-24T11:28:24.933Z] ---> 77890cec9901 [2020-08-24T11:28:24.933Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-24T11:28:25.188Z] Removing intermediate container ee53034b1c07 [2020-08-24T11:28:25.188Z] ---> 26b1f62c9aa7 [2020-08-24T11:28:25.188Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-24T11:28:25.188Z] Successfully built 26b1f62c9aa7 [2020-08-24T11:28:25.188Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-08-24T11:28:25.524Z] ---> b4da7373fa50 [2020-08-24T11:28:25.524Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-24T11:28:25.708Z] provisioning config files... [2020-08-24T11:28:25.741Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/19@tmp/config7686794157260225388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:28:26.111Z] nexus3.edgexfoundry.org:10001 [2020-08-24T11:28:26.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-24T11:28:26.118Z] ---> 85e36f95e0f9 [2020-08-24T11:28:26.118Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-24T11:28:26.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:26.373Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:26.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:26.373Z] [2020-08-24T11:28:26.373Z] Login Succeeded [2020-08-24T11:28:26.373Z] nexus3.edgexfoundry.org:10002 [2020-08-24T11:28:26.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-24T11:28:26.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:26.373Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:26.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:26.373Z] [2020-08-24T11:28:26.373Z] Login Succeeded [2020-08-24T11:28:26.373Z] nexus3.edgexfoundry.org:10003 [2020-08-24T11:28:26.390Z] ---> Running in a70a980f2242 [2020-08-24T11:28:26.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-24T11:28:26.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:26.634Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:26.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:26.634Z] [2020-08-24T11:28:26.634Z] Login Succeeded [2020-08-24T11:28:26.634Z] nexus3.edgexfoundry.org:10004 [2020-08-24T11:28:26.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-24T11:28:26.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:26.897Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:26.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:26.897Z] [2020-08-24T11:28:26.897Z] Login Succeeded [2020-08-24T11:28:26.897Z] docker.io [2020-08-24T11:28:26.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-24T11:28:26.982Z] Removing intermediate container a70a980f2242 [2020-08-24T11:28:26.982Z] ---> 62969ea95923 [2020-08-24T11:28:26.982Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-24T11:28:26.982Z] ---> Running in d3bc4241e9b6 [2020-08-24T11:28:27.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:27.158Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:27.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:27.158Z] [2020-08-24T11:28:27.158Z] Login Succeeded [Pipeline] } [2020-08-24T11:28:27.167Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-24T11:28:27.383Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-08-24T11:28:27.383Z] ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:28:27.383Z] latest [2020-08-24T11:28:27.383Z] 1.2.3-dev.1 [2020-08-24T11:28:27.383Z] ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [2020-08-24T11:28:27.383Z] master [2020-08-24T11:28:27.383Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-08-24T11:28:27.574Z] Removing intermediate container d3bc4241e9b6 [2020-08-24T11:28:27.574Z] ---> 402b9df1c900 [2020-08-24T11:28:27.574Z] Step 17/19 : LABEL arch=arm64 [2020-08-24T11:28:27.574Z] ---> Running in 349b2721eec2 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:27.882Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:28.167Z] Removing intermediate container 349b2721eec2 [2020-08-24T11:28:28.167Z] ---> 1e6f46f15752 [2020-08-24T11:28:28.167Z] Step 18/19 : LABEL git_sha=ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:28:28.167Z] ---> Running in 8e1e20fec90a [2020-08-24T11:28:28.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:28:28.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-24T11:28:28.182Z] 34450c392e64: Preparing [2020-08-24T11:28:28.182Z] cea65505fa29: Preparing [2020-08-24T11:28:28.182Z] 03f96dade4e4: Preparing [2020-08-24T11:28:28.182Z] 34450c392e64: Pushed [2020-08-24T11:28:28.182Z] cea65505fa29: Pushed [2020-08-24T11:28:28.764Z] Removing intermediate container 8e1e20fec90a [2020-08-24T11:28:28.764Z] ---> 6bc6a8a63d95 [2020-08-24T11:28:28.764Z] Step 19/19 : LABEL version=1.2.3-dev.1 [2020-08-24T11:28:28.764Z] ---> Running in 589dc318d783 [2020-08-24T11:28:29.037Z] Removing intermediate container 589dc318d783 [2020-08-24T11:28:29.037Z] ---> cd104dcc3efa [2020-08-24T11:28:29.037Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-24T11:28:29.037Z] Successfully built cd104dcc3efa [2020-08-24T11:28:29.130Z] 03f96dade4e4: Pushed [2020-08-24T11:28:29.309Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [2020-08-24T11:28:29.392Z] ac842be5e75fcd5e4c012862374abb44191cceb5: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-24T11:28:29.769Z] provisioning config files... [2020-08-24T11:28:29.811Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/19@tmp/config7247244667999069559tmp [Pipeline] { [2020-08-24T11:28:29.880Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:30.221Z] nexus3.edgexfoundry.org:10001 [2020-08-24T11:28:30.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-08-24T11:28:30.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-24T11:28:30.284Z] 34450c392e64: Preparing [2020-08-24T11:28:30.284Z] cea65505fa29: Preparing [2020-08-24T11:28:30.284Z] 03f96dade4e4: Preparing [2020-08-24T11:28:30.284Z] 34450c392e64: Layer already exists [2020-08-24T11:28:30.284Z] 03f96dade4e4: Layer already exists [2020-08-24T11:28:30.284Z] cea65505fa29: Layer already exists [2020-08-24T11:28:30.284Z] latest: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:30.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-24T11:28:30.586Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:30.766Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:30.766Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:30.766Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:30.766Z] [2020-08-24T11:28:30.766Z] Login Succeeded [2020-08-24T11:28:30.766Z] nexus3.edgexfoundry.org:10002 [2020-08-24T11:28:30.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.1 [2020-08-24T11:28:30.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-24T11:28:30.881Z] 34450c392e64: Preparing [2020-08-24T11:28:30.881Z] cea65505fa29: Preparing [2020-08-24T11:28:30.881Z] 03f96dade4e4: Preparing [2020-08-24T11:28:30.881Z] 34450c392e64: Layer already exists [2020-08-24T11:28:30.881Z] cea65505fa29: Layer already exists [2020-08-24T11:28:30.881Z] 03f96dade4e4: Layer already exists [2020-08-24T11:28:30.881Z] 1.2.3-dev.1: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:31.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-24T11:28:31.180Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:31.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:31.308Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:31.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:31.308Z] [2020-08-24T11:28:31.308Z] Login Succeeded [2020-08-24T11:28:31.308Z] nexus3.edgexfoundry.org:10003 [2020-08-24T11:28:31.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [2020-08-24T11:28:31.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-24T11:28:31.475Z] 34450c392e64: Preparing [2020-08-24T11:28:31.475Z] cea65505fa29: Preparing [2020-08-24T11:28:31.475Z] 03f96dade4e4: Preparing [2020-08-24T11:28:31.475Z] 34450c392e64: Layer already exists [2020-08-24T11:28:31.475Z] 03f96dade4e4: Layer already exists [2020-08-24T11:28:31.475Z] cea65505fa29: Layer already exists [2020-08-24T11:28:31.475Z] ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:31.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-24T11:28:31.774Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:31.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:31.852Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:31.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:31.852Z] [2020-08-24T11:28:31.852Z] Login Succeeded [2020-08-24T11:28:31.852Z] nexus3.edgexfoundry.org:10004 [2020-08-24T11:28:32.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-08-24T11:28:32.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-24T11:28:32.069Z] 34450c392e64: Preparing [2020-08-24T11:28:32.069Z] cea65505fa29: Preparing [2020-08-24T11:28:32.069Z] 03f96dade4e4: Preparing [2020-08-24T11:28:32.069Z] cea65505fa29: Layer already exists [2020-08-24T11:28:32.069Z] 34450c392e64: Layer already exists [2020-08-24T11:28:32.069Z] 03f96dade4e4: Layer already exists [2020-08-24T11:28:32.069Z] master: digest: sha256:3860258e3a8f88fe89511d53c44f421cfc77c3ef308f5bd116d423c8a10b91bf size: 944 [Pipeline] } [2020-08-24T11:28:32.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-24T11:28:32.255Z] ===================================================== [Pipeline] echo [2020-08-24T11:28:32.308Z] taggedImages: [2020-08-24T11:28:32.308Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:28:32.308Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-08-24T11:28:32.308Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.1 [2020-08-24T11:28:32.308Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [2020-08-24T11:28:32.308Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [2020-08-24T11:28:32.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:32.396Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:32.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:32.396Z] [2020-08-24T11:28:32.396Z] Login Succeeded [2020-08-24T11:28:32.396Z] docker.io [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-08-24T11:28:32.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-24T11:28:33.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-24T11:28:33.256Z] Configure a credential helper to remove this warning. See [2020-08-24T11:28:33.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-24T11:28:33.256Z] [2020-08-24T11:28:33.256Z] Login Succeeded [Pipeline] } [2020-08-24T11:28:33.270Z] Deleting 1 temporary files [2020-08-24T11:28:33.446Z] ++ grep snapcraft.yaml [2020-08-24T11:28:33.446Z] ++ find /w/workspace/device-modbus-go/19 [2020-08-24T11:28:33.446Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/19/snap/snapcraft.yaml [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-24T11:28:33.721Z] provisioning config files... [2020-08-24T11:28:33.729Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/19@tmp/config2638516896628999994tmp [Pipeline] { [Pipeline] sh [Pipeline] echo [2020-08-24T11:28:33.805Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-08-24T11:28:33.805Z] ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:28:33.805Z] latest [2020-08-24T11:28:33.805Z] 1.2.3-dev.1 [2020-08-24T11:28:33.805Z] ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [2020-08-24T11:28:33.805Z] master [2020-08-24T11:28:33.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:34.060Z] + cp /w/workspace/device-modbus-go/19@tmp/config2638516896628999994tmp /w/workspace/device-modbus-go/19/edgex-snap-store-login [Pipeline] sh [2020-08-24T11:28:34.259Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:34.359Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/19:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-24T11:28:34.359Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-08-24T11:28:34.359Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-08-24T11:28:34.359Z] f08d8e2a3ba1: Pulling fs layer [2020-08-24T11:28:34.359Z] 3baa9cb2483b: Pulling fs layer [2020-08-24T11:28:34.359Z] 94e5ff4c0b15: Pulling fs layer [2020-08-24T11:28:34.359Z] 1860925334f9: Pulling fs layer [2020-08-24T11:28:34.359Z] 59c17e3da0e4: Pulling fs layer [2020-08-24T11:28:34.359Z] 7daec384fcf6: Pulling fs layer [2020-08-24T11:28:34.359Z] 7a29a85643c4: Pulling fs layer [2020-08-24T11:28:34.359Z] 94438e9460a9: Pulling fs layer [2020-08-24T11:28:34.359Z] 812cffafd64f: Pulling fs layer [2020-08-24T11:28:34.359Z] 1860925334f9: Waiting [2020-08-24T11:28:34.359Z] 7a29a85643c4: Waiting [2020-08-24T11:28:34.359Z] 94438e9460a9: Waiting [2020-08-24T11:28:34.359Z] 812cffafd64f: Waiting [2020-08-24T11:28:34.359Z] 7daec384fcf6: Waiting [2020-08-24T11:28:34.359Z] 59c17e3da0e4: Waiting [2020-08-24T11:28:34.359Z] 94e5ff4c0b15: Verifying Checksum [2020-08-24T11:28:34.359Z] 94e5ff4c0b15: Download complete [2020-08-24T11:28:34.359Z] 3baa9cb2483b: Download complete [2020-08-24T11:28:34.359Z] 1860925334f9: Verifying Checksum [2020-08-24T11:28:34.359Z] 1860925334f9: Download complete [2020-08-24T11:28:34.359Z] 7daec384fcf6: Verifying Checksum [2020-08-24T11:28:34.359Z] 7daec384fcf6: Download complete [2020-08-24T11:28:34.359Z] 7a29a85643c4: Download complete [2020-08-24T11:28:34.359Z] 94438e9460a9: Verifying Checksum [2020-08-24T11:28:34.359Z] 94438e9460a9: Download complete [2020-08-24T11:28:34.359Z] 812cffafd64f: Verifying Checksum [2020-08-24T11:28:34.359Z] 812cffafd64f: Download complete [2020-08-24T11:28:34.591Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:28:34.591Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-24T11:28:34.591Z] 9a4944175299: Preparing [2020-08-24T11:28:34.591Z] 2b9755e3a520: Preparing [2020-08-24T11:28:34.591Z] 469ed8de8aaf: Preparing [2020-08-24T11:28:34.624Z] f08d8e2a3ba1: Verifying Checksum [2020-08-24T11:28:34.624Z] f08d8e2a3ba1: Download complete [2020-08-24T11:28:36.014Z] 2b9755e3a520: Pushed [2020-08-24T11:28:36.014Z] 9a4944175299: Pushed [2020-08-24T11:28:38.615Z] 469ed8de8aaf: Pushed [2020-08-24T11:28:38.615Z] ac842be5e75fcd5e4c012862374abb44191cceb5: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:38.856Z] 59c17e3da0e4: Verifying Checksum [2020-08-24T11:28:38.856Z] 59c17e3da0e4: Download complete [2020-08-24T11:28:38.958Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:39.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-08-24T11:28:39.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-24T11:28:39.301Z] 9a4944175299: Preparing [2020-08-24T11:28:39.301Z] 2b9755e3a520: Preparing [2020-08-24T11:28:39.301Z] 469ed8de8aaf: Preparing [2020-08-24T11:28:39.301Z] 9a4944175299: Layer already exists [2020-08-24T11:28:39.301Z] 469ed8de8aaf: Layer already exists [2020-08-24T11:28:39.301Z] 2b9755e3a520: Layer already exists [2020-08-24T11:28:39.427Z] f08d8e2a3ba1: Pull complete [2020-08-24T11:28:39.571Z] latest: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:39.906Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:40.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.1 [2020-08-24T11:28:40.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-24T11:28:40.240Z] 9a4944175299: Preparing [2020-08-24T11:28:40.240Z] 2b9755e3a520: Preparing [2020-08-24T11:28:40.240Z] 469ed8de8aaf: Preparing [2020-08-24T11:28:40.240Z] 469ed8de8aaf: Layer already exists [2020-08-24T11:28:40.240Z] 9a4944175299: Layer already exists [2020-08-24T11:28:40.240Z] 2b9755e3a520: Layer already exists [2020-08-24T11:28:40.371Z] 3baa9cb2483b: Pull complete [2020-08-24T11:28:40.371Z] 94e5ff4c0b15: Pull complete [2020-08-24T11:28:40.371Z] 1860925334f9: Pull complete [2020-08-24T11:28:40.511Z] 1.2.3-dev.1: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:40.851Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:41.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [2020-08-24T11:28:41.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-24T11:28:41.182Z] 9a4944175299: Preparing [2020-08-24T11:28:41.182Z] 2b9755e3a520: Preparing [2020-08-24T11:28:41.182Z] 469ed8de8aaf: Preparing [2020-08-24T11:28:41.182Z] 469ed8de8aaf: Layer already exists [2020-08-24T11:28:41.182Z] 9a4944175299: Layer already exists [2020-08-24T11:28:41.182Z] 2b9755e3a520: Layer already exists [2020-08-24T11:28:41.455Z] ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:41.795Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:28:42.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-08-24T11:28:42.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-24T11:28:42.130Z] 9a4944175299: Preparing [2020-08-24T11:28:42.130Z] 2b9755e3a520: Preparing [2020-08-24T11:28:42.130Z] 469ed8de8aaf: Preparing [2020-08-24T11:28:42.130Z] 9a4944175299: Layer already exists [2020-08-24T11:28:42.404Z] 2b9755e3a520: Layer already exists [2020-08-24T11:28:42.404Z] 469ed8de8aaf: Layer already exists [2020-08-24T11:28:42.404Z] master: digest: sha256:15f28960a3bc330be13adca2e42f2fbbbe3981be08ea3a379121c3393628692d size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-24T11:28:42.703Z] ===================================================== [Pipeline] echo [2020-08-24T11:28:42.745Z] taggedImages: [2020-08-24T11:28:42.745Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:28:42.745Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-08-24T11:28:42.745Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.1 [2020-08-24T11:28:42.745Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5-1.2.3-dev.1 [2020-08-24T11:28:42.745Z] - 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 [2020-08-24T11:28:43.756Z] + find /w/workspace/device-modbus-go/19 [2020-08-24T11:28:43.756Z] + grep snapcraft.yaml [2020-08-24T11:28:43.756Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/19/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-24T11:28:43.901Z] provisioning config files... [2020-08-24T11:28:43.919Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/19@tmp/config5981790686541839332tmp [Pipeline] { [Pipeline] sh [2020-08-24T11:28:44.298Z] + cp /w/workspace/device-modbus-go/19@tmp/config5981790686541839332tmp /w/workspace/device-modbus-go/19/edgex-snap-store-login [Pipeline] sh [2020-08-24T11:28:44.636Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/19:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-24T11:28:44.636Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-08-24T11:28:44.636Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-08-24T11:28:44.636Z] 237528ba509b: Pulling fs layer [2020-08-24T11:28:44.636Z] 393b96f31d8b: Pulling fs layer [2020-08-24T11:28:44.636Z] 4d82b0e39008: Pulling fs layer [2020-08-24T11:28:44.636Z] e7ca375b8d34: Pulling fs layer [2020-08-24T11:28:44.636Z] 07392d479177: Pulling fs layer [2020-08-24T11:28:44.636Z] 8324981f6117: Pulling fs layer [2020-08-24T11:28:44.636Z] c3105ce2227d: Pulling fs layer [2020-08-24T11:28:44.636Z] 92aa0e4ab508: Pulling fs layer [2020-08-24T11:28:44.636Z] ae419ce1c302: Pulling fs layer [2020-08-24T11:28:44.636Z] 07392d479177: Waiting [2020-08-24T11:28:44.636Z] 8324981f6117: Waiting [2020-08-24T11:28:44.636Z] c3105ce2227d: Waiting [2020-08-24T11:28:44.636Z] 92aa0e4ab508: Waiting [2020-08-24T11:28:44.636Z] ae419ce1c302: Waiting [2020-08-24T11:28:44.636Z] e7ca375b8d34: Waiting [2020-08-24T11:28:44.636Z] 4d82b0e39008: Verifying Checksum [2020-08-24T11:28:44.636Z] 4d82b0e39008: Download complete [2020-08-24T11:28:44.636Z] 393b96f31d8b: Download complete [2020-08-24T11:28:44.906Z] e7ca375b8d34: Verifying Checksum [2020-08-24T11:28:44.906Z] e7ca375b8d34: Download complete [2020-08-24T11:28:44.906Z] 8324981f6117: Verifying Checksum [2020-08-24T11:28:44.906Z] 8324981f6117: Download complete [2020-08-24T11:28:44.906Z] c3105ce2227d: Verifying Checksum [2020-08-24T11:28:44.906Z] c3105ce2227d: Download complete [2020-08-24T11:28:44.906Z] 92aa0e4ab508: Download complete [2020-08-24T11:28:44.906Z] ae419ce1c302: Verifying Checksum [2020-08-24T11:28:44.906Z] ae419ce1c302: Download complete [2020-08-24T11:28:45.883Z] 237528ba509b: Download complete [2020-08-24T11:28:48.498Z] 237528ba509b: Pull complete [2020-08-24T11:28:48.771Z] 393b96f31d8b: Pull complete [2020-08-24T11:28:49.044Z] 4d82b0e39008: Pull complete [2020-08-24T11:28:49.317Z] e7ca375b8d34: Pull complete [2020-08-24T11:28:56.031Z] 07392d479177: Verifying Checksum [2020-08-24T11:28:56.031Z] 07392d479177: Download complete [2020-08-24T11:29:12.578Z] 59c17e3da0e4: Pull complete [2020-08-24T11:29:12.578Z] 7daec384fcf6: Pull complete [2020-08-24T11:29:12.578Z] 7a29a85643c4: Pull complete [2020-08-24T11:29:12.578Z] 94438e9460a9: Pull complete [2020-08-24T11:29:12.578Z] 812cffafd64f: Pull complete [2020-08-24T11:29:12.578Z] Digest: sha256:af8a54c7bc77af20a24fc779da6a179edb230b027a9915447f6ddb0093e77608 [2020-08-24T11:29:12.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-24T11:29:12.578Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-24T11:29:12.578Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-08-24T11:29:12.578Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-08-24T11:29:12.578Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-08-24T11:29:13.965Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] [2020-08-24T11:29:14.536Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1417 kB] [2020-08-24T11:29:14.536Z] Fetched 3010 kB in 3s (1044 kB/s) [2020-08-24T11:29:15.922Z] Reading package lists... [2020-08-24T11:29:21.217Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-08-24T11:29:21.217Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-24T11:29:21.217Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-08-24T11:29:21.217Z] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-08-24T11:29:22.573Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 51% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-24T11:29:24.486Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-24T11:29:25.841Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 50% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-24T11:29:26.103Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 67% Building dependency tree [2020-08-24T11:29:26.103Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-24T11:29:26.364Z] The following packages were automatically installed and are no longer required: [2020-08-24T11:29:26.364Z] libjq1 libonig4 [2020-08-24T11:29:26.364Z] Use 'sudo apt autoremove' to remove them. [2020-08-24T11:29:26.364Z] Suggested packages: [2020-08-24T11:29:26.364Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-24T11:29:26.364Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-24T11:29:26.364Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-24T11:29:26.364Z] | libterm-readline-perl-perl [2020-08-24T11:29:26.626Z] The following NEW packages will be installed: [2020-08-24T11:29:26.626Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-24T11:29:26.626Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-24T11:29:26.626Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-24T11:29:26.626Z] Need to get 12.0 MB of archives. [2020-08-24T11:29:26.626Z] After this operation, 77.5 MB of additional disk space will be used. [2020-08-24T11:29:26.886Z] 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] [2020-08-24T11:29:27.668Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 668 kB/2763 kB 24%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-08-24T11:29:27.668Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-08-24T11:29:27.668Z] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-08-24T11:29:27.668Z] 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] [2020-08-24T11:29:27.668Z] 48% [5 perl 33.5 kB/201 kB 17%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-08-24T11:29:27.668Z] 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-08-24T11:29:27.668Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-08-24T11:29:27.668Z] 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-08-24T11:29:27.928Z] 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-24T11:29:27.928Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-08-24T11:29:27.928Z] 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-08-24T11:29:28.188Z] 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-08-24T11:29:28.188Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-08-24T11:29:28.188Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 2s (7295 kB/s) [2020-08-24T11:29:28.760Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-24T11:29:28.760Z] Selecting previously unselected package perl-modules-5.26. [2020-08-24T11:29:28.760Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-08-24T11:29:28.760Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-24T11:29:28.760Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-24T11:29:32.062Z] Selecting previously unselected package libgdbm5:amd64. [2020-08-24T11:29:32.062Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-08-24T11:29:32.062Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-08-24T11:29:32.062Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-08-24T11:29:32.062Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-08-24T11:29:32.062Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-24T11:29:32.062Z] Selecting previously unselected package libperl5.26:amd64. [2020-08-24T11:29:32.062Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-24T11:29:32.062Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-24T11:29:33.004Z] Selecting previously unselected package perl. [2020-08-24T11:29:33.005Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-24T11:29:33.265Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-24T11:29:33.265Z] Selecting previously unselected package less. [2020-08-24T11:29:33.265Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-08-24T11:29:33.265Z] Unpacking less (487-0.1) ... [2020-08-24T11:29:33.527Z] Selecting previously unselected package netbase. [2020-08-24T11:29:33.527Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-24T11:29:33.527Z] Unpacking netbase (5.4) ... [2020-08-24T11:29:33.527Z] Selecting previously unselected package curl. [2020-08-24T11:29:33.527Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-08-24T11:29:33.527Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-08-24T11:29:33.527Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-08-24T11:29:33.527Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-08-24T11:29:33.527Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-08-24T11:29:33.788Z] Selecting previously unselected package liberror-perl. [2020-08-24T11:29:33.788Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-08-24T11:29:33.788Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-24T11:29:33.788Z] Selecting previously unselected package git-man. [2020-08-24T11:29:33.788Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-24T11:29:33.788Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-24T11:29:33.788Z] Selecting previously unselected package git. [2020-08-24T11:29:33.788Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-08-24T11:29:34.048Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-24T11:29:34.620Z] Selecting previously unselected package make. [2020-08-24T11:29:34.620Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-08-24T11:29:34.620Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-24T11:29:34.620Z] Selecting previously unselected package patch. [2020-08-24T11:29:34.620Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-08-24T11:29:34.620Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-24T11:29:34.620Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-24T11:29:34.881Z] Setting up less (487-0.1) ... [2020-08-24T11:29:34.881Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-24T11:29:34.881Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-08-24T11:29:34.881Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-08-24T11:29:35.033Z] 07392d479177: Pull complete [2020-08-24T11:29:35.033Z] 8324981f6117: Pull complete [2020-08-24T11:29:35.033Z] c3105ce2227d: Pull complete [2020-08-24T11:29:35.141Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-24T11:29:35.141Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-08-24T11:29:35.141Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-24T11:29:35.141Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-24T11:29:35.141Z] Setting up netbase (5.4) ... [2020-08-24T11:29:35.141Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-24T11:29:35.141Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-24T11:29:35.141Z] Setting up liberror-perl (0.17025-1) ... [2020-08-24T11:29:35.141Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-24T11:29:35.306Z] 92aa0e4ab508: Pull complete [2020-08-24T11:29:35.402Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-24T11:29:35.402Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-24T11:29:35.580Z] ae419ce1c302: Pull complete [2020-08-24T11:29:35.580Z] Digest: sha256:6e406ae1453d9e8d8e9e409efff2bb31ab6f017c918e683fbe291fd96f16a4ed [2020-08-24T11:29:35.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-24T11:29:37.315Z] curl set to automatically installed. [2020-08-24T11:29:37.315Z] git set to automatically installed. [2020-08-24T11:29:37.315Z] git-man set to automatically installed. [2020-08-24T11:29:37.315Z] less set to automatically installed. [2020-08-24T11:29:37.315Z] libcurl3-gnutls set to automatically installed. [2020-08-24T11:29:37.315Z] liberror-perl set to automatically installed. [2020-08-24T11:29:37.315Z] libgdbm-compat4 set to automatically installed. [2020-08-24T11:29:37.315Z] libgdbm5 set to automatically installed. [2020-08-24T11:29:37.315Z] libperl5.26 set to automatically installed. [2020-08-24T11:29:37.315Z] make set to automatically installed. [2020-08-24T11:29:37.315Z] netbase set to automatically installed. [2020-08-24T11:29:37.315Z] patch set to automatically installed. [2020-08-24T11:29:37.315Z] perl set to automatically installed. [2020-08-24T11:29:37.315Z] perl-modules-5.26 set to automatically installed. [2020-08-24T11:29:37.577Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-24T11:29:37.577Z] Please ensure the environment is properly setup before continuing. [2020-08-24T11:29:37.577Z] Ignore this message if the appropriate measures have already been taken [2020-08-24T11:29:38.148Z] Pulling go  [2020-08-24T11:29:39.093Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-24T11:29:39.093Z] Skipping pull go (already ran) [2020-08-24T11:29:39.093Z] Building go  [2020-08-24T11:29:39.093Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-24T11:29:39.093Z] Dload Upload Total Spent Left Speed [2020-08-24T11:29:41.551Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 114M 20 23.4M 0 0 26.5M 0 0:00:04 --:--:-- 0:00:04 26.5M 75 114M 75 86.6M 0 0 45.9M 0 0:00:02 0:00:01 0:00:01 45.9M 100 114M 100 114M 0 0 49.7M 0 0:00:02 0:00:02 --:--:-- 49.7M [2020-08-24T11:29:42.123Z] go1.13.5.linux-amd64.tar.gz: OK [2020-08-24T11:29:42.275Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-24T11:29:42.275Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-24T11:29:42.275Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-24T11:29:42.275Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-24T11:29:42.275Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] [2020-08-24T11:29:42.551Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] [2020-08-24T11:29:43.143Z] Fetched 2427 kB in 2s (1320 kB/s) [2020-08-24T11:29:47.432Z] Reading package lists... [2020-08-24T11:29:50.274Z] Staging go  [2020-08-24T11:29:51.224Z] Pulling device-modbus  [2020-08-24T11:29:53.138Z] Skipping build go (already ran) [2020-08-24T11:29:53.138Z] Building device-modbus  [2020-08-24T11:29:53.138Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.1" -o cmd/device-modbus ./cmd [2020-08-24T11:29:54.524Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T11:29:54.524Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-24T11:29:54.524Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T11:29:54.524Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-24T11:29:54.524Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-24T11:29:54.524Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T11:29:54.524Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T11:29:54.524Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-24T11:29:54.524Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T11:29:54.524Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-24T11:29:54.524Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-24T11:29:54.785Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-24T11:29:54.785Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T11:29:54.785Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T11:29:54.785Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-24T11:29:54.785Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T11:29:54.785Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T11:29:54.785Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-24T11:29:54.785Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-24T11:29:54.785Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T11:29:54.785Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-24T11:29:54.785Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T11:29:54.785Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T11:29:54.785Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-24T11:29:54.785Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-24T11:29:54.785Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-24T11:29:54.785Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T11:29:54.785Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T11:29:54.785Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-24T11:29:54.785Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-24T11:29:54.785Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T11:29:54.785Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-24T11:29:54.785Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T11:29:54.785Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T11:29:54.785Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-24T11:29:54.786Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-24T11:29:54.786Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-24T11:29:54.786Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-24T11:29:54.786Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-24T11:29:54.786Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T11:29:54.786Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T11:29:54.786Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T11:29:54.786Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-24T11:29:54.786Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T11:29:54.786Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T11:29:54.786Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-24T11:29:54.786Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T11:29:54.786Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T11:29:54.786Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T11:29:54.786Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-24T11:29:54.786Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T11:29:54.786Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T11:29:54.786Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T11:29:55.048Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-24T11:29:55.048Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T11:29:55.048Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T11:29:55.048Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T11:29:55.048Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T11:29:55.048Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T11:29:55.048Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T11:29:55.048Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T11:29:55.048Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T11:29:55.048Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T11:29:55.308Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T11:29:55.308Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-24T11:29:55.308Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-24T11:29:55.308Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T11:29:55.309Z] go: finding github.com/google/uuid v1.1.1 [2020-08-24T11:29:55.309Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-24T11:29:55.309Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T11:29:55.309Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T11:29:55.309Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-24T11:29:55.309Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T11:29:55.309Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-24T11:29:55.309Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T11:29:55.309Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T11:29:55.309Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-24T11:29:55.309Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-24T11:29:55.309Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-24T11:29:55.309Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T11:29:55.309Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-24T11:29:55.309Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-24T11:29:55.309Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T11:29:55.309Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T11:29:55.571Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T11:29:55.571Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-24T11:29:55.571Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T11:29:55.571Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T11:29:55.571Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T11:29:55.571Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-24T11:29:55.571Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T11:29:55.571Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T11:29:55.571Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T11:30:00.075Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-24T11:30:00.075Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-08-24T11:30:00.075Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-08-24T11:30:00.349Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-08-24T11:30:03.777Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-24T11:30:05.831Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 8% Reading package lists... 28% Reading package lists... 49% Reading package lists... 68% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 87% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-24T11:30:07.978Z] Skipping stage go (already ran) [2020-08-24T11:30:07.978Z] Staging device-modbus  [2020-08-24T11:30:08.920Z] Priming go  [2020-08-24T11:30:09.862Z] Priming device-modbus  [2020-08-24T11:30:10.808Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-24T11:30:10.808Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-24T11:30:10.808Z] Determining the version from the project repo (version-script). [2020-08-24T11:30:10.808Z] The version has been set to '1.2.3-dev.1-20200824+ac842be' [2020-08-24T11:30:12.166Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-08-24T11:30:12.166Z] Snapped edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap [2020-08-24T11:30:12.519Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-24T11:30:15.474Z] [2020-08-24T11:30:15.474Z] Login successful. You now have these capabilities: [2020-08-24T11:30:15.474Z]  [2020-08-24T11:30:15.735Z] snaps: No restriction [2020-08-24T11:30:15.735Z] channels: No restriction [2020-08-24T11:30:15.735Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-08-24T11:30:15.735Z] expires: 2021-07-14T18:21:36.256372 [2020-08-24T11:30:15.735Z]  [2020-08-24T11:30:16.305Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-24T11:30:16.305Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-24T11:30:16.305Z] Preparing to upload 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap'. [2020-08-24T11:30:16.305Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-08-24T11:30:16.305Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-08-24T11:30:16.572Z] 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 [2020-08-24T11:30:17.435Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 61% Building dependency tree [2020-08-24T11:30:17.435Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-24T11:30:18.026Z] The following packages were automatically installed and are no longer required: [2020-08-24T11:30:18.026Z] libjq1 libonig4 [2020-08-24T11:30:18.026Z] Use 'sudo apt autoremove' to remove them. [2020-08-24T11:30:18.026Z] Suggested packages: [2020-08-24T11:30:18.026Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-24T11:30:18.026Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-24T11:30:18.026Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-24T11:30:18.026Z] | libterm-readline-perl-perl [2020-08-24T11:30:18.489Z] Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [] 100% [2020-08-24T11:30:18.617Z] The following NEW packages will be installed: [2020-08-24T11:30:18.617Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-24T11:30:18.617Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-24T11:30:18.617Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-24T11:30:18.617Z] Need to get 10.8 MB of archives. [2020-08-24T11:30:18.617Z] After this operation, 73.6 MB of additional disk space will be used. [2020-08-24T11:30:18.888Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-08-24T11:30:19.751Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 492 kB/2763 kB 18%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-08-24T11:30:19.751Z] 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-08-24T11:30:19.751Z] 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] [2020-08-24T11:30:19.751Z] 25% [4 libperl5.26 20.5 kB/3326 kB 1%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-08-24T11:30:19.751Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-08-24T11:30:19.751Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-08-24T11:30:19.751Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-08-24T11:30:19.751Z] 58% [8 curl 41.0 kB/152 kB 27%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-08-24T11:30:19.751Z] 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-24T11:30:19.751Z] 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] [2020-08-24T11:30:19.751Z] 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-08-24T11:30:20.025Z] 72% [12 git 30.7 kB/2952 kB 1%] 95% [Waiting for headers] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-08-24T11:30:20.025Z] 96% [13 make 65.5 kB/139 kB 47%] 98% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-08-24T11:30:20.025Z] 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (8103 kB/s) [2020-08-24T11:30:20.627Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-24T11:30:20.627Z] Selecting previously unselected package perl-modules-5.26. [2020-08-24T11:30:20.902Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-08-24T11:30:20.902Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-24T11:30:20.902Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-24T11:30:22.338Z] Selecting previously unselected package libgdbm5:arm64. [2020-08-24T11:30:22.338Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-08-24T11:30:22.338Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-08-24T11:30:22.338Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-08-24T11:30:22.338Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-08-24T11:30:22.338Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-24T11:30:22.611Z] Selecting previously unselected package libperl5.26:arm64. [2020-08-24T11:30:22.611Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-24T11:30:22.611Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-24T11:30:23.586Z] Selecting previously unselected package perl. [2020-08-24T11:30:23.586Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-24T11:30:23.857Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-24T11:30:23.857Z] Selecting previously unselected package less. [2020-08-24T11:30:23.857Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-08-24T11:30:23.857Z] Unpacking less (487-0.1) ... [2020-08-24T11:30:24.129Z] Selecting previously unselected package netbase. [2020-08-24T11:30:24.129Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-24T11:30:24.129Z] Unpacking netbase (5.4) ... [2020-08-24T11:30:24.129Z] Selecting previously unselected package curl. [2020-08-24T11:30:24.129Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-24T11:30:24.129Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-08-24T11:30:24.401Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-08-24T11:30:24.401Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-24T11:30:24.401Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-24T11:30:24.401Z] Selecting previously unselected package liberror-perl. [2020-08-24T11:30:24.401Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-08-24T11:30:24.672Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-24T11:30:24.672Z] Selecting previously unselected package git-man. [2020-08-24T11:30:24.672Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-24T11:30:24.672Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-24T11:30:24.942Z] Selecting previously unselected package git. [2020-08-24T11:30:24.942Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-08-24T11:30:24.942Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-24T11:30:26.371Z] Selecting previously unselected package make. [2020-08-24T11:30:26.371Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-08-24T11:30:26.371Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-24T11:30:26.371Z] Selecting previously unselected package patch. [2020-08-24T11:30:26.371Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-08-24T11:30:26.371Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-24T11:30:26.371Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-24T11:30:26.643Z] Setting up less (487-0.1) ... [2020-08-24T11:30:26.915Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-24T11:30:26.915Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-08-24T11:30:26.915Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-24T11:30:26.915Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-24T11:30:27.186Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-08-24T11:30:27.186Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-24T11:30:27.186Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-24T11:30:27.186Z] Setting up netbase (5.4) ... [2020-08-24T11:30:27.458Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-24T11:30:27.458Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-24T11:30:27.458Z] Setting up liberror-perl (0.17025-1) ... [2020-08-24T11:30:27.458Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-24T11:30:27.730Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-24T11:30:27.730Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-24T11:30:33.114Z] curl set to automatically installed. [2020-08-24T11:30:33.114Z] git set to automatically installed. [2020-08-24T11:30:33.114Z] git-man set to automatically installed. [2020-08-24T11:30:33.114Z] less set to automatically installed. [2020-08-24T11:30:33.385Z] libcurl3-gnutls set to automatically installed. [2020-08-24T11:30:33.385Z] liberror-perl set to automatically installed. [2020-08-24T11:30:33.385Z] libgdbm-compat4 set to automatically installed. [2020-08-24T11:30:33.385Z] libgdbm5 set to automatically installed. [2020-08-24T11:30:33.385Z] libperl5.26 set to automatically installed. [2020-08-24T11:30:33.385Z] make set to automatically installed. [2020-08-24T11:30:33.385Z] netbase set to automatically installed. [2020-08-24T11:30:33.385Z] patch set to automatically installed. [2020-08-24T11:30:33.651Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing...| [2020-08-24T11:30:33.651Z] released [2020-08-24T11:30:33.651Z] Revision 1281 of 'edgex-device-modbus' created. [2020-08-24T11:30:33.657Z] perl set to automatically installed. [2020-08-24T11:30:33.657Z] perl-modules-5.26 set to automatically installed. [2020-08-24T11:30:33.657Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-24T11:30:33.658Z] Please ensure the environment is properly setup before continuing. [2020-08-24T11:30:33.658Z] Ignore this message if the appropriate measures have already been taken [2020-08-24T11:30:34.223Z] Track Arch Channel Version Revision [2020-08-24T11:30:34.223Z] latest amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-08-24T11:30:34.223Z] candidate 1.2.1-20200612+fdf900d 1255 [2020-08-24T11:30:34.223Z] beta 1.2.1-20200612+fdf900d 1255 [2020-08-24T11:30:34.223Z] edge 1.2.3-dev.1-20200824+ac842be 1281 [2020-08-24T11:30:34.223Z] edinburgh amd64 stable - - [2020-08-24T11:30:34.223Z] candidate - - [2020-08-24T11:30:34.223Z] beta 1.0.0-20190626+739f7ef 112 [2020-08-24T11:30:34.223Z] edge 1.0.0-20200103+c777f31 956 [2020-08-24T11:30:34.223Z] fuji amd64 stable 1.1.1-20200228+37c94ae 1087 [2020-08-24T11:30:34.223Z] candidate ↑ ↑ [2020-08-24T11:30:34.223Z] beta 1.1.1-20200228+37c94ae 1087 [2020-08-24T11:30:34.223Z] edge 1.1.1-20200422+37c94ae 1193 [2020-08-24T11:30:34.223Z] geneva amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-08-24T11:30:34.223Z] candidate ↑ ↑ [2020-08-24T11:30:34.223Z] beta ↑ ↑ [2020-08-24T11:30:34.223Z] edge ↑ ↑ [2020-08-24T11:30:34.628Z] Pulling go  [2020-08-24T11:30:35.165Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-24T11:30:35.166Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-24T11:30:35.166Z] Uploading metadata from 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_amd64.snap' [2020-08-24T11:30:37.999Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-24T11:30:37.999Z] Skipping pull go (already ran) [2020-08-24T11:30:37.999Z] Building go  [2020-08-24T11:30:37.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-24T11:30:37.999Z] Dload Upload Total Spent Left Speed [2020-08-24T11:30:38.465Z] The metadata has been uploaded [Pipeline] } [2020-08-24T11:30:39.415Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-24T11:30:40.540Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 93.0M 30 28.1M 0 0 25.0M 0 0:00:03 0:00:01 0:00:02 25.0M 78 93.0M 78 73.3M 0 0 34.5M 0 0:00:02 0:00:02 --:--:-- 34.5M 100 93.0M 100 93.0M 0 0 36.4M 0 0:00:02 0:00:02 --:--:-- 36.4M [2020-08-24T11:30:41.965Z] go1.13.5.linux-arm64.tar.gz: OK [2020-08-24T11:31:00.238Z] Staging go  [2020-08-24T11:31:02.206Z] Pulling device-modbus  [2020-08-24T11:31:05.579Z] Skipping build go (already ran) [2020-08-24T11:31:05.579Z] Building device-modbus  [2020-08-24T11:31:05.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.1" -o cmd/device-modbus ./cmd [2020-08-24T11:31:07.011Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T11:31:07.011Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T11:31:07.011Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-24T11:31:07.011Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-24T11:31:07.011Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-24T11:31:07.011Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T11:31:07.011Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T11:31:07.011Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-24T11:31:07.011Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-24T11:31:07.011Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-24T11:31:07.011Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T11:31:07.011Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T11:31:07.011Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-24T11:31:07.365Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-24T11:31:07.365Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-24T11:31:07.365Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T11:31:07.365Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T11:31:07.991Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T11:31:07.991Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T11:31:07.991Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T11:31:07.991Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-24T11:31:07.991Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-24T11:31:07.991Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T11:31:07.991Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-24T11:31:08.273Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-24T11:31:08.559Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-24T11:31:09.192Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T11:31:09.192Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T11:31:09.192Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-24T11:31:09.192Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T11:31:09.192Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T11:31:09.192Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-24T11:31:09.192Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-24T11:31:09.479Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-24T11:31:09.479Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-24T11:31:09.479Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T11:31:09.479Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T11:31:09.755Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-24T11:31:09.755Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T11:31:09.755Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-24T11:31:09.755Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T11:31:09.755Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-24T11:31:09.755Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T11:31:09.755Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T11:31:09.755Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-24T11:31:09.755Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-24T11:31:09.755Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T11:31:09.755Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T11:31:09.755Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T11:31:09.755Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T11:31:09.755Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-24T11:31:09.755Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T11:31:10.030Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T11:31:10.030Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T11:31:10.030Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T11:31:10.030Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-24T11:31:10.315Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T11:31:10.315Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T11:31:10.315Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T11:31:10.315Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T11:31:10.315Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T11:31:10.315Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T11:31:10.315Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T11:31:10.315Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T11:31:10.595Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-24T11:31:10.595Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-24T11:31:10.595Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T11:31:10.595Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-24T11:31:10.595Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T11:31:10.595Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-24T11:31:10.595Z] go: finding github.com/google/uuid v1.1.1 [2020-08-24T11:31:10.595Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T11:31:10.595Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-24T11:31:10.595Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T11:31:10.595Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T11:31:10.595Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T11:31:10.871Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-24T11:31:10.871Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-24T11:31:10.871Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-24T11:31:10.871Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T11:31:10.871Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-24T11:31:10.871Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-24T11:31:10.871Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T11:31:10.871Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T11:31:10.871Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T11:31:10.871Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-24T11:31:10.871Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T11:31:10.871Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T11:31:10.871Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-24T11:31:10.871Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T11:31:10.871Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T11:31:10.871Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T11:31:10.871Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T11:31:37.953Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-24T11:31:50.301Z] Skipping stage go (already ran) [2020-08-24T11:31:50.301Z] Staging device-modbus  [2020-08-24T11:31:52.899Z] Priming go  [2020-08-24T11:31:56.268Z] Priming device-modbus  [2020-08-24T11:31:59.633Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-24T11:31:59.633Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-24T11:31:59.633Z] Determining the version from the project repo (version-script). [2020-08-24T11:31:59.633Z] The version has been set to '1.2.3-dev.1-20200824+ac842be' [2020-08-24T11:32:02.369Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-08-24T11:32:02.369Z] Snapped edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap [2020-08-24T11:32:09.056Z] [2020-08-24T11:32:09.056Z] Login successful. You now have these capabilities: [2020-08-24T11:32:09.056Z]  [2020-08-24T11:32:09.056Z] snaps: No restriction [2020-08-24T11:32:09.056Z] channels: No restriction [2020-08-24T11:32:09.056Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-08-24T11:32:09.056Z] expires: 2021-07-14T18:21:36.256372 [2020-08-24T11:32:09.056Z]  [2020-08-24T11:32:12.424Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-24T11:32:12.424Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-24T11:32:12.424Z] Preparing to upload 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap'. [2020-08-24T11:32:12.424Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-08-24T11:32:12.424Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-08-24T11:32:14.359Z] Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [] 100% [2020-08-24T11:32:29.929Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...| [2020-08-24T11:32:29.929Z] released [2020-08-24T11:32:30.201Z] Revision 1282 of 'edgex-device-modbus' created. [2020-08-24T11:32:31.168Z] Track Arch Channel Version Revision [2020-08-24T11:32:31.169Z] latest arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-08-24T11:32:31.169Z] candidate 1.2.1-20200612+fdf900d 1256 [2020-08-24T11:32:31.169Z] beta 1.2.1-20200612+fdf900d 1256 [2020-08-24T11:32:31.169Z] edge 1.2.3-dev.1-20200824+ac842be 1282 [2020-08-24T11:32:31.169Z] edinburgh arm64 stable - - [2020-08-24T11:32:31.169Z] candidate - - [2020-08-24T11:32:31.169Z] beta 1.0.0-20190627+739f7ef 113 [2020-08-24T11:32:31.169Z] edge 1.0.0-20200107+c777f31 958 [2020-08-24T11:32:31.169Z] fuji arm64 stable 1.1.1-20200311+37c94ae 1112 [2020-08-24T11:32:31.169Z] candidate ↑ ↑ [2020-08-24T11:32:31.169Z] beta 1.1.1-20200311+37c94ae 1112 [2020-08-24T11:32:31.169Z] edge 1.1.1-20200422+37c94ae 1194 [2020-08-24T11:32:31.169Z] geneva arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-08-24T11:32:31.169Z] candidate ↑ ↑ [2020-08-24T11:32:31.169Z] beta ↑ ↑ [2020-08-24T11:32:31.169Z] edge ↑ ↑ [2020-08-24T11:32:34.548Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-24T11:32:34.548Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-24T11:32:34.548Z] Uploading metadata from 'edgex-device-modbus_1.2.3-dev.1-20200824+ac842be_arm64.snap' [2020-08-24T11:32:38.819Z] The metadata has been uploaded [Pipeline] } [2020-08-24T11:32:40.802Z] 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 [2020-08-24T11:32:43.403Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-24T11:32:43.405Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-24T11:32:43.738Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:32:44.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-24T11:32:44.420Z] [2020-08-24T11:32:44.420Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:32:44.799Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-24T11:32:44.799Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-24T11:32:44.799Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-24T11:32:44.799Z] 408f87550127: Pulling fs layer [2020-08-24T11:32:44.799Z] fe522b08c979: Pulling fs layer [2020-08-24T11:32:44.799Z] 221eaa008020: Pulling fs layer [2020-08-24T11:32:44.799Z] 2a4607e5d6b9: Pulling fs layer [2020-08-24T11:32:44.799Z] 8f79b27c4fd2: Pulling fs layer [2020-08-24T11:32:44.799Z] e5c8dbe1645b: Pulling fs layer [2020-08-24T11:32:44.799Z] 23e8b3b47431: Pulling fs layer [2020-08-24T11:32:44.799Z] 5c568d65a230: Pulling fs layer [2020-08-24T11:32:44.799Z] 221eaa008020: Waiting [2020-08-24T11:32:44.799Z] 2a4607e5d6b9: Waiting [2020-08-24T11:32:44.799Z] 8f79b27c4fd2: Waiting [2020-08-24T11:32:44.799Z] e5c8dbe1645b: Waiting [2020-08-24T11:32:44.799Z] 23e8b3b47431: Waiting [2020-08-24T11:32:44.799Z] 5c568d65a230: Waiting [2020-08-24T11:32:44.799Z] fe522b08c979: Verifying Checksum [2020-08-24T11:32:44.799Z] fe522b08c979: Download complete [2020-08-24T11:32:44.799Z] 408f87550127: Verifying Checksum [2020-08-24T11:32:44.799Z] 408f87550127: Download complete [2020-08-24T11:32:44.800Z] 2a4607e5d6b9: Verifying Checksum [2020-08-24T11:32:44.800Z] 2a4607e5d6b9: Download complete [2020-08-24T11:32:45.121Z] 8f79b27c4fd2: Verifying Checksum [2020-08-24T11:32:45.121Z] 8f79b27c4fd2: Download complete [2020-08-24T11:32:45.121Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-24T11:32:45.121Z] cbdbe7a5bc2a: Download complete [2020-08-24T11:32:45.800Z] cbdbe7a5bc2a: Pull complete [2020-08-24T11:32:46.330Z] 408f87550127: Pull complete [2020-08-24T11:32:46.867Z] fe522b08c979: Pull complete [2020-08-24T11:32:48.628Z] e5c8dbe1645b: Verifying Checksum [2020-08-24T11:32:48.628Z] e5c8dbe1645b: Download complete [2020-08-24T11:32:51.641Z] 23e8b3b47431: Verifying Checksum [2020-08-24T11:32:51.641Z] 23e8b3b47431: Download complete [2020-08-24T11:32:52.587Z] 5c568d65a230: Verifying Checksum [2020-08-24T11:32:52.587Z] 5c568d65a230: Download complete [2020-08-24T11:32:53.302Z] 221eaa008020: Verifying Checksum [2020-08-24T11:32:53.302Z] 221eaa008020: Download complete [2020-08-24T11:33:01.608Z] 221eaa008020: Pull complete [2020-08-24T11:33:01.608Z] 2a4607e5d6b9: Pull complete [2020-08-24T11:33:01.608Z] 8f79b27c4fd2: Pull complete [2020-08-24T11:33:04.360Z] e5c8dbe1645b: Pull complete [2020-08-24T11:33:07.764Z] 23e8b3b47431: Pull complete [2020-08-24T11:33:10.449Z] 5c568d65a230: Pull complete [2020-08-24T11:33:10.449Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-24T11:33:10.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-24T11:33:10.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-24T11:33:10.789Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:33:10.997Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-24T11:33:12.961Z] $ docker top 5f75534a08a76c1075e16a32b8e4320361304f80f3c230e759c1833c64c8e56e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-24T11:33:13.637Z] + snyk monitor '--org=edgex-jenkins' [2020-08-24T11:33:28.815Z] [2020-08-24T11:33:28.815Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-08-24T11:33:28.815Z] [2020-08-24T11:33:28.815Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/249e41d1-a3a7-4458-8c12-d18cdb0c67b3 [2020-08-24T11:33:28.815Z] [2020-08-24T11:33:28.815Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-24T11:33:28.815Z] [2020-08-24T11:33:28.815Z] [2020-08-24T11:33:28.815Z] Snyk CLI supports Node.js 8 and higher. [2020-08-24T11:33:28.816Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-24T11:33:28.816Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-24T11:33:28.816Z] [2020-08-24T11:33:28.816Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-24T11:33:28.816Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-08-24T11:33:28.816Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-08-24T11:33:28.816Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-08-24T11:33:28.927Z] $ docker stop --time=1 5f75534a08a76c1075e16a32b8e4320361304f80f3c230e759c1833c64c8e56e [2020-08-24T11:33:31.584Z] $ docker rm -f 5f75534a08a76c1075e16a32b8e4320361304f80f3c230e759c1833c64c8e56e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:33:33.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-24T11:33:33.076Z] [2020-08-24T11:33:33.076Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:33:33.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-24T11:33:33.457Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-24T11:33:33.457Z] e7c96db7181b: Pulling fs layer [2020-08-24T11:33:33.457Z] 1868ca2cb446: Pulling fs layer [2020-08-24T11:33:33.457Z] 136be5d0fe8e: Pulling fs layer [2020-08-24T11:33:33.457Z] 894bfe63afcb: Pulling fs layer [2020-08-24T11:33:33.457Z] 894bfe63afcb: Waiting [2020-08-24T11:33:33.457Z] 1868ca2cb446: Verifying Checksum [2020-08-24T11:33:33.457Z] 1868ca2cb446: Download complete [2020-08-24T11:33:33.457Z] 136be5d0fe8e: Verifying Checksum [2020-08-24T11:33:33.457Z] 136be5d0fe8e: Download complete [2020-08-24T11:33:33.727Z] e7c96db7181b: Verifying Checksum [2020-08-24T11:33:33.727Z] e7c96db7181b: Download complete [2020-08-24T11:33:33.727Z] 894bfe63afcb: Verifying Checksum [2020-08-24T11:33:33.727Z] 894bfe63afcb: Download complete [2020-08-24T11:33:34.356Z] e7c96db7181b: Pull complete [2020-08-24T11:33:34.356Z] 1868ca2cb446: Pull complete [2020-08-24T11:33:34.620Z] 136be5d0fe8e: Pull complete [2020-08-24T11:33:34.882Z] 894bfe63afcb: Pull complete [2020-08-24T11:33:34.882Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-24T11:33:34.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-24T11:33:34.882Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-24T11:33:35.389Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:33:35.553Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-24T11:33:36.901Z] $ docker top 124ae4b4c050df509a221f3dba7b3cc4f57a03d4d46bc8041a9346120c6d0f03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-24T11:33:37.657Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:33:37.657Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-24T11:33:40.577Z] $ docker stop --time=1 124ae4b4c050df509a221f3dba7b3cc4f57a03d4d46bc8041a9346120c6d0f03 [2020-08-24T11:33:42.102Z] $ docker rm -f 124ae4b4c050df509a221f3dba7b3cc4f57a03d4d46bc8041a9346120c6d0f03 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:33:42.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-24T11:33:42.692Z] . [Pipeline] withDockerContainer [2020-08-24T11:33:42.831Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:33:42.906Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-24T11:33:44.455Z] $ docker top b4ce5d0a9017a3d5f80dd0d33b875a1bb4e6094a96db62c5e68e4a930ca52d72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-24T11:33:45.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:33:45.147Z] + tee [2020-08-24T11:33:45.147Z] clair timeout 1m0s [2020-08-24T11:33:45.147Z] docker timeout: 1m0s [2020-08-24T11:33:45.147Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-24T11:33:45.912Z] $ docker stop --time=1 b4ce5d0a9017a3d5f80dd0d33b875a1bb4e6094a96db62c5e68e4a930ca52d72 [2020-08-24T11:33:47.417Z] $ docker rm -f b4ce5d0a9017a3d5f80dd0d33b875a1bb4e6094a96db62c5e68e4a930ca52d72 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-24T11:33:47.987Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-08-24T11:33:48.003Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_ac842be5e75fcd5e4c012862374abb44191cceb5.html [Pipeline] writeFile [Pipeline] step [2020-08-24T11:33:48.149Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:33:48.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-24T11:33:48.525Z] . [Pipeline] withDockerContainer [2020-08-24T11:33:48.687Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:33:48.778Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-24T11:33:50.105Z] $ docker top 00a85b37540f175582cbc61418534066f52edd3e36512d47723bba47f392ea41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-24T11:33:51.058Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:33:51.058Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-24T11:33:55.543Z] $ docker stop --time=1 00a85b37540f175582cbc61418534066f52edd3e36512d47723bba47f392ea41 [2020-08-24T11:33:57.412Z] $ docker rm -f 00a85b37540f175582cbc61418534066f52edd3e36512d47723bba47f392ea41 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:33:58.891Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-24T11:33:58.891Z] . [Pipeline] withDockerContainer [2020-08-24T11:33:59.409Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:33:59.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-24T11:34:00.640Z] $ docker top 8a5607c5e7fd8a684e1727a49f6e4e0360ce907e400fdb22b5419dd7ce177a6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-24T11:34:01.247Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:ac842be5e75fcd5e4c012862374abb44191cceb5 [2020-08-24T11:34:01.247Z] + tee [2020-08-24T11:34:01.247Z] clair timeout 1m0s [2020-08-24T11:34:01.247Z] docker timeout: 1m0s [2020-08-24T11:34:01.247Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-24T11:34:02.539Z] $ docker stop --time=1 8a5607c5e7fd8a684e1727a49f6e4e0360ce907e400fdb22b5419dd7ce177a6f [2020-08-24T11:34:04.115Z] $ docker rm -f 8a5607c5e7fd8a684e1727a49f6e4e0360ce907e400fdb22b5419dd7ce177a6f [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-24T11:34:04.667Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-08-24T11:34:04.681Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_ac842be5e75fcd5e4c012862374abb44191cceb5.html [Pipeline] writeFile [Pipeline] step [2020-08-24T11:34:04.729Z] 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 [2020-08-24T11:34:05.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T11:34:05.776Z] . [Pipeline] withDockerContainer [2020-08-24T11:34:05.937Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:34:06.087Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-24T11:34:07.807Z] $ docker top 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-24T11:34:08.250Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T11:34:08.250Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T11:34:08.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T11:34:08.906Z] $ docker exec 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 ssh-agent [2020-08-24T11:34:09.271Z] SSH_AUTH_SOCK=/tmp/ssh-QdnExoNk0YO6/agent.12 [2020-08-24T11:34:09.271Z] SSH_AGENT_PID=17 [2020-08-24T11:34:09.289Z] Running ssh-add (command line suppressed) [2020-08-24T11:34:09.628Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6095252753587716267.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6095252753587716267.key) [2020-08-24T11:34:09.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T11:34:10.202Z] + git semver tag [2020-08-24T11:34:10.534Z] # -> Open(): unable to determine branch for HEAD [2020-08-24T11:34:10.534Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-24T11:34:10.534Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-24T11:34:10.534Z] # $SEMVER_REMOTE_NAME = origin [2020-08-24T11:34:10.534Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-24T11:34:10.534Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-24T11:34:10.534Z] # $SEMVER_BRANCH = master [2020-08-24T11:34:10.534Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-08-24T11:34:10.534Z] # ac842be5e75fcd5e4c012862374abb44191cceb5 HEAD [2020-08-24T11:34:10.534Z] # -> Force: false [2020-08-24T11:34:10.534Z] # 8946c2d397f95b916d7ee31c5d41540af146f3b1 refs/tags/v1.2.3-dev.1 [Pipeline] } [2020-08-24T11:34:10.653Z] $ docker exec --env ******** --env ******** 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 ssh-agent -k [2020-08-24T11:34:10.882Z] unset SSH_AUTH_SOCK; [2020-08-24T11:34:10.882Z] unset SSH_AGENT_PID; [2020-08-24T11:34:10.882Z] echo Agent pid 17 killed; [2020-08-24T11:34:11.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-24T11:34:11.626Z] + git semver [Pipeline] } [2020-08-24T11:34:12.033Z] $ docker stop --time=1 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 [2020-08-24T11:34:14.084Z] $ docker rm -f 8974f2fcfa54bebf2efd29ce057cd9c0ab3e28831f3fededb7b5b4033f8ca7b7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:34:14.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-24T11:34:14.776Z] [2020-08-24T11:34:14.776Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:34:15.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-24T11:34:15.580Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-24T11:34:15.580Z] ab5ef0e58194: Pulling fs layer [2020-08-24T11:34:15.580Z] 9712f1f96733: Pulling fs layer [2020-08-24T11:34:15.580Z] 63f879dbbcfc: Pulling fs layer [2020-08-24T11:34:15.580Z] 0d9ebad4ef96: Pulling fs layer [2020-08-24T11:34:15.580Z] e9a5061849ea: Pulling fs layer [2020-08-24T11:34:15.580Z] d747dcd14b5f: Pulling fs layer [2020-08-24T11:34:15.580Z] 2de7ff778b66: Pulling fs layer [2020-08-24T11:34:15.580Z] 0d9ebad4ef96: Waiting [2020-08-24T11:34:15.580Z] e9a5061849ea: Waiting [2020-08-24T11:34:15.580Z] d747dcd14b5f: Waiting [2020-08-24T11:34:15.580Z] 2de7ff778b66: Waiting [2020-08-24T11:34:15.580Z] 9712f1f96733: Verifying Checksum [2020-08-24T11:34:15.580Z] 9712f1f96733: Download complete [2020-08-24T11:34:16.636Z] 63f879dbbcfc: Verifying Checksum [2020-08-24T11:34:16.636Z] 63f879dbbcfc: Download complete [2020-08-24T11:34:17.357Z] e9a5061849ea: Verifying Checksum [2020-08-24T11:34:17.357Z] e9a5061849ea: Download complete [2020-08-24T11:34:17.357Z] d747dcd14b5f: Verifying Checksum [2020-08-24T11:34:17.357Z] d747dcd14b5f: Download complete [2020-08-24T11:34:17.671Z] 0d9ebad4ef96: Verifying Checksum [2020-08-24T11:34:17.671Z] 0d9ebad4ef96: Download complete [2020-08-24T11:34:17.671Z] ab5ef0e58194: Verifying Checksum [2020-08-24T11:34:17.671Z] ab5ef0e58194: Download complete [2020-08-24T11:34:17.979Z] 2de7ff778b66: Verifying Checksum [2020-08-24T11:34:17.979Z] 2de7ff778b66: Download complete [2020-08-24T11:34:25.162Z] ab5ef0e58194: Pull complete [2020-08-24T11:34:25.436Z] 9712f1f96733: Pull complete [2020-08-24T11:34:28.094Z] 63f879dbbcfc: Pull complete [2020-08-24T11:34:36.546Z] 0d9ebad4ef96: Pull complete [2020-08-24T11:34:36.546Z] e9a5061849ea: Pull complete [2020-08-24T11:34:37.149Z] d747dcd14b5f: Pull complete [2020-08-24T11:34:41.524Z] 2de7ff778b66: Pull complete [2020-08-24T11:34:41.524Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-24T11:34:41.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-24T11:34:41.524Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-24T11:34:41.766Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:34:41.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-24T11:34:44.488Z] $ docker top a0dd46541c0f0c710f7676df8af7f067bf2ed95dac5cd20b5da82e476b2b0829 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-24T11:34:44.903Z] provisioning config files... [2020-08-24T11:34:44.924Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5048806059687250025tmp [2020-08-24T11:34:44.994Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5017236237930769113tmp [2020-08-24T11:34:45.023Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4420096541682952327tmp [Pipeline] { [Pipeline] echo [2020-08-24T11:34:45.111Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:34:46.059Z] ---> sigul-configuration.sh [2020-08-24T11:34:46.059Z] gpg: directory `/root/.gnupg' created [2020-08-24T11:34:46.059Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-24T11:34:46.059Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-24T11:34:46.059Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-24T11:34:46.059Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-24T11:34:46.059Z] gpg: CAST5 encrypted data [2020-08-24T11:34:46.059Z] gpg: encrypted with 1 passphrase [2020-08-24T11:34:46.059Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-24T11:34:46.623Z] + mkdir /home/jenkins [2020-08-24T11:34:46.623Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-24T11:34:47.385Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-24T11:34:47.402Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:34:47.730Z] ---> sigul-install.sh [2020-08-24T11:35:10.046Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-24T11:35:10.429Z] + git tag --list [2020-08-24T11:35:10.429Z] v1.2.3-dev.1 [Pipeline] sh [2020-08-24T11:35:11.258Z] + lftools sign git-tag v1.2.3-dev.1 [2020-08-24T11:35:13.213Z] Signing Git tag with Sigul... [2020-08-24T11:35:13.213Z] Signing v1.2.3-dev.1 [2020-08-24T11:35:14.053Z] Error: Authentication failed [Pipeline] echo [2020-08-24T11:35:14.065Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:35:14.823Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-24T11:35:14.840Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-24T11:35:14.932Z] $ docker stop --time=1 a0dd46541c0f0c710f7676df8af7f067bf2ed95dac5cd20b5da82e476b2b0829 [2020-08-24T11:35:17.177Z] $ docker rm -f a0dd46541c0f0c710f7676df8af7f067bf2ed95dac5cd20b5da82e476b2b0829 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:35:18.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T11:35:18.083Z] . [Pipeline] withDockerContainer [2020-08-24T11:35:18.432Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:35:18.614Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-24T11:35:19.623Z] $ docker top 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-24T11:35:19.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T11:35:19.909Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T11:35:20.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T11:35:20.301Z] $ docker exec 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 ssh-agent [2020-08-24T11:35:20.724Z] SSH_AUTH_SOCK=/tmp/ssh-4xEuT29mOTIY/agent.12 [2020-08-24T11:35:20.724Z] SSH_AGENT_PID=18 [2020-08-24T11:35:20.746Z] Running ssh-add (command line suppressed) [2020-08-24T11:35:21.125Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5227202452028007490.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5227202452028007490.key) [2020-08-24T11:35:21.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T11:35:21.633Z] + git semver bump pre [2020-08-24T11:35:21.936Z] # -> Open(): unable to determine branch for HEAD [2020-08-24T11:35:21.936Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-24T11:35:21.936Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-24T11:35:21.936Z] # $SEMVER_REMOTE_NAME = origin [2020-08-24T11:35:21.936Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-24T11:35:21.936Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-24T11:35:21.936Z] # $SEMVER_BRANCH = master [2020-08-24T11:35:21.936Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-08-24T11:35:21.936Z] 1.2.3-dev.2 [Pipeline] } [2020-08-24T11:35:21.995Z] $ docker exec --env ******** --env ******** 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 ssh-agent -k [2020-08-24T11:35:22.257Z] unset SSH_AUTH_SOCK; [2020-08-24T11:35:22.258Z] unset SSH_AGENT_PID; [2020-08-24T11:35:22.258Z] echo Agent pid 18 killed; [2020-08-24T11:35:22.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-24T11:35:23.179Z] + git semver [Pipeline] } [2020-08-24T11:35:23.321Z] $ docker stop --time=1 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 [2020-08-24T11:35:24.990Z] $ docker rm -f 51f57a11068805485493c2cd87c93b10c4d703e44eb4b9d68dc7a4a1822ad687 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:35:26.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T11:35:26.059Z] . [Pipeline] withDockerContainer [2020-08-24T11:35:26.490Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:35:26.603Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-24T11:35:28.021Z] $ docker top 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-24T11:35:28.838Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T11:35:28.838Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T11:35:29.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T11:35:29.268Z] $ docker exec 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 ssh-agent [2020-08-24T11:35:29.602Z] SSH_AUTH_SOCK=/tmp/ssh-g4r6A6nIIGWZ/agent.11 [2020-08-24T11:35:29.602Z] SSH_AGENT_PID=17 [2020-08-24T11:35:29.634Z] Running ssh-add (command line suppressed) [2020-08-24T11:35:30.054Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3545044071059254023.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3545044071059254023.key) [2020-08-24T11:35:30.226Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T11:35:30.928Z] + git semver push [2020-08-24T11:35:30.928Z] # -> Open(): unable to determine branch for HEAD [2020-08-24T11:35:30.928Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-24T11:35:30.928Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-24T11:35:30.928Z] # $SEMVER_REMOTE_NAME = origin [2020-08-24T11:35:30.928Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-24T11:35:30.928Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-24T11:35:30.928Z] # $SEMVER_BRANCH = master [2020-08-24T11:35:30.928Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-08-24T11:35:37.820Z] $ docker exec --env ******** --env ******** 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 ssh-agent -k [2020-08-24T11:35:38.121Z] unset SSH_AUTH_SOCK; [2020-08-24T11:35:38.122Z] unset SSH_AGENT_PID; [2020-08-24T11:35:38.122Z] echo Agent pid 17 killed; [2020-08-24T11:35:38.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-24T11:35:39.138Z] + git semver [Pipeline] } [2020-08-24T11:35:39.243Z] $ docker stop --time=1 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 [2020-08-24T11:35:41.159Z] $ docker rm -f 9360041443c7e8a61a48af85d7912816cf71e07215f260ab1cd521d9f9d44c96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:35:42.994Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:35:43.916Z] ---> package-listing.sh [2020-08-24T11:35:43.916Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-24T11:35:43.916Z] ++ facter osfamily [2020-08-24T11:35:44.226Z] + OS_FAMILY=redhat [2020-08-24T11:35:44.226Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-08-24T11:35:44.226Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-24T11:35:44.226Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-24T11:35:44.226Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-24T11:35:44.226Z] + PACKAGES=/tmp/packages_start.txt [2020-08-24T11:35:44.226Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-08-24T11:35:44.226Z] + PACKAGES=/tmp/packages_end.txt [2020-08-24T11:35:44.226Z] + case "${OS_FAMILY}" in [2020-08-24T11:35:44.226Z] + sort [2020-08-24T11:35:44.226Z] + rpm -qa [2020-08-24T11:35:48.591Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-24T11:35:48.591Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-24T11:35:48.591Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-24T11:35:48.591Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-08-24T11:35:48.591Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-08-24T11:35:48.591Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:35:49.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T11:35:49.521Z] [2020-08-24T11:35:49.521Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-24T11:35:50.039Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T11:35:50.039Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-24T11:35:50.039Z] c9b1b535fdd9: Pulling fs layer [2020-08-24T11:35:50.039Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-24T11:35:50.039Z] 756a868c4378: Pulling fs layer [2020-08-24T11:35:50.039Z] 444b2fc9a129: Pulling fs layer [2020-08-24T11:35:50.039Z] ea15f1150254: Pulling fs layer [2020-08-24T11:35:50.039Z] 41b27a9f41bf: Pulling fs layer [2020-08-24T11:35:50.039Z] 28c525ee5125: Pulling fs layer [2020-08-24T11:35:50.039Z] 094b1ea09ed8: Pulling fs layer [2020-08-24T11:35:50.039Z] 138eaada9080: Pulling fs layer [2020-08-24T11:35:50.039Z] 0622d0fa9048: Pulling fs layer [2020-08-24T11:35:50.039Z] 41b27a9f41bf: Waiting [2020-08-24T11:35:50.039Z] 28c525ee5125: Waiting [2020-08-24T11:35:50.039Z] 094b1ea09ed8: Waiting [2020-08-24T11:35:50.039Z] 138eaada9080: Waiting [2020-08-24T11:35:50.039Z] 0622d0fa9048: Waiting [2020-08-24T11:35:50.039Z] 444b2fc9a129: Waiting [2020-08-24T11:35:50.039Z] ea15f1150254: Waiting [2020-08-24T11:35:50.039Z] 2cc5ad85d9ab: Download complete [2020-08-24T11:35:50.039Z] 444b2fc9a129: Download complete [2020-08-24T11:35:50.345Z] c9b1b535fdd9: Verifying Checksum [2020-08-24T11:35:50.345Z] ea15f1150254: Verifying Checksum [2020-08-24T11:35:50.345Z] ea15f1150254: Download complete [2020-08-24T11:35:50.345Z] 28c525ee5125: Download complete [2020-08-24T11:35:51.189Z] 756a868c4378: Verifying Checksum [2020-08-24T11:35:51.189Z] 756a868c4378: Download complete [2020-08-24T11:35:51.538Z] 138eaada9080: Verifying Checksum [2020-08-24T11:35:51.538Z] 138eaada9080: Download complete [2020-08-24T11:35:51.538Z] c9b1b535fdd9: Pull complete [2020-08-24T11:35:51.538Z] 0622d0fa9048: Verifying Checksum [2020-08-24T11:35:51.538Z] 0622d0fa9048: Download complete [2020-08-24T11:35:51.802Z] 094b1ea09ed8: Verifying Checksum [2020-08-24T11:35:51.802Z] 094b1ea09ed8: Download complete [2020-08-24T11:35:52.077Z] 2cc5ad85d9ab: Pull complete [2020-08-24T11:35:52.348Z] 41b27a9f41bf: Verifying Checksum [2020-08-24T11:35:52.348Z] 41b27a9f41bf: Download complete [2020-08-24T11:35:55.020Z] 756a868c4378: Pull complete [2020-08-24T11:35:55.020Z] 444b2fc9a129: Pull complete [2020-08-24T11:35:55.651Z] ea15f1150254: Pull complete [2020-08-24T11:36:00.239Z] 41b27a9f41bf: Pull complete [2020-08-24T11:36:00.240Z] 28c525ee5125: Pull complete [2020-08-24T11:36:03.725Z] 094b1ea09ed8: Pull complete [2020-08-24T11:36:04.037Z] 138eaada9080: Pull complete [2020-08-24T11:36:04.729Z] 0622d0fa9048: Pull complete [2020-08-24T11:36:04.729Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-24T11:36:04.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T11:36:04.729Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-24T11:36:05.260Z] prd-centos7-docker-4c-2g-190 does not seem to be running inside a container [2020-08-24T11:36:05.625Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-24T11:36:07.883Z] $ docker top 391226296fad2edc3cff291d5a0b144dcff014c14a9648695afffc13e8fb7dd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-24T11:36:08.347Z] provisioning config files... [2020-08-24T11:36:08.402Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1109996752805952428tmp [Pipeline] { [Pipeline] echo [2020-08-24T11:36:08.509Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:36:09.338Z] ---> create-netrc.sh [Pipeline] echo [2020-08-24T11:36:09.402Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T11:36:09.849Z] ---> logs-deploy.sh [2020-08-24T11:36:09.849Z] + ARCHIVE_ARTIFACTS= [2020-08-24T11:36:09.849Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-24T11:36:09.849Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-24T11:36:09.849Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-24T11:36:09.849Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/19 [2020-08-24T11:36:09.849Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/19/ [2020-08-24T11:36:09.849Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/19 /w/workspace/xfoundry_device-modbus-go_master [2020-08-24T11:36:12.064Z] Archives upload complete. [2020-08-24T11:36:12.656Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/19 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/19/