Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-4985 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 Commit message: "Merge pull request #160 from weichou1229/issue-151" > git rev-list --no-walk ede61610538096fa337aace8f825662d73a1e29e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-12T06:57:29.744Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-12T06:57:29.970Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-12T06:57:30.052Z] ========================================================= [2020-08-12T06:57:30.052Z] EdgeX Global Pipelines Version Info [2020-08-12T06:57:30.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-12T06:57:31.959Z] ------------------- [2020-08-12T06:57:31.959Z] stable info: [2020-08-12T06:57:31.959Z] ------------------- [2020-08-12T06:57:31.959Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-12T06:57:31.959Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-12T06:57:31.959Z] Message: update stable to v1.0.106 [2020-08-12T06:57:32.533Z] ------------------- [2020-08-12T06:57:32.533Z] experimental info: [2020-08-12T06:57:32.533Z] ------------------- [2020-08-12T06:57:32.533Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-12T06:57:32.533Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-12T06:57:32.533Z] 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-12T06:57:34.542Z] + git log --format=format:%s -1 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] echo [2020-08-12T06:57:34.600Z] GIT_COMMIT: 3d6b06ce9c8aabcbe3b96acc6656864e00d04358, Commit Message: Merge pull request #160 from weichou1229/issue-151 [Pipeline] echo [2020-08-12T06:57:34.641Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-12T06:57:35.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T06:57:35.678Z] [2020-08-12T06:57:35.678Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T06:57:36.018Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T06:57:36.018Z] latest: Pulling from edgex-devops/git-semver [2020-08-12T06:57:36.019Z] 31603596830f: Pulling fs layer [2020-08-12T06:57:36.019Z] 2a8b12db71e7: Pulling fs layer [2020-08-12T06:57:36.019Z] 6ca5941a6612: Pulling fs layer [2020-08-12T06:57:36.019Z] ecc8261a40a4: Pulling fs layer [2020-08-12T06:57:36.019Z] ecc8261a40a4: Waiting [2020-08-12T06:57:36.019Z] 2a8b12db71e7: Verifying Checksum [2020-08-12T06:57:36.019Z] 2a8b12db71e7: Download complete [2020-08-12T06:57:36.283Z] 31603596830f: Verifying Checksum [2020-08-12T06:57:36.283Z] 31603596830f: Download complete [2020-08-12T06:57:36.283Z] ecc8261a40a4: Verifying Checksum [2020-08-12T06:57:36.283Z] ecc8261a40a4: Download complete [2020-08-12T06:57:36.283Z] 6ca5941a6612: Verifying Checksum [2020-08-12T06:57:36.283Z] 6ca5941a6612: Download complete [2020-08-12T06:57:36.546Z] 31603596830f: Pull complete [2020-08-12T06:57:36.546Z] 2a8b12db71e7: Pull complete [2020-08-12T06:57:37.498Z] 6ca5941a6612: Pull complete [2020-08-12T06:57:37.498Z] ecc8261a40a4: Pull complete [2020-08-12T06:57:37.498Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-12T06:57:37.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T06:57:37.498Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-12T06:57:37.595Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T06:57:37.639Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T06:57:39.913Z] $ docker top ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T06:57:40.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T06:57:40.178Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T06:57:40.374Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T06:57:40.374Z] $ docker exec ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a ssh-agent [2020-08-12T06:57:40.533Z] SSH_AUTH_SOCK=/tmp/ssh-iiPKJLwxHcjR/agent.13 [2020-08-12T06:57:40.533Z] SSH_AGENT_PID=18 [2020-08-12T06:57:40.546Z] Running ssh-add (command line suppressed) [2020-08-12T06:57:40.664Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6989550122572023556.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6989550122572023556.key) [2020-08-12T06:57:40.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T06:57:41.038Z] + git describe --exact-match --tags HEAD [2020-08-12T06:57:41.038Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-12T06:57:41.054Z] $ docker exec --env ******** --env ******** ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a ssh-agent -k [2020-08-12T06:57:41.168Z] unset SSH_AUTH_SOCK; [2020-08-12T06:57:41.168Z] unset SSH_AGENT_PID; [2020-08-12T06:57:41.168Z] echo Agent pid 18 killed; [2020-08-12T06:57:41.212Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-12T06:57:41.306Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-12T06:57:41.306Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-12T06:57:41.417Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T06:57:41.417Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T06:57:41.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T06:57:41.579Z] $ docker exec ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a ssh-agent [2020-08-12T06:57:41.740Z] SSH_AUTH_SOCK=/tmp/ssh-d7Fon66e455k/agent.47 [2020-08-12T06:57:41.740Z] SSH_AGENT_PID=52 [2020-08-12T06:57:41.747Z] Running ssh-add (command line suppressed) [2020-08-12T06:57:41.859Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1004937157348789281.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1004937157348789281.key) [2020-08-12T06:57:41.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T06:57:42.268Z] + git semver init [2020-08-12T06:57:42.268Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T06:57:42.268Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-12T06:57:42.268Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-12T06:57:42.268Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T06:57:42.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T06:57:42.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T06:57:42.268Z] # $SEMVER_BRANCH = master [2020-08-12T06:57:42.268Z] # $SEMVER_TEMP = /tmp/semver-039370528 [2020-08-12T06:57:42.268Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-08-12T06:57:42.530Z] # '/tmp/semver-039370528' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-08-12T06:57:42.530Z] # -> Force: false [2020-08-12T06:57:42.530Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-08-12T06:57:42.539Z] $ docker exec --env ******** --env ******** ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a ssh-agent -k [2020-08-12T06:57:42.647Z] unset SSH_AUTH_SOCK; [2020-08-12T06:57:42.648Z] unset SSH_AGENT_PID; [2020-08-12T06:57:42.648Z] echo Agent pid 52 killed; [2020-08-12T06:57:42.693Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T06:57:43.191Z] + git semver [Pipeline] } [2020-08-12T06:57:43.205Z] $ docker stop --time=1 ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a [2020-08-12T06:57:44.531Z] $ docker rm -f ed1e9fe2182bf3f023b750a402d95894c0f8246dc01c9d8806f3391d69ac8c8a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-12T06:57:45.151Z] Stashed 18 file(s) [Pipeline] echo [2020-08-12T06:57:45.153Z] [edgeXSemver] initialized semver on version 1.2.2-dev.3 [Pipeline] echo [2020-08-12T06:57:45.236Z] Archived original version: [1.2.2-dev.3] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-12T06:58:00.620Z] Still waiting to schedule task [2020-08-12T06:58:00.620Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4985’ [2020-08-12T06:58:00.622Z] Still waiting to schedule task [2020-08-12T06:58:00.622Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-12T06:59:52.726Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4986 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-08-12T06:59:52.785Z] Running in /w/workspace/device-modbus-go/17 [Pipeline] { [Pipeline] checkout [2020-08-12T06:59:57.849Z] using credential edgex-jenkins-ssh [2020-08-12T06:59:57.902Z] Cloning the remote Git repository [2020-08-12T06:59:57.902Z] Cloning with configured refspecs honoured and without tags [2020-08-12T06:59:59.018Z] Fetching without tags [2020-08-12T06:59:57.973Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-12T06:59:58.095Z] > git init /w/workspace/device-modbus-go/17 # timeout=10 [2020-08-12T06:59:58.171Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-12T06:59:58.172Z] > git --version # timeout=10 [2020-08-12T06:59:58.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T06:59:58.281Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T06:59:58.931Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-12T06:59:58.959Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T06:59:58.990Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-12T06:59:59.027Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-12T06:59:59.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T06:59:59.043Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T06:59:59.533Z] Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) [2020-08-12T06:59:59.559Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T06:59:59.592Z] > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [2020-08-12T07:00:03.874Z] Commit message: "Merge pull request #160 from weichou1229/issue-151" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-12T07:00:05.004Z] ========================================================= [2020-08-12T07:00:05.004Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-12T07:00:05.004Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:00:06.287Z] + 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-12T07:00:07.271Z] Sending build context to Docker daemon 619.5kB [2020-08-12T07:00:07.271Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-12T07:00:07.271Z] Step 2/8 : FROM ${BASE} [2020-08-12T07:00:07.548Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-12T07:00:07.548Z] b538f80385f9: Pulling fs layer [2020-08-12T07:00:07.548Z] 74f711af9a0d: Pulling fs layer [2020-08-12T07:00:07.548Z] 99f96fe45779: Pulling fs layer [2020-08-12T07:00:07.548Z] fd7a069fd194: Pulling fs layer [2020-08-12T07:00:07.548Z] 66aa3694b03b: Pulling fs layer [2020-08-12T07:00:07.548Z] 170f70906a0f: Pulling fs layer [2020-08-12T07:00:07.548Z] ad7c5574e4b9: Pulling fs layer [2020-08-12T07:00:07.548Z] e772456be8f7: Pulling fs layer [2020-08-12T07:00:07.548Z] c890913d741a: Pulling fs layer [2020-08-12T07:00:07.548Z] 2480fcc9aa5a: Pulling fs layer [2020-08-12T07:00:07.548Z] 09adf4765672: Pulling fs layer [2020-08-12T07:00:07.548Z] 66aa3694b03b: Waiting [2020-08-12T07:00:07.548Z] fd7a069fd194: Waiting [2020-08-12T07:00:07.548Z] 170f70906a0f: Waiting [2020-08-12T07:00:07.548Z] ad7c5574e4b9: Waiting [2020-08-12T07:00:07.548Z] e772456be8f7: Waiting [2020-08-12T07:00:07.548Z] c890913d741a: Waiting [2020-08-12T07:00:07.548Z] 2480fcc9aa5a: Waiting [2020-08-12T07:00:07.548Z] 09adf4765672: Waiting [2020-08-12T07:00:07.548Z] 99f96fe45779: Verifying Checksum [2020-08-12T07:00:07.548Z] 99f96fe45779: Download complete [2020-08-12T07:00:07.548Z] 74f711af9a0d: Verifying Checksum [2020-08-12T07:00:07.548Z] 66aa3694b03b: Verifying Checksum [2020-08-12T07:00:07.548Z] 66aa3694b03b: Download complete [2020-08-12T07:00:07.548Z] 170f70906a0f: Verifying Checksum [2020-08-12T07:00:07.548Z] b538f80385f9: Verifying Checksum [2020-08-12T07:00:07.548Z] b538f80385f9: Download complete [2020-08-12T07:00:08.549Z] b538f80385f9: Pull complete [2020-08-12T07:00:09.165Z] 74f711af9a0d: Pull complete [2020-08-12T07:00:09.759Z] 99f96fe45779: Pull complete [2020-08-12T07:00:10.355Z] ad7c5574e4b9: Verifying Checksum [2020-08-12T07:00:10.355Z] ad7c5574e4b9: Download complete [2020-08-12T07:00:10.355Z] c890913d741a: Verifying Checksum [2020-08-12T07:00:10.355Z] c890913d741a: Download complete [2020-08-12T07:00:12.329Z] 2480fcc9aa5a: Verifying Checksum [2020-08-12T07:00:12.329Z] 2480fcc9aa5a: Download complete [2020-08-12T07:00:12.329Z] 09adf4765672: Verifying Checksum [2020-08-12T07:00:12.329Z] 09adf4765672: Download complete [2020-08-12T07:00:12.932Z] e772456be8f7: Verifying Checksum [2020-08-12T07:00:12.932Z] e772456be8f7: Download complete [2020-08-12T07:00:13.525Z] fd7a069fd194: Verifying Checksum [2020-08-12T07:00:13.525Z] fd7a069fd194: Download complete [2020-08-12T07:00:25.929Z] fd7a069fd194: Pull complete [2020-08-12T07:00:25.929Z] 66aa3694b03b: Pull complete [2020-08-12T07:00:25.929Z] 170f70906a0f: Pull complete [2020-08-12T07:00:29.328Z] ad7c5574e4b9: Pull complete [2020-08-12T07:00:33.635Z] e772456be8f7: Pull complete [2020-08-12T07:00:33.635Z] c890913d741a: Pull complete [2020-08-12T07:00:36.267Z] 2480fcc9aa5a: Pull complete [2020-08-12T07:00:36.267Z] 09adf4765672: Pull complete [2020-08-12T07:00:36.267Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-12T07:00:36.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-12T07:00:36.267Z] ---> 2248a725d1cf [2020-08-12T07:00:36.267Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-12T07:00:40.597Z] ---> Running in 3175454b208d [2020-08-12T07:00:40.869Z] Removing intermediate container 3175454b208d [2020-08-12T07:00:40.869Z] ---> 377eec5bedad [2020-08-12T07:00:40.869Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T07:00:41.143Z] ---> Running in 6bd5cb805cd1 [2020-08-12T07:00:43.767Z] Removing intermediate container 6bd5cb805cd1 [2020-08-12T07:00:43.767Z] ---> 0257e0d56820 [2020-08-12T07:00:43.767Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-12T07:00:43.767Z] ---> Running in e0e1b6cdfa1c [2020-08-12T07:00:45.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T07:00:46.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T07:00:46.764Z] (1/14) Installing libmagic (5.38-r0) [2020-08-12T07:00:46.764Z] (2/14) Installing file (5.38-r0) [2020-08-12T07:00:47.037Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-12T07:00:47.037Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-12T07:00:49.645Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-12T07:00:49.645Z] (6/14) Installing patch (2.7.6-r6) [2020-08-12T07:00:49.645Z] (7/14) Installing build-base (0.5-r2) [2020-08-12T07:00:49.914Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-12T07:00:49.914Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-12T07:00:49.914Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-12T07:00:50.505Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-12T07:00:50.505Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-12T07:00:50.505Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-12T07:00:50.505Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-12T07:00:50.777Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T07:00:50.777Z] OK: 221 MiB in 53 packages [2020-08-12T07:00:55.098Z] Removing intermediate container e0e1b6cdfa1c [2020-08-12T07:00:55.098Z] ---> 7fb86cc3cb61 [2020-08-12T07:00:55.098Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-12T07:00:55.098Z] ---> Running in 790ab9012146 [2020-08-12T07:00:55.693Z] Removing intermediate container 790ab9012146 [2020-08-12T07:00:55.693Z] ---> 8aef4197926e [2020-08-12T07:00:55.693Z] Step 7/8 : COPY . . [2020-08-12T07:00:56.666Z] ---> 9360f8809c19 [2020-08-12T07:00:56.666Z] Step 8/8 : RUN go mod download [2020-08-12T07:00:56.666Z] ---> Running in fda2b9ead66f [2020-08-12T07:01:00.056Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T07:01:00.056Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-12T07:01:00.056Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T07:01:00.056Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T07:01:00.056Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T07:01:00.056Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T07:01:00.056Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T07:01:00.056Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T07:01:00.056Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-12T07:01:00.056Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-12T07:01:00.056Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T07:01:00.056Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T07:01:00.056Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-12T07:01:00.056Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T07:01:00.056Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T07:01:00.056Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T07:01:00.056Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T07:01:00.056Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T07:01:00.327Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T07:01:00.327Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-12T07:01:00.327Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-12T07:01:00.327Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T07:01:00.327Z] go: finding github.com/google/uuid v1.1.1 [2020-08-12T07:01:00.327Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T07:01:00.327Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T07:01:00.327Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T07:01:00.327Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T07:01:00.327Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T07:01:00.327Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T07:01:00.598Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T07:01:00.869Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T07:01:00.869Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T07:01:00.869Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T07:01:00.869Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T07:01:00.869Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T07:01:00.869Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-12T07:01:00.869Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T07:01:00.869Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T07:01:00.869Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T07:01:00.869Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-12T07:01:00.869Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T07:01:01.141Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-12T07:01:01.141Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T07:01:01.141Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T07:01:01.141Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T07:01:01.141Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T07:01:01.141Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T07:01:01.141Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T07:01:01.141Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T07:01:01.141Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T07:01:01.141Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T07:01:01.141Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-12T07:01:01.412Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T07:01:01.412Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T07:01:01.412Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T07:01:01.412Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T07:01:01.412Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T07:01:01.412Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-12T07:01:01.412Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-12T07:01:01.412Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T07:01:01.412Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-12T07:01:01.686Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-12T07:01:01.686Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T07:01:05.177Z] Running on prd-centos7-docker-4c-2g-4987 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-08-12T07:01:05.285Z] Running in /w/workspace/device-modbus-go/17 [Pipeline] { [Pipeline] checkout [2020-08-12T07:01:11.823Z] Removing intermediate container fda2b9ead66f [2020-08-12T07:01:11.823Z] ---> 8fd5cd57b8ee [2020-08-12T07:01:11.823Z] Successfully built 8fd5cd57b8ee [2020-08-12T07:01:11.823Z] 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-12T07:01:14.554Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-12T07:01:14.881Z] + ls -al . [2020-08-12T07:01:14.881Z] total 100 [2020-08-12T07:01:14.881Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 12 07:00 . [2020-08-12T07:01:14.881Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 06:59 .. [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 12 06:59 .dockerignore [2020-08-12T07:01:14.881Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 07:00 .git [2020-08-12T07:01:14.881Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 06:59 .github [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 330 Aug 12 06:59 .gitignore [2020-08-12T07:01:14.881Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:00 .semver [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 5049 Aug 12 06:59 Attribution.txt [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 1422 Aug 12 06:59 Dockerfile [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 954 Aug 12 06:59 Dockerfile.build [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 702 Aug 12 06:59 Jenkinsfile [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 12 06:59 LICENSE [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 880 Aug 12 06:59 Makefile [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 591 Aug 12 06:59 README.md [2020-08-12T07:01:14.881Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 12 06:57 VERSION [2020-08-12T07:01:14.881Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 06:59 bin [2020-08-12T07:01:14.881Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 06:59 cmd [2020-08-12T07:01:14.882Z] -rw-rw-r-- 1 jenkins jenkins 559 Aug 12 06:59 go.mod [2020-08-12T07:01:14.882Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 06:59 internal [2020-08-12T07:01:14.882Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 06:59 simulator [2020-08-12T07:01:14.882Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 06:59 snap [2020-08-12T07:01:14.882Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 12 06:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:01:15.326Z] + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 --label arch=arm64 --label version=1.2.2-dev.3 . [2020-08-12T07:01:15.947Z] Sending build context to Docker daemon 619.5kB [2020-08-12T07:01:15.947Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-12T07:01:15.947Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-12T07:01:15.947Z] ---> 8fd5cd57b8ee [2020-08-12T07:01:15.947Z] Step 3/19 : ARG MAKE='make build' [2020-08-12T07:01:16.225Z] ---> Running in fae0c81ef88c [2020-08-12T07:01:16.522Z] Removing intermediate container fae0c81ef88c [2020-08-12T07:01:16.522Z] ---> 3f6accd99575 [2020-08-12T07:01:16.522Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T07:01:16.798Z] ---> Running in 1b62316b1b49 [2020-08-12T07:01:17.323Z] using credential edgex-jenkins-ssh [2020-08-12T07:01:17.508Z] Cloning the remote Git repository [2020-08-12T07:01:17.508Z] Cloning with configured refspecs honoured and without tags [2020-08-12T07:01:17.588Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-12T07:01:17.684Z] > git init /w/workspace/device-modbus-go/17 # timeout=10 [2020-08-12T07:01:17.842Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-12T07:01:17.842Z] > git --version # timeout=10 [2020-08-12T07:01:17.941Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T07:01:18.098Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T07:01:19.413Z] Removing intermediate container 1b62316b1b49 [2020-08-12T07:01:19.413Z] ---> e6e54d758c76 [2020-08-12T07:01:19.413Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-12T07:01:19.413Z] ---> Running in 8a9988d83316 [2020-08-12T07:01:19.494Z] Fetching without tags [2020-08-12T07:01:19.273Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-12T07:01:19.377Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T07:01:19.458Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-12T07:01:19.501Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-12T07:01:19.502Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-12T07:01:19.507Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-12T07:01:19.919Z] Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) [2020-08-12T07:01:20.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-12T07:01:19.930Z] > git config core.sparsecheckout # timeout=10 [2020-08-12T07:01:19.952Z] > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [2020-08-12T07:01:21.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-12T07:01:22.090Z] OK: 221 MiB in 53 packages [2020-08-12T07:01:23.516Z] Removing intermediate container 8a9988d83316 [2020-08-12T07:01:23.516Z] ---> 916db750918e [2020-08-12T07:01:23.516Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-12T07:01:23.516Z] ---> Running in 319dc2969e20 [2020-08-12T07:01:24.108Z] Removing intermediate container 319dc2969e20 [2020-08-12T07:01:24.108Z] ---> d4dc5bde9cac [2020-08-12T07:01:24.108Z] Step 7/19 : COPY . . [2020-08-12T07:01:24.114Z] Commit message: "Merge pull request #160 from weichou1229/issue-151" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-12T07:01:25.088Z] ---> 44803262d4d5 [2020-08-12T07:01:25.088Z] Step 8/19 : RUN ${MAKE} [2020-08-12T07:01:25.088Z] ---> Running in 7ada0788faab [Pipeline] echo [2020-08-12T07:01:25.224Z] ========================================================= [2020-08-12T07:01:25.224Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-12T07:01:25.224Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:01:26.287Z] + 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-12T07:01:26.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.3" -o cmd/device-modbus ./cmd [2020-08-12T07:01:26.905Z] Sending build context to Docker daemon 619.5kB [2020-08-12T07:01:26.906Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-12T07:01:26.906Z] Step 2/8 : FROM ${BASE} [2020-08-12T07:01:27.304Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-12T07:01:27.304Z] df20fa9351a1: Pulling fs layer [2020-08-12T07:01:27.304Z] ed8968b2872e: Pulling fs layer [2020-08-12T07:01:27.304Z] a92cc7c5fd73: Pulling fs layer [2020-08-12T07:01:27.304Z] 2dd03ba5bac4: Pulling fs layer [2020-08-12T07:01:27.304Z] 1e091d79d1de: Pulling fs layer [2020-08-12T07:01:27.304Z] 481702a1767f: Pulling fs layer [2020-08-12T07:01:27.304Z] f64a6f60c768: Pulling fs layer [2020-08-12T07:01:27.304Z] e78d2573fc39: Pulling fs layer [2020-08-12T07:01:27.304Z] e876d2f968b6: Pulling fs layer [2020-08-12T07:01:27.304Z] ce8a83651883: Pulling fs layer [2020-08-12T07:01:27.304Z] 07967f4d0e4b: Pulling fs layer [2020-08-12T07:01:27.304Z] 481702a1767f: Waiting [2020-08-12T07:01:27.304Z] f64a6f60c768: Waiting [2020-08-12T07:01:27.304Z] e78d2573fc39: Waiting [2020-08-12T07:01:27.304Z] e876d2f968b6: Waiting [2020-08-12T07:01:27.304Z] 2dd03ba5bac4: Waiting [2020-08-12T07:01:27.304Z] 1e091d79d1de: Waiting [2020-08-12T07:01:27.304Z] ce8a83651883: Waiting [2020-08-12T07:01:27.304Z] 07967f4d0e4b: Waiting [2020-08-12T07:01:27.304Z] a92cc7c5fd73: Verifying Checksum [2020-08-12T07:01:27.304Z] a92cc7c5fd73: Download complete [2020-08-12T07:01:27.304Z] ed8968b2872e: Download complete [2020-08-12T07:01:27.752Z] 1e091d79d1de: Verifying Checksum [2020-08-12T07:01:27.752Z] 1e091d79d1de: Download complete [2020-08-12T07:01:27.752Z] 481702a1767f: Verifying Checksum [2020-08-12T07:01:27.752Z] 481702a1767f: Download complete [2020-08-12T07:01:28.163Z] df20fa9351a1: Verifying Checksum [2020-08-12T07:01:28.164Z] df20fa9351a1: Download complete [2020-08-12T07:01:29.667Z] df20fa9351a1: Pull complete [2020-08-12T07:01:30.755Z] ed8968b2872e: Pull complete [2020-08-12T07:01:30.755Z] a92cc7c5fd73: Pull complete [2020-08-12T07:01:31.836Z] 2dd03ba5bac4: Verifying Checksum [2020-08-12T07:01:31.837Z] 2dd03ba5bac4: Download complete [2020-08-12T07:01:31.837Z] e876d2f968b6: Verifying Checksum [2020-08-12T07:01:31.837Z] e876d2f968b6: Download complete [2020-08-12T07:01:33.078Z] f64a6f60c768: Verifying Checksum [2020-08-12T07:01:33.078Z] f64a6f60c768: Download complete [2020-08-12T07:01:33.078Z] 07967f4d0e4b: Verifying Checksum [2020-08-12T07:01:33.078Z] 07967f4d0e4b: Download complete [2020-08-12T07:01:33.417Z] ce8a83651883: Download complete [2020-08-12T07:01:33.711Z] e78d2573fc39: Verifying Checksum [2020-08-12T07:01:33.711Z] e78d2573fc39: Download complete [2020-08-12T07:01:44.015Z] 2dd03ba5bac4: Pull complete [2020-08-12T07:01:44.015Z] 1e091d79d1de: Pull complete [2020-08-12T07:01:44.312Z] 481702a1767f: Pull complete [2020-08-12T07:01:50.996Z] f64a6f60c768: Pull complete [2020-08-12T07:01:53.310Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-12T07:01:56.565Z] e78d2573fc39: Pull complete [2020-08-12T07:01:56.565Z] e876d2f968b6: Pull complete [2020-08-12T07:01:56.699Z] Removing intermediate container 7ada0788faab [2020-08-12T07:01:56.699Z] ---> c6d22c490d6f [2020-08-12T07:01:56.699Z] Step 9/19 : FROM scratch [2020-08-12T07:01:56.699Z] ---> [2020-08-12T07:01:56.699Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-12T07:01:56.699Z] ---> Running in 271c41267c71 [2020-08-12T07:01:57.293Z] Removing intermediate container 271c41267c71 [2020-08-12T07:01:57.293Z] ---> 98738f6c5e87 [2020-08-12T07:01:57.293Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-12T07:01:57.293Z] ---> Running in f58c4adceac6 [2020-08-12T07:01:57.885Z] Removing intermediate container f58c4adceac6 [2020-08-12T07:01:57.885Z] ---> 19157f7df883 [2020-08-12T07:01:57.885Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-12T07:01:58.942Z] ce8a83651883: Pull complete [2020-08-12T07:01:58.943Z] 07967f4d0e4b: Pull complete [2020-08-12T07:01:58.943Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-12T07:01:58.943Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-12T07:01:59.250Z] ---> 5d7c900382c6 [2020-08-12T07:01:59.250Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-12T07:01:59.324Z] ---> 109b8341b357 [2020-08-12T07:01:59.324Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-12T07:01:59.891Z] ---> Running in 39208f5ccc91 [2020-08-12T07:01:59.916Z] ---> 1c651dc4e921 [2020-08-12T07:01:59.916Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-12T07:02:00.235Z] Removing intermediate container 39208f5ccc91 [2020-08-12T07:02:00.235Z] ---> e28be8ddb444 [2020-08-12T07:02:00.235Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T07:02:00.235Z] ---> Running in aef6a1533e08 [2020-08-12T07:02:00.510Z] ---> 2c58d88709c7 [2020-08-12T07:02:00.510Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-12T07:02:01.104Z] ---> Running in c7c0778a7ded [2020-08-12T07:02:01.381Z] Removing intermediate container c7c0778a7ded [2020-08-12T07:02:01.381Z] ---> 07d8cc3f3a7c [2020-08-12T07:02:01.381Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T07:02:01.655Z] ---> Running in dd78dff6e50e [2020-08-12T07:02:01.927Z] Removing intermediate container dd78dff6e50e [2020-08-12T07:02:01.927Z] ---> 0fa4bb865d54 [2020-08-12T07:02:01.927Z] Step 17/19 : LABEL arch=arm64 [2020-08-12T07:02:02.200Z] ---> Running in 853eef277886 [2020-08-12T07:02:02.793Z] Removing intermediate container 853eef277886 [2020-08-12T07:02:02.793Z] ---> a9ad90783849 [2020-08-12T07:02:02.793Z] Step 18/19 : LABEL git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:02:02.793Z] ---> Running in 72b4e654ae65 [2020-08-12T07:02:03.103Z] Removing intermediate container aef6a1533e08 [2020-08-12T07:02:03.103Z] ---> 18ab23ed29e9 [2020-08-12T07:02:03.103Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-12T07:02:03.390Z] Removing intermediate container 72b4e654ae65 [2020-08-12T07:02:03.390Z] ---> 1217ee06233e [2020-08-12T07:02:03.390Z] Step 19/19 : LABEL version=1.2.2-dev.3 [2020-08-12T07:02:03.390Z] ---> Running in 3fd776f0dddc [2020-08-12T07:02:03.456Z] ---> Running in 729bf0225ff9 [2020-08-12T07:02:03.981Z] Removing intermediate container 3fd776f0dddc [2020-08-12T07:02:03.981Z] ---> 8ffaed47dc40 [2020-08-12T07:02:03.981Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-12T07:02:03.981Z] Successfully built 8ffaed47dc40 [2020-08-12T07:02:03.981Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-12T07:02:04.345Z] provisioning config files... [2020-08-12T07:02:04.386Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/17@tmp/config8962515142330977000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:02:04.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T07:02:04.785Z] nexus3.edgexfoundry.org:10001 [2020-08-12T07:02:05.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:02:05.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:02:05.327Z] Configure a credential helper to remove this warning. See [2020-08-12T07:02:05.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:02:05.327Z] [2020-08-12T07:02:05.327Z] Login Succeeded [2020-08-12T07:02:05.327Z] nexus3.edgexfoundry.org:10002 [2020-08-12T07:02:05.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:02:05.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T07:02:05.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:02:05.873Z] Configure a credential helper to remove this warning. See [2020-08-12T07:02:05.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:02:05.873Z] [2020-08-12T07:02:05.873Z] Login Succeeded [2020-08-12T07:02:05.873Z] nexus3.edgexfoundry.org:10003 [2020-08-12T07:02:06.301Z] (1/14) Installing libmagic (5.38-r0) [2020-08-12T07:02:06.301Z] (2/14) Installing file (5.38-r0) [2020-08-12T07:02:06.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:02:06.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:02:06.474Z] Configure a credential helper to remove this warning. See [2020-08-12T07:02:06.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:02:06.474Z] [2020-08-12T07:02:06.474Z] Login Succeeded [2020-08-12T07:02:06.474Z] nexus3.edgexfoundry.org:10004 [2020-08-12T07:02:06.592Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-12T07:02:06.592Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-12T07:02:06.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:02:07.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:02:07.018Z] Configure a credential helper to remove this warning. See [2020-08-12T07:02:07.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:02:07.018Z] [2020-08-12T07:02:07.018Z] Login Succeeded [2020-08-12T07:02:07.018Z] docker.io [2020-08-12T07:02:07.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:02:07.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:02:07.882Z] Configure a credential helper to remove this warning. See [2020-08-12T07:02:07.882Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:02:07.882Z] [2020-08-12T07:02:07.882Z] Login Succeeded [Pipeline] } [2020-08-12T07:02:07.899Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T07:02:08.068Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-08-12T07:02:08.068Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:02:08.068Z] latest [2020-08-12T07:02:08.068Z] 1.2.2-dev.3 [2020-08-12T07:02:08.068Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [2020-08-12T07:02:08.068Z] master [2020-08-12T07:02:08.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:08.541Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:08.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:02:08.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-12T07:02:08.870Z] 2c37cd1c389a: Preparing [2020-08-12T07:02:08.870Z] 1cce743f828a: Preparing [2020-08-12T07:02:08.870Z] d82a6bfe3ce7: Preparing [2020-08-12T07:02:09.142Z] 1cce743f828a: Pushed [2020-08-12T07:02:09.142Z] 2c37cd1c389a: Pushed [2020-08-12T07:02:10.333Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-12T07:02:10.333Z] (6/14) Installing patch (2.7.6-r6) [2020-08-12T07:02:10.334Z] (7/14) Installing build-base (0.5-r2) [2020-08-12T07:02:10.334Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-12T07:02:10.334Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-12T07:02:10.334Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-12T07:02:10.607Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-12T07:02:10.607Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-12T07:02:10.888Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-12T07:02:10.888Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-12T07:02:10.888Z] Executing busybox-1.31.1-r16.trigger [2020-08-12T07:02:10.888Z] OK: 237 MiB in 53 packages [2020-08-12T07:02:11.745Z] d82a6bfe3ce7: Pushed [2020-08-12T07:02:11.745Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:12.088Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:12.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-08-12T07:02:12.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-12T07:02:12.417Z] 2c37cd1c389a: Preparing [2020-08-12T07:02:12.417Z] 1cce743f828a: Preparing [2020-08-12T07:02:12.417Z] d82a6bfe3ce7: Preparing [2020-08-12T07:02:12.417Z] 2c37cd1c389a: Layer already exists [2020-08-12T07:02:12.417Z] d82a6bfe3ce7: Layer already exists [2020-08-12T07:02:12.417Z] 1cce743f828a: Layer already exists [2020-08-12T07:02:12.688Z] latest: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:13.023Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:13.356Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.3 [2020-08-12T07:02:13.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-12T07:02:13.356Z] 2c37cd1c389a: Preparing [2020-08-12T07:02:13.356Z] 1cce743f828a: Preparing [2020-08-12T07:02:13.356Z] d82a6bfe3ce7: Preparing [2020-08-12T07:02:13.356Z] 2c37cd1c389a: Layer already exists [2020-08-12T07:02:13.356Z] d82a6bfe3ce7: Layer already exists [2020-08-12T07:02:13.356Z] 1cce743f828a: Layer already exists [2020-08-12T07:02:13.625Z] 1.2.2-dev.3: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:13.961Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:14.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [2020-08-12T07:02:14.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-12T07:02:14.294Z] 2c37cd1c389a: Preparing [2020-08-12T07:02:14.294Z] 1cce743f828a: Preparing [2020-08-12T07:02:14.294Z] d82a6bfe3ce7: Preparing [2020-08-12T07:02:14.294Z] 1cce743f828a: Layer already exists [2020-08-12T07:02:14.294Z] d82a6bfe3ce7: Layer already exists [2020-08-12T07:02:14.294Z] 2c37cd1c389a: Layer already exists [2020-08-12T07:02:14.407Z] Removing intermediate container 729bf0225ff9 [2020-08-12T07:02:14.407Z] ---> e00855138ac6 [2020-08-12T07:02:14.407Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-12T07:02:14.407Z] ---> Running in 5cff5d58454c [2020-08-12T07:02:14.407Z] Removing intermediate container 5cff5d58454c [2020-08-12T07:02:14.407Z] ---> d1e38a873691 [2020-08-12T07:02:14.407Z] Step 7/8 : COPY . . [2020-08-12T07:02:14.566Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:14.905Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:15.017Z] ---> 8b86b1420caa [2020-08-12T07:02:15.017Z] Step 8/8 : RUN go mod download [2020-08-12T07:02:15.017Z] ---> Running in fdef97e21144 [2020-08-12T07:02:15.237Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-08-12T07:02:15.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-12T07:02:15.237Z] 2c37cd1c389a: Preparing [2020-08-12T07:02:15.237Z] 1cce743f828a: Preparing [2020-08-12T07:02:15.237Z] d82a6bfe3ce7: Preparing [2020-08-12T07:02:15.237Z] d82a6bfe3ce7: Layer already exists [2020-08-12T07:02:15.237Z] 1cce743f828a: Layer already exists [2020-08-12T07:02:15.237Z] 2c37cd1c389a: Layer already exists [2020-08-12T07:02:15.508Z] master: digest: sha256:b439e0e01cf99a9a9d7c5bb57bf8fed5c3dd01d3bd3b57bd680d1f68a86caef6 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T07:02:15.670Z] ===================================================== [Pipeline] echo [2020-08-12T07:02:15.708Z] taggedImages: [2020-08-12T07:02:15.708Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:02:15.708Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-08-12T07:02:15.708Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.3 [2020-08-12T07:02:15.708Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [2020-08-12T07:02:15.708Z] - 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-12T07:02:16.878Z] + find /w/workspace/device-modbus-go/17 [2020-08-12T07:02:16.878Z] + grep snapcraft.yaml [2020-08-12T07:02:16.878Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/17/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T07:02:17.013Z] provisioning config files... [2020-08-12T07:02:17.032Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/17@tmp/config8573154671853667662tmp [Pipeline] { [Pipeline] sh [2020-08-12T07:02:17.419Z] + cp /w/workspace/device-modbus-go/17@tmp/config8573154671853667662tmp /w/workspace/device-modbus-go/17/edgex-snap-store-login [Pipeline] sh [2020-08-12T07:02:17.687Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T07:02:17.687Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-12T07:02:17.687Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-12T07:02:17.687Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T07:02:17.687Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-12T07:02:17.687Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-12T07:02:17.687Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T07:02:17.687Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-12T07:02:17.687Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-12T07:02:17.749Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/17:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-12T07:02:17.749Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-08-12T07:02:18.007Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-12T07:02:18.007Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T07:02:18.007Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T07:02:18.007Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-12T07:02:18.007Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T07:02:18.007Z] go: finding github.com/fatih/color v1.7.0 [2020-08-12T07:02:18.007Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T07:02:18.007Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T07:02:18.007Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T07:02:18.007Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-12T07:02:18.022Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-08-12T07:02:18.022Z] a114936b4807: Pulling fs layer [2020-08-12T07:02:18.022Z] a27ecf0d2a86: Pulling fs layer [2020-08-12T07:02:18.022Z] f4eb48eb870f: Pulling fs layer [2020-08-12T07:02:18.022Z] 0f912b9bb20d: Pulling fs layer [2020-08-12T07:02:18.022Z] 19769ba762fa: Pulling fs layer [2020-08-12T07:02:18.022Z] 6675a7feeedd: Pulling fs layer [2020-08-12T07:02:18.022Z] bb153fd0de2e: Pulling fs layer [2020-08-12T07:02:18.022Z] cf8ad2f1a1a4: Pulling fs layer [2020-08-12T07:02:18.022Z] c8535664fb42: Pulling fs layer [2020-08-12T07:02:18.022Z] 0f912b9bb20d: Waiting [2020-08-12T07:02:18.022Z] 19769ba762fa: Waiting [2020-08-12T07:02:18.022Z] 6675a7feeedd: Waiting [2020-08-12T07:02:18.022Z] bb153fd0de2e: Waiting [2020-08-12T07:02:18.022Z] cf8ad2f1a1a4: Waiting [2020-08-12T07:02:18.022Z] c8535664fb42: Waiting [2020-08-12T07:02:18.022Z] f4eb48eb870f: Download complete [2020-08-12T07:02:18.022Z] a27ecf0d2a86: Verifying Checksum [2020-08-12T07:02:18.022Z] a27ecf0d2a86: Download complete [2020-08-12T07:02:18.022Z] 6675a7feeedd: Download complete [2020-08-12T07:02:18.022Z] bb153fd0de2e: Verifying Checksum [2020-08-12T07:02:18.022Z] bb153fd0de2e: Download complete [2020-08-12T07:02:18.022Z] cf8ad2f1a1a4: Verifying Checksum [2020-08-12T07:02:18.022Z] cf8ad2f1a1a4: Download complete [2020-08-12T07:02:18.022Z] c8535664fb42: Verifying Checksum [2020-08-12T07:02:18.022Z] c8535664fb42: Download complete [2020-08-12T07:02:18.270Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-12T07:02:18.270Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-12T07:02:18.270Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-12T07:02:18.270Z] go: finding github.com/google/uuid v1.1.1 [2020-08-12T07:02:18.271Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T07:02:18.271Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T07:02:18.271Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-12T07:02:18.271Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-12T07:02:18.271Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T07:02:18.271Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T07:02:18.271Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-12T07:02:18.536Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-12T07:02:18.814Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T07:02:18.814Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-12T07:02:18.814Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-12T07:02:18.814Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-12T07:02:18.814Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-12T07:02:18.814Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-12T07:02:18.814Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T07:02:18.814Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T07:02:18.814Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-12T07:02:18.814Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-12T07:02:18.814Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-12T07:02:18.814Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-12T07:02:19.000Z] a114936b4807: Verifying Checksum [2020-08-12T07:02:19.000Z] a114936b4807: Download complete [2020-08-12T07:02:19.078Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-12T07:02:19.078Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T07:02:19.078Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T07:02:19.078Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-12T07:02:19.078Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T07:02:19.078Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T07:02:19.078Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-12T07:02:19.078Z] go: finding github.com/posener/complete v1.1.1 [2020-08-12T07:02:19.078Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-12T07:02:19.078Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-12T07:02:19.353Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-12T07:02:19.353Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-12T07:02:19.353Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-12T07:02:19.353Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T07:02:19.353Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-12T07:02:19.353Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-12T07:02:19.353Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-12T07:02:19.353Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-12T07:02:19.353Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-12T07:02:19.353Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T07:02:22.611Z] a114936b4807: Pull complete [2020-08-12T07:02:22.611Z] a27ecf0d2a86: Pull complete [2020-08-12T07:02:23.221Z] f4eb48eb870f: Pull complete [2020-08-12T07:02:23.498Z] 0f912b9bb20d: Pull complete [2020-08-12T07:02:28.924Z] 19769ba762fa: Verifying Checksum [2020-08-12T07:02:28.924Z] 19769ba762fa: Download complete [2020-08-12T07:02:29.833Z] Removing intermediate container fdef97e21144 [2020-08-12T07:02:29.833Z] ---> 7fc364d941c9 [2020-08-12T07:02:29.833Z] Successfully built 7fc364d941c9 [2020-08-12T07:02:29.833Z] 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-12T07:02:30.844Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-12T07:02:31.199Z] + ls -al . [2020-08-12T07:02:31.199Z] total 64 [2020-08-12T07:02:31.199Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 12 07:01 . [2020-08-12T07:02:31.199Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 12 07:01 .. [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 5049 Aug 12 07:01 Attribution.txt [2020-08-12T07:02:31.199Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 12 07:01 bin [2020-08-12T07:02:31.199Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 12 07:01 cmd [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 1422 Aug 12 07:01 Dockerfile [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 954 Aug 12 07:01 Dockerfile.build [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 12 07:01 .dockerignore [2020-08-12T07:02:31.199Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 12 07:01 .git [2020-08-12T07:02:31.199Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 12 07:01 .github [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 330 Aug 12 07:01 .gitignore [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 559 Aug 12 07:01 go.mod [2020-08-12T07:02:31.199Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 12 07:01 internal [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 702 Aug 12 07:01 Jenkinsfile [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 12 07:01 LICENSE [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 880 Aug 12 07:01 Makefile [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 591 Aug 12 07:01 README.md [2020-08-12T07:02:31.199Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 12 07:01 .semver [2020-08-12T07:02:31.199Z] drwxrwxr-x. 2 jenkins jenkins 35 Aug 12 07:01 simulator [2020-08-12T07:02:31.199Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 12 07:01 snap [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 12 06:57 VERSION [2020-08-12T07:02:31.199Z] -rw-rw-r--. 1 jenkins jenkins 229 Aug 12 07:01 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:02:31.681Z] + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 --label arch=amd64 --label version=1.2.2-dev.3 . [2020-08-12T07:02:31.990Z] Sending build context to Docker daemon 619.5kB [2020-08-12T07:02:31.990Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-12T07:02:31.990Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-12T07:02:31.990Z] ---> 7fc364d941c9 [2020-08-12T07:02:31.990Z] Step 3/19 : ARG MAKE='make build' [2020-08-12T07:02:32.271Z] ---> Running in 07389c0b2580 [2020-08-12T07:02:32.271Z] Removing intermediate container 07389c0b2580 [2020-08-12T07:02:32.271Z] ---> 258b00d60135 [2020-08-12T07:02:32.271Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-12T07:02:32.546Z] ---> Running in 62d9ccd3b848 [2020-08-12T07:02:34.519Z] Removing intermediate container 62d9ccd3b848 [2020-08-12T07:02:34.519Z] ---> 57eec04e62b1 [2020-08-12T07:02:34.519Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-12T07:02:34.519Z] ---> Running in a6611cb4a737 [2020-08-12T07:02:34.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-12T07:02:35.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-12T07:02:35.977Z] OK: 237 MiB in 53 packages [2020-08-12T07:02:36.587Z] Removing intermediate container a6611cb4a737 [2020-08-12T07:02:36.587Z] ---> 106cf48001b7 [2020-08-12T07:02:36.587Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-12T07:02:36.859Z] ---> Running in a01884132849 [2020-08-12T07:02:37.131Z] Removing intermediate container a01884132849 [2020-08-12T07:02:37.131Z] ---> abcd5a1d39a2 [2020-08-12T07:02:37.131Z] Step 7/19 : COPY . . [2020-08-12T07:02:37.727Z] ---> 9bb6d92ae9ad [2020-08-12T07:02:37.727Z] Step 8/19 : RUN ${MAKE} [2020-08-12T07:02:38.015Z] ---> Running in 1f0c909ba9a3 [2020-08-12T07:02:38.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.3" -o cmd/device-modbus ./cmd [2020-08-12T07:02:57.236Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-12T07:03:02.798Z] Removing intermediate container 1f0c909ba9a3 [2020-08-12T07:03:02.799Z] ---> 65c8075ffb66 [2020-08-12T07:03:02.799Z] Step 9/19 : FROM scratch [2020-08-12T07:03:02.799Z] ---> [2020-08-12T07:03:02.799Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-12T07:03:02.799Z] ---> Running in e3de1ff5dd99 [2020-08-12T07:03:02.799Z] Removing intermediate container e3de1ff5dd99 [2020-08-12T07:03:02.799Z] ---> 1caadfab1abb [2020-08-12T07:03:02.799Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-12T07:03:02.799Z] ---> Running in 88d7add81283 [2020-08-12T07:03:02.799Z] Removing intermediate container 88d7add81283 [2020-08-12T07:03:02.799Z] ---> 216732b42d4e [2020-08-12T07:03:02.799Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-12T07:03:03.757Z] ---> aa6f03fcbcf3 [2020-08-12T07:03:03.757Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-12T07:03:04.033Z] ---> bc0b5f9e58b9 [2020-08-12T07:03:04.033Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-12T07:03:04.301Z] ---> 58273a6a87cb [2020-08-12T07:03:04.301Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-12T07:03:04.301Z] ---> Running in a4f4a344c0df [2020-08-12T07:03:04.632Z] Removing intermediate container a4f4a344c0df [2020-08-12T07:03:04.632Z] ---> 76ac8ec487e7 [2020-08-12T07:03:04.632Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-12T07:03:04.632Z] ---> Running in a10e79d7ba8a [2020-08-12T07:03:04.942Z] Removing intermediate container a10e79d7ba8a [2020-08-12T07:03:04.942Z] ---> a2e0de47a53d [2020-08-12T07:03:04.942Z] Step 17/19 : LABEL arch=amd64 [2020-08-12T07:03:04.942Z] ---> Running in 6249e4f9543a [2020-08-12T07:03:05.214Z] Removing intermediate container 6249e4f9543a [2020-08-12T07:03:05.214Z] ---> 4948c9f0f110 [2020-08-12T07:03:05.214Z] Step 18/19 : LABEL git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:03:05.214Z] ---> Running in ba3adea4b169 [2020-08-12T07:03:05.512Z] Removing intermediate container ba3adea4b169 [2020-08-12T07:03:05.512Z] ---> cff7091be7b0 [2020-08-12T07:03:05.512Z] Step 19/19 : LABEL version=1.2.2-dev.3 [2020-08-12T07:03:05.829Z] ---> Running in e31d7a06606a [2020-08-12T07:03:06.154Z] Removing intermediate container e31d7a06606a [2020-08-12T07:03:06.154Z] ---> 415a2659ddd0 [2020-08-12T07:03:06.154Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-12T07:03:06.154Z] Successfully built 415a2659ddd0 [2020-08-12T07:03:06.154Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-12T07:03:06.559Z] provisioning config files... [2020-08-12T07:03:06.607Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/17@tmp/config544584101392789056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:03:07.881Z] 19769ba762fa: Pull complete [2020-08-12T07:03:07.881Z] 6675a7feeedd: Pull complete [2020-08-12T07:03:07.881Z] bb153fd0de2e: Pull complete [2020-08-12T07:03:07.881Z] cf8ad2f1a1a4: Pull complete [2020-08-12T07:03:07.881Z] c8535664fb42: Pull complete [2020-08-12T07:03:07.881Z] Digest: sha256:5b41654e13e1529cdcb3e70789e3a8d345d16fe395680c2eb6ae08626c23903b [2020-08-12T07:03:07.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-12T07:03:08.228Z] nexus3.edgexfoundry.org:10001 [2020-08-12T07:03:08.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:03:08.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:03:08.553Z] Configure a credential helper to remove this warning. See [2020-08-12T07:03:08.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:03:08.553Z] [2020-08-12T07:03:08.553Z] Login Succeeded [2020-08-12T07:03:08.553Z] nexus3.edgexfoundry.org:10002 [2020-08-12T07:03:08.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:03:08.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:03:08.837Z] Configure a credential helper to remove this warning. See [2020-08-12T07:03:08.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:03:08.837Z] [2020-08-12T07:03:08.837Z] Login Succeeded [2020-08-12T07:03:08.837Z] nexus3.edgexfoundry.org:10003 [2020-08-12T07:03:09.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:03:09.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:03:09.137Z] Configure a credential helper to remove this warning. See [2020-08-12T07:03:09.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:03:09.137Z] [2020-08-12T07:03:09.137Z] Login Succeeded [2020-08-12T07:03:09.137Z] nexus3.edgexfoundry.org:10004 [2020-08-12T07:03:09.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:03:09.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:03:09.419Z] Configure a credential helper to remove this warning. See [2020-08-12T07:03:09.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:03:09.419Z] [2020-08-12T07:03:09.419Z] Login Succeeded [2020-08-12T07:03:09.696Z] docker.io [2020-08-12T07:03:09.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-12T07:03:09.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-12T07:03:09.987Z] Configure a credential helper to remove this warning. See [2020-08-12T07:03:09.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-12T07:03:09.987Z] [2020-08-12T07:03:09.987Z] Login Succeeded [Pipeline] } [2020-08-12T07:03:10.005Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T07:03:10.333Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-08-12T07:03:10.333Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:03:10.333Z] latest [2020-08-12T07:03:10.333Z] 1.2.2-dev.3 [2020-08-12T07:03:10.333Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [2020-08-12T07:03:10.333Z] master [2020-08-12T07:03:10.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:10.911Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:11.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:03:11.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-12T07:03:11.225Z] d429c852e012: Preparing [2020-08-12T07:03:11.225Z] b8a37d78c911: Preparing [2020-08-12T07:03:11.225Z] 6d32db82c810: Preparing [2020-08-12T07:03:11.226Z] b8a37d78c911: Pushed [2020-08-12T07:03:11.226Z] d429c852e012: Pushed [2020-08-12T07:03:12.645Z] 6d32db82c810: Pushed [2020-08-12T07:03:12.909Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:13.324Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:14.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-08-12T07:03:14.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-12T07:03:14.020Z] d429c852e012: Preparing [2020-08-12T07:03:14.020Z] b8a37d78c911: Preparing [2020-08-12T07:03:14.020Z] 6d32db82c810: Preparing [2020-08-12T07:03:14.020Z] d429c852e012: Layer already exists [2020-08-12T07:03:14.020Z] 6d32db82c810: Layer already exists [2020-08-12T07:03:14.020Z] b8a37d78c911: Layer already exists [2020-08-12T07:03:14.020Z] latest: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:14.571Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-12T07:03:14.571Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-12T07:03:14.571Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-12T07:03:14.571Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-12T07:03:14.707Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:14.842Z] Fetched 252 kB in 2s (144 kB/s) [2020-08-12T07:03:15.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.3 [2020-08-12T07:03:15.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-12T07:03:15.072Z] d429c852e012: Preparing [2020-08-12T07:03:15.072Z] b8a37d78c911: Preparing [2020-08-12T07:03:15.072Z] 6d32db82c810: Preparing [2020-08-12T07:03:15.072Z] d429c852e012: Layer already exists [2020-08-12T07:03:15.072Z] 6d32db82c810: Layer already exists [2020-08-12T07:03:15.072Z] b8a37d78c911: Layer already exists [2020-08-12T07:03:15.338Z] 1.2.2-dev.3: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:15.775Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:16.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [2020-08-12T07:03:16.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-12T07:03:16.173Z] d429c852e012: Preparing [2020-08-12T07:03:16.173Z] b8a37d78c911: Preparing [2020-08-12T07:03:16.173Z] 6d32db82c810: Preparing [2020-08-12T07:03:16.173Z] 6d32db82c810: Layer already exists [2020-08-12T07:03:16.173Z] d429c852e012: Layer already exists [2020-08-12T07:03:16.173Z] b8a37d78c911: Layer already exists [2020-08-12T07:03:16.173Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:16.505Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:03:16.814Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-08-12T07:03:16.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-12T07:03:16.814Z] d429c852e012: Preparing [2020-08-12T07:03:16.814Z] b8a37d78c911: Preparing [2020-08-12T07:03:16.814Z] 6d32db82c810: Preparing [2020-08-12T07:03:16.814Z] d429c852e012: Layer already exists [2020-08-12T07:03:16.814Z] b8a37d78c911: Layer already exists [2020-08-12T07:03:16.814Z] 6d32db82c810: Layer already exists [2020-08-12T07:03:16.814Z] master: digest: sha256:1ad1123ab35b017c49d6d94067d4e777229382366db8ec0649dc30eb4c89d1bf size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-12T07:03:17.006Z] ===================================================== [Pipeline] echo [2020-08-12T07:03:17.046Z] taggedImages: [2020-08-12T07:03:17.046Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:03:17.046Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-08-12T07:03:17.046Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.3 [2020-08-12T07:03:17.046Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2-dev.3 [2020-08-12T07:03:17.046Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-12T07:03:17.922Z] ++ grep snapcraft.yaml [2020-08-12T07:03:17.922Z] ++ find /w/workspace/device-modbus-go/17 [2020-08-12T07:03:17.922Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/17/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T07:03:18.941Z] provisioning config files... [2020-08-12T07:03:19.018Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/17@tmp/config6279945048347877534tmp [2020-08-12T07:03:19.115Z] Reading package lists... [Pipeline] { [Pipeline] sh [2020-08-12T07:03:19.956Z] + cp /w/workspace/device-modbus-go/17@tmp/config6279945048347877534tmp /w/workspace/device-modbus-go/17/edgex-snap-store-login [Pipeline] sh [2020-08-12T07:03:20.363Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/17:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-12T07:03:20.363Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-08-12T07:03:20.363Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-08-12T07:03:20.363Z] 7595c8c21622: Pulling fs layer [2020-08-12T07:03:20.363Z] d13af8ca898f: Pulling fs layer [2020-08-12T07:03:20.363Z] 70799171ddba: Pulling fs layer [2020-08-12T07:03:20.363Z] b6c12202c5ef: Pulling fs layer [2020-08-12T07:03:20.363Z] 0e468b2cbd7c: Pulling fs layer [2020-08-12T07:03:20.363Z] 81ce4cd09fec: Pulling fs layer [2020-08-12T07:03:20.363Z] 9113857f769f: Pulling fs layer [2020-08-12T07:03:20.363Z] a6a4d6edcf0f: Pulling fs layer [2020-08-12T07:03:20.363Z] 1466ad0cc8cc: Pulling fs layer [2020-08-12T07:03:20.363Z] 81ce4cd09fec: Waiting [2020-08-12T07:03:20.363Z] 9113857f769f: Waiting [2020-08-12T07:03:20.363Z] a6a4d6edcf0f: Waiting [2020-08-12T07:03:20.363Z] 1466ad0cc8cc: Waiting [2020-08-12T07:03:20.363Z] b6c12202c5ef: Waiting [2020-08-12T07:03:20.363Z] 0e468b2cbd7c: Waiting [2020-08-12T07:03:20.363Z] 70799171ddba: Verifying Checksum [2020-08-12T07:03:20.363Z] 70799171ddba: Download complete [2020-08-12T07:03:20.363Z] d13af8ca898f: Verifying Checksum [2020-08-12T07:03:20.363Z] d13af8ca898f: Download complete [2020-08-12T07:03:20.363Z] b6c12202c5ef: Verifying Checksum [2020-08-12T07:03:20.363Z] b6c12202c5ef: Download complete [2020-08-12T07:03:20.363Z] 81ce4cd09fec: Verifying Checksum [2020-08-12T07:03:20.363Z] 81ce4cd09fec: Download complete [2020-08-12T07:03:20.363Z] 9113857f769f: Download complete [2020-08-12T07:03:20.685Z] a6a4d6edcf0f: Verifying Checksum [2020-08-12T07:03:20.685Z] a6a4d6edcf0f: Download complete [2020-08-12T07:03:20.685Z] 1466ad0cc8cc: Verifying Checksum [2020-08-12T07:03:20.685Z] 1466ad0cc8cc: Download complete [2020-08-12T07:03:21.451Z] 7595c8c21622: Verifying Checksum [2020-08-12T07:03:21.451Z] 7595c8c21622: Download complete [2020-08-12T07:03:26.009Z] 7595c8c21622: Pull complete [2020-08-12T07:03:26.009Z] d13af8ca898f: Pull complete [2020-08-12T07:03:26.009Z] 70799171ddba: Pull complete [2020-08-12T07:03:26.395Z] b6c12202c5ef: Pull complete [2020-08-12T07:03:29.497Z] 0e468b2cbd7c: Verifying Checksum [2020-08-12T07:03:29.497Z] 0e468b2cbd7c: Download complete [2020-08-12T07:03:34.153Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-12T07:03:34.153Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-08-12T07:03:34.153Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-08-12T07:03:34.153Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-08-12T07:03:37.662Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 50% Reading package lists... 70% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 88% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-12T07:03:44.344Z] 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-12T07:03:48.375Z] 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-12T07:03:49.183Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree [2020-08-12T07:03:49.183Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-12T07:03:50.152Z] The following packages were automatically installed and are no longer required: [2020-08-12T07:03:50.152Z] libjq1 libonig4 [2020-08-12T07:03:50.152Z] Use 'sudo apt autoremove' to remove them. [2020-08-12T07:03:50.152Z] Suggested packages: [2020-08-12T07:03:50.152Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-12T07:03:50.152Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-12T07:03:50.152Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-12T07:03:50.152Z] | libterm-readline-perl-perl [2020-08-12T07:03:50.422Z] The following NEW packages will be installed: [2020-08-12T07:03:50.422Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-12T07:03:50.422Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-12T07:03:50.692Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-12T07:03:50.692Z] Need to get 10.8 MB of archives. [2020-08-12T07:03:50.692Z] After this operation, 73.6 MB of additional disk space will be used. [2020-08-12T07:03:50.692Z] 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-12T07:03:51.584Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 7% [1 perl-modules-5.26 886 kB/2763 kB 32%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-08-12T07:03:51.584Z] 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Waiting for headers] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-08-12T07:03:51.584Z] 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-12T07:03:51.854Z] 25% [4 libperl5.26 0 B/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-08-12T07:03:51.854Z] 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-12T07:03:51.854Z] 54% [6 less 36.5 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-08-12T07:03:51.854Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-08-12T07:03:51.854Z] 58% [8 curl 24.6 kB/152 kB 16%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-08-12T07:03:51.854Z] 60% [9 libcurl3-gnutls 4096 B/179 kB 2%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-12T07:03:51.854Z] 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-12T07:03:51.854Z] 65% [11 git-man 16.4 kB/804 kB 2%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-08-12T07:03:52.125Z] 72% [12 git 11.0 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-08-12T07:03:52.125Z] 95% [13 make 0 B/139 kB 0%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-08-12T07:03:52.125Z] 98% [14 patch 41.0 kB/91.8 kB 45%] 100% [Working] Fetched 10.8 MB in 2s (7043 kB/s) [2020-08-12T07:03:53.102Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-12T07:03:53.102Z] Selecting previously unselected package perl-modules-5.26. [2020-08-12T07:03:53.374Z] (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-12T07:03:53.374Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-12T07:03:53.374Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-12T07:03:54.808Z] Selecting previously unselected package libgdbm5:arm64. [2020-08-12T07:03:54.808Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-08-12T07:03:54.808Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-08-12T07:03:55.084Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-08-12T07:03:55.084Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-08-12T07:03:55.084Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-12T07:03:55.084Z] Selecting previously unselected package libperl5.26:arm64. [2020-08-12T07:03:55.084Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-12T07:03:55.084Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-12T07:03:56.539Z] Selecting previously unselected package perl. [2020-08-12T07:03:56.540Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-12T07:03:56.540Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-12T07:03:56.828Z] Selecting previously unselected package less. [2020-08-12T07:03:56.828Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-08-12T07:03:56.828Z] Unpacking less (487-0.1) ... [2020-08-12T07:03:56.828Z] Selecting previously unselected package netbase. [2020-08-12T07:03:56.828Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-12T07:03:56.828Z] Unpacking netbase (5.4) ... [2020-08-12T07:03:57.117Z] Selecting previously unselected package curl. [2020-08-12T07:03:57.117Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-08-12T07:03:57.117Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-08-12T07:03:57.117Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-08-12T07:03:57.117Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-08-12T07:03:57.117Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-08-12T07:03:57.402Z] Selecting previously unselected package liberror-perl. [2020-08-12T07:03:57.402Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-08-12T07:03:57.402Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-12T07:03:57.692Z] Selecting previously unselected package git-man. [2020-08-12T07:03:57.692Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-12T07:03:57.692Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-12T07:03:57.994Z] Selecting previously unselected package git. [2020-08-12T07:03:57.994Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-08-12T07:03:57.994Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-12T07:03:59.493Z] Selecting previously unselected package make. [2020-08-12T07:03:59.493Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-08-12T07:03:59.493Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-12T07:03:59.493Z] Selecting previously unselected package patch. [2020-08-12T07:03:59.493Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-08-12T07:03:59.493Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-12T07:03:59.493Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-12T07:03:59.493Z] Setting up less (487-0.1) ... [2020-08-12T07:04:00.098Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-12T07:04:00.098Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-08-12T07:04:00.098Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-08-12T07:04:00.098Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:00.098Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-08-12T07:04:00.098Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-12T07:04:00.098Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-12T07:04:00.370Z] Setting up netbase (5.4) ... [2020-08-12T07:04:00.370Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:00.370Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:00.370Z] Setting up liberror-perl (0.17025-1) ... [2020-08-12T07:04:00.658Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-12T07:04:00.658Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-12T07:04:00.658Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-12T07:04:06.080Z] curl set to automatically installed. [2020-08-12T07:04:06.357Z] git set to automatically installed. [2020-08-12T07:04:06.358Z] git-man set to automatically installed. [2020-08-12T07:04:06.358Z] less set to automatically installed. [2020-08-12T07:04:06.358Z] libcurl3-gnutls set to automatically installed. [2020-08-12T07:04:06.358Z] liberror-perl set to automatically installed. [2020-08-12T07:04:06.358Z] libgdbm-compat4 set to automatically installed. [2020-08-12T07:04:06.358Z] libgdbm5 set to automatically installed. [2020-08-12T07:04:06.358Z] libperl5.26 set to automatically installed. [2020-08-12T07:04:06.629Z] make set to automatically installed. [2020-08-12T07:04:06.629Z] netbase set to automatically installed. [2020-08-12T07:04:06.629Z] patch set to automatically installed. [2020-08-12T07:04:06.629Z] perl set to automatically installed. [2020-08-12T07:04:06.629Z] perl-modules-5.26 set to automatically installed. [2020-08-12T07:04:06.902Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-12T07:04:06.902Z] Please ensure the environment is properly setup before continuing. [2020-08-12T07:04:06.902Z] Ignore this message if the appropriate measures have already been taken [2020-08-12T07:04:07.894Z] Pulling go  [2020-08-12T07:04:11.266Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-12T07:04:11.266Z] Skipping pull go (already ran) [2020-08-12T07:04:11.266Z] Building go  [2020-08-12T07:04:11.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-12T07:04:11.266Z] Dload Upload Total Spent Left Speed [2020-08-12T07:04:15.543Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 450k 0 0 1663k 0 0:00:57 --:--:-- 0:00:57 1663k 24 93.0M 24 23.2M 0 0 18.2M 0 0:00:05 0:00:01 0:00:04 18.2M 46 93.0M 46 43.2M 0 0 19.0M 0 0:00:04 0:00:02 0:00:02 19.0M 70 93.0M 70 66.0M 0 0 20.1M 0 0:00:04 0:00:03 0:00:01 20.1M 94 93.0M 94 88.0M 0 0 20.4M 0 0:00:04 0:00:04 --:--:-- 20.4M 100 93.0M 100 93.0M 0 0 20.4M 0 0:00:04 0:00:04 --:--:-- 21.6M [2020-08-12T07:04:16.965Z] go1.13.5.linux-arm64.tar.gz: OK [2020-08-12T07:04:27.080Z] 0e468b2cbd7c: Pull complete [2020-08-12T07:04:27.080Z] 81ce4cd09fec: Pull complete [2020-08-12T07:04:27.080Z] 9113857f769f: Pull complete [2020-08-12T07:04:27.080Z] a6a4d6edcf0f: Pull complete [2020-08-12T07:04:27.080Z] 1466ad0cc8cc: Pull complete [2020-08-12T07:04:27.080Z] Digest: sha256:c642e91ff79aa258a1ae135e2f8792ce86cd15f1ac61018b6f83b5185eb02bcd [2020-08-12T07:04:27.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-12T07:04:30.439Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-12T07:04:30.439Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-08-12T07:04:30.439Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-08-12T07:04:30.439Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-08-12T07:04:31.490Z] Fetched 252 kB in 1s (186 kB/s) [2020-08-12T07:04:33.518Z] Reading package lists... [2020-08-12T07:04:35.241Z] Staging go  [2020-08-12T07:04:37.206Z] Pulling device-modbus  [2020-08-12T07:04:40.354Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-08-12T07:04:40.354Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-12T07:04:40.354Z] 0% [1 InRelease gpgv 88.7 kB] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-08-12T07:04:40.354Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-08-12T07:04:40.578Z] Skipping build go (already ran) [2020-08-12T07:04:40.578Z] Building device-modbus  [2020-08-12T07:04:40.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.3" -o cmd/device-modbus ./cmd [2020-08-12T07:04:42.022Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-12T07:04:42.022Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-12T07:04:42.022Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T07:04:42.022Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-12T07:04:42.022Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-12T07:04:42.022Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-12T07:04:42.022Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T07:04:42.022Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-12T07:04:42.022Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-12T07:04:42.022Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-12T07:04:42.022Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-12T07:04:42.022Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-12T07:04:42.022Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-12T07:04:42.022Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-12T07:04:42.022Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-12T07:04:42.022Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T07:04:42.022Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-12T07:04:42.022Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-12T07:04:42.022Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-12T07:04:42.022Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-12T07:04:42.022Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T07:04:42.022Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-12T07:04:42.320Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-12T07:04:42.320Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T07:04:42.320Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-12T07:04:42.320Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T07:04:42.320Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-12T07:04:42.320Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-12T07:04:42.320Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-12T07:04:42.320Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T07:04:42.320Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-12T07:04:42.320Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T07:04:42.320Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-12T07:04:42.320Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-12T07:04:42.320Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-12T07:04:42.320Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-12T07:04:42.320Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T07:04:42.320Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-12T07:04:42.320Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-12T07:04:42.320Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T07:04:42.320Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T07:04:42.320Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-12T07:04:42.320Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T07:04:42.320Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-12T07:04:42.320Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T07:04:42.320Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T07:04:42.603Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-12T07:04:42.603Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T07:04:42.603Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T07:04:42.603Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T07:04:42.603Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T07:04:42.603Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T07:04:42.603Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T07:04:42.603Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-12T07:04:42.603Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T07:04:42.790Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 29% Reading package lists... 65% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-12T07:04:42.886Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T07:04:42.886Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T07:04:42.886Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T07:04:42.886Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T07:04:42.886Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T07:04:42.886Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-12T07:04:42.886Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-12T07:04:43.192Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-12T07:04:43.192Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T07:04:43.192Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-12T07:04:43.192Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T07:04:43.192Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T07:04:43.192Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T07:04:43.192Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-12T07:04:43.192Z] go: finding github.com/google/uuid v1.1.1 [2020-08-12T07:04:43.192Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-12T07:04:43.192Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-12T07:04:43.192Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T07:04:43.192Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T07:04:43.500Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T07:04:43.500Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-12T07:04:43.500Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T07:04:43.500Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T07:04:43.500Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T07:04:43.500Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T07:04:43.500Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T07:04:43.500Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T07:04:43.500Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T07:04:43.500Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T07:04:43.500Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T07:04:43.500Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T07:04:43.500Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T07:04:43.500Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T07:04:43.500Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T07:04:43.500Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T07:04:43.500Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T07:04:43.500Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T07:04:43.500Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-12T07:04:46.196Z] 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-12T07:04:48.067Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 28% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-12T07:04:48.682Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-08-12T07:04:48.682Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-12T07:04:49.003Z] The following packages were automatically installed and are no longer required: [2020-08-12T07:04:49.003Z] libjq1 libonig4 [2020-08-12T07:04:49.003Z] Use 'sudo apt autoremove' to remove them. [2020-08-12T07:04:49.003Z] Suggested packages: [2020-08-12T07:04:49.003Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-12T07:04:49.003Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-12T07:04:49.003Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-12T07:04:49.003Z] | libterm-readline-perl-perl [2020-08-12T07:04:49.288Z] The following NEW packages will be installed: [2020-08-12T07:04:49.288Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-12T07:04:49.288Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-12T07:04:49.572Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-12T07:04:49.572Z] Need to get 12.0 MB of archives. [2020-08-12T07:04:49.572Z] After this operation, 77.5 MB of additional disk space will be used. [2020-08-12T07:04:49.572Z] 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-12T07:04:50.889Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 2% [1 perl-modules-5.26 297 kB/2763 kB 11%] 15% [1 perl-modules-5.26 2241 kB/2763 kB 81%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-08-12T07:04:50.889Z] 20% [2 libgdbm5 10.0 kB/26.0 kB 38%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-08-12T07:04:50.889Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-08-12T07:04:50.889Z] 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-12T07:04:50.889Z] 48% [5 perl 0 B/201 kB 0%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-08-12T07:04:50.889Z] 51% [6 less 65.5 kB/112 kB 59%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-08-12T07:04:50.889Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-08-12T07:04:50.889Z] 55% [8 curl 45.1 kB/159 kB 28%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-08-12T07:04:50.889Z] 57% [9 libcurl3-gnutls 65.5 kB/212 kB 31%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-12T07:04:50.889Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-08-12T07:04:51.167Z] 62% [11 git-man 65.5 kB/804 kB 8%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-08-12T07:04:51.167Z] 68% [12 git 15.7 kB/3915 kB 0%] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-08-12T07:04:51.167Z] 96% [13 make 131 kB/154 kB 85%] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-08-12T07:04:51.167Z] 98% [14 patch 65.5 kB/102 kB 64%] 100% [Working] Fetched 12.0 MB in 2s (6503 kB/s) [2020-08-12T07:04:51.780Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-12T07:04:52.054Z] Selecting previously unselected package perl-modules-5.26. [2020-08-12T07:04:52.054Z] (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-12T07:04:52.054Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-12T07:04:52.054Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:54.679Z] Selecting previously unselected package libgdbm5:amd64. [2020-08-12T07:04:54.679Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-08-12T07:04:54.679Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-08-12T07:04:54.679Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-08-12T07:04:54.679Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-08-12T07:04:54.679Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-12T07:04:54.958Z] Selecting previously unselected package libperl5.26:amd64. [2020-08-12T07:04:54.958Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-12T07:04:54.958Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:56.382Z] Selecting previously unselected package perl. [2020-08-12T07:04:56.382Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-12T07:04:56.382Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:56.382Z] Selecting previously unselected package less. [2020-08-12T07:04:56.382Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-08-12T07:04:56.382Z] Unpacking less (487-0.1) ... [2020-08-12T07:04:56.716Z] Selecting previously unselected package netbase. [2020-08-12T07:04:56.716Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-12T07:04:56.716Z] Unpacking netbase (5.4) ... [2020-08-12T07:04:56.716Z] Selecting previously unselected package curl. [2020-08-12T07:04:56.716Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-08-12T07:04:56.716Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-08-12T07:04:57.040Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-08-12T07:04:57.040Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-08-12T07:04:57.040Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-08-12T07:04:57.345Z] Selecting previously unselected package liberror-perl. [2020-08-12T07:04:57.345Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-08-12T07:04:57.345Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-12T07:04:57.345Z] Selecting previously unselected package git-man. [2020-08-12T07:04:57.345Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-12T07:04:57.345Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-12T07:04:57.663Z] Selecting previously unselected package git. [2020-08-12T07:04:57.663Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-08-12T07:04:57.663Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-12T07:04:59.322Z] Selecting previously unselected package make. [2020-08-12T07:04:59.322Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-08-12T07:04:59.322Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-12T07:04:59.322Z] Selecting previously unselected package patch. [2020-08-12T07:04:59.322Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-08-12T07:04:59.322Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-12T07:04:59.322Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-12T07:04:59.322Z] Setting up less (487-0.1) ... [2020-08-12T07:04:59.595Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-12T07:04:59.595Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-08-12T07:04:59.595Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-08-12T07:04:59.595Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:59.595Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-08-12T07:04:59.595Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-12T07:04:59.595Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-12T07:04:59.595Z] Setting up netbase (5.4) ... [2020-08-12T07:04:59.923Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:59.923Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-12T07:04:59.923Z] Setting up liberror-perl (0.17025-1) ... [2020-08-12T07:04:59.923Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-12T07:04:59.923Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-12T07:05:00.225Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-12T07:05:03.765Z] curl set to automatically installed. [2020-08-12T07:05:03.765Z] git set to automatically installed. [2020-08-12T07:05:03.765Z] git-man set to automatically installed. [2020-08-12T07:05:03.765Z] less set to automatically installed. [2020-08-12T07:05:03.765Z] libcurl3-gnutls set to automatically installed. [2020-08-12T07:05:03.765Z] liberror-perl set to automatically installed. [2020-08-12T07:05:03.765Z] libgdbm-compat4 set to automatically installed. [2020-08-12T07:05:03.765Z] libgdbm5 set to automatically installed. [2020-08-12T07:05:03.765Z] libperl5.26 set to automatically installed. [2020-08-12T07:05:03.765Z] make set to automatically installed. [2020-08-12T07:05:03.765Z] netbase set to automatically installed. [2020-08-12T07:05:03.765Z] patch set to automatically installed. [2020-08-12T07:05:03.765Z] perl set to automatically installed. [2020-08-12T07:05:03.765Z] perl-modules-5.26 set to automatically installed. [2020-08-12T07:05:03.765Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-12T07:05:03.765Z] Please ensure the environment is properly setup before continuing. [2020-08-12T07:05:03.765Z] Ignore this message if the appropriate measures have already been taken [2020-08-12T07:05:05.190Z] Pulling go  [2020-08-12T07:05:06.742Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-12T07:05:06.742Z] Skipping pull go (already ran) [2020-08-12T07:05:06.742Z] Building go  [2020-08-12T07:05:06.742Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-12T07:05:06.742Z] Dload Upload Total Spent Left Speed [2020-08-12T07:05:09.688Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 114M 9 11.2M 0 0 12.6M 0 0:00:09 --:--:-- 0:00:09 12.6M 55 114M 55 64.1M 0 0 34.4M 0 0:00:03 0:00:01 0:00:02 34.4M 100 114M 100 114M 0 0 40.7M 0 0:00:02 0:00:02 --:--:-- 40.7M [2020-08-12T07:05:10.317Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-12T07:05:11.899Z] go1.13.5.linux-amd64.tar.gz: OK [2020-08-12T07:05:22.431Z] Staging go  [2020-08-12T07:05:23.430Z] Pulling device-modbus  [2020-08-12T07:05:25.147Z] Skipping build go (already ran) [2020-08-12T07:05:25.147Z] Building device-modbus  [2020-08-12T07:05:25.364Z] Skipping stage go (already ran) [2020-08-12T07:05:25.364Z] Staging device-modbus  [2020-08-12T07:05:25.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.3" -o cmd/device-modbus ./cmd [2020-08-12T07:05:26.336Z] Priming go  [2020-08-12T07:05:27.529Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-12T07:05:27.530Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T07:05:27.530Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-12T07:05:27.530Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-12T07:05:27.530Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-12T07:05:27.530Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-12T07:05:27.530Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T07:05:27.530Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-12T07:05:27.530Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-12T07:05:27.530Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-12T07:05:27.530Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-12T07:05:27.530Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-12T07:05:27.530Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-12T07:05:27.530Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-12T07:05:27.530Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-12T07:05:27.530Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T07:05:27.530Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-12T07:05:27.530Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-12T07:05:27.530Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-12T07:05:27.530Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T07:05:27.530Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-12T07:05:27.530Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-12T07:05:27.802Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-12T07:05:27.802Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T07:05:27.802Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-12T07:05:27.802Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T07:05:27.802Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-12T07:05:27.802Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-12T07:05:28.073Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-12T07:05:28.073Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-12T07:05:28.073Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-12T07:05:28.073Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T07:05:28.073Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T07:05:28.073Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-12T07:05:28.073Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-12T07:05:28.073Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T07:05:28.073Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T07:05:29.045Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-12T07:05:29.045Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-12T07:05:29.313Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T07:05:29.313Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T07:05:29.313Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-12T07:05:29.313Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T07:05:29.313Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-12T07:05:29.313Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T07:05:29.313Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T07:05:29.314Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-12T07:05:29.314Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T07:05:29.314Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T07:05:29.314Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T07:05:29.314Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-12T07:05:29.314Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T07:05:29.314Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T07:05:29.314Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T07:05:29.314Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T07:05:29.314Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-12T07:05:29.314Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T07:05:29.314Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T07:05:29.314Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T07:05:29.593Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T07:05:29.593Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-12T07:05:29.593Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-12T07:05:29.593Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-12T07:05:29.593Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-12T07:05:29.593Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-12T07:05:29.593Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-12T07:05:29.593Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-12T07:05:29.593Z] go: finding github.com/google/uuid v1.1.1 [2020-08-12T07:05:29.593Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-12T07:05:29.593Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-12T07:05:29.593Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-12T07:05:29.593Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-12T07:05:29.593Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-12T07:05:29.593Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-12T07:05:29.593Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-12T07:05:29.593Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-12T07:05:29.702Z] Priming device-modbus  [2020-08-12T07:05:29.877Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-12T07:05:29.877Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-12T07:05:29.877Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-12T07:05:29.877Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-12T07:05:29.877Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-12T07:05:29.877Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-12T07:05:29.877Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-12T07:05:29.877Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-12T07:05:29.877Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-12T07:05:29.877Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-12T07:05:29.877Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-12T07:05:29.877Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-12T07:05:29.877Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-12T07:05:29.877Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-12T07:05:29.877Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-12T07:05:29.877Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-12T07:05:29.877Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-12T07:05:33.079Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-12T07:05:33.079Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-12T07:05:33.079Z] Determining the version from the project repo (version-script). [2020-08-12T07:05:33.079Z] The version has been set to '1.2.2-dev.3-20200812+3d6b06c' [2020-08-12T07:05:35.552Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-08-12T07:05:35.552Z] Snapped edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap [2020-08-12T07:05:42.240Z] [2020-08-12T07:05:42.240Z] Login successful. You now have these capabilities: [2020-08-12T07:05:42.240Z]  [2020-08-12T07:05:42.240Z] snaps: No restriction [2020-08-12T07:05:42.240Z] channels: No restriction [2020-08-12T07:05:42.240Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-08-12T07:05:42.240Z] expires: 2021-07-14T18:21:36.256372 [2020-08-12T07:05:42.240Z]  [2020-08-12T07:05:45.610Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-12T07:05:45.610Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-12T07:05:45.610Z] Preparing to upload 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap'. [2020-08-12T07:05:45.610Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-08-12T07:05:45.610Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-08-12T07:05:46.122Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-12T07:05:48.256Z] Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [] 100% [2020-08-12T07:05:51.669Z] Skipping stage go (already ran) [2020-08-12T07:05:51.669Z] Staging device-modbus  [2020-08-12T07:05:53.170Z] Priming go  [2020-08-12T07:05:54.699Z] Priming device-modbus  [2020-08-12T07:05:56.395Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-12T07:05:56.395Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-12T07:05:56.395Z] Determining the version from the project repo (version-script). [2020-08-12T07:05:56.395Z] The version has been set to '1.2.2-dev.3-20200812+3d6b06c' [2020-08-12T07:05:58.181Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-08-12T07:05:58.182Z] Snapped edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap [2020-08-12T07:06:02.510Z] [2020-08-12T07:06:02.510Z] Login successful. You now have these capabilities: [2020-08-12T07:06:02.510Z]  [2020-08-12T07:06:02.510Z] snaps: No restriction [2020-08-12T07:06:02.510Z] channels: No restriction [2020-08-12T07:06:02.510Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-08-12T07:06:02.510Z] expires: 2021-07-14T18:21:36.256372 [2020-08-12T07:06:02.510Z]  [2020-08-12T07:06:03.487Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-12T07:06:03.487Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-12T07:06:03.487Z] Preparing to upload 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap'. [2020-08-12T07:06:03.487Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-08-12T07:06:03.487Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-08-12T07:06:03.762Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- 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-12T07:06:03.762Z] released [2020-08-12T07:06:03.762Z] Revision 1277 of 'edgex-device-modbus' created. [2020-08-12T07:06:05.193Z] Track Arch Channel Version Revision [2020-08-12T07:06:05.193Z] latest arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-08-12T07:06:05.193Z] candidate 1.2.1-20200612+fdf900d 1256 [2020-08-12T07:06:05.193Z] beta 1.2.1-20200612+fdf900d 1256 [2020-08-12T07:06:05.193Z] edge 1.2.2-dev.3-20200812+3d6b06c 1277 [2020-08-12T07:06:05.193Z] edinburgh arm64 stable - - [2020-08-12T07:06:05.193Z] candidate - - [2020-08-12T07:06:05.193Z] beta 1.0.0-20190627+739f7ef 113 [2020-08-12T07:06:05.193Z] edge 1.0.0-20200107+c777f31 958 [2020-08-12T07:06:05.193Z] fuji arm64 stable 1.1.1-20200311+37c94ae 1112 [2020-08-12T07:06:05.193Z] candidate ↑ ↑ [2020-08-12T07:06:05.193Z] beta 1.1.1-20200311+37c94ae 1112 [2020-08-12T07:06:05.193Z] edge 1.1.1-20200422+37c94ae 1194 [2020-08-12T07:06:05.193Z] geneva arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-08-12T07:06:05.193Z] candidate ↑ ↑ [2020-08-12T07:06:05.193Z] beta ↑ ↑ [2020-08-12T07:06:05.193Z] edge ↑ ↑ [2020-08-12T07:06:07.195Z] Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [] 100% [2020-08-12T07:06:08.601Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-12T07:06:08.602Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-12T07:06:08.602Z] Uploading metadata from 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_arm64.snap' [2020-08-12T07:06:12.898Z] The metadata has been uploaded [Pipeline] } [2020-08-12T07:06:14.890Z] 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-12T07:06:22.865Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ 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-12T07:06:22.865Z] released [2020-08-12T07:06:22.865Z] Revision 1278 of 'edgex-device-modbus' created. [2020-08-12T07:06:23.831Z] Track Arch Channel Version Revision [2020-08-12T07:06:23.831Z] latest amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-08-12T07:06:23.831Z] candidate 1.2.1-20200612+fdf900d 1255 [2020-08-12T07:06:23.831Z] beta 1.2.1-20200612+fdf900d 1255 [2020-08-12T07:06:23.831Z] edge 1.2.2-dev.3-20200812+3d6b06c 1278 [2020-08-12T07:06:23.831Z] edinburgh amd64 stable - - [2020-08-12T07:06:23.831Z] candidate - - [2020-08-12T07:06:23.831Z] beta 1.0.0-20190626+739f7ef 112 [2020-08-12T07:06:23.831Z] edge 1.0.0-20200103+c777f31 956 [2020-08-12T07:06:23.831Z] fuji amd64 stable 1.1.1-20200228+37c94ae 1087 [2020-08-12T07:06:23.831Z] candidate ↑ ↑ [2020-08-12T07:06:23.831Z] beta 1.1.1-20200228+37c94ae 1087 [2020-08-12T07:06:23.831Z] edge 1.1.1-20200422+37c94ae 1193 [2020-08-12T07:06:23.831Z] geneva amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-08-12T07:06:23.831Z] candidate ↑ ↑ [2020-08-12T07:06:23.831Z] beta ↑ ↑ [2020-08-12T07:06:23.831Z] edge ↑ ↑ [2020-08-12T07:06:24.796Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-12T07:06:24.796Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-12T07:06:24.796Z] Uploading metadata from 'edgex-device-modbus_1.2.2-dev.3-20200812+3d6b06c_amd64.snap' [2020-08-12T07:06:29.199Z] The metadata has been uploaded [Pipeline] } [2020-08-12T07:06:30.204Z] 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-12T07:06:31.849Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-12T07:06:31.851Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-12T07:06:31.913Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:06:32.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-12T07:06:32.268Z] [2020-08-12T07:06:32.268Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:06:32.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-12T07:06:32.720Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-12T07:06:32.720Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-12T07:06:32.720Z] 408f87550127: Pulling fs layer [2020-08-12T07:06:32.720Z] fe522b08c979: Pulling fs layer [2020-08-12T07:06:32.720Z] 221eaa008020: Pulling fs layer [2020-08-12T07:06:32.720Z] 2a4607e5d6b9: Pulling fs layer [2020-08-12T07:06:32.720Z] 8f79b27c4fd2: Pulling fs layer [2020-08-12T07:06:32.720Z] e5c8dbe1645b: Pulling fs layer [2020-08-12T07:06:32.720Z] 23e8b3b47431: Pulling fs layer [2020-08-12T07:06:32.720Z] 5c568d65a230: Pulling fs layer [2020-08-12T07:06:32.720Z] 2a4607e5d6b9: Waiting [2020-08-12T07:06:32.720Z] 8f79b27c4fd2: Waiting [2020-08-12T07:06:32.720Z] e5c8dbe1645b: Waiting [2020-08-12T07:06:32.720Z] 23e8b3b47431: Waiting [2020-08-12T07:06:32.720Z] 5c568d65a230: Waiting [2020-08-12T07:06:32.720Z] 221eaa008020: Waiting [2020-08-12T07:06:32.720Z] fe522b08c979: Verifying Checksum [2020-08-12T07:06:32.720Z] fe522b08c979: Download complete [2020-08-12T07:06:32.720Z] 408f87550127: Download complete [2020-08-12T07:06:32.720Z] 2a4607e5d6b9: Verifying Checksum [2020-08-12T07:06:32.720Z] 2a4607e5d6b9: Download complete [2020-08-12T07:06:32.720Z] 8f79b27c4fd2: Verifying Checksum [2020-08-12T07:06:32.720Z] 8f79b27c4fd2: Download complete [2020-08-12T07:06:32.720Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-12T07:06:32.721Z] cbdbe7a5bc2a: Download complete [2020-08-12T07:06:33.312Z] cbdbe7a5bc2a: Pull complete [2020-08-12T07:06:33.312Z] e5c8dbe1645b: Verifying Checksum [2020-08-12T07:06:33.312Z] e5c8dbe1645b: Download complete [2020-08-12T07:06:33.312Z] 408f87550127: Pull complete [2020-08-12T07:06:33.582Z] 23e8b3b47431: Verifying Checksum [2020-08-12T07:06:33.582Z] 23e8b3b47431: Download complete [2020-08-12T07:06:33.848Z] fe522b08c979: Pull complete [2020-08-12T07:06:33.848Z] 5c568d65a230: Verifying Checksum [2020-08-12T07:06:33.848Z] 5c568d65a230: Download complete [2020-08-12T07:06:34.424Z] 221eaa008020: Verifying Checksum [2020-08-12T07:06:34.424Z] 221eaa008020: Download complete [2020-08-12T07:06:39.765Z] 221eaa008020: Pull complete [2020-08-12T07:06:39.765Z] 2a4607e5d6b9: Pull complete [2020-08-12T07:06:39.765Z] 8f79b27c4fd2: Pull complete [2020-08-12T07:06:42.321Z] e5c8dbe1645b: Pull complete [2020-08-12T07:06:44.883Z] 23e8b3b47431: Pull complete [2020-08-12T07:06:46.287Z] 5c568d65a230: Pull complete [2020-08-12T07:06:46.287Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-12T07:06:46.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-12T07:06:46.287Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-12T07:06:46.492Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:06:46.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-12T07:06:47.934Z] $ docker top 77c2b667c831557e22e958dfd27b19546b9703f332a22435766e7a5addc2f452 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-12T07:06:48.476Z] + snyk monitor '--org=edgex-jenkins' [2020-08-12T07:06:58.491Z] [2020-08-12T07:06:58.491Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-08-12T07:06:58.491Z] [2020-08-12T07:06:58.491Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/5694616a-f755-4f97-8094-f02ea7e679e1 [2020-08-12T07:06:58.491Z] [2020-08-12T07:06:58.491Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-12T07:06:58.491Z] [2020-08-12T07:06:58.491Z] [2020-08-12T07:06:58.491Z] Snyk CLI supports Node.js 8 and higher. [2020-08-12T07:06:58.491Z] 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-12T07:06:58.491Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-12T07:06:58.491Z] [2020-08-12T07:06:58.491Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-12T07:06:58.491Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-12T07:06:58.505Z] $ docker stop --time=1 77c2b667c831557e22e958dfd27b19546b9703f332a22435766e7a5addc2f452 [2020-08-12T07:07:01.247Z] $ docker rm -f 77c2b667c831557e22e958dfd27b19546b9703f332a22435766e7a5addc2f452 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:07:02.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T07:07:02.353Z] [2020-08-12T07:07:02.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:07:02.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T07:07:02.698Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-12T07:07:02.698Z] e7c96db7181b: Pulling fs layer [2020-08-12T07:07:02.698Z] 1868ca2cb446: Pulling fs layer [2020-08-12T07:07:02.698Z] 136be5d0fe8e: Pulling fs layer [2020-08-12T07:07:02.698Z] 894bfe63afcb: Pulling fs layer [2020-08-12T07:07:02.698Z] 894bfe63afcb: Waiting [2020-08-12T07:07:02.698Z] 1868ca2cb446: Verifying Checksum [2020-08-12T07:07:02.698Z] 1868ca2cb446: Download complete [2020-08-12T07:07:02.698Z] 136be5d0fe8e: Verifying Checksum [2020-08-12T07:07:02.698Z] 136be5d0fe8e: Download complete [2020-08-12T07:07:02.698Z] e7c96db7181b: Verifying Checksum [2020-08-12T07:07:02.698Z] e7c96db7181b: Download complete [2020-08-12T07:07:02.698Z] 894bfe63afcb: Verifying Checksum [2020-08-12T07:07:02.698Z] 894bfe63afcb: Download complete [2020-08-12T07:07:02.960Z] e7c96db7181b: Pull complete [2020-08-12T07:07:03.223Z] 1868ca2cb446: Pull complete [2020-08-12T07:07:03.223Z] 136be5d0fe8e: Pull complete [2020-08-12T07:07:03.485Z] 894bfe63afcb: Pull complete [2020-08-12T07:07:03.751Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-12T07:07:03.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T07:07:03.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-12T07:07:03.896Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:07:03.938Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T07:07:05.390Z] $ docker top c6d26cf6ea330f358360030969ca746eadcfdcf329539048ffda1f61e93b83b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T07:07:05.928Z] + tee [2020-08-12T07:07:05.928Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T07:07:08.623Z] $ docker stop --time=1 c6d26cf6ea330f358360030969ca746eadcfdcf329539048ffda1f61e93b83b1 [2020-08-12T07:07:10.011Z] $ docker rm -f c6d26cf6ea330f358360030969ca746eadcfdcf329539048ffda1f61e93b83b1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:07:10.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T07:07:10.514Z] . [Pipeline] withDockerContainer [2020-08-12T07:07:10.616Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:07:10.658Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T07:07:12.031Z] $ docker top be47b5fbedbc63b894c5157cc4d6128bedce0a8e1443c38173e041bd345607cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T07:07:12.621Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:07:12.621Z] + tee [2020-08-12T07:07:12.621Z] clair timeout 1m0s [2020-08-12T07:07:12.621Z] docker timeout: 1m0s [2020-08-12T07:07:12.621Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T07:07:13.293Z] $ docker stop --time=1 be47b5fbedbc63b894c5157cc4d6128bedce0a8e1443c38173e041bd345607cf [2020-08-12T07:07:14.730Z] $ docker rm -f be47b5fbedbc63b894c5157cc4d6128bedce0a8e1443c38173e041bd345607cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T07:07:15.206Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-08-12T07:07:15.219Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_3d6b06ce9c8aabcbe3b96acc6656864e00d04358.html [Pipeline] writeFile [Pipeline] step [2020-08-12T07:07:15.267Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:07:15.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T07:07:15.609Z] . [Pipeline] withDockerContainer [2020-08-12T07:07:15.707Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:07:15.753Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T07:07:16.472Z] $ docker top 5504ff57e7b6608042c65cb93d6b3c7c05bea65fcb205b80631c9a2ed1c9cc64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T07:07:17.008Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:07:17.008Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T07:07:19.809Z] $ docker stop --time=1 5504ff57e7b6608042c65cb93d6b3c7c05bea65fcb205b80631c9a2ed1c9cc64 [2020-08-12T07:07:21.223Z] $ docker rm -f 5504ff57e7b6608042c65cb93d6b3c7c05bea65fcb205b80631c9a2ed1c9cc64 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:07:21.705Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-12T07:07:21.705Z] . [Pipeline] withDockerContainer [2020-08-12T07:07:21.799Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:07:21.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-12T07:07:23.268Z] $ docker top 614bb33a86b938e1917c12118161890c2125d07d3a3d0fc06272c60d1c130e9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-12T07:07:23.820Z] + + tee [2020-08-12T07:07:23.820Z] /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-12T07:07:23.820Z] clair timeout 1m0s [2020-08-12T07:07:23.820Z] docker timeout: 1m0s [2020-08-12T07:07:23.820Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-12T07:07:24.485Z] $ docker stop --time=1 614bb33a86b938e1917c12118161890c2125d07d3a3d0fc06272c60d1c130e9e [2020-08-12T07:07:25.923Z] $ docker rm -f 614bb33a86b938e1917c12118161890c2125d07d3a3d0fc06272c60d1c130e9e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-12T07:07:26.385Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-08-12T07:07:26.397Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_3d6b06ce9c8aabcbe3b96acc6656864e00d04358.html [Pipeline] writeFile [Pipeline] step [2020-08-12T07:07:26.448Z] 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-12T07:07:27.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T07:07:27.301Z] . [Pipeline] withDockerContainer [2020-08-12T07:07:27.391Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:07:27.430Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T07:07:28.478Z] $ docker top 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T07:07:28.822Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T07:07:28.822Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T07:07:29.037Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T07:07:29.038Z] $ docker exec 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 ssh-agent [2020-08-12T07:07:29.201Z] SSH_AUTH_SOCK=/tmp/ssh-ddC9AkXufhYr/agent.13 [2020-08-12T07:07:29.201Z] SSH_AGENT_PID=18 [2020-08-12T07:07:29.208Z] Running ssh-add (command line suppressed) [2020-08-12T07:07:29.344Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_715137982092517427.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_715137982092517427.key) [2020-08-12T07:07:29.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T07:07:29.734Z] + git semver tag [2020-08-12T07:07:29.734Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T07:07:29.734Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-12T07:07:29.734Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-12T07:07:29.734Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T07:07:29.734Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T07:07:29.734Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T07:07:29.734Z] # $SEMVER_BRANCH = master [2020-08-12T07:07:29.734Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-08-12T07:07:29.734Z] # 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 HEAD [2020-08-12T07:07:29.734Z] # -> Force: false [2020-08-12T07:07:29.734Z] # 3e54daf5d394eb4acc3be2e4796ed2114248aa07 refs/tags/v1.2.2-dev.3 [Pipeline] } [2020-08-12T07:07:29.744Z] $ docker exec --env ******** --env ******** 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 ssh-agent -k [2020-08-12T07:07:29.893Z] unset SSH_AUTH_SOCK; [2020-08-12T07:07:29.893Z] unset SSH_AGENT_PID; [2020-08-12T07:07:29.893Z] echo Agent pid 18 killed; [2020-08-12T07:07:29.947Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T07:07:30.403Z] + git semver [Pipeline] } [2020-08-12T07:07:30.417Z] $ docker stop --time=1 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 [2020-08-12T07:07:31.895Z] $ docker rm -f 7b3c900dea1187d2c4ea4e78c347df12c08192f4823d60615f60cab7f0cdae79 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:07:32.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-12T07:07:32.485Z] [2020-08-12T07:07:32.485Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:07:32.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-12T07:07:32.825Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-12T07:07:32.825Z] ab5ef0e58194: Pulling fs layer [2020-08-12T07:07:32.825Z] 9712f1f96733: Pulling fs layer [2020-08-12T07:07:32.825Z] 63f879dbbcfc: Pulling fs layer [2020-08-12T07:07:32.825Z] 0d9ebad4ef96: Pulling fs layer [2020-08-12T07:07:32.825Z] e9a5061849ea: Pulling fs layer [2020-08-12T07:07:32.825Z] d747dcd14b5f: Pulling fs layer [2020-08-12T07:07:32.825Z] 2de7ff778b66: Pulling fs layer [2020-08-12T07:07:32.825Z] e9a5061849ea: Waiting [2020-08-12T07:07:32.825Z] d747dcd14b5f: Waiting [2020-08-12T07:07:32.825Z] 2de7ff778b66: Waiting [2020-08-12T07:07:32.825Z] 0d9ebad4ef96: Waiting [2020-08-12T07:07:32.825Z] 9712f1f96733: Verifying Checksum [2020-08-12T07:07:32.825Z] 9712f1f96733: Download complete [2020-08-12T07:07:33.408Z] 63f879dbbcfc: Verifying Checksum [2020-08-12T07:07:33.408Z] 63f879dbbcfc: Download complete [2020-08-12T07:07:33.694Z] e9a5061849ea: Verifying Checksum [2020-08-12T07:07:33.694Z] e9a5061849ea: Download complete [2020-08-12T07:07:33.694Z] d747dcd14b5f: Verifying Checksum [2020-08-12T07:07:33.694Z] d747dcd14b5f: Download complete [2020-08-12T07:07:33.694Z] 0d9ebad4ef96: Verifying Checksum [2020-08-12T07:07:33.694Z] 0d9ebad4ef96: Download complete [2020-08-12T07:07:33.956Z] 2de7ff778b66: Verifying Checksum [2020-08-12T07:07:33.956Z] ab5ef0e58194: Verifying Checksum [2020-08-12T07:07:33.956Z] ab5ef0e58194: Download complete [2020-08-12T07:07:38.178Z] ab5ef0e58194: Pull complete [2020-08-12T07:07:38.178Z] 9712f1f96733: Pull complete [2020-08-12T07:07:42.401Z] 63f879dbbcfc: Pull complete [2020-08-12T07:07:50.568Z] 0d9ebad4ef96: Pull complete [2020-08-12T07:07:51.515Z] e9a5061849ea: Pull complete [2020-08-12T07:07:51.515Z] d747dcd14b5f: Pull complete [2020-08-12T07:07:54.083Z] 2de7ff778b66: Pull complete [2020-08-12T07:07:54.083Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-12T07:07:54.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-12T07:07:54.083Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-12T07:07:54.276Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:07:54.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-12T07:07:57.739Z] $ docker top 1528c0892efa8ae937aa5ffdac9dd2bd36d762ca7d143b7428ed9e472e7c5c4f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-12T07:07:57.967Z] provisioning config files... [2020-08-12T07:07:57.981Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1001021548977477157tmp [2020-08-12T07:07:58.002Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8252675562710320409tmp [2020-08-12T07:07:58.018Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config207745063909003726tmp [Pipeline] { [Pipeline] echo [2020-08-12T07:07:58.069Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:07:58.367Z] ---> sigul-configuration.sh [2020-08-12T07:07:58.367Z] gpg: directory `/root/.gnupg' created [2020-08-12T07:07:58.367Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-12T07:07:58.367Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-12T07:07:58.367Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-12T07:07:58.367Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-12T07:07:58.367Z] gpg: CAST5 encrypted data [2020-08-12T07:07:58.628Z] gpg: encrypted with 1 passphrase [2020-08-12T07:07:58.628Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-12T07:07:58.930Z] + mkdir /home/jenkins [2020-08-12T07:07:58.930Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-12T07:07:59.227Z] + 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-12T07:07:59.237Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:07:59.530Z] ---> sigul-install.sh [2020-08-12T07:08:06.127Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-12T07:08:07.002Z] + git tag --list [2020-08-12T07:08:07.002Z] v1.2.2-dev.3 [Pipeline] sh [2020-08-12T07:08:07.305Z] + lftools sign git-tag v1.2.2-dev.3 [2020-08-12T07:08:08.755Z] Signing Git tag with Sigul... [2020-08-12T07:08:08.755Z] Signing v1.2.2-dev.3 [Pipeline] echo [2020-08-12T07:08:09.709Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:08:10.000Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-12T07:08:10.008Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-12T07:08:10.089Z] $ docker stop --time=1 1528c0892efa8ae937aa5ffdac9dd2bd36d762ca7d143b7428ed9e472e7c5c4f [2020-08-12T07:08:11.954Z] $ docker rm -f 1528c0892efa8ae937aa5ffdac9dd2bd36d762ca7d143b7428ed9e472e7c5c4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:08:12.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T07:08:12.716Z] . [Pipeline] withDockerContainer [2020-08-12T07:08:12.813Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:08:12.852Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T07:08:13.590Z] $ docker top 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T07:08:13.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T07:08:13.928Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T07:08:14.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T07:08:14.124Z] $ docker exec 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd ssh-agent [2020-08-12T07:08:14.293Z] SSH_AUTH_SOCK=/tmp/ssh-Nv4khvrYqvQL/agent.12 [2020-08-12T07:08:14.293Z] SSH_AGENT_PID=17 [2020-08-12T07:08:14.300Z] Running ssh-add (command line suppressed) [2020-08-12T07:08:14.422Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1776115978077098040.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1776115978077098040.key) [2020-08-12T07:08:14.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T07:08:14.803Z] + git semver bump pre [2020-08-12T07:08:14.803Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T07:08:14.803Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-12T07:08:14.803Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-12T07:08:14.803Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T07:08:14.803Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T07:08:14.803Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T07:08:14.803Z] # $SEMVER_BRANCH = master [2020-08-12T07:08:14.803Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-08-12T07:08:14.803Z] 1.2.2-dev.4 [Pipeline] } [2020-08-12T07:08:14.813Z] $ docker exec --env ******** --env ******** 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd ssh-agent -k [2020-08-12T07:08:14.930Z] unset SSH_AUTH_SOCK; [2020-08-12T07:08:14.930Z] unset SSH_AGENT_PID; [2020-08-12T07:08:14.931Z] echo Agent pid 17 killed; [2020-08-12T07:08:14.979Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T07:08:15.414Z] + git semver [Pipeline] } [2020-08-12T07:08:15.430Z] $ docker stop --time=1 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd [2020-08-12T07:08:16.794Z] $ docker rm -f 6d357a2d5ea418586c797885d25d5318ccc9cf112775126aa2d63d8f14a05fcd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:08:17.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-12T07:08:17.321Z] . [Pipeline] withDockerContainer [2020-08-12T07:08:17.415Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:08:17.456Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-12T07:08:18.133Z] $ docker top e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-12T07:08:18.391Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-12T07:08:18.391Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-12T07:08:18.590Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-12T07:08:18.591Z] $ docker exec e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 ssh-agent [2020-08-12T07:08:18.765Z] SSH_AUTH_SOCK=/tmp/ssh-mDxn2K2qHRaS/agent.11 [2020-08-12T07:08:18.765Z] SSH_AGENT_PID=16 [2020-08-12T07:08:18.772Z] Running ssh-add (command line suppressed) [2020-08-12T07:08:18.894Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7666765429032178878.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7666765429032178878.key) [2020-08-12T07:08:18.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-12T07:08:19.277Z] + git semver push [2020-08-12T07:08:19.277Z] # -> Open(): unable to determine branch for HEAD [2020-08-12T07:08:19.277Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-12T07:08:19.277Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-12T07:08:19.277Z] # $SEMVER_REMOTE_NAME = origin [2020-08-12T07:08:19.277Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-12T07:08:19.277Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-12T07:08:19.277Z] # $SEMVER_BRANCH = master [2020-08-12T07:08:19.277Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-08-12T07:08:25.878Z] $ docker exec --env ******** --env ******** e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 ssh-agent -k [2020-08-12T07:08:26.010Z] unset SSH_AUTH_SOCK; [2020-08-12T07:08:26.011Z] unset SSH_AGENT_PID; [2020-08-12T07:08:26.011Z] echo Agent pid 16 killed; [2020-08-12T07:08:26.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-12T07:08:26.500Z] + git semver [Pipeline] } [2020-08-12T07:08:26.513Z] $ docker stop --time=1 e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 [2020-08-12T07:08:27.856Z] $ docker rm -f e48ae288555d7986b3852c433c21e7852f059dca2defec177399b360a6450b86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:08:28.948Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:08:29.507Z] ---> package-listing.sh [2020-08-12T07:08:29.507Z] ++ facter osfamily [2020-08-12T07:08:29.507Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-12T07:08:29.507Z] + OS_FAMILY=redhat [2020-08-12T07:08:29.507Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-08-12T07:08:29.507Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-12T07:08:29.507Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-12T07:08:29.507Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-12T07:08:29.507Z] + PACKAGES=/tmp/packages_start.txt [2020-08-12T07:08:29.507Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-08-12T07:08:29.507Z] + PACKAGES=/tmp/packages_end.txt [2020-08-12T07:08:29.507Z] + case "${OS_FAMILY}" in [2020-08-12T07:08:29.507Z] + rpm -qa [2020-08-12T07:08:29.507Z] + sort [2020-08-12T07:08:33.718Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-12T07:08:33.718Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-12T07:08:33.718Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-12T07:08:33.718Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-08-12T07:08:33.718Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-08-12T07:08:33.718Z] + 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-12T07:08:34.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T07:08:34.307Z] [2020-08-12T07:08:34.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-12T07:08:34.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T07:08:34.646Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-12T07:08:34.646Z] c9b1b535fdd9: Pulling fs layer [2020-08-12T07:08:34.646Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-12T07:08:34.646Z] 756a868c4378: Pulling fs layer [2020-08-12T07:08:34.646Z] 444b2fc9a129: Pulling fs layer [2020-08-12T07:08:34.646Z] ea15f1150254: Pulling fs layer [2020-08-12T07:08:34.646Z] 41b27a9f41bf: Pulling fs layer [2020-08-12T07:08:34.646Z] 28c525ee5125: Pulling fs layer [2020-08-12T07:08:34.646Z] 094b1ea09ed8: Pulling fs layer [2020-08-12T07:08:34.646Z] 138eaada9080: Pulling fs layer [2020-08-12T07:08:34.646Z] 0622d0fa9048: Pulling fs layer [2020-08-12T07:08:34.646Z] 41b27a9f41bf: Waiting [2020-08-12T07:08:34.646Z] 28c525ee5125: Waiting [2020-08-12T07:08:34.646Z] 094b1ea09ed8: Waiting [2020-08-12T07:08:34.646Z] 138eaada9080: Waiting [2020-08-12T07:08:34.646Z] 0622d0fa9048: Waiting [2020-08-12T07:08:34.646Z] 444b2fc9a129: Waiting [2020-08-12T07:08:34.646Z] ea15f1150254: Waiting [2020-08-12T07:08:34.646Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-12T07:08:34.646Z] 2cc5ad85d9ab: Download complete [2020-08-12T07:08:34.646Z] 444b2fc9a129: Verifying Checksum [2020-08-12T07:08:34.646Z] 444b2fc9a129: Download complete [2020-08-12T07:08:34.646Z] c9b1b535fdd9: Verifying Checksum [2020-08-12T07:08:34.646Z] c9b1b535fdd9: Download complete [2020-08-12T07:08:34.909Z] ea15f1150254: Verifying Checksum [2020-08-12T07:08:34.909Z] ea15f1150254: Download complete [2020-08-12T07:08:34.909Z] 28c525ee5125: Download complete [2020-08-12T07:08:35.176Z] 756a868c4378: Verifying Checksum [2020-08-12T07:08:35.176Z] 756a868c4378: Download complete [2020-08-12T07:08:35.176Z] c9b1b535fdd9: Pull complete [2020-08-12T07:08:35.448Z] 138eaada9080: Verifying Checksum [2020-08-12T07:08:35.448Z] 138eaada9080: Download complete [2020-08-12T07:08:35.448Z] 0622d0fa9048: Verifying Checksum [2020-08-12T07:08:35.448Z] 0622d0fa9048: Download complete [2020-08-12T07:08:35.448Z] 094b1ea09ed8: Verifying Checksum [2020-08-12T07:08:35.448Z] 094b1ea09ed8: Download complete [2020-08-12T07:08:36.022Z] 41b27a9f41bf: Verifying Checksum [2020-08-12T07:08:36.022Z] 41b27a9f41bf: Download complete [2020-08-12T07:08:36.283Z] 2cc5ad85d9ab: Pull complete [2020-08-12T07:08:38.203Z] 756a868c4378: Pull complete [2020-08-12T07:08:38.203Z] 444b2fc9a129: Pull complete [2020-08-12T07:08:38.203Z] ea15f1150254: Pull complete [2020-08-12T07:08:42.422Z] 41b27a9f41bf: Pull complete [2020-08-12T07:08:42.683Z] 28c525ee5125: Pull complete [2020-08-12T07:08:45.230Z] 094b1ea09ed8: Pull complete [2020-08-12T07:08:45.230Z] 138eaada9080: Pull complete [2020-08-12T07:08:45.494Z] 0622d0fa9048: Pull complete [2020-08-12T07:08:45.494Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-12T07:08:45.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-12T07:08:45.494Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-12T07:08:45.644Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2020-08-12T07:08:45.687Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-12T07:08:48.646Z] $ docker top 8f3190531abd26ed02495117b133f9cf7e7e1d53906e59dfec163f20c37a3415 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-12T07:08:48.957Z] provisioning config files... [2020-08-12T07:08:48.970Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config612743891498521011tmp [Pipeline] { [Pipeline] echo [2020-08-12T07:08:49.044Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:08:49.336Z] ---> create-netrc.sh [Pipeline] echo [2020-08-12T07:08:49.346Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-12T07:08:49.646Z] ---> logs-deploy.sh [2020-08-12T07:08:49.646Z] + ARCHIVE_ARTIFACTS= [2020-08-12T07:08:49.647Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-12T07:08:49.647Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-12T07:08:49.647Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-12T07:08:49.647Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/17 [2020-08-12T07:08:49.647Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/17/ [2020-08-12T07:08:49.647Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/17 /w/workspace/xfoundry_device-modbus-go_master [2020-08-12T07:08:51.035Z] Archives upload complete. [2020-08-12T07:08:51.035Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/17 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/17/