Started by user Bill Mahoney 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-510 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) > 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 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-19T20:40:47.975Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-19T20:40:48.228Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-19T20:40:48.315Z] ========================================================= [2020-08-19T20:40:48.315Z] EdgeX Global Pipelines Version Info [2020-08-19T20:40:48.315Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:40:49.701Z] ------------------- [2020-08-19T20:40:49.701Z] stable info: [2020-08-19T20:40:49.701Z] ------------------- [2020-08-19T20:40:49.701Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-19T20:40:49.701Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-19T20:40:49.701Z] Message: update stable to v1.0.106 [2020-08-19T20:40:50.646Z] ------------------- [2020-08-19T20:40:50.646Z] experimental info: [2020-08-19T20:40:50.646Z] ------------------- [2020-08-19T20:40:50.646Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-19T20:40:50.646Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-19T20:40:50.646Z] 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-19T20:40:52.753Z] + git log --format=format:%s -1 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] echo [2020-08-19T20:40:52.810Z] GIT_COMMIT: 3d6b06ce9c8aabcbe3b96acc6656864e00d04358, Commit Message: Merge pull request #160 from weichou1229/issue-151 [Pipeline] echo [2020-08-19T20:40:52.854Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:40:53.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:40:53.665Z] [2020-08-19T20:40:53.665Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:40:54.006Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:40:54.006Z] latest: Pulling from edgex-devops/git-semver [2020-08-19T20:40:54.006Z] 31603596830f: Pulling fs layer [2020-08-19T20:40:54.006Z] 2a8b12db71e7: Pulling fs layer [2020-08-19T20:40:54.006Z] 6ca5941a6612: Pulling fs layer [2020-08-19T20:40:54.006Z] ecc8261a40a4: Pulling fs layer [2020-08-19T20:40:54.006Z] ecc8261a40a4: Waiting [2020-08-19T20:40:54.006Z] 2a8b12db71e7: Verifying Checksum [2020-08-19T20:40:54.006Z] 2a8b12db71e7: Download complete [2020-08-19T20:40:54.269Z] 31603596830f: Verifying Checksum [2020-08-19T20:40:54.269Z] 31603596830f: Download complete [2020-08-19T20:40:54.269Z] ecc8261a40a4: Verifying Checksum [2020-08-19T20:40:54.269Z] ecc8261a40a4: Download complete [2020-08-19T20:40:54.269Z] 6ca5941a6612: Verifying Checksum [2020-08-19T20:40:54.269Z] 6ca5941a6612: Download complete [2020-08-19T20:40:54.532Z] 31603596830f: Pull complete [2020-08-19T20:40:54.532Z] 2a8b12db71e7: Pull complete [2020-08-19T20:40:55.485Z] 6ca5941a6612: Pull complete [2020-08-19T20:40:55.485Z] ecc8261a40a4: Pull complete [2020-08-19T20:40:55.485Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-19T20:40:55.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:40:55.485Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-19T20:40:55.587Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:40:55.629Z] $ 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-19T20:40:58.194Z] $ docker top d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:40:58.526Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:40:58.526Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:40:58.740Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:40:58.741Z] $ docker exec d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c ssh-agent [2020-08-19T20:40:58.902Z] SSH_AUTH_SOCK=/tmp/ssh-lTlJSjyXSaJG/agent.11 [2020-08-19T20:40:58.902Z] SSH_AGENT_PID=16 [2020-08-19T20:40:58.916Z] Running ssh-add (command line suppressed) [2020-08-19T20:40:59.028Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8130460654508805287.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8130460654508805287.key) [2020-08-19T20:40:59.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:40:59.423Z] + git describe --exact-match --tags HEAD [2020-08-19T20:40:59.423Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-19T20:40:59.442Z] $ docker exec --env ******** --env ******** d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c ssh-agent -k [2020-08-19T20:40:59.552Z] unset SSH_AUTH_SOCK; [2020-08-19T20:40:59.553Z] unset SSH_AGENT_PID; [2020-08-19T20:40:59.553Z] echo Agent pid 16 killed; [2020-08-19T20:40:59.598Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-19T20:40:59.680Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-19T20:40:59.680Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-19T20:40:59.816Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:40:59.816Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:41:00.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:41:00.018Z] $ docker exec d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c ssh-agent [2020-08-19T20:41:00.170Z] SSH_AUTH_SOCK=/tmp/ssh-Nr2nx2keHeCK/agent.45 [2020-08-19T20:41:00.170Z] SSH_AGENT_PID=50 [2020-08-19T20:41:00.177Z] Running ssh-add (command line suppressed) [2020-08-19T20:41:00.287Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5363399398109776576.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5363399398109776576.key) [2020-08-19T20:41:00.335Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:41:00.698Z] + git semver init [2020-08-19T20:41:00.698Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:41:00.698Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-19T20:41:00.698Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-19T20:41:00.698Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:41:00.698Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:41:00.698Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:41:00.698Z] # $SEMVER_BRANCH = master [2020-08-19T20:41:00.698Z] # $SEMVER_TEMP = /tmp/semver-583000510 [2020-08-19T20:41:00.698Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-08-19T20:41:01.269Z] # '/tmp/semver-583000510' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-08-19T20:41:01.269Z] # -> Force: false [2020-08-19T20:41:01.269Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-08-19T20:41:01.277Z] $ docker exec --env ******** --env ******** d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c ssh-agent -k [2020-08-19T20:41:01.388Z] unset SSH_AUTH_SOCK; [2020-08-19T20:41:01.388Z] unset SSH_AGENT_PID; [2020-08-19T20:41:01.388Z] echo Agent pid 50 killed; [2020-08-19T20:41:01.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:41:01.881Z] + git semver [Pipeline] } [2020-08-19T20:41:01.895Z] $ docker stop --time=1 d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c [2020-08-19T20:41:03.252Z] $ docker rm -f d4fb0bd9149c508546bb7e2509cae0f514726b69922a727c22790721d4120d9c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-19T20:41:03.993Z] Stashed 19 file(s) [Pipeline] echo [2020-08-19T20:41:03.995Z] [edgeXSemver] initialized semver on version 1.2.2 [Pipeline] echo [2020-08-19T20:41:04.426Z] Archived original version: [1.2.2] [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-19T20:41:19.781Z] Still waiting to schedule task [2020-08-19T20:41:19.781Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-19T20:41:19.783Z] Still waiting to schedule task [2020-08-19T20:41:19.783Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-19T20:43:17.844Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-513 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-08-19T20:43:17.888Z] Running in /w/workspace/device-modbus-go/18 [Pipeline] { [Pipeline] checkout [2020-08-19T20:43:22.841Z] using credential edgex-jenkins-ssh [2020-08-19T20:43:22.913Z] Cloning the remote Git repository [2020-08-19T20:43:22.913Z] Cloning with configured refspecs honoured and without tags [2020-08-19T20:43:23.989Z] Fetching without tags [2020-08-19T20:43:22.978Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-19T20:43:23.105Z] > git init /w/workspace/device-modbus-go/18 # timeout=10 [2020-08-19T20:43:23.179Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-19T20:43:23.180Z] > git --version # timeout=10 [2020-08-19T20:43:23.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:43:23.268Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:43:23.918Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-19T20:43:23.939Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:43:23.966Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-19T20:43:23.998Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-19T20:43:23.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:43:24.010Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:43:24.506Z] Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) [2020-08-19T20:43:24.523Z] > git config core.sparsecheckout # timeout=10 [2020-08-19T20:43:24.535Z] > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [2020-08-19T20:43:27.898Z] Running on prd-centos7-docker-4c-2g-517 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-08-19T20:43:27.948Z] Running in /w/workspace/device-modbus-go/18 [Pipeline] { [Pipeline] checkout [2020-08-19T20:43:28.898Z] 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-19T20:43:29.841Z] ========================================================= [2020-08-19T20:43:29.841Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-19T20:43:29.841Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:43:30.781Z] using credential edgex-jenkins-ssh [2020-08-19T20:43:30.836Z] Cloning the remote Git repository [2020-08-19T20:43:30.836Z] Cloning with configured refspecs honoured and without tags [2020-08-19T20:43:30.853Z] + 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-19T20:43:31.461Z] Sending build context to Docker daemon 630.3kB [2020-08-19T20:43:30.868Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-19T20:43:30.936Z] > git init /w/workspace/device-modbus-go/18 # timeout=10 [2020-08-19T20:43:31.241Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-19T20:43:31.242Z] > git --version # timeout=10 [2020-08-19T20:43:31.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:43:31.289Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:43:31.735Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-19T20:43:31.735Z] Step 2/8 : FROM ${BASE} [2020-08-19T20:43:31.842Z] Fetching without tags [2020-08-19T20:43:32.012Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-19T20:43:32.012Z] b538f80385f9: Pulling fs layer [2020-08-19T20:43:32.012Z] 74f711af9a0d: Pulling fs layer [2020-08-19T20:43:32.012Z] 99f96fe45779: Pulling fs layer [2020-08-19T20:43:32.012Z] fd7a069fd194: Pulling fs layer [2020-08-19T20:43:32.012Z] 66aa3694b03b: Pulling fs layer [2020-08-19T20:43:32.012Z] 170f70906a0f: Pulling fs layer [2020-08-19T20:43:32.012Z] ad7c5574e4b9: Pulling fs layer [2020-08-19T20:43:32.012Z] e772456be8f7: Pulling fs layer [2020-08-19T20:43:32.012Z] c890913d741a: Pulling fs layer [2020-08-19T20:43:32.012Z] 2480fcc9aa5a: Pulling fs layer [2020-08-19T20:43:32.012Z] 09adf4765672: Pulling fs layer [2020-08-19T20:43:32.012Z] fd7a069fd194: Waiting [2020-08-19T20:43:32.012Z] ad7c5574e4b9: Waiting [2020-08-19T20:43:32.012Z] e772456be8f7: Waiting [2020-08-19T20:43:32.012Z] 66aa3694b03b: Waiting [2020-08-19T20:43:32.012Z] c890913d741a: Waiting [2020-08-19T20:43:32.012Z] 2480fcc9aa5a: Waiting [2020-08-19T20:43:32.012Z] 170f70906a0f: Waiting [2020-08-19T20:43:32.012Z] 09adf4765672: Waiting [2020-08-19T20:43:32.012Z] 99f96fe45779: Verifying Checksum [2020-08-19T20:43:32.012Z] 99f96fe45779: Download complete [2020-08-19T20:43:32.012Z] 74f711af9a0d: Download complete [2020-08-19T20:43:32.012Z] 66aa3694b03b: Verifying Checksum [2020-08-19T20:43:32.012Z] 66aa3694b03b: Download complete [2020-08-19T20:43:32.012Z] 170f70906a0f: Verifying Checksum [2020-08-19T20:43:32.012Z] 170f70906a0f: Download complete [2020-08-19T20:43:32.012Z] b538f80385f9: Verifying Checksum [2020-08-19T20:43:32.012Z] b538f80385f9: Download complete [2020-08-19T20:43:32.285Z] Checking out Revision 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (master) [2020-08-19T20:43:31.802Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-19T20:43:31.815Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:43:31.830Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-19T20:43:31.842Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-19T20:43:31.842Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:43:31.848Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:43:32.289Z] > git config core.sparsecheckout # timeout=10 [2020-08-19T20:43:32.296Z] > git checkout -f 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [2020-08-19T20:43:33.018Z] b538f80385f9: Pull complete [2020-08-19T20:43:33.646Z] 74f711af9a0d: Pull complete [2020-08-19T20:43:33.926Z] 99f96fe45779: Pull complete [2020-08-19T20:43:34.543Z] ad7c5574e4b9: Download complete [2020-08-19T20:43:34.543Z] c890913d741a: Download complete [2020-08-19T20:43:35.940Z] Commit message: "Merge pull request #160 from weichou1229/issue-151" [2020-08-19T20:43:35.983Z] 2480fcc9aa5a: Verifying Checksum [2020-08-19T20:43:35.984Z] 2480fcc9aa5a: Download complete [2020-08-19T20:43:36.257Z] 09adf4765672: Verifying Checksum [2020-08-19T20:43:36.257Z] 09adf4765672: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-19T20:43:36.657Z] ========================================================= [2020-08-19T20:43:36.657Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-19T20:43:36.657Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:43:37.358Z] + 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-19T20:43:37.621Z] Sending build context to Docker daemon 630.3kB [2020-08-19T20:43:37.621Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-19T20:43:37.621Z] Step 2/8 : FROM ${BASE} [2020-08-19T20:43:37.686Z] e772456be8f7: Verifying Checksum [2020-08-19T20:43:37.686Z] e772456be8f7: Download complete [2020-08-19T20:43:37.686Z] fd7a069fd194: Download complete [2020-08-19T20:43:37.888Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-19T20:43:37.888Z] df20fa9351a1: Pulling fs layer [2020-08-19T20:43:37.888Z] ed8968b2872e: Pulling fs layer [2020-08-19T20:43:37.888Z] a92cc7c5fd73: Pulling fs layer [2020-08-19T20:43:37.888Z] 2dd03ba5bac4: Pulling fs layer [2020-08-19T20:43:37.888Z] 1e091d79d1de: Pulling fs layer [2020-08-19T20:43:37.888Z] 481702a1767f: Pulling fs layer [2020-08-19T20:43:37.888Z] f64a6f60c768: Pulling fs layer [2020-08-19T20:43:37.888Z] e78d2573fc39: Pulling fs layer [2020-08-19T20:43:37.888Z] e876d2f968b6: Pulling fs layer [2020-08-19T20:43:37.888Z] ce8a83651883: Pulling fs layer [2020-08-19T20:43:37.888Z] 07967f4d0e4b: Pulling fs layer [2020-08-19T20:43:37.888Z] f64a6f60c768: Waiting [2020-08-19T20:43:37.888Z] e78d2573fc39: Waiting [2020-08-19T20:43:37.888Z] e876d2f968b6: Waiting [2020-08-19T20:43:37.888Z] ce8a83651883: Waiting [2020-08-19T20:43:37.888Z] 07967f4d0e4b: Waiting [2020-08-19T20:43:37.888Z] 2dd03ba5bac4: Waiting [2020-08-19T20:43:37.888Z] 1e091d79d1de: Waiting [2020-08-19T20:43:37.888Z] 481702a1767f: Waiting [2020-08-19T20:43:37.888Z] a92cc7c5fd73: Verifying Checksum [2020-08-19T20:43:37.888Z] a92cc7c5fd73: Download complete [2020-08-19T20:43:37.888Z] ed8968b2872e: Verifying Checksum [2020-08-19T20:43:37.888Z] ed8968b2872e: Download complete [2020-08-19T20:43:37.888Z] 1e091d79d1de: Verifying Checksum [2020-08-19T20:43:37.888Z] 1e091d79d1de: Download complete [2020-08-19T20:43:37.888Z] 481702a1767f: Verifying Checksum [2020-08-19T20:43:37.888Z] 481702a1767f: Download complete [2020-08-19T20:43:37.888Z] df20fa9351a1: Verifying Checksum [2020-08-19T20:43:37.888Z] df20fa9351a1: Download complete [2020-08-19T20:43:38.158Z] df20fa9351a1: Pull complete [2020-08-19T20:43:38.805Z] f64a6f60c768: Verifying Checksum [2020-08-19T20:43:38.805Z] f64a6f60c768: Download complete [2020-08-19T20:43:38.805Z] e876d2f968b6: Verifying Checksum [2020-08-19T20:43:38.805Z] e876d2f968b6: Download complete [2020-08-19T20:43:39.419Z] ce8a83651883: Verifying Checksum [2020-08-19T20:43:39.419Z] ce8a83651883: Download complete [2020-08-19T20:43:39.419Z] e78d2573fc39: Verifying Checksum [2020-08-19T20:43:39.419Z] e78d2573fc39: Download complete [2020-08-19T20:43:39.419Z] 07967f4d0e4b: Verifying Checksum [2020-08-19T20:43:39.419Z] 07967f4d0e4b: Download complete [2020-08-19T20:43:39.419Z] 2dd03ba5bac4: Verifying Checksum [2020-08-19T20:43:39.419Z] 2dd03ba5bac4: Download complete [2020-08-19T20:43:40.364Z] ed8968b2872e: Pull complete [2020-08-19T20:43:40.364Z] a92cc7c5fd73: Pull complete [2020-08-19T20:43:45.700Z] 2dd03ba5bac4: Pull complete [2020-08-19T20:43:45.700Z] 1e091d79d1de: Pull complete [2020-08-19T20:43:45.700Z] 481702a1767f: Pull complete [2020-08-19T20:43:50.095Z] fd7a069fd194: Pull complete [2020-08-19T20:43:50.095Z] 66aa3694b03b: Pull complete [2020-08-19T20:43:50.095Z] 170f70906a0f: Pull complete [2020-08-19T20:43:53.500Z] ad7c5574e4b9: Pull complete [2020-08-19T20:43:55.751Z] f64a6f60c768: Pull complete [2020-08-19T20:43:58.339Z] e78d2573fc39: Pull complete [2020-08-19T20:43:58.604Z] e876d2f968b6: Pull complete [2020-08-19T20:43:58.935Z] e772456be8f7: Pull complete [2020-08-19T20:43:58.935Z] c890913d741a: Pull complete [2020-08-19T20:43:59.561Z] ce8a83651883: Pull complete [2020-08-19T20:43:59.824Z] 07967f4d0e4b: Pull complete [2020-08-19T20:43:59.824Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-19T20:43:59.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-19T20:43:59.824Z] ---> 5d7c900382c6 [2020-08-19T20:43:59.824Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-19T20:44:00.930Z] 2480fcc9aa5a: Pull complete [2020-08-19T20:44:01.202Z] 09adf4765672: Pull complete [2020-08-19T20:44:01.202Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-19T20:44:01.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-19T20:44:01.202Z] ---> 2248a725d1cf [2020-08-19T20:44:01.202Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-19T20:44:01.217Z] ---> Running in c0daba08ffd2 [2020-08-19T20:44:01.484Z] Removing intermediate container c0daba08ffd2 [2020-08-19T20:44:01.484Z] ---> 7c024f358826 [2020-08-19T20:44:01.484Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:44:01.484Z] ---> Running in 26dc9e1430fb [2020-08-19T20:44:02.877Z] Removing intermediate container 26dc9e1430fb [2020-08-19T20:44:02.877Z] ---> b1018f410edb [2020-08-19T20:44:02.877Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-19T20:44:03.142Z] ---> Running in ee18067b5f81 [2020-08-19T20:44:03.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:44:04.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:44:04.868Z] (1/14) Installing libmagic (5.38-r0) [2020-08-19T20:44:04.868Z] (2/14) Installing file (5.38-r0) [2020-08-19T20:44:04.868Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-19T20:44:04.868Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-19T20:44:06.611Z] ---> Running in 809be23e0ad8 [2020-08-19T20:44:06.611Z] Removing intermediate container 809be23e0ad8 [2020-08-19T20:44:06.611Z] ---> 3b62c4aea31d [2020-08-19T20:44:06.611Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:44:06.611Z] ---> Running in 0ed59d1a93e0 [2020-08-19T20:44:07.424Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-19T20:44:07.424Z] (6/14) Installing patch (2.7.6-r6) [2020-08-19T20:44:07.424Z] (7/14) Installing build-base (0.5-r2) [2020-08-19T20:44:07.685Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-19T20:44:07.685Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-19T20:44:07.685Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-19T20:44:07.948Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-19T20:44:07.948Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-19T20:44:08.209Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-19T20:44:08.209Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-19T20:44:08.478Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:44:08.478Z] OK: 237 MiB in 53 packages [2020-08-19T20:44:09.226Z] Removing intermediate container 0ed59d1a93e0 [2020-08-19T20:44:09.226Z] ---> 11c263f6f02e [2020-08-19T20:44:09.226Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-19T20:44:09.519Z] ---> Running in 26dd369c9da2 [2020-08-19T20:44:10.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:44:11.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:44:11.794Z] Removing intermediate container ee18067b5f81 [2020-08-19T20:44:11.794Z] ---> 771131ae097e [2020-08-19T20:44:11.794Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-19T20:44:11.794Z] ---> Running in ae13b7d9d02a [2020-08-19T20:44:11.794Z] Removing intermediate container ae13b7d9d02a [2020-08-19T20:44:11.794Z] ---> 572d215a4306 [2020-08-19T20:44:11.794Z] Step 7/8 : COPY . . [2020-08-19T20:44:12.137Z] (1/14) Installing libmagic (5.38-r0) [2020-08-19T20:44:12.137Z] (2/14) Installing file (5.38-r0) [2020-08-19T20:44:12.406Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-19T20:44:12.406Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-19T20:44:12.740Z] ---> a7176b50dc1d [2020-08-19T20:44:12.740Z] Step 8/8 : RUN go mod download [2020-08-19T20:44:12.740Z] ---> Running in 2e96c7faa94f [2020-08-19T20:44:14.664Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:44:14.926Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:44:14.926Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-19T20:44:14.926Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:44:14.926Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-19T20:44:14.926Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-19T20:44:14.926Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:44:14.926Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-19T20:44:15.034Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-19T20:44:15.034Z] (6/14) Installing patch (2.7.6-r6) [2020-08-19T20:44:15.034Z] (7/14) Installing build-base (0.5-r2) [2020-08-19T20:44:15.034Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-19T20:44:15.034Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-19T20:44:15.034Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-19T20:44:15.189Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:44:15.189Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:44:15.189Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:44:15.189Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:44:15.189Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:44:15.189Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:44:15.306Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-19T20:44:15.452Z] go: finding github.com/fatih/color v1.7.0 [2020-08-19T20:44:15.452Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:44:15.452Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T20:44:15.452Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:44:15.452Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-19T20:44:15.452Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-19T20:44:15.580Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-19T20:44:15.580Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-19T20:44:15.719Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-19T20:44:15.720Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-19T20:44:15.720Z] go: finding github.com/google/uuid v1.1.1 [2020-08-19T20:44:15.720Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T20:44:15.720Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:44:15.720Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-19T20:44:15.720Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-19T20:44:15.854Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-19T20:44:15.854Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:44:15.854Z] OK: 221 MiB in 53 packages [2020-08-19T20:44:15.981Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:44:15.981Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:44:15.981Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-19T20:44:15.981Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-19T20:44:15.981Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:44:15.981Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-19T20:44:16.242Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-19T20:44:16.242Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-19T20:44:16.242Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-19T20:44:16.242Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-19T20:44:16.242Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-19T20:44:16.242Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-19T20:44:16.242Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-19T20:44:16.504Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T20:44:16.504Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-19T20:44:16.504Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-19T20:44:16.504Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-19T20:44:16.504Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-19T20:44:16.504Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-19T20:44:16.504Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:44:16.764Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:44:16.765Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-19T20:44:16.765Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-19T20:44:16.765Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-19T20:44:16.765Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-19T20:44:16.765Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-19T20:44:16.765Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:44:17.025Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:44:17.025Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-19T20:44:17.025Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:44:17.025Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T20:44:17.025Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-19T20:44:17.025Z] go: finding github.com/posener/complete v1.1.1 [2020-08-19T20:44:17.025Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-19T20:44:17.287Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-19T20:44:17.287Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-19T20:44:17.287Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-19T20:44:17.287Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-19T20:44:17.287Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T20:44:17.287Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-19T20:44:17.549Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-19T20:44:17.549Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-19T20:44:17.549Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-19T20:44:17.549Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-19T20:44:17.549Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:44:20.148Z] Removing intermediate container 26dd369c9da2 [2020-08-19T20:44:20.148Z] ---> a5b0afcc9596 [2020-08-19T20:44:20.148Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-19T20:44:20.148Z] ---> Running in 881731e8ce3a [2020-08-19T20:44:20.748Z] Removing intermediate container 881731e8ce3a [2020-08-19T20:44:20.748Z] ---> e6c7bb01c114 [2020-08-19T20:44:20.748Z] Step 7/8 : COPY . . [2020-08-19T20:44:21.728Z] ---> 5ca0ecafcbde [2020-08-19T20:44:21.728Z] Step 8/8 : RUN go mod download [2020-08-19T20:44:21.728Z] ---> Running in 8c1f8dffe708 [2020-08-19T20:44:25.110Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:44:25.110Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:44:25.110Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-19T20:44:25.110Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:44:25.110Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-19T20:44:25.110Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-19T20:44:25.382Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:44:25.382Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-19T20:44:25.382Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:44:25.382Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:44:25.382Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:44:25.382Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:44:25.653Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:44:25.653Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:44:25.653Z] go: finding github.com/fatih/color v1.7.0 [2020-08-19T20:44:25.653Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:44:25.653Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T20:44:25.653Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:44:25.653Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-19T20:44:25.770Z] Removing intermediate container 2e96c7faa94f [2020-08-19T20:44:25.771Z] ---> ccc6b0655922 [2020-08-19T20:44:25.771Z] Successfully built ccc6b0655922 [2020-08-19T20:44:25.771Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-19T20:44:25.922Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-19T20:44:25.922Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-19T20:44:25.922Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-19T20:44:25.922Z] go: finding github.com/google/uuid v1.1.1 [2020-08-19T20:44:25.922Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T20:44:25.922Z] go: finding github.com/hashicorp/consul/api v1.1.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-08-19T20:44:26.193Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-19T20:44:26.193Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-19T20:44:26.193Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:44:26.193Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:44:26.193Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-19T20:44:26.193Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-19T20:44:26.193Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [Pipeline] script [Pipeline] { [2020-08-19T20:44:26.478Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-19T20:44:26.478Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-19T20:44:26.478Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-19T20:44:26.478Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-19T20:44:26.478Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-19T20:44:26.478Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-19T20:44:26.478Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-19T20:44:26.763Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-19T20:44:26.763Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T20:44:26.763Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-19T20:44:26.763Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-19T20:44:26.763Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-19T20:44:26.763Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-19T20:44:26.763Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-19T20:44:27.037Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:44:27.037Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:44:27.037Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-19T20:44:27.037Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-19T20:44:27.037Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-19T20:44:27.037Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-19T20:44:27.037Z] go: finding github.com/mitchellh/iochan v1.0.0 [Pipeline] sh [2020-08-19T20:44:27.314Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:44:27.314Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:44:27.314Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-19T20:44:27.314Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:44:27.314Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T20:44:27.314Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-19T20:44:27.350Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-19T20:44:27.587Z] go: finding github.com/posener/complete v1.1.1 [2020-08-19T20:44:27.587Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-19T20:44:27.587Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-19T20:44:27.587Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-19T20:44:27.587Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-19T20:44:27.587Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-19T20:44:27.587Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T20:44:27.644Z] + ls -al . [2020-08-19T20:44:27.644Z] total 64 [2020-08-19T20:44:27.644Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 19 20:43 . [2020-08-19T20:44:27.644Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 19 20:43 .. [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 5049 Aug 19 20:43 Attribution.txt [2020-08-19T20:44:27.644Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 19 20:43 bin [2020-08-19T20:44:27.644Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 19 20:43 cmd [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 1422 Aug 19 20:43 Dockerfile [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 954 Aug 19 20:43 Dockerfile.build [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 19 20:43 .dockerignore [2020-08-19T20:44:27.644Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 19 20:43 .git [2020-08-19T20:44:27.644Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 19 20:43 .github [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 330 Aug 19 20:43 .gitignore [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 559 Aug 19 20:43 go.mod [2020-08-19T20:44:27.644Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 19 20:43 internal [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 702 Aug 19 20:43 Jenkinsfile [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 19 20:43 LICENSE [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 880 Aug 19 20:43 Makefile [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 591 Aug 19 20:43 README.md [2020-08-19T20:44:27.644Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 19 20:43 .semver [2020-08-19T20:44:27.644Z] drwxrwxr-x. 2 jenkins jenkins 35 Aug 19 20:43 simulator [2020-08-19T20:44:27.644Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 19 20:43 snap [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 19 20:41 VERSION [2020-08-19T20:44:27.644Z] -rw-rw-r--. 1 jenkins jenkins 229 Aug 19 20:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:27.872Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-19T20:44:27.872Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-19T20:44:27.872Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-19T20:44:27.872Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-19T20:44:27.872Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-19T20:44:27.872Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:44:27.965Z] + 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 . [2020-08-19T20:44:27.965Z] Sending build context to Docker daemon 630.3kB [2020-08-19T20:44:28.226Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-19T20:44:28.226Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-19T20:44:28.226Z] ---> ccc6b0655922 [2020-08-19T20:44:28.226Z] Step 3/19 : ARG MAKE='make build' [2020-08-19T20:44:28.226Z] ---> Running in 8e3f412df6e3 [2020-08-19T20:44:28.226Z] Removing intermediate container 8e3f412df6e3 [2020-08-19T20:44:28.226Z] ---> 8355cd6eac96 [2020-08-19T20:44:28.226Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:44:28.489Z] ---> Running in 3a6fcdc9513c [2020-08-19T20:44:29.883Z] Removing intermediate container 3a6fcdc9513c [2020-08-19T20:44:29.883Z] ---> 5b8af91529f3 [2020-08-19T20:44:29.883Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-19T20:44:29.883Z] ---> Running in c816c9c2b084 [2020-08-19T20:44:30.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:44:31.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:44:31.664Z] OK: 237 MiB in 53 packages [2020-08-19T20:44:31.926Z] Removing intermediate container c816c9c2b084 [2020-08-19T20:44:31.926Z] ---> 61a09f01131e [2020-08-19T20:44:31.926Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-19T20:44:32.186Z] ---> Running in 6c5b8f4b9f76 [2020-08-19T20:44:32.187Z] Removing intermediate container 6c5b8f4b9f76 [2020-08-19T20:44:32.187Z] ---> b69b0c089aec [2020-08-19T20:44:32.187Z] Step 7/19 : COPY . . [2020-08-19T20:44:33.134Z] ---> 3a3edaa533a1 [2020-08-19T20:44:33.134Z] Step 8/19 : RUN ${MAKE} [2020-08-19T20:44:33.134Z] ---> Running in 4a5b2fe05c03 [2020-08-19T20:44:33.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2" -o cmd/device-modbus ./cmd [2020-08-19T20:44:38.036Z] Removing intermediate container 8c1f8dffe708 [2020-08-19T20:44:38.036Z] ---> cd3e62bf21c9 [2020-08-19T20:44:38.036Z] Successfully built cd3e62bf21c9 [2020-08-19T20:44:38.036Z] 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-19T20:44:38.894Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-19T20:44:39.227Z] + ls -al . [2020-08-19T20:44:39.228Z] total 100 [2020-08-19T20:44:39.228Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 19 20:43 . [2020-08-19T20:44:39.228Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:43 .. [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 19 20:43 .dockerignore [2020-08-19T20:44:39.228Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 19 20:43 .git [2020-08-19T20:44:39.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:43 .github [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 330 Aug 19 20:43 .gitignore [2020-08-19T20:44:39.228Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:43 .semver [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 5049 Aug 19 20:43 Attribution.txt [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 1422 Aug 19 20:43 Dockerfile [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 954 Aug 19 20:43 Dockerfile.build [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 702 Aug 19 20:43 Jenkinsfile [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 19 20:43 LICENSE [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 880 Aug 19 20:43 Makefile [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 591 Aug 19 20:43 README.md [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 19 20:41 VERSION [2020-08-19T20:44:39.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:43 bin [2020-08-19T20:44:39.228Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:43 cmd [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 559 Aug 19 20:43 go.mod [2020-08-19T20:44:39.228Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:43 internal [2020-08-19T20:44:39.228Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:43 simulator [2020-08-19T20:44:39.228Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:43 snap [2020-08-19T20:44:39.228Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 19 20:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:39.581Z] + 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 . [2020-08-19T20:44:39.855Z] Sending build context to Docker daemon 630.3kB [2020-08-19T20:44:39.855Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-19T20:44:39.855Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-19T20:44:39.855Z] ---> cd3e62bf21c9 [2020-08-19T20:44:39.855Z] Step 3/19 : ARG MAKE='make build' [2020-08-19T20:44:40.132Z] ---> Running in f9bae03d2d98 [2020-08-19T20:44:40.725Z] Removing intermediate container f9bae03d2d98 [2020-08-19T20:44:40.725Z] ---> 50c1104f977e [2020-08-19T20:44:40.725Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:44:40.725Z] ---> Running in bea7c20288cd [2020-08-19T20:44:43.344Z] Removing intermediate container bea7c20288cd [2020-08-19T20:44:43.344Z] ---> dee629d85adf [2020-08-19T20:44:43.344Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-19T20:44:43.344Z] ---> Running in 3d4a1b18805f [2020-08-19T20:44:43.482Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-19T20:44:44.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:44:45.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:44:46.018Z] OK: 221 MiB in 53 packages [2020-08-19T20:44:46.050Z] Removing intermediate container 4a5b2fe05c03 [2020-08-19T20:44:46.050Z] ---> c00654dc3fe6 [2020-08-19T20:44:46.050Z] Step 9/19 : FROM scratch [2020-08-19T20:44:46.050Z] ---> [2020-08-19T20:44:46.050Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-19T20:44:46.050Z] ---> Running in 5640e1c7724d [2020-08-19T20:44:46.050Z] Removing intermediate container 5640e1c7724d [2020-08-19T20:44:46.050Z] ---> 8682c23509a3 [2020-08-19T20:44:46.050Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-19T20:44:46.050Z] ---> Running in ed5b2cdc099f [2020-08-19T20:44:46.311Z] Removing intermediate container ed5b2cdc099f [2020-08-19T20:44:46.311Z] ---> c2ecfc199b3c [2020-08-19T20:44:46.311Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-19T20:44:46.573Z] ---> 9521cc8f7dc6 [2020-08-19T20:44:46.573Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-19T20:44:46.836Z] ---> 7c2c6490024b [2020-08-19T20:44:46.836Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-19T20:44:47.099Z] ---> 127295aa1e29 [2020-08-19T20:44:47.099Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-19T20:44:47.099Z] ---> Running in f94059f37ec5 [2020-08-19T20:44:47.360Z] Removing intermediate container f94059f37ec5 [2020-08-19T20:44:47.360Z] ---> 032651981094 [2020-08-19T20:44:47.360Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:44:47.360Z] ---> Running in 13b9763f13ea [2020-08-19T20:44:47.453Z] Removing intermediate container 3d4a1b18805f [2020-08-19T20:44:47.453Z] ---> ddb75470691e [2020-08-19T20:44:47.453Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-19T20:44:47.453Z] ---> Running in 12805ded73a1 [2020-08-19T20:44:47.620Z] Removing intermediate container 13b9763f13ea [2020-08-19T20:44:47.621Z] ---> 412bcb177ac1 [2020-08-19T20:44:47.621Z] Step 17/19 : LABEL arch=amd64 [2020-08-19T20:44:47.621Z] ---> Running in 9e4fb4f2a10f [2020-08-19T20:44:47.736Z] Removing intermediate container 12805ded73a1 [2020-08-19T20:44:47.736Z] ---> fa63e2539ea4 [2020-08-19T20:44:47.736Z] Step 7/19 : COPY . . [2020-08-19T20:44:47.881Z] Removing intermediate container 9e4fb4f2a10f [2020-08-19T20:44:47.881Z] ---> 62481f7ddf92 [2020-08-19T20:44:47.881Z] Step 18/19 : LABEL git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:44:47.881Z] ---> Running in 8c8a9f54ad3d [2020-08-19T20:44:48.142Z] Removing intermediate container 8c8a9f54ad3d [2020-08-19T20:44:48.142Z] ---> abd1beab9620 [2020-08-19T20:44:48.142Z] Step 19/19 : LABEL version=1.2.2 [2020-08-19T20:44:48.142Z] ---> Running in d4a6070d341a [2020-08-19T20:44:48.142Z] Removing intermediate container d4a6070d341a [2020-08-19T20:44:48.142Z] ---> b3b5e1369078 [2020-08-19T20:44:48.142Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-19T20:44:48.403Z] Successfully built b3b5e1369078 [2020-08-19T20:44:48.403Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2020-08-19T20:44:48.725Z] ---> 69251f3b5a77 [2020-08-19T20:44:48.725Z] Step 8/19 : RUN ${MAKE} [2020-08-19T20:44:48.725Z] ---> Running in 2765d0598356 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-19T20:44:48.791Z] provisioning config files... [2020-08-19T20:44:48.823Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/18@tmp/config7211905580445947802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:44:49.351Z] nexus3.edgexfoundry.org:10001 [2020-08-19T20:44:49.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:44:49.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:44:49.612Z] Configure a credential helper to remove this warning. See [2020-08-19T20:44:49.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:44:49.612Z] [2020-08-19T20:44:49.612Z] Login Succeeded [2020-08-19T20:44:49.612Z] nexus3.edgexfoundry.org:10002 [2020-08-19T20:44:49.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:44:49.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:44:49.876Z] Configure a credential helper to remove this warning. See [2020-08-19T20:44:49.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:44:49.876Z] [2020-08-19T20:44:49.876Z] Login Succeeded [2020-08-19T20:44:49.876Z] nexus3.edgexfoundry.org:10003 [2020-08-19T20:44:49.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:44:49.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:44:49.876Z] Configure a credential helper to remove this warning. See [2020-08-19T20:44:49.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:44:49.876Z] [2020-08-19T20:44:49.876Z] Login Succeeded [2020-08-19T20:44:49.876Z] nexus3.edgexfoundry.org:10004 [2020-08-19T20:44:50.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:44:50.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:44:50.138Z] Configure a credential helper to remove this warning. See [2020-08-19T20:44:50.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:44:50.138Z] [2020-08-19T20:44:50.138Z] Login Succeeded [2020-08-19T20:44:50.138Z] docker.io [2020-08-19T20:44:50.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:44:50.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2" -o cmd/device-modbus ./cmd [2020-08-19T20:44:50.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:44:50.710Z] Configure a credential helper to remove this warning. See [2020-08-19T20:44:50.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:44:50.710Z] [2020-08-19T20:44:50.710Z] Login Succeeded [Pipeline] } [2020-08-19T20:44:50.719Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:44:50.905Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-08-19T20:44:50.905Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:44:50.905Z] latest [2020-08-19T20:44:50.905Z] 1.2.2 [2020-08-19T20:44:50.905Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [2020-08-19T20:44:50.905Z] master [2020-08-19T20:44:50.905Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:51.374Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:51.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:44:51.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-19T20:44:51.674Z] b16723520e92: Preparing [2020-08-19T20:44:51.674Z] 60b8280dc3b6: Preparing [2020-08-19T20:44:51.674Z] e473bd776839: Preparing [2020-08-19T20:44:51.674Z] 60b8280dc3b6: Pushed [2020-08-19T20:44:51.674Z] b16723520e92: Pushed [2020-08-19T20:44:53.069Z] e473bd776839: Pushed [2020-08-19T20:44:53.069Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:53.372Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:53.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-08-19T20:44:53.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-19T20:44:53.679Z] b16723520e92: Preparing [2020-08-19T20:44:53.679Z] 60b8280dc3b6: Preparing [2020-08-19T20:44:53.679Z] e473bd776839: Preparing [2020-08-19T20:44:53.679Z] b16723520e92: Layer already exists [2020-08-19T20:44:53.679Z] 60b8280dc3b6: Layer already exists [2020-08-19T20:44:53.679Z] e473bd776839: Layer already exists [2020-08-19T20:44:53.679Z] latest: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:53.984Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:54.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2 [2020-08-19T20:44:54.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-19T20:44:54.288Z] b16723520e92: Preparing [2020-08-19T20:44:54.288Z] 60b8280dc3b6: Preparing [2020-08-19T20:44:54.288Z] e473bd776839: Preparing [2020-08-19T20:44:54.288Z] b16723520e92: Layer already exists [2020-08-19T20:44:54.288Z] e473bd776839: Layer already exists [2020-08-19T20:44:54.288Z] 60b8280dc3b6: Layer already exists [2020-08-19T20:44:54.288Z] 1.2.2: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:54.591Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:54.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [2020-08-19T20:44:54.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-19T20:44:54.897Z] b16723520e92: Preparing [2020-08-19T20:44:54.897Z] 60b8280dc3b6: Preparing [2020-08-19T20:44:54.897Z] e473bd776839: Preparing [2020-08-19T20:44:54.897Z] e473bd776839: Layer already exists [2020-08-19T20:44:54.897Z] b16723520e92: Layer already exists [2020-08-19T20:44:54.897Z] 60b8280dc3b6: Layer already exists [2020-08-19T20:44:54.897Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:55.203Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:44:55.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-08-19T20:44:55.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-19T20:44:55.500Z] b16723520e92: Preparing [2020-08-19T20:44:55.500Z] 60b8280dc3b6: Preparing [2020-08-19T20:44:55.500Z] e473bd776839: Preparing [2020-08-19T20:44:55.500Z] 60b8280dc3b6: Layer already exists [2020-08-19T20:44:55.500Z] e473bd776839: Layer already exists [2020-08-19T20:44:55.500Z] b16723520e92: Layer already exists [2020-08-19T20:44:55.500Z] master: digest: sha256:ffb820771609dc5afd9e7a6959710b94ed699d2d44c3cc0814dcc21589753d50 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:44:55.692Z] ===================================================== [Pipeline] echo [2020-08-19T20:44:55.740Z] taggedImages: [2020-08-19T20:44:55.740Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:44:55.740Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-08-19T20:44:55.740Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2 [2020-08-19T20:44:55.740Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [2020-08-19T20:44:55.740Z] - 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-19T20:44:56.915Z] ++ grep snapcraft.yaml [2020-08-19T20:44:56.915Z] ++ find /w/workspace/device-modbus-go/18 [2020-08-19T20:44:56.915Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/18/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:44:57.068Z] provisioning config files... [2020-08-19T20:44:57.076Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/18@tmp/config957895614868419989tmp [Pipeline] { [Pipeline] sh [2020-08-19T20:44:57.457Z] + cp /w/workspace/device-modbus-go/18@tmp/config957895614868419989tmp /w/workspace/device-modbus-go/18/edgex-snap-store-login [Pipeline] sh [2020-08-19T20:44:57.772Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/18:/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-19T20:44:57.772Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-08-19T20:44:57.772Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-08-19T20:44:57.772Z] 7595c8c21622: Pulling fs layer [2020-08-19T20:44:57.772Z] d13af8ca898f: Pulling fs layer [2020-08-19T20:44:57.772Z] 70799171ddba: Pulling fs layer [2020-08-19T20:44:57.772Z] b6c12202c5ef: Pulling fs layer [2020-08-19T20:44:57.772Z] 0e468b2cbd7c: Pulling fs layer [2020-08-19T20:44:57.772Z] 81ce4cd09fec: Pulling fs layer [2020-08-19T20:44:57.772Z] 9113857f769f: Pulling fs layer [2020-08-19T20:44:57.772Z] a6a4d6edcf0f: Pulling fs layer [2020-08-19T20:44:57.772Z] 1466ad0cc8cc: Pulling fs layer [2020-08-19T20:44:57.772Z] 81ce4cd09fec: Waiting [2020-08-19T20:44:57.772Z] a6a4d6edcf0f: Waiting [2020-08-19T20:44:57.772Z] 9113857f769f: Waiting [2020-08-19T20:44:57.772Z] 0e468b2cbd7c: Waiting [2020-08-19T20:44:57.772Z] b6c12202c5ef: Waiting [2020-08-19T20:44:57.772Z] 70799171ddba: Verifying Checksum [2020-08-19T20:44:57.772Z] 70799171ddba: Download complete [2020-08-19T20:44:57.772Z] d13af8ca898f: Verifying Checksum [2020-08-19T20:44:57.772Z] d13af8ca898f: Download complete [2020-08-19T20:44:57.772Z] b6c12202c5ef: Verifying Checksum [2020-08-19T20:44:57.772Z] b6c12202c5ef: Download complete [2020-08-19T20:44:57.772Z] 81ce4cd09fec: Verifying Checksum [2020-08-19T20:44:57.772Z] 81ce4cd09fec: Download complete [2020-08-19T20:44:57.772Z] 9113857f769f: Verifying Checksum [2020-08-19T20:44:57.772Z] 9113857f769f: Download complete [2020-08-19T20:44:57.772Z] a6a4d6edcf0f: Verifying Checksum [2020-08-19T20:44:57.772Z] a6a4d6edcf0f: Download complete [2020-08-19T20:44:57.772Z] 1466ad0cc8cc: Verifying Checksum [2020-08-19T20:44:57.772Z] 1466ad0cc8cc: Download complete [2020-08-19T20:44:58.047Z] 7595c8c21622: Verifying Checksum [2020-08-19T20:44:58.047Z] 7595c8c21622: Download complete [2020-08-19T20:45:03.381Z] 0e468b2cbd7c: Verifying Checksum [2020-08-19T20:45:03.381Z] 0e468b2cbd7c: Download complete [2020-08-19T20:45:03.381Z] 7595c8c21622: Pull complete [2020-08-19T20:45:03.381Z] d13af8ca898f: Pull complete [2020-08-19T20:45:03.381Z] 70799171ddba: Pull complete [2020-08-19T20:45:03.381Z] b6c12202c5ef: Pull complete [2020-08-19T20:45:17.060Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-19T20:45:22.459Z] Removing intermediate container 2765d0598356 [2020-08-19T20:45:22.459Z] ---> d02d521cea26 [2020-08-19T20:45:22.459Z] Step 9/19 : FROM scratch [2020-08-19T20:45:22.459Z] ---> [2020-08-19T20:45:22.459Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-19T20:45:22.459Z] ---> Running in 316d8af64333 [2020-08-19T20:45:22.459Z] Removing intermediate container 316d8af64333 [2020-08-19T20:45:22.459Z] ---> 3e7799e7a545 [2020-08-19T20:45:22.459Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-19T20:45:22.459Z] ---> Running in 7aef7ab29623 [2020-08-19T20:45:22.733Z] Removing intermediate container 7aef7ab29623 [2020-08-19T20:45:22.733Z] ---> d8911ed0807e [2020-08-19T20:45:22.734Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-19T20:45:24.177Z] ---> f1909a15315a [2020-08-19T20:45:24.177Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-19T20:45:24.773Z] ---> c0d927ea7279 [2020-08-19T20:45:24.773Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-19T20:45:25.377Z] ---> eefe83744d81 [2020-08-19T20:45:25.377Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-19T20:45:25.648Z] ---> Running in cce3009ba140 [2020-08-19T20:45:25.923Z] Removing intermediate container cce3009ba140 [2020-08-19T20:45:25.924Z] ---> 84423bf42a68 [2020-08-19T20:45:25.924Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:45:26.200Z] ---> Running in 0d097cebf008 [2020-08-19T20:45:26.796Z] Removing intermediate container 0d097cebf008 [2020-08-19T20:45:26.796Z] ---> 27a126940614 [2020-08-19T20:45:26.796Z] Step 17/19 : LABEL arch=arm64 [2020-08-19T20:45:26.796Z] ---> Running in ba5dde501a5c [2020-08-19T20:45:27.392Z] Removing intermediate container ba5dde501a5c [2020-08-19T20:45:27.392Z] ---> 72b2fb06d529 [2020-08-19T20:45:27.392Z] Step 18/19 : LABEL git_sha=3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:45:27.392Z] ---> Running in 2b69e3a9685f [2020-08-19T20:45:27.988Z] Removing intermediate container 2b69e3a9685f [2020-08-19T20:45:27.988Z] ---> e22300af4487 [2020-08-19T20:45:27.988Z] Step 19/19 : LABEL version=1.2.2 [2020-08-19T20:45:27.988Z] ---> Running in 83770400bc67 [2020-08-19T20:45:28.583Z] Removing intermediate container 83770400bc67 [2020-08-19T20:45:28.583Z] ---> f523e79b158b [2020-08-19T20:45:28.583Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-19T20:45:28.583Z] Successfully built f523e79b158b [2020-08-19T20:45:28.583Z] 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-19T20:45:28.960Z] provisioning config files... [2020-08-19T20:45:29.002Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/18@tmp/config3009376967993678691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:45:29.403Z] nexus3.edgexfoundry.org:10001 [2020-08-19T20:45:29.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:45:29.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:45:29.954Z] Configure a credential helper to remove this warning. See [2020-08-19T20:45:29.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:45:29.954Z] [2020-08-19T20:45:29.954Z] Login Succeeded [2020-08-19T20:45:29.954Z] nexus3.edgexfoundry.org:10002 [2020-08-19T20:45:30.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:45:30.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:45:30.498Z] Configure a credential helper to remove this warning. See [2020-08-19T20:45:30.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:45:30.498Z] [2020-08-19T20:45:30.498Z] Login Succeeded [2020-08-19T20:45:30.498Z] nexus3.edgexfoundry.org:10003 [2020-08-19T20:45:30.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:45:31.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:45:31.042Z] Configure a credential helper to remove this warning. See [2020-08-19T20:45:31.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:45:31.042Z] [2020-08-19T20:45:31.042Z] Login Succeeded [2020-08-19T20:45:31.042Z] nexus3.edgexfoundry.org:10004 [2020-08-19T20:45:31.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:45:31.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:45:31.585Z] Configure a credential helper to remove this warning. See [2020-08-19T20:45:31.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:45:31.585Z] [2020-08-19T20:45:31.585Z] Login Succeeded [2020-08-19T20:45:31.585Z] docker.io [2020-08-19T20:45:31.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:45:32.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:45:32.450Z] Configure a credential helper to remove this warning. See [2020-08-19T20:45:32.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:45:32.450Z] [2020-08-19T20:45:32.450Z] Login Succeeded [Pipeline] } [2020-08-19T20:45:32.466Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:45:32.648Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-08-19T20:45:32.648Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:45:32.648Z] latest [2020-08-19T20:45:32.648Z] 1.2.2 [2020-08-19T20:45:32.648Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [2020-08-19T20:45:32.648Z] master [2020-08-19T20:45:32.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:33.163Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:33.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:45:33.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-19T20:45:33.508Z] da89d470ef60: Preparing [2020-08-19T20:45:33.508Z] c10637238a4c: Preparing [2020-08-19T20:45:33.508Z] b8c7134ede09: Preparing [2020-08-19T20:45:33.788Z] c10637238a4c: Pushed [2020-08-19T20:45:33.788Z] da89d470ef60: Pushed [2020-08-19T20:45:35.568Z] 0e468b2cbd7c: Pull complete [2020-08-19T20:45:35.568Z] 81ce4cd09fec: Pull complete [2020-08-19T20:45:35.568Z] 9113857f769f: Pull complete [2020-08-19T20:45:35.568Z] a6a4d6edcf0f: Pull complete [2020-08-19T20:45:35.568Z] 1466ad0cc8cc: Pull complete [2020-08-19T20:45:35.568Z] Digest: sha256:c642e91ff79aa258a1ae135e2f8792ce86cd15f1ac61018b6f83b5185eb02bcd [2020-08-19T20:45:35.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-19T20:45:36.418Z] b8c7134ede09: Pushed [2020-08-19T20:45:36.418Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:36.769Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:37.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-08-19T20:45:37.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-19T20:45:37.103Z] da89d470ef60: Preparing [2020-08-19T20:45:37.103Z] c10637238a4c: Preparing [2020-08-19T20:45:37.103Z] b8c7134ede09: Preparing [2020-08-19T20:45:37.103Z] da89d470ef60: Layer already exists [2020-08-19T20:45:37.103Z] c10637238a4c: Layer already exists [2020-08-19T20:45:37.103Z] b8c7134ede09: Layer already exists [2020-08-19T20:45:37.373Z] latest: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:37.753Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:38.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2 [2020-08-19T20:45:38.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-19T20:45:38.124Z] da89d470ef60: Preparing [2020-08-19T20:45:38.124Z] c10637238a4c: Preparing [2020-08-19T20:45:38.124Z] b8c7134ede09: Preparing [2020-08-19T20:45:38.124Z] b8c7134ede09: Layer already exists [2020-08-19T20:45:38.124Z] c10637238a4c: Layer already exists [2020-08-19T20:45:38.124Z] da89d470ef60: Layer already exists [2020-08-19T20:45:38.140Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-19T20:45:38.140Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-08-19T20:45:38.140Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-08-19T20:45:38.140Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-08-19T20:45:38.140Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9834 B] [2020-08-19T20:45:38.401Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [890 kB] [2020-08-19T20:45:38.401Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.4 kB] [2020-08-19T20:45:38.401Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1418 kB] [2020-08-19T20:45:38.401Z] 1.2.2: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:38.664Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1042 kB] [2020-08-19T20:45:38.664Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [101 kB] [2020-08-19T20:45:38.774Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:38.925Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [117 kB] [2020-08-19T20:45:38.925Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1341 kB] [2020-08-19T20:45:39.194Z] Fetched 5197 kB in 2s (3176 kB/s) [2020-08-19T20:45:39.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [2020-08-19T20:45:39.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-19T20:45:39.212Z] da89d470ef60: Preparing [2020-08-19T20:45:39.212Z] c10637238a4c: Preparing [2020-08-19T20:45:39.212Z] b8c7134ede09: Preparing [2020-08-19T20:45:39.212Z] b8c7134ede09: Layer already exists [2020-08-19T20:45:39.212Z] c10637238a4c: Layer already exists [2020-08-19T20:45:39.212Z] da89d470ef60: Layer already exists [2020-08-19T20:45:39.496Z] 3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:39.856Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:45:40.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-08-19T20:45:40.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-19T20:45:40.234Z] da89d470ef60: Preparing [2020-08-19T20:45:40.234Z] c10637238a4c: Preparing [2020-08-19T20:45:40.234Z] b8c7134ede09: Preparing [2020-08-19T20:45:40.234Z] b8c7134ede09: Layer already exists [2020-08-19T20:45:40.234Z] c10637238a4c: Layer already exists [2020-08-19T20:45:40.234Z] da89d470ef60: Layer already exists [2020-08-19T20:45:40.511Z] master: digest: sha256:c5eb9f6cc8f09baed0f472c4cd1a0719464468220627d65e8ef57ea1f268105a size: 944 [Pipeline] } [2020-08-19T20:45:40.599Z] Reading package lists... [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:45:40.800Z] ===================================================== [Pipeline] echo [2020-08-19T20:45:40.849Z] taggedImages: [2020-08-19T20:45:40.849Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:45:40.849Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-08-19T20:45:40.849Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2 [2020-08-19T20:45:40.849Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358-1.2.2 [2020-08-19T20:45:40.849Z] - 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-19T20:45:41.855Z] + grep snapcraft.yaml [2020-08-19T20:45:41.855Z] + find /w/workspace/device-modbus-go/18 [2020-08-19T20:45:41.855Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/18/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:45:42.193Z] provisioning config files... [2020-08-19T20:45:42.223Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/18@tmp/config9129685327050360298tmp [Pipeline] { [Pipeline] sh [2020-08-19T20:45:42.639Z] + cp /w/workspace/device-modbus-go/18@tmp/config9129685327050360298tmp /w/workspace/device-modbus-go/18/edgex-snap-store-login [Pipeline] sh [2020-08-19T20:45:42.995Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/18:/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-19T20:45:42.995Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-08-19T20:45:43.282Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-08-19T20:45:43.282Z] a114936b4807: Pulling fs layer [2020-08-19T20:45:43.282Z] a27ecf0d2a86: Pulling fs layer [2020-08-19T20:45:43.282Z] f4eb48eb870f: Pulling fs layer [2020-08-19T20:45:43.282Z] 0f912b9bb20d: Pulling fs layer [2020-08-19T20:45:43.282Z] 19769ba762fa: Pulling fs layer [2020-08-19T20:45:43.282Z] 6675a7feeedd: Pulling fs layer [2020-08-19T20:45:43.282Z] bb153fd0de2e: Pulling fs layer [2020-08-19T20:45:43.282Z] cf8ad2f1a1a4: Pulling fs layer [2020-08-19T20:45:43.282Z] c8535664fb42: Pulling fs layer [2020-08-19T20:45:43.282Z] 6675a7feeedd: Waiting [2020-08-19T20:45:43.282Z] bb153fd0de2e: Waiting [2020-08-19T20:45:43.282Z] c8535664fb42: Waiting [2020-08-19T20:45:43.282Z] 0f912b9bb20d: Waiting [2020-08-19T20:45:43.282Z] cf8ad2f1a1a4: Waiting [2020-08-19T20:45:43.282Z] 19769ba762fa: Waiting [2020-08-19T20:45:43.282Z] f4eb48eb870f: Verifying Checksum [2020-08-19T20:45:43.282Z] f4eb48eb870f: Download complete [2020-08-19T20:45:43.282Z] a27ecf0d2a86: Download complete [2020-08-19T20:45:43.282Z] 0f912b9bb20d: Verifying Checksum [2020-08-19T20:45:43.282Z] 0f912b9bb20d: Download complete [2020-08-19T20:45:43.282Z] 6675a7feeedd: Verifying Checksum [2020-08-19T20:45:43.282Z] 6675a7feeedd: Download complete [2020-08-19T20:45:43.282Z] bb153fd0de2e: Download complete [2020-08-19T20:45:43.282Z] cf8ad2f1a1a4: Verifying Checksum [2020-08-19T20:45:43.282Z] cf8ad2f1a1a4: Download complete [2020-08-19T20:45:43.282Z] c8535664fb42: Verifying Checksum [2020-08-19T20:45:43.282Z] c8535664fb42: Download complete [2020-08-19T20:45:44.282Z] a114936b4807: Verifying Checksum [2020-08-19T20:45:44.282Z] a114936b4807: Download complete [2020-08-19T20:45:45.091Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-08-19T20:45:45.091Z] 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-19T20:45:45.091Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-08-19T20:45:45.355Z] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-08-19T20:45:46.900Z] a114936b4807: Pull complete [2020-08-19T20:45:46.970Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 51% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-19T20:45:47.175Z] a27ecf0d2a86: Pull complete [2020-08-19T20:45:47.769Z] f4eb48eb870f: Pull complete [2020-08-19T20:45:48.042Z] 0f912b9bb20d: Pull complete [2020-08-19T20:45:48.895Z] Installing build dependencies: curl git git-man less libcurl3-gnutls libcurl4 liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-19T20:45:50.249Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 51% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-19T20:45:50.511Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 66% Building dependency tree [2020-08-19T20:45:50.511Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-19T20:45:50.772Z] The following packages were automatically installed and are no longer required: [2020-08-19T20:45:50.772Z] libjq1 libonig4 [2020-08-19T20:45:50.772Z] Use 'sudo apt autoremove' to remove them. [2020-08-19T20:45:50.772Z] Suggested packages: [2020-08-19T20:45:50.772Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-19T20:45:50.772Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-19T20:45:50.772Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-19T20:45:50.772Z] | libterm-readline-perl-perl [2020-08-19T20:45:51.041Z] The following NEW packages will be installed: [2020-08-19T20:45:51.041Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-19T20:45:51.042Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-19T20:45:51.042Z] The following packages will be upgraded: [2020-08-19T20:45:51.042Z] libcurl4 [2020-08-19T20:45:51.042Z] 1 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-19T20:45:51.042Z] Need to get 12.2 MB of archives. [2020-08-19T20:45:51.042Z] After this operation, 77.5 MB of additional disk space will be used. [2020-08-19T20:45:51.306Z] 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-19T20:45:51.829Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 678 kB/2763 kB 25%] 19% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-08-19T20:45:51.829Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-08-19T20:45:51.829Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 22% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-08-19T20:45:52.091Z] 22% [4 libperl5.26 22.2 kB/3527 kB 1%] 47% [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-19T20:45:52.091Z] 47% [5 perl 33.5 kB/201 kB 17%] 49% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-08-19T20:45:52.353Z] 50% [6 less 28.4 kB/112 kB 25%] 51% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-08-19T20:45:52.353Z] 51% [7 netbase 12.7 kB/12.7 kB 100%] 53% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB] [2020-08-19T20:45:52.353Z] 53% [8 libcurl4 34.7 kB/214 kB 16%] 56% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-08-19T20:45:52.353Z] 56% [9 curl 17.0 kB/159 kB 11%] 58% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-08-19T20:45:52.353Z] 58% [10 libcurl3-gnutls 45.1 kB/213 kB 21%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-19T20:45:52.353Z] 61% [11 liberror-perl 22.8 kB/22.8 kB 100%] 62% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-08-19T20:45:52.353Z] 62% [12 git-man 15.4 kB/804 kB 2%] 69% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-08-19T20:45:52.614Z] 69% [13 git 49.2 kB/3915 kB 1%] 96% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-08-19T20:45:52.614Z] 96% [14 make 15.0 kB/154 kB 10%] 98% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-08-19T20:45:52.614Z] 98% [15 patch 52.9 kB/102 kB 52%] 100% [Working] Fetched 12.2 MB in 2s (7580 kB/s) [2020-08-19T20:45:52.878Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-19T20:45:53.140Z] Selecting previously unselected package perl-modules-5.26. [2020-08-19T20:45:53.140Z] (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-19T20:45:53.140Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-19T20:45:53.140Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-19T20:45:53.431Z] 19769ba762fa: Verifying Checksum [2020-08-19T20:45:53.431Z] 19769ba762fa: Download complete [2020-08-19T20:45:56.442Z] Selecting previously unselected package libgdbm5:amd64. [2020-08-19T20:45:56.442Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-08-19T20:45:56.442Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-08-19T20:45:56.442Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-08-19T20:45:56.442Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-08-19T20:45:56.442Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-19T20:45:56.442Z] Selecting previously unselected package libperl5.26:amd64. [2020-08-19T20:45:56.442Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-19T20:45:56.442Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-19T20:45:57.841Z] Selecting previously unselected package perl. [2020-08-19T20:45:57.841Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-19T20:45:57.841Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-19T20:45:57.841Z] Selecting previously unselected package less. [2020-08-19T20:45:57.841Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-08-19T20:45:57.841Z] Unpacking less (487-0.1) ... [2020-08-19T20:45:57.841Z] Selecting previously unselected package netbase. [2020-08-19T20:45:57.841Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-19T20:45:57.841Z] Unpacking netbase (5.4) ... [2020-08-19T20:45:58.102Z] Preparing to unpack .../07-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ... [2020-08-19T20:45:58.102Z] Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... [2020-08-19T20:45:58.102Z] Selecting previously unselected package curl. [2020-08-19T20:45:58.102Z] Preparing to unpack .../08-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-08-19T20:45:58.102Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-08-19T20:45:58.362Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-08-19T20:45:58.362Z] Preparing to unpack .../09-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-08-19T20:45:58.362Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-08-19T20:45:58.362Z] Selecting previously unselected package liberror-perl. [2020-08-19T20:45:58.362Z] Preparing to unpack .../10-liberror-perl_0.17025-1_all.deb ... [2020-08-19T20:45:58.362Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-19T20:45:58.362Z] Selecting previously unselected package git-man. [2020-08-19T20:45:58.362Z] Preparing to unpack .../11-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-19T20:45:58.362Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-19T20:45:58.622Z] Selecting previously unselected package git. [2020-08-19T20:45:58.622Z] Preparing to unpack .../12-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-08-19T20:45:58.622Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-19T20:45:59.206Z] Selecting previously unselected package make. [2020-08-19T20:45:59.206Z] Preparing to unpack .../13-make_4.1-9.1ubuntu1_amd64.deb ... [2020-08-19T20:45:59.207Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-19T20:45:59.469Z] Selecting previously unselected package patch. [2020-08-19T20:45:59.469Z] Preparing to unpack .../14-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-08-19T20:45:59.469Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-19T20:45:59.469Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-19T20:45:59.469Z] Setting up less (487-0.1) ... [2020-08-19T20:45:59.730Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-19T20:45:59.730Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-08-19T20:45:59.730Z] Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ... [2020-08-19T20:45:59.730Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-19T20:45:59.730Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-08-19T20:45:59.994Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-19T20:45:59.994Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-19T20:45:59.994Z] Setting up netbase (5.4) ... [2020-08-19T20:45:59.994Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-08-19T20:45:59.994Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-19T20:45:59.994Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-19T20:46:00.266Z] Setting up liberror-perl (0.17025-1) ... [2020-08-19T20:46:00.266Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-19T20:46:00.266Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-19T20:46:00.540Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-19T20:46:02.476Z] curl set to automatically installed. [2020-08-19T20:46:02.476Z] git set to automatically installed. [2020-08-19T20:46:02.476Z] git-man set to automatically installed. [2020-08-19T20:46:02.476Z] less set to automatically installed. [2020-08-19T20:46:02.476Z] libcurl3-gnutls set to automatically installed. [2020-08-19T20:46:02.476Z] libcurl4 set to automatically installed. [2020-08-19T20:46:02.476Z] liberror-perl set to automatically installed. [2020-08-19T20:46:02.476Z] libgdbm-compat4 set to automatically installed. [2020-08-19T20:46:02.476Z] libgdbm5 set to automatically installed. [2020-08-19T20:46:02.476Z] libperl5.26 set to automatically installed. [2020-08-19T20:46:02.476Z] make set to automatically installed. [2020-08-19T20:46:02.476Z] netbase set to automatically installed. [2020-08-19T20:46:02.476Z] patch set to automatically installed. [2020-08-19T20:46:02.476Z] perl set to automatically installed. [2020-08-19T20:46:02.476Z] perl-modules-5.26 set to automatically installed. [2020-08-19T20:46:02.476Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-19T20:46:02.476Z] Please ensure the environment is properly setup before continuing. [2020-08-19T20:46:02.476Z] Ignore this message if the appropriate measures have already been taken [2020-08-19T20:46:03.421Z] Pulling go  [2020-08-19T20:46:04.365Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-19T20:46:04.365Z] Skipping pull go (already ran) [2020-08-19T20:46:04.365Z] Building go  [2020-08-19T20:46:04.365Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-19T20:46:04.365Z] Dload Upload Total Spent Left Speed [2020-08-19T20:46:06.465Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 114M 15 17.8M 0 0 22.3M 0 0:00:05 --:--:-- 0:00:05 22.3M 75 114M 75 86.4M 0 0 48.0M 0 0:00:02 0:00:01 0:00:01 48.0M 100 114M 100 114M 0 0 51.8M 0 0:00:02 0:00:02 --:--:-- 51.8M [2020-08-19T20:46:07.037Z] go1.13.5.linux-amd64.tar.gz: OK [2020-08-19T20:46:15.194Z] Staging go  [2020-08-19T20:46:15.457Z] Pulling device-modbus  [2020-08-19T20:46:16.403Z] Skipping build go (already ran) [2020-08-19T20:46:16.403Z] Building device-modbus  [2020-08-19T20:46:16.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2" -o cmd/device-modbus ./cmd [2020-08-19T20:46:18.060Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:46:18.060Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:46:18.060Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-19T20:46:18.322Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:46:18.322Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-19T20:46:18.322Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-19T20:46:18.322Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:46:18.322Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:46:18.322Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-19T20:46:18.322Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:46:18.322Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:46:18.322Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-19T20:46:18.322Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-19T20:46:18.322Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-19T20:46:18.322Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:46:18.322Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:46:18.322Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:46:18.322Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-19T20:46:18.322Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-19T20:46:18.322Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:46:18.322Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:46:18.322Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:46:18.322Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:46:18.322Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:46:18.322Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-19T20:46:18.322Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:46:18.322Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:46:18.322Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-19T20:46:18.322Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-19T20:46:18.583Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:46:18.583Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:46:18.583Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:46:18.583Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:46:18.583Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:46:18.583Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:46:18.583Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:46:18.583Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-19T20:46:18.583Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-19T20:46:18.583Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:46:18.583Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:46:18.583Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:46:18.583Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:46:18.583Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:46:18.583Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:46:18.583Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:46:18.583Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-19T20:46:18.583Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:46:18.583Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:46:18.583Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:46:18.583Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:46:19.156Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:46:19.418Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:46:19.418Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:46:19.418Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:46:19.418Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:46:19.418Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-19T20:46:19.418Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:46:19.418Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:46:19.418Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:46:19.418Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:46:19.418Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-19T20:46:19.418Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-19T20:46:19.681Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:46:19.681Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:46:19.681Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-19T20:46:19.681Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T20:46:19.681Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:46:19.681Z] go: finding github.com/google/uuid v1.1.1 [2020-08-19T20:46:19.681Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T20:46:19.681Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:46:19.681Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:46:19.681Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:46:19.681Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-19T20:46:19.681Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T20:46:19.681Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:46:19.681Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:46:19.681Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:46:19.681Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:46:19.681Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T20:46:19.681Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:46:19.681Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:46:19.943Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:46:19.943Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:46:19.943Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:46:19.943Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:46:19.943Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:46:19.943Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:46:19.943Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:46:19.943Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:46:19.943Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T20:46:19.943Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:46:19.943Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:46:19.943Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-19T20:46:30.593Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-19T20:46:32.428Z] 19769ba762fa: Pull complete [2020-08-19T20:46:32.428Z] 6675a7feeedd: Pull complete [2020-08-19T20:46:32.428Z] bb153fd0de2e: Pull complete [2020-08-19T20:46:32.428Z] cf8ad2f1a1a4: Pull complete [2020-08-19T20:46:32.428Z] c8535664fb42: Pull complete [2020-08-19T20:46:32.428Z] Digest: sha256:5b41654e13e1529cdcb3e70789e3a8d345d16fe395680c2eb6ae08626c23903b [2020-08-19T20:46:32.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-19T20:46:34.862Z] Skipping stage go (already ran) [2020-08-19T20:46:34.862Z] Staging device-modbus  [2020-08-19T20:46:35.135Z] Priming go  [2020-08-19T20:46:36.084Z] Priming device-modbus  [2020-08-19T20:46:36.753Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-19T20:46:36.753Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-19T20:46:37.024Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-19T20:46:37.024Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-19T20:46:37.029Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-19T20:46:37.029Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-19T20:46:37.029Z] Determining the version from the project repo (version-script). [2020-08-19T20:46:37.029Z] The version has been set to '1.2.2-20200819+3d6b06c' [2020-08-19T20:46:37.617Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] [2020-08-19T20:46:37.901Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] [2020-08-19T20:46:38.176Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [647 kB] [2020-08-19T20:46:38.449Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [777 kB] [2020-08-19T20:46:38.648Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-08-19T20:46:38.648Z] Snapped edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap [2020-08-19T20:46:38.721Z] Fetched 3850 kB in 2s (1719 kB/s) [2020-08-19T20:46:44.113Z] Reading package lists... [2020-08-19T20:46:59.158Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-19T20:46:59.158Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-08-19T20:46:59.158Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-08-19T20:46:59.158Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-08-19T20:47:04.141Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 8% Reading package lists... 23% Reading package lists... 39% Reading package lists... 53% Reading package lists... 67% 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... 80% 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-19T20:47:12.408Z] Installing build dependencies: curl git git-man less libcurl3-gnutls libcurl4 liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-19T20:47:17.437Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 8% Reading package lists... 23% Reading package lists... 39% Reading package lists... 56% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% 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-19T20:47:17.985Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 70% Building dependency tree [2020-08-19T20:47:17.985Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-19T20:47:18.979Z] The following packages were automatically installed and are no longer required: [2020-08-19T20:47:18.979Z] libjq1 libonig4 [2020-08-19T20:47:18.979Z] Use 'sudo apt autoremove' to remove them. [2020-08-19T20:47:18.979Z] Suggested packages: [2020-08-19T20:47:18.979Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-19T20:47:18.979Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-19T20:47:18.979Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-19T20:47:18.979Z] | libterm-readline-perl-perl [2020-08-19T20:47:19.249Z] The following NEW packages will be installed: [2020-08-19T20:47:19.249Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-19T20:47:19.249Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-19T20:47:19.249Z] The following packages will be upgraded: [2020-08-19T20:47:19.249Z] libcurl4 [2020-08-19T20:47:19.249Z] 1 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-19T20:47:19.249Z] Need to get 10.9 MB of archives. [2020-08-19T20:47:19.249Z] After this operation, 73.6 MB of additional disk space will be used. [2020-08-19T20:47:19.519Z] 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-19T20:47:20.383Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 673 kB/2763 kB 24%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-08-19T20:47:20.383Z] 22% [2 libgdbm5 8192 B/23.1 kB 35%] 23% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-08-19T20:47:20.383Z] 23% [3 libgdbm-compat4 5536 B/5536 B 100%] 24% [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-19T20:47:20.654Z] 25% [4 libperl5.26 16.4 kB/3326 kB 0%] 50% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-08-19T20:47:20.654Z] 50% [5 perl 42.3 kB/201 kB 21%] 53% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-08-19T20:47:20.654Z] 53% [6 less 37.3 kB/99.7 kB 37%] 55% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-08-19T20:47:20.654Z] 55% [7 netbase 12.7 kB/12.7 kB 100%] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.10 [180 kB] [2020-08-19T20:47:20.654Z] 57% [8 libcurl4 55.4 kB/180 kB 31%] 59% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-08-19T20:47:20.654Z] 59% [9 curl 65.5 kB/152 kB 43%] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-08-19T20:47:20.654Z] 62% [10 libcurl3-gnutls 50.6 kB/179 kB 28%] 64% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-19T20:47:20.654Z] 64% [11 liberror-perl 22.8 kB/22.8 kB 100%] 66% [Waiting for headers] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-08-19T20:47:20.654Z] 66% [12 git-man 45.0 kB/804 kB 6%] 73% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-08-19T20:47:20.922Z] 73% [13 git 27.7 kB/2952 kB 1%] 96% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-08-19T20:47:20.922Z] 96% [14 make 25.0 kB/139 kB 18%] 98% [Working] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-08-19T20:47:20.922Z] 98% [15 patch 17.1 kB/91.8 kB 19%] 100% [Working] Fetched 10.9 MB in 1s (7317 kB/s) [2020-08-19T20:47:21.509Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-19T20:47:21.780Z] Selecting previously unselected package perl-modules-5.26. [2020-08-19T20:47:21.780Z] (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-19T20:47:21.781Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-19T20:47:21.781Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-19T20:47:23.208Z] Selecting previously unselected package libgdbm5:arm64. [2020-08-19T20:47:23.208Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-08-19T20:47:23.477Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-08-19T20:47:23.477Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-08-19T20:47:23.477Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-08-19T20:47:23.477Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-19T20:47:23.746Z] Selecting previously unselected package libperl5.26:arm64. [2020-08-19T20:47:23.746Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-19T20:47:23.746Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-19T20:47:24.718Z] Selecting previously unselected package perl. [2020-08-19T20:47:24.991Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-19T20:47:24.991Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-19T20:47:24.991Z] Selecting previously unselected package less. [2020-08-19T20:47:24.991Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-08-19T20:47:24.991Z] Unpacking less (487-0.1) ... [2020-08-19T20:47:25.263Z] Selecting previously unselected package netbase. [2020-08-19T20:47:25.263Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-19T20:47:25.263Z] Unpacking netbase (5.4) ... [2020-08-19T20:47:25.379Z] [2020-08-19T20:47:25.379Z] Login successful. You now have these capabilities: [2020-08-19T20:47:25.379Z]  [2020-08-19T20:47:25.379Z] snaps: No restriction [2020-08-19T20:47:25.379Z] channels: No restriction [2020-08-19T20:47:25.379Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-08-19T20:47:25.379Z] expires: 2021-07-14T18:21:36.256372 [2020-08-19T20:47:25.379Z]  [2020-08-19T20:47:25.379Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-19T20:47:25.379Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-19T20:47:25.379Z] Preparing to upload 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap'. [2020-08-19T20:47:25.379Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-08-19T20:47:25.379Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-08-19T20:47:25.379Z] Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [] 100% [2020-08-19T20:47:25.536Z] Preparing to unpack .../07-libcurl4_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-19T20:47:25.536Z] Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ... [2020-08-19T20:47:25.536Z] Selecting previously unselected package curl. [2020-08-19T20:47:25.536Z] Preparing to unpack .../08-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-19T20:47:25.536Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-08-19T20:47:25.805Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-08-19T20:47:25.805Z] Preparing to unpack .../09-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-19T20:47:25.805Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-19T20:47:26.082Z] Selecting previously unselected package liberror-perl. [2020-08-19T20:47:26.082Z] Preparing to unpack .../10-liberror-perl_0.17025-1_all.deb ... [2020-08-19T20:47:26.082Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-19T20:47:26.082Z] Selecting previously unselected package git-man. [2020-08-19T20:47:26.082Z] Preparing to unpack .../11-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-19T20:47:26.082Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-19T20:47:26.352Z] Selecting previously unselected package git. [2020-08-19T20:47:26.352Z] Preparing to unpack .../12-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-08-19T20:47:26.352Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-19T20:47:27.773Z] Selecting previously unselected package make. [2020-08-19T20:47:27.773Z] Preparing to unpack .../13-make_4.1-9.1ubuntu1_arm64.deb ... [2020-08-19T20:47:27.773Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-19T20:47:27.773Z] Selecting previously unselected package patch. [2020-08-19T20:47:27.773Z] Preparing to unpack .../14-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-08-19T20:47:27.773Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-19T20:47:28.046Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-19T20:47:28.046Z] Setting up less (487-0.1) ... [2020-08-19T20:47:28.316Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-19T20:47:28.316Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-19T20:47:28.590Z] Setting up libcurl4:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-19T20:47:28.590Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-19T20:47:28.590Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-08-19T20:47:28.590Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-19T20:47:28.590Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-19T20:47:28.590Z] Setting up netbase (5.4) ... [2020-08-19T20:47:28.864Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-08-19T20:47:28.864Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-19T20:47:28.864Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-19T20:47:29.139Z] Setting up liberror-perl (0.17025-1) ... [2020-08-19T20:47:29.139Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-19T20:47:29.139Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-19T20:47:29.414Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-19T20:47:36.090Z] curl set to automatically installed. [2020-08-19T20:47:36.090Z] git set to automatically installed. [2020-08-19T20:47:36.090Z] git-man set to automatically installed. [2020-08-19T20:47:36.090Z] less set to automatically installed. [2020-08-19T20:47:36.090Z] libcurl3-gnutls set to automatically installed. [2020-08-19T20:47:36.090Z] libcurl4 set to automatically installed. [2020-08-19T20:47:36.090Z] liberror-perl set to automatically installed. [2020-08-19T20:47:36.090Z] libgdbm-compat4 set to automatically installed. [2020-08-19T20:47:36.090Z] libgdbm5 set to automatically installed. [2020-08-19T20:47:36.090Z] libperl5.26 set to automatically installed. [2020-08-19T20:47:36.090Z] make set to automatically installed. [2020-08-19T20:47:36.090Z] netbase set to automatically installed. [2020-08-19T20:47:36.090Z] patch set to automatically installed. [2020-08-19T20:47:36.360Z] perl set to automatically installed. [2020-08-19T20:47:36.360Z] perl-modules-5.26 set to automatically installed. [2020-08-19T20:47:36.360Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-19T20:47:36.360Z] Please ensure the environment is properly setup before continuing. [2020-08-19T20:47:36.360Z] Ignore this message if the appropriate measures have already been taken [2020-08-19T20:47:37.329Z] Pulling go  [2020-08-19T20:47:39.220Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ 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-19T20:47:39.220Z] released [2020-08-19T20:47:39.481Z] Revision 1279 of 'edgex-device-modbus' created. [2020-08-19T20:47:40.054Z] Track Arch Channel Version Revision [2020-08-19T20:47:40.054Z] latest amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-08-19T20:47:40.054Z] candidate 1.2.1-20200612+fdf900d 1255 [2020-08-19T20:47:40.054Z] beta 1.2.1-20200612+fdf900d 1255 [2020-08-19T20:47:40.054Z] edge 1.2.2-20200819+3d6b06c 1279 [2020-08-19T20:47:40.054Z] edinburgh amd64 stable - - [2020-08-19T20:47:40.054Z] candidate - - [2020-08-19T20:47:40.054Z] beta 1.0.0-20190626+739f7ef 112 [2020-08-19T20:47:40.054Z] edge 1.0.0-20200103+c777f31 956 [2020-08-19T20:47:40.054Z] fuji amd64 stable 1.1.1-20200228+37c94ae 1087 [2020-08-19T20:47:40.054Z] candidate ↑ ↑ [2020-08-19T20:47:40.054Z] beta 1.1.1-20200228+37c94ae 1087 [2020-08-19T20:47:40.054Z] edge 1.1.1-20200422+37c94ae 1193 [2020-08-19T20:47:40.054Z] geneva amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-08-19T20:47:40.054Z] candidate ↑ ↑ [2020-08-19T20:47:40.054Z] beta ↑ ↑ [2020-08-19T20:47:40.054Z] edge ↑ ↑ [2020-08-19T20:47:41.004Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-19T20:47:41.004Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-19T20:47:41.004Z] Uploading metadata from 'edgex-device-modbus_1.2.2-20200819+3d6b06c_amd64.snap' [2020-08-19T20:47:41.626Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-19T20:47:41.626Z] Skipping pull go (already ran) [2020-08-19T20:47:41.626Z] Building go  [2020-08-19T20:47:41.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-19T20:47:41.626Z] Dload Upload Total Spent Left Speed [2020-08-19T20:47:45.249Z] The metadata has been uploaded [2020-08-19T20:47:45.252Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 93.0M 11 10.3M 0 0 12.5M 0 0:00:07 --:--:-- 0:00:07 12.4M 39 93.0M 39 36.4M 0 0 19.8M 0 0:00:04 0:00:01 0:00:03 19.8M 70 93.0M 70 65.4M 0 0 23.0M 0 0:00:04 0:00:02 0:00:02 23.0M 97 93.0M 97 90.4M 0 0 23.6M 0 0:00:03 0:00:03 --:--:-- 23.6M 100 93.0M 100 93.0M 0 0 23.7M 0 0:00:03 0:00:03 --:--:-- 23.7M [Pipeline] } [2020-08-19T20:47:46.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] } [2020-08-19T20:47:47.214Z] go1.13.5.linux-arm64.tar.gz: OK [2020-08-19T20:48:09.390Z] Staging go  [2020-08-19T20:48:13.676Z] Pulling device-modbus  [2020-08-19T20:48:17.979Z] Skipping build go (already ran) [2020-08-19T20:48:17.979Z] Building device-modbus  [2020-08-19T20:48:17.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2" -o cmd/device-modbus ./cmd [2020-08-19T20:48:19.947Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:48:19.947Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:48:19.947Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-19T20:48:19.947Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-19T20:48:19.947Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-19T20:48:19.947Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:48:19.947Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:48:19.947Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-19T20:48:19.947Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-19T20:48:19.947Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:48:19.947Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:48:19.947Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-19T20:48:19.947Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-19T20:48:19.947Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:48:19.947Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-19T20:48:19.947Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:48:19.947Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:48:19.947Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:48:20.230Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-19T20:48:20.230Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:48:20.230Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:48:20.230Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:48:20.230Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:48:20.230Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-19T20:48:20.230Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:48:20.230Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:48:20.230Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:48:20.230Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:48:20.230Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:48:20.230Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:48:20.230Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:48:20.230Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-19T20:48:20.230Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-19T20:48:20.230Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-19T20:48:20.230Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:48:20.230Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:48:20.230Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:48:20.230Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:48:20.230Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:48:20.230Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:48:20.230Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:48:20.230Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-19T20:48:20.230Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:48:20.230Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:48:20.230Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:48:20.230Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:48:20.230Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:48:20.504Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:48:20.504Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-19T20:48:20.504Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:48:20.504Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:48:20.504Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:48:20.504Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:48:20.504Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:48:20.504Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-19T20:48:20.504Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:48:20.778Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:48:20.778Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:48:20.778Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:48:20.778Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:48:20.778Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-19T20:48:20.778Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-19T20:48:21.050Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-19T20:48:21.050Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T20:48:21.050Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-19T20:48:21.050Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T20:48:21.050Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:48:21.050Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-19T20:48:21.050Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T20:48:21.050Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T20:48:21.050Z] go: finding github.com/google/uuid v1.1.1 [2020-08-19T20:48:21.050Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-19T20:48:21.050Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T20:48:21.050Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:48:21.050Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:48:21.050Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T20:48:21.322Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:48:21.322Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:48:21.322Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T20:48:21.322Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:48:21.322Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:48:21.322Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:48:21.322Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:48:21.322Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:48:21.322Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T20:48:21.322Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:48:21.322Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:48:21.322Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:48:21.322Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:48:21.322Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:48:21.322Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:48:21.322Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:48:21.595Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-19T20:48:48.922Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-19T20:49:11.079Z] Skipping stage go (already ran) [2020-08-19T20:49:11.079Z] Staging device-modbus  [2020-08-19T20:49:16.470Z] Priming go  [2020-08-19T20:49:20.775Z] Priming device-modbus  [2020-08-19T20:49:25.064Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-19T20:49:25.064Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-19T20:49:25.064Z] Determining the version from the project repo (version-script). [2020-08-19T20:49:25.064Z] The version has been set to '1.2.2-20200819+3d6b06c' [2020-08-19T20:49:27.844Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-08-19T20:49:27.844Z] Snapped edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap [2020-08-19T20:49:36.109Z] [2020-08-19T20:49:36.109Z] Login successful. You now have these capabilities: [2020-08-19T20:49:36.109Z]  [2020-08-19T20:49:36.109Z] snaps: No restriction [2020-08-19T20:49:36.109Z] channels: No restriction [2020-08-19T20:49:36.109Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-08-19T20:49:36.109Z] expires: 2021-07-14T18:21:36.256372 [2020-08-19T20:49:36.109Z]  [2020-08-19T20:49:39.491Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-19T20:49:39.491Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-19T20:49:39.491Z] Preparing to upload 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap'. [2020-08-19T20:49:39.491Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-08-19T20:49:39.491Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-08-19T20:49:42.131Z] Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [] 100% [2020-08-19T20:49:57.156Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ 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-19T20:49:57.156Z] released [2020-08-19T20:49:57.493Z] Revision 1280 of 'edgex-device-modbus' created. [2020-08-19T20:49:58.516Z] Track Arch Channel Version Revision [2020-08-19T20:49:58.516Z] latest arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-08-19T20:49:58.516Z] candidate 1.2.1-20200612+fdf900d 1256 [2020-08-19T20:49:58.516Z] beta 1.2.1-20200612+fdf900d 1256 [2020-08-19T20:49:58.516Z] edge 1.2.2-20200819+3d6b06c 1280 [2020-08-19T20:49:58.516Z] edinburgh arm64 stable - - [2020-08-19T20:49:58.516Z] candidate - - [2020-08-19T20:49:58.516Z] beta 1.0.0-20190627+739f7ef 113 [2020-08-19T20:49:58.516Z] edge 1.0.0-20200107+c777f31 958 [2020-08-19T20:49:58.516Z] fuji arm64 stable 1.1.1-20200311+37c94ae 1112 [2020-08-19T20:49:58.516Z] candidate ↑ ↑ [2020-08-19T20:49:58.516Z] beta 1.1.1-20200311+37c94ae 1112 [2020-08-19T20:49:58.516Z] edge 1.1.1-20200422+37c94ae 1194 [2020-08-19T20:49:58.516Z] geneva arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-08-19T20:49:58.516Z] candidate ↑ ↑ [2020-08-19T20:49:58.516Z] beta ↑ ↑ [2020-08-19T20:49:58.516Z] edge ↑ ↑ [2020-08-19T20:50:02.006Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-08-19T20:50:02.006Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-08-19T20:50:02.006Z] Uploading metadata from 'edgex-device-modbus_1.2.2-20200819+3d6b06c_arm64.snap' [2020-08-19T20:50:07.590Z] The metadata has been uploaded [Pipeline] } [2020-08-19T20:50:09.055Z] 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-19T20:50:10.415Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-19T20:50:10.416Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-19T20:50:10.479Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:10.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:50:10.829Z] [2020-08-19T20:50:10.829Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:11.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:50:11.177Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-19T20:50:11.177Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-19T20:50:11.177Z] 408f87550127: Pulling fs layer [2020-08-19T20:50:11.177Z] fe522b08c979: Pulling fs layer [2020-08-19T20:50:11.177Z] 221eaa008020: Pulling fs layer [2020-08-19T20:50:11.177Z] 2a4607e5d6b9: Pulling fs layer [2020-08-19T20:50:11.177Z] 8f79b27c4fd2: Pulling fs layer [2020-08-19T20:50:11.177Z] e5c8dbe1645b: Pulling fs layer [2020-08-19T20:50:11.177Z] 23e8b3b47431: Pulling fs layer [2020-08-19T20:50:11.177Z] 5c568d65a230: Pulling fs layer [2020-08-19T20:50:11.177Z] 8f79b27c4fd2: Waiting [2020-08-19T20:50:11.177Z] e5c8dbe1645b: Waiting [2020-08-19T20:50:11.177Z] 23e8b3b47431: Waiting [2020-08-19T20:50:11.177Z] 5c568d65a230: Waiting [2020-08-19T20:50:11.177Z] 221eaa008020: Waiting [2020-08-19T20:50:11.177Z] 2a4607e5d6b9: Waiting [2020-08-19T20:50:11.177Z] fe522b08c979: Verifying Checksum [2020-08-19T20:50:11.177Z] fe522b08c979: Download complete [2020-08-19T20:50:11.177Z] 408f87550127: Download complete [2020-08-19T20:50:11.177Z] 2a4607e5d6b9: Download complete [2020-08-19T20:50:11.177Z] 8f79b27c4fd2: Verifying Checksum [2020-08-19T20:50:11.177Z] 8f79b27c4fd2: Download complete [2020-08-19T20:50:11.177Z] cbdbe7a5bc2a: Download complete [2020-08-19T20:50:11.471Z] e5c8dbe1645b: Verifying Checksum [2020-08-19T20:50:11.471Z] e5c8dbe1645b: Download complete [2020-08-19T20:50:11.769Z] cbdbe7a5bc2a: Pull complete [2020-08-19T20:50:12.047Z] 23e8b3b47431: Verifying Checksum [2020-08-19T20:50:12.047Z] 23e8b3b47431: Download complete [2020-08-19T20:50:12.315Z] 408f87550127: Pull complete [2020-08-19T20:50:12.315Z] 5c568d65a230: Verifying Checksum [2020-08-19T20:50:12.315Z] 5c568d65a230: Download complete [2020-08-19T20:50:12.315Z] fe522b08c979: Pull complete [2020-08-19T20:50:12.892Z] 221eaa008020: Verifying Checksum [2020-08-19T20:50:12.892Z] 221eaa008020: Download complete [2020-08-19T20:50:18.234Z] 221eaa008020: Pull complete [2020-08-19T20:50:18.496Z] 2a4607e5d6b9: Pull complete [2020-08-19T20:50:18.496Z] 8f79b27c4fd2: Pull complete [2020-08-19T20:50:21.082Z] e5c8dbe1645b: Pull complete [2020-08-19T20:50:23.636Z] 23e8b3b47431: Pull complete [2020-08-19T20:50:25.032Z] 5c568d65a230: Pull complete [2020-08-19T20:50:25.032Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-19T20:50:25.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:50:25.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-19T20:50:25.199Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:50:25.235Z] $ 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-19T20:50:26.081Z] $ docker top ab6e0c6a2af94d2690ae4dbfcce35ace3826d6d1277eaec029ba957c1c977735 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-19T20:50:26.628Z] + snyk monitor '--org=edgex-jenkins' [2020-08-19T20:50:31.934Z] [2020-08-19T20:50:31.934Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-08-19T20:50:31.934Z] [2020-08-19T20:50:31.934Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/7faf65c7-6c59-46ce-941c-fb72ac39e715 [2020-08-19T20:50:31.934Z] [2020-08-19T20:50:31.934Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-19T20:50:31.934Z] [2020-08-19T20:50:32.198Z] [2020-08-19T20:50:32.198Z] Snyk CLI supports Node.js 8 and higher. [2020-08-19T20:50:32.198Z] 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-19T20:50:32.198Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-19T20:50:32.198Z] [2020-08-19T20:50:32.198Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-19T20:50:32.198Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-19T20:50:32.207Z] $ docker stop --time=1 ab6e0c6a2af94d2690ae4dbfcce35ace3826d6d1277eaec029ba957c1c977735 [2020-08-19T20:50:34.830Z] $ docker rm -f ab6e0c6a2af94d2690ae4dbfcce35ace3826d6d1277eaec029ba957c1c977735 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:35.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:50:35.915Z] [2020-08-19T20:50:35.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:36.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:50:36.261Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-19T20:50:36.261Z] e7c96db7181b: Pulling fs layer [2020-08-19T20:50:36.261Z] 1868ca2cb446: Pulling fs layer [2020-08-19T20:50:36.261Z] 136be5d0fe8e: Pulling fs layer [2020-08-19T20:50:36.261Z] 894bfe63afcb: Pulling fs layer [2020-08-19T20:50:36.261Z] 894bfe63afcb: Waiting [2020-08-19T20:50:36.261Z] 1868ca2cb446: Verifying Checksum [2020-08-19T20:50:36.261Z] 1868ca2cb446: Download complete [2020-08-19T20:50:36.261Z] 136be5d0fe8e: Download complete [2020-08-19T20:50:36.261Z] e7c96db7181b: Verifying Checksum [2020-08-19T20:50:36.261Z] e7c96db7181b: Download complete [2020-08-19T20:50:36.261Z] 894bfe63afcb: Verifying Checksum [2020-08-19T20:50:36.261Z] 894bfe63afcb: Download complete [2020-08-19T20:50:36.524Z] e7c96db7181b: Pull complete [2020-08-19T20:50:36.786Z] 1868ca2cb446: Pull complete [2020-08-19T20:50:37.048Z] 136be5d0fe8e: Pull complete [2020-08-19T20:50:37.310Z] 894bfe63afcb: Pull complete [2020-08-19T20:50:37.310Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-19T20:50:37.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:50:37.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-19T20:50:37.414Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:50:37.455Z] $ 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-19T20:50:38.616Z] $ docker top c1b0dda5696ccd2ca09ef2ad6a609b4d1aa4621451cfdc2dca0609bd3029c1dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:50:39.122Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:50:39.122Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:50:41.825Z] $ docker stop --time=1 c1b0dda5696ccd2ca09ef2ad6a609b4d1aa4621451cfdc2dca0609bd3029c1dd [2020-08-19T20:50:43.196Z] $ docker rm -f c1b0dda5696ccd2ca09ef2ad6a609b4d1aa4621451cfdc2dca0609bd3029c1dd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:43.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:50:43.685Z] . [Pipeline] withDockerContainer [2020-08-19T20:50:43.774Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:50:43.811Z] $ 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-19T20:50:44.459Z] $ docker top 21221f5f60a0f320932e3bda47bf34e8f8ca838a1bc952dbb2592cc210b87953 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:50:45.018Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:50:45.018Z] + tee [2020-08-19T20:50:45.018Z] clair timeout 1m0s [2020-08-19T20:50:45.018Z] docker timeout: 1m0s [2020-08-19T20:50:45.018Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:50:45.705Z] $ docker stop --time=1 21221f5f60a0f320932e3bda47bf34e8f8ca838a1bc952dbb2592cc210b87953 [2020-08-19T20:50:47.063Z] $ docker rm -f 21221f5f60a0f320932e3bda47bf34e8f8ca838a1bc952dbb2592cc210b87953 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:50:47.600Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-08-19T20:50:47.612Z] 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-19T20:50:47.662Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:47.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:50:47.993Z] . [Pipeline] withDockerContainer [2020-08-19T20:50:48.083Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:50:48.118Z] $ 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-19T20:50:48.763Z] $ docker top 25dc0863db4603800fa3e8928f4213892ac6eef728e219370ef7edb9402a1f41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:50:49.278Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:50:49.278Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:50:51.956Z] $ docker stop --time=1 25dc0863db4603800fa3e8928f4213892ac6eef728e219370ef7edb9402a1f41 [2020-08-19T20:50:53.288Z] $ docker rm -f 25dc0863db4603800fa3e8928f4213892ac6eef728e219370ef7edb9402a1f41 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:50:53.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:50:53.774Z] . [Pipeline] withDockerContainer [2020-08-19T20:50:53.866Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:50:53.900Z] $ 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-19T20:50:54.700Z] $ docker top 7046e1215823a8fee329761c3ed04400fc2e8a5887b2937cebf965fc602f1eec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:50:55.282Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3d6b06ce9c8aabcbe3b96acc6656864e00d04358 [2020-08-19T20:50:55.282Z] + tee [2020-08-19T20:50:55.282Z] clair timeout 1m0s [2020-08-19T20:50:55.282Z] docker timeout: 1m0s [2020-08-19T20:50:55.282Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:50:59.066Z] $ docker stop --time=1 7046e1215823a8fee329761c3ed04400fc2e8a5887b2937cebf965fc602f1eec [2020-08-19T20:51:00.704Z] $ docker rm -f 7046e1215823a8fee329761c3ed04400fc2e8a5887b2937cebf965fc602f1eec [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:51:01.191Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-08-19T20:51:01.220Z] 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-19T20:51:01.272Z] 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-19T20:51:02.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:51:02.224Z] . [Pipeline] withDockerContainer [2020-08-19T20:51:02.313Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:51:02.347Z] $ 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-19T20:51:03.102Z] $ docker top 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:51:03.462Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:51:03.462Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:51:03.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:51:03.727Z] $ docker exec 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a ssh-agent [2020-08-19T20:51:03.896Z] SSH_AUTH_SOCK=/tmp/ssh-KOQ2oeLP4HWL/agent.13 [2020-08-19T20:51:03.896Z] SSH_AGENT_PID=18 [2020-08-19T20:51:03.902Z] Running ssh-add (command line suppressed) [2020-08-19T20:51:04.036Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6564465430148477673.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6564465430148477673.key) [2020-08-19T20:51:04.087Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:51:04.423Z] + git semver tag [2020-08-19T20:51:04.423Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:51:04.423Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-19T20:51:04.423Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-19T20:51:04.423Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:51:04.423Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:51:04.423Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:51:04.423Z] # $SEMVER_BRANCH = master [2020-08-19T20:51:04.423Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-08-19T20:51:04.423Z] # 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 HEAD [2020-08-19T20:51:04.423Z] # -> Force: false [2020-08-19T20:51:04.423Z] # efb1f2d80fc098c4b8478bcbba3fd6df85ab968e refs/tags/v1.2.2 [Pipeline] } [2020-08-19T20:51:04.430Z] $ docker exec --env ******** --env ******** 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a ssh-agent -k [2020-08-19T20:51:04.566Z] unset SSH_AUTH_SOCK; [2020-08-19T20:51:04.567Z] unset SSH_AGENT_PID; [2020-08-19T20:51:04.567Z] echo Agent pid 18 killed; [2020-08-19T20:51:04.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:51:05.119Z] + git semver [Pipeline] } [2020-08-19T20:51:05.131Z] $ docker stop --time=1 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a [2020-08-19T20:51:06.463Z] $ docker rm -f 9042c5b00c20aa5d5129b768ec99431ca78a96dae3d7721981cda89c0244098a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:51:07.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:51:07.083Z] [2020-08-19T20:51:07.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:51:07.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:51:07.449Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-19T20:51:07.449Z] ab5ef0e58194: Pulling fs layer [2020-08-19T20:51:07.449Z] 9712f1f96733: Pulling fs layer [2020-08-19T20:51:07.449Z] 63f879dbbcfc: Pulling fs layer [2020-08-19T20:51:07.449Z] 0d9ebad4ef96: Pulling fs layer [2020-08-19T20:51:07.449Z] e9a5061849ea: Pulling fs layer [2020-08-19T20:51:07.449Z] d747dcd14b5f: Pulling fs layer [2020-08-19T20:51:07.449Z] 2de7ff778b66: Pulling fs layer [2020-08-19T20:51:07.449Z] e9a5061849ea: Waiting [2020-08-19T20:51:07.449Z] d747dcd14b5f: Waiting [2020-08-19T20:51:07.449Z] 0d9ebad4ef96: Waiting [2020-08-19T20:51:07.449Z] 2de7ff778b66: Waiting [2020-08-19T20:51:07.449Z] 9712f1f96733: Verifying Checksum [2020-08-19T20:51:07.449Z] 9712f1f96733: Download complete [2020-08-19T20:51:08.031Z] 63f879dbbcfc: Verifying Checksum [2020-08-19T20:51:08.031Z] 63f879dbbcfc: Download complete [2020-08-19T20:51:08.297Z] e9a5061849ea: Verifying Checksum [2020-08-19T20:51:08.297Z] e9a5061849ea: Download complete [2020-08-19T20:51:08.297Z] d747dcd14b5f: Verifying Checksum [2020-08-19T20:51:08.297Z] d747dcd14b5f: Download complete [2020-08-19T20:51:08.297Z] 0d9ebad4ef96: Verifying Checksum [2020-08-19T20:51:08.297Z] 0d9ebad4ef96: Download complete [2020-08-19T20:51:08.560Z] 2de7ff778b66: Verifying Checksum [2020-08-19T20:51:08.560Z] 2de7ff778b66: Download complete [2020-08-19T20:51:08.560Z] ab5ef0e58194: Download complete [2020-08-19T20:51:12.784Z] ab5ef0e58194: Pull complete [2020-08-19T20:51:13.046Z] 9712f1f96733: Pull complete [2020-08-19T20:51:15.601Z] 63f879dbbcfc: Pull complete [2020-08-19T20:51:22.223Z] 0d9ebad4ef96: Pull complete [2020-08-19T20:51:22.223Z] e9a5061849ea: Pull complete [2020-08-19T20:51:22.223Z] d747dcd14b5f: Pull complete [2020-08-19T20:51:25.530Z] 2de7ff778b66: Pull complete [2020-08-19T20:51:25.530Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-19T20:51:25.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:51:25.530Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-19T20:51:25.705Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:51:25.744Z] $ 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-19T20:51:29.590Z] $ docker top 1abfad52cdbab495baa173b131bcb92b1e821990bc08467670aa75b45cf03cdc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:51:29.860Z] provisioning config files... [2020-08-19T20:51:29.877Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3010837475683149560tmp [2020-08-19T20:51:29.895Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3145801112988594819tmp [2020-08-19T20:51:29.910Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2478188699278943315tmp [Pipeline] { [Pipeline] echo [2020-08-19T20:51:29.962Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:51:30.255Z] ---> sigul-configuration.sh [2020-08-19T20:51:30.255Z] gpg: directory `/root/.gnupg' created [2020-08-19T20:51:30.255Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-19T20:51:30.255Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-19T20:51:30.255Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-19T20:51:30.255Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-19T20:51:30.255Z] gpg: CAST5 encrypted data [2020-08-19T20:51:30.517Z] gpg: encrypted with 1 passphrase [2020-08-19T20:51:30.517Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-19T20:51:30.812Z] + mkdir /home/jenkins [2020-08-19T20:51:30.812Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-19T20:51:31.105Z] + 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-19T20:51:31.115Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:51:31.405Z] ---> sigul-install.sh [2020-08-19T20:51:36.703Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-19T20:51:36.995Z] + git tag --list [2020-08-19T20:51:36.995Z] v1.2.2 [Pipeline] sh [2020-08-19T20:51:37.290Z] + lftools sign git-tag v1.2.2 [2020-08-19T20:51:38.676Z] Signing Git tag with Sigul... [2020-08-19T20:51:38.676Z] Signing v1.2.2 [Pipeline] echo [2020-08-19T20:51:39.628Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:51:39.922Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-19T20:51:39.930Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-19T20:51:40.033Z] $ docker stop --time=1 1abfad52cdbab495baa173b131bcb92b1e821990bc08467670aa75b45cf03cdc [2020-08-19T20:51:42.030Z] $ docker rm -f 1abfad52cdbab495baa173b131bcb92b1e821990bc08467670aa75b45cf03cdc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:51:42.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:51:42.769Z] . [Pipeline] withDockerContainer [2020-08-19T20:51:42.869Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:51:42.905Z] $ 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-19T20:51:43.629Z] $ docker top 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:51:43.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:51:43.952Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:51:44.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:51:44.144Z] $ docker exec 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 ssh-agent [2020-08-19T20:51:44.320Z] SSH_AUTH_SOCK=/tmp/ssh-ux8koE2rWAxq/agent.12 [2020-08-19T20:51:44.320Z] SSH_AGENT_PID=18 [2020-08-19T20:51:44.347Z] Running ssh-add (command line suppressed) [2020-08-19T20:51:44.497Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3197795833553037349.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3197795833553037349.key) [2020-08-19T20:51:44.557Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:51:44.956Z] + git semver bump pre [2020-08-19T20:51:44.957Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:51:44.957Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-19T20:51:44.957Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-19T20:51:44.957Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:51:44.957Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:51:44.957Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:51:44.957Z] # $SEMVER_BRANCH = master [2020-08-19T20:51:44.957Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-08-19T20:51:44.957Z] 1.2.3-dev.1 [Pipeline] } [2020-08-19T20:51:44.963Z] $ docker exec --env ******** --env ******** 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 ssh-agent -k [2020-08-19T20:51:45.102Z] unset SSH_AUTH_SOCK; [2020-08-19T20:51:45.103Z] unset SSH_AGENT_PID; [2020-08-19T20:51:45.103Z] echo Agent pid 18 killed; [2020-08-19T20:51:45.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:51:45.636Z] + git semver [Pipeline] } [2020-08-19T20:51:45.649Z] $ docker stop --time=1 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 [2020-08-19T20:51:47.018Z] $ docker rm -f 972836b55e9f0a5db2e4ef6c0a9099cda61ff9db01d8c051a6262f618512e477 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:51:47.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:51:47.537Z] . [Pipeline] withDockerContainer [2020-08-19T20:51:47.628Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:51:47.663Z] $ 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-19T20:51:48.289Z] $ docker top c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:51:48.565Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:51:48.565Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:51:48.739Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:51:48.737Z] $ docker exec c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b ssh-agent [2020-08-19T20:51:48.905Z] SSH_AUTH_SOCK=/tmp/ssh-Zf76HnHzLVbR/agent.12 [2020-08-19T20:51:48.905Z] SSH_AGENT_PID=18 [2020-08-19T20:51:48.912Z] Running ssh-add (command line suppressed) [2020-08-19T20:51:49.024Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7278436766772981923.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7278436766772981923.key) [2020-08-19T20:51:49.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:51:49.410Z] + git semver push [2020-08-19T20:51:49.411Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:51:49.411Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-19T20:51:49.411Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-19T20:51:49.411Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:51:49.411Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:51:49.411Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:51:49.411Z] # $SEMVER_BRANCH = master [2020-08-19T20:51:49.411Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-08-19T20:51:56.005Z] $ docker exec --env ******** --env ******** c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b ssh-agent -k [2020-08-19T20:51:56.122Z] unset SSH_AUTH_SOCK; [2020-08-19T20:51:56.123Z] unset SSH_AGENT_PID; [2020-08-19T20:51:56.123Z] echo Agent pid 18 killed; [2020-08-19T20:51:56.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:51:56.727Z] + git semver [Pipeline] } [2020-08-19T20:51:56.737Z] $ docker stop --time=1 c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b [2020-08-19T20:51:58.096Z] $ docker rm -f c8886f8d64b17b602bcc66cd9686dde7b537580b3f54ed706f59ad558e003f4b [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-19T20:51:59.232Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:51:59.792Z] ---> package-listing.sh [2020-08-19T20:51:59.792Z] ++ facter osfamily [2020-08-19T20:51:59.792Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-19T20:51:59.792Z] + OS_FAMILY=redhat [2020-08-19T20:51:59.792Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-08-19T20:51:59.792Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-19T20:51:59.792Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-19T20:51:59.792Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-19T20:51:59.792Z] + PACKAGES=/tmp/packages_start.txt [2020-08-19T20:51:59.792Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-08-19T20:51:59.792Z] + PACKAGES=/tmp/packages_end.txt [2020-08-19T20:51:59.792Z] + case "${OS_FAMILY}" in [2020-08-19T20:51:59.792Z] + rpm -qa [2020-08-19T20:51:59.792Z] + sort [2020-08-19T20:52:04.010Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-19T20:52:04.011Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-19T20:52:04.011Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-19T20:52:04.011Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-08-19T20:52:04.011Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-08-19T20:52:04.011Z] + 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-19T20:52:04.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:52:04.530Z] [2020-08-19T20:52:04.530Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:52:04.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:52:04.889Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-19T20:52:04.889Z] c9b1b535fdd9: Pulling fs layer [2020-08-19T20:52:04.889Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-19T20:52:04.889Z] 756a868c4378: Pulling fs layer [2020-08-19T20:52:04.889Z] 444b2fc9a129: Pulling fs layer [2020-08-19T20:52:04.889Z] ea15f1150254: Pulling fs layer [2020-08-19T20:52:04.889Z] 41b27a9f41bf: Pulling fs layer [2020-08-19T20:52:04.889Z] 28c525ee5125: Pulling fs layer [2020-08-19T20:52:04.889Z] 094b1ea09ed8: Pulling fs layer [2020-08-19T20:52:04.889Z] 138eaada9080: Pulling fs layer [2020-08-19T20:52:04.889Z] 0622d0fa9048: Pulling fs layer [2020-08-19T20:52:04.889Z] 444b2fc9a129: Waiting [2020-08-19T20:52:04.889Z] 41b27a9f41bf: Waiting [2020-08-19T20:52:04.889Z] 28c525ee5125: Waiting [2020-08-19T20:52:04.889Z] 094b1ea09ed8: Waiting [2020-08-19T20:52:04.889Z] 138eaada9080: Waiting [2020-08-19T20:52:04.889Z] 0622d0fa9048: Waiting [2020-08-19T20:52:04.889Z] ea15f1150254: Waiting [2020-08-19T20:52:04.889Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-19T20:52:04.889Z] 2cc5ad85d9ab: Download complete [2020-08-19T20:52:04.889Z] 444b2fc9a129: Verifying Checksum [2020-08-19T20:52:04.889Z] 444b2fc9a129: Download complete [2020-08-19T20:52:04.889Z] c9b1b535fdd9: Verifying Checksum [2020-08-19T20:52:04.889Z] c9b1b535fdd9: Download complete [2020-08-19T20:52:04.889Z] ea15f1150254: Download complete [2020-08-19T20:52:05.161Z] 28c525ee5125: Verifying Checksum [2020-08-19T20:52:05.161Z] 28c525ee5125: Download complete [2020-08-19T20:52:05.424Z] 756a868c4378: Verifying Checksum [2020-08-19T20:52:05.424Z] 756a868c4378: Download complete [2020-08-19T20:52:05.424Z] 138eaada9080: Verifying Checksum [2020-08-19T20:52:05.424Z] 138eaada9080: Download complete [2020-08-19T20:52:05.424Z] 0622d0fa9048: Verifying Checksum [2020-08-19T20:52:05.424Z] 0622d0fa9048: Download complete [2020-08-19T20:52:05.424Z] 094b1ea09ed8: Verifying Checksum [2020-08-19T20:52:05.424Z] 094b1ea09ed8: Download complete [2020-08-19T20:52:05.998Z] 41b27a9f41bf: Verifying Checksum [2020-08-19T20:52:05.998Z] 41b27a9f41bf: Download complete [2020-08-19T20:52:06.259Z] c9b1b535fdd9: Pull complete [2020-08-19T20:52:06.521Z] 2cc5ad85d9ab: Pull complete [2020-08-19T20:52:08.440Z] 756a868c4378: Pull complete [2020-08-19T20:52:08.706Z] 444b2fc9a129: Pull complete [2020-08-19T20:52:08.970Z] ea15f1150254: Pull complete [2020-08-19T20:52:13.183Z] 41b27a9f41bf: Pull complete [2020-08-19T20:52:13.183Z] 28c525ee5125: Pull complete [2020-08-19T20:52:15.114Z] 094b1ea09ed8: Pull complete [2020-08-19T20:52:15.375Z] 138eaada9080: Pull complete [2020-08-19T20:52:15.635Z] 0622d0fa9048: Pull complete [2020-08-19T20:52:15.635Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-19T20:52:15.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:52:15.635Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-19T20:52:15.749Z] prd-centos7-docker-4c-2g-510 does not seem to be running inside a container [2020-08-19T20:52:15.787Z] $ 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-19T20:52:19.004Z] $ docker top a60fdb94f31cbf5aa0fa2dead50873b698f398d5f2a74e0bd06a57a4067a7ca4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:52:19.326Z] provisioning config files... [2020-08-19T20:52:19.339Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3937449142447390314tmp [Pipeline] { [Pipeline] echo [2020-08-19T20:52:19.431Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:52:19.728Z] ---> create-netrc.sh [Pipeline] echo [2020-08-19T20:52:19.738Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:52:20.030Z] ---> logs-deploy.sh [2020-08-19T20:52:20.030Z] + ARCHIVE_ARTIFACTS= [2020-08-19T20:52:20.030Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-19T20:52:20.030Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-19T20:52:20.030Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-19T20:52:20.030Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/18 [2020-08-19T20:52:20.030Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/18/ [2020-08-19T20:52:20.030Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/18 /w/workspace/xfoundry_device-modbus-go_master [2020-08-19T20:52:21.416Z] Archives upload complete. [2020-08-19T20:52:21.416Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/18 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/18/ [2020-08-19T20:52:21.990Z] ---> uname -a: [2020-08-19T20:52:21.990Z] Linux a60fdb94f31c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] ---> lscpu: [2020-08-19T20:52:21.990Z] Architecture: x86_64 [2020-08-19T20:52:21.990Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-19T20:52:21.990Z] Byte Order: Little Endian [2020-08-19T20:52:21.990Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-19T20:52:21.990Z] CPU(s): 4 [2020-08-19T20:52:21.990Z] On-line CPU(s) list: 0-3 [2020-08-19T20:52:21.990Z] Thread(s) per core: 1 [2020-08-19T20:52:21.990Z] Core(s) per socket: 1 [2020-08-19T20:52:21.990Z] Socket(s): 4 [2020-08-19T20:52:21.990Z] NUMA node(s): 1 [2020-08-19T20:52:21.990Z] Vendor ID: GenuineIntel [2020-08-19T20:52:21.990Z] CPU family: 6 [2020-08-19T20:52:21.990Z] Model: 44 [2020-08-19T20:52:21.990Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-19T20:52:21.990Z] Stepping: 1 [2020-08-19T20:52:21.990Z] CPU MHz: 2933.442 [2020-08-19T20:52:21.990Z] BogoMIPS: 5866.88 [2020-08-19T20:52:21.990Z] Virtualization: VT-x [2020-08-19T20:52:21.990Z] Hypervisor vendor: KVM [2020-08-19T20:52:21.990Z] Virtualization type: full [2020-08-19T20:52:21.990Z] L1d cache: 128 KiB [2020-08-19T20:52:21.990Z] L1i cache: 128 KiB [2020-08-19T20:52:21.990Z] L2 cache: 16 MiB [2020-08-19T20:52:21.990Z] L3 cache: 64 MiB [2020-08-19T20:52:21.990Z] NUMA node0 CPU(s): 0-3 [2020-08-19T20:52:21.990Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-19T20:52:21.990Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-19T20:52:21.990Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-19T20:52:21.990Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-19T20:52:21.990Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-19T20:52:21.990Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-19T20:52:21.990Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-19T20:52:21.990Z] Vulnerability Tsx async abort: Not affected [2020-08-19T20:52:21.990Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] ---> nproc: [2020-08-19T20:52:21.990Z] 4 [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] ---> df -h: [2020-08-19T20:52:21.990Z] Filesystem Size Used Available Use% Mounted on [2020-08-19T20:52:21.990Z] overlay 50.0G 8.5G 41.5G 17% / [2020-08-19T20:52:21.990Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-19T20:52:21.990Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-19T20:52:21.990Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-19T20:52:21.990Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-08-19T20:52:21.990Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-08-19T20:52:21.990Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-08-19T20:52:21.990Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-08-19T20:52:21.990Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master [2020-08-19T20:52:21.990Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] ---> free -m: [2020-08-19T20:52:21.990Z] total used free shared buff/cache available [2020-08-19T20:52:21.990Z] Mem: 1837 787 125 0 925 982 [2020-08-19T20:52:21.990Z] Swap: 1023 4 1019 [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] ---> ip addr: [2020-08-19T20:52:21.990Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-19T20:52:21.990Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-19T20:52:21.990Z] inet 127.0.0.1/8 scope host lo [2020-08-19T20:52:21.990Z] valid_lft forever preferred_lft forever [2020-08-19T20:52:21.990Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-08-19T20:52:21.990Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-19T20:52:21.990Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-19T20:52:21.990Z] valid_lft forever preferred_lft forever [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] ---> sar -b -r -n DEV: [2020-08-19T20:52:21.990Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/19/20 _x86_64_ (4 CPU) [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] 20:39:56 LINUX RESTART [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] 20:41:02 tps rtps wtps bread/s bwrtn/s [2020-08-19T20:52:21.990Z] 20:42:01 6.25 2.12 4.13 101.88 120.41 [2020-08-19T20:52:21.990Z] 20:43:01 0.27 0.00 0.27 0.00 3.65 [2020-08-19T20:52:21.990Z] 20:44:01 0.30 0.00 0.30 0.00 4.73 [2020-08-19T20:52:21.990Z] 20:45:01 0.23 0.00 0.23 0.00 2.83 [2020-08-19T20:52:21.990Z] 20:46:01 0.23 0.00 0.23 0.00 3.75 [2020-08-19T20:52:21.990Z] 20:47:01 0.35 0.02 0.33 0.13 3.63 [2020-08-19T20:52:21.990Z] 20:48:01 0.25 0.00 0.25 0.00 2.70 [2020-08-19T20:52:21.990Z] 20:49:01 0.23 0.00 0.23 0.00 3.35 [2020-08-19T20:52:21.990Z] 20:50:01 0.23 0.00 0.23 0.00 2.73 [2020-08-19T20:52:21.990Z] 20:51:01 254.76 150.02 104.74 6656.72 32106.39 [2020-08-19T20:52:21.990Z] 20:52:01 240.66 113.26 127.39 6808.32 32680.01 [2020-08-19T20:52:21.990Z] Average: 45.88 24.18 21.71 1235.78 5915.23 [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] 20:41:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-19T20:52:21.990Z] 20:42:01 167064 1714492 91.12 2620 1147252 1112852 37.98 416764 1138580 20 [2020-08-19T20:52:21.990Z] 20:43:01 166548 1715008 91.15 2620 1147256 1108656 37.84 418296 1137824 24 [2020-08-19T20:52:21.990Z] 20:44:01 166200 1715356 91.17 2620 1147264 1107740 37.81 418752 1137824 8 [2020-08-19T20:52:21.990Z] 20:45:01 165068 1716488 91.23 2620 1147264 1107692 37.80 420516 1137292 20 [2020-08-19T20:52:21.990Z] 20:46:01 165552 1716004 91.20 2620 1147272 1100560 37.56 423312 1133932 16 [2020-08-19T20:52:21.990Z] 20:47:01 165636 1715920 91.20 2620 1147280 1100572 37.56 423400 1133928 12 [2020-08-19T20:52:21.990Z] 20:48:01 165656 1715900 91.20 2620 1147280 1100596 37.56 415900 1141552 8 [2020-08-19T20:52:21.990Z] 20:49:01 167924 1713632 91.08 2620 1147288 1083084 36.96 414416 1140924 16 [2020-08-19T20:52:21.990Z] 20:50:01 167868 1713688 91.08 2620 1147292 1083084 36.96 414420 1140924 12 [2020-08-19T20:52:21.990Z] 20:51:01 191184 1690372 89.84 2596 1041540 1111560 37.94 528528 965800 36 [2020-08-19T20:52:21.990Z] 20:52:01 154028 1727528 91.81 1824 969976 1136696 38.79 622208 815784 104 [2020-08-19T20:52:21.990Z] Average: 167521 1714035 91.10 2545 1121542 1104827 37.71 446956 1093124 25 [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z] 20:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-19T20:52:21.990Z] 20:42:01 eth0 10.67 5.62 8.81 5.63 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:42:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:43:01 eth0 2.95 0.55 0.74 0.43 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:44:01 eth0 3.21 0.73 0.96 0.55 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:45:01 eth0 2.83 0.62 0.70 0.43 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:46:01 eth0 2.40 0.63 0.78 0.46 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:47:01 eth0 1.38 0.65 0.58 0.40 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:48:01 eth0 0.37 0.32 0.26 0.14 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:49:01 eth0 0.13 0.08 0.01 0.07 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:50:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:51:01 eth0 238.90 175.43 4026.04 85.27 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:51:01 docker0 23.75 20.52 2.73 51.74 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:52:01 eth0 230.59 168.51 3438.15 79.09 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] 20:52:01 docker0 26.19 31.92 1.54 186.16 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] Average: eth0 44.95 32.17 681.13 15.70 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] Average: docker0 4.55 4.78 0.39 21.67 0.00 0.00 0.00 [2020-08-19T20:52:21.990Z] [2020-08-19T20:52:21.990Z]