Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d9dcf3dd08f488906d53c6efd799967b99372fa 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-725 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 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" > git rev-list --no-walk 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-15T00:39:16.057Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-15T00:39:16.235Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-15T00:39:16.346Z] ========================================================= [2020-07-15T00:39:16.346Z] EdgeX Global Pipelines Version Info [2020-07-15T00:39:16.346Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:39:18.268Z] ------------------- [2020-07-15T00:39:18.268Z] stable info: [2020-07-15T00:39:18.268Z] ------------------- [2020-07-15T00:39:18.268Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-15T00:39:18.268Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-15T00:39:18.268Z] Message: update stable to v1.0.99 [2020-07-15T00:39:18.840Z] ------------------- [2020-07-15T00:39:18.840Z] experimental info: [2020-07-15T00:39:18.840Z] ------------------- [2020-07-15T00:39:18.840Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-15T00:39:18.841Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-15T00:39:18.841Z] Message: update experimental to v1.0.99 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:39:20.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T00:39:20.981Z] [2020-07-15T00:39:20.981Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:39:21.321Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T00:39:21.321Z] latest: Pulling from edgex-devops/git-semver [2020-07-15T00:39:21.321Z] 9123ac7c32f7: Pulling fs layer [2020-07-15T00:39:21.321Z] b8cc5d1170e3: Pulling fs layer [2020-07-15T00:39:21.321Z] 2924cbbf6a41: Pulling fs layer [2020-07-15T00:39:21.321Z] 93b08a4f1073: Pulling fs layer [2020-07-15T00:39:21.321Z] 93b08a4f1073: Waiting [2020-07-15T00:39:21.321Z] b8cc5d1170e3: Verifying Checksum [2020-07-15T00:39:21.321Z] b8cc5d1170e3: Download complete [2020-07-15T00:39:21.321Z] 9123ac7c32f7: Verifying Checksum [2020-07-15T00:39:21.321Z] 9123ac7c32f7: Download complete [2020-07-15T00:39:21.590Z] 93b08a4f1073: Verifying Checksum [2020-07-15T00:39:21.590Z] 93b08a4f1073: Download complete [2020-07-15T00:39:21.590Z] 2924cbbf6a41: Verifying Checksum [2020-07-15T00:39:21.590Z] 2924cbbf6a41: Download complete [2020-07-15T00:39:21.590Z] 9123ac7c32f7: Pull complete [2020-07-15T00:39:21.852Z] b8cc5d1170e3: Pull complete [2020-07-15T00:39:22.424Z] 2924cbbf6a41: Pull complete [2020-07-15T00:39:22.684Z] 93b08a4f1073: Pull complete [2020-07-15T00:39:22.684Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-15T00:39:22.684Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T00:39:22.684Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-15T00:39:22.783Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:39:22.828Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-15T00:39:24.926Z] $ docker top f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-15T00:39:25.159Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-15T00:39:25.159Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-15T00:39:25.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-15T00:39:25.368Z] $ docker exec f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 ssh-agent [2020-07-15T00:39:25.513Z] SSH_AUTH_SOCK=/tmp/ssh-vP85wgRjH4Wu/agent.12 [2020-07-15T00:39:25.513Z] SSH_AGENT_PID=17 [2020-07-15T00:39:25.522Z] Running ssh-add (command line suppressed) [2020-07-15T00:39:25.645Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4576190230610989928.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4576190230610989928.key) [2020-07-15T00:39:25.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-15T00:39:26.007Z] + git describe --exact-match --tags HEAD [2020-07-15T00:39:26.007Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-15T00:39:26.141Z] $ docker exec --env ******** --env ******** f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 ssh-agent -k [2020-07-15T00:39:26.252Z] unset SSH_AUTH_SOCK; [2020-07-15T00:39:26.252Z] unset SSH_AGENT_PID; [2020-07-15T00:39:26.252Z] echo Agent pid 17 killed; [2020-07-15T00:39:26.290Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-15T00:39:26.363Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-15T00:39:26.364Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-15T00:39:26.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-15T00:39:26.443Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-15T00:39:26.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-15T00:39:26.611Z] $ docker exec f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 ssh-agent [2020-07-15T00:39:26.763Z] SSH_AUTH_SOCK=/tmp/ssh-3UKxDUTFZ7Lm/agent.47 [2020-07-15T00:39:26.763Z] SSH_AGENT_PID=52 [2020-07-15T00:39:26.770Z] Running ssh-add (command line suppressed) [2020-07-15T00:39:26.888Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5693198375870752988.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5693198375870752988.key) [2020-07-15T00:39:26.929Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-15T00:39:27.250Z] + git semver init [2020-07-15T00:39:27.250Z] # -> Open(): unable to determine branch for HEAD [2020-07-15T00:39:27.250Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-07-15T00:39:27.250Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-07-15T00:39:27.250Z] # $SEMVER_REMOTE_NAME = origin [2020-07-15T00:39:27.250Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-15T00:39:27.250Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-15T00:39:27.250Z] # $SEMVER_BRANCH = master [2020-07-15T00:39:27.250Z] # $SEMVER_TEMP = /tmp/semver-183843822 [2020-07-15T00:39:27.250Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-07-15T00:39:27.820Z] # '/tmp/semver-183843822' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-07-15T00:39:27.820Z] # -> Force: false [2020-07-15T00:39:27.820Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-07-15T00:39:27.835Z] $ docker exec --env ******** --env ******** f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 ssh-agent -k [2020-07-15T00:39:27.943Z] unset SSH_AUTH_SOCK; [2020-07-15T00:39:27.944Z] unset SSH_AGENT_PID; [2020-07-15T00:39:27.944Z] echo Agent pid 52 killed; [2020-07-15T00:39:27.983Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-15T00:39:28.412Z] + git semver [Pipeline] } [2020-07-15T00:39:28.431Z] $ docker stop --time=1 f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 [2020-07-15T00:39:29.884Z] $ docker rm -f f069da282b10112d18a6592aafb31570664b7c113ab37d837c73a9d7bcccfe81 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-15T00:39:30.420Z] Stashed 28 file(s) [Pipeline] echo [2020-07-15T00:39:30.422Z] [edgeXSemver] initialized semver on version 1.2.2-dev.1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-15T00:39:45.818Z] Still waiting to schedule task [2020-07-15T00:39:45.818Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-15T00:39:45.819Z] Still waiting to schedule task [2020-07-15T00:39:45.819Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-15T00:42:06.903Z] Running on prd-centos7-docker-4c-2g-726 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-07-15T00:42:06.945Z] Running in /w/workspace/device-modbus-go/15 [Pipeline] { [Pipeline] checkout [2020-07-15T00:42:09.243Z] using credential edgex-jenkins-ssh [2020-07-15T00:42:09.296Z] Cloning the remote Git repository [2020-07-15T00:42:09.296Z] Cloning with configured refspecs honoured and without tags [2020-07-15T00:42:10.153Z] Fetching without tags [2020-07-15T00:42:08.985Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-07-15T00:42:09.052Z] > git init /w/workspace/device-modbus-go/15 # timeout=10 [2020-07-15T00:42:09.340Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-07-15T00:42:09.340Z] > git --version # timeout=10 [2020-07-15T00:42:09.352Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T00:42:09.383Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T00:42:09.850Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-07-15T00:42:09.856Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T00:42:09.875Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-07-15T00:42:09.886Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-07-15T00:42:09.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T00:42:09.891Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T00:42:10.526Z] Checking out Revision 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) [2020-07-15T00:42:10.295Z] > git config core.sparsecheckout # timeout=10 [2020-07-15T00:42:10.301Z] > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 [2020-07-15T00:42:13.925Z] Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-15T00:42:14.670Z] ========================================================= [2020-07-15T00:42:14.670Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-15T00:42:14.670Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:42:15.340Z] + 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-07-15T00:42:15.612Z] Sending build context to Docker daemon 608.3kB [2020-07-15T00:42:15.612Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-15T00:42:15.612Z] Step 2/8 : FROM ${BASE} [2020-07-15T00:42:15.612Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-15T00:42:15.612Z] e6b0cf9c0882: Pulling fs layer [2020-07-15T00:42:15.612Z] 2848faf0eed1: Pulling fs layer [2020-07-15T00:42:15.612Z] 0f37312ad70f: Pulling fs layer [2020-07-15T00:42:15.612Z] 5788d62ee057: Pulling fs layer [2020-07-15T00:42:15.612Z] 0e6b1d234666: Pulling fs layer [2020-07-15T00:42:15.612Z] bf5d7aec512f: Pulling fs layer [2020-07-15T00:42:15.612Z] 34c802a77dc8: Pulling fs layer [2020-07-15T00:42:15.612Z] 9eb99e56ec68: Pulling fs layer [2020-07-15T00:42:15.612Z] 27c7a5d97fbd: Pulling fs layer [2020-07-15T00:42:15.612Z] 5c102a31e300: Pulling fs layer [2020-07-15T00:42:15.612Z] dcfb455df0a1: Pulling fs layer [2020-07-15T00:42:15.612Z] 5788d62ee057: Waiting [2020-07-15T00:42:15.612Z] 0e6b1d234666: Waiting [2020-07-15T00:42:15.612Z] bf5d7aec512f: Waiting [2020-07-15T00:42:15.612Z] 34c802a77dc8: Waiting [2020-07-15T00:42:15.612Z] 9eb99e56ec68: Waiting [2020-07-15T00:42:15.612Z] 27c7a5d97fbd: Waiting [2020-07-15T00:42:15.612Z] 5c102a31e300: Waiting [2020-07-15T00:42:15.612Z] dcfb455df0a1: Waiting [2020-07-15T00:42:15.612Z] 0f37312ad70f: Verifying Checksum [2020-07-15T00:42:15.612Z] 0f37312ad70f: Download complete [2020-07-15T00:42:15.612Z] 2848faf0eed1: Verifying Checksum [2020-07-15T00:42:15.612Z] 2848faf0eed1: Download complete [2020-07-15T00:42:15.612Z] 0e6b1d234666: Download complete [2020-07-15T00:42:15.612Z] bf5d7aec512f: Verifying Checksum [2020-07-15T00:42:15.612Z] bf5d7aec512f: Download complete [2020-07-15T00:42:15.612Z] e6b0cf9c0882: Verifying Checksum [2020-07-15T00:42:15.612Z] e6b0cf9c0882: Download complete [2020-07-15T00:42:16.199Z] e6b0cf9c0882: Pull complete [2020-07-15T00:42:16.478Z] 34c802a77dc8: Verifying Checksum [2020-07-15T00:42:16.478Z] 34c802a77dc8: Download complete [2020-07-15T00:42:16.478Z] 27c7a5d97fbd: Verifying Checksum [2020-07-15T00:42:16.478Z] 27c7a5d97fbd: Download complete [2020-07-15T00:42:17.054Z] 5c102a31e300: Verifying Checksum [2020-07-15T00:42:17.054Z] 5c102a31e300: Download complete [2020-07-15T00:42:17.054Z] 9eb99e56ec68: Verifying Checksum [2020-07-15T00:42:17.054Z] 9eb99e56ec68: Download complete [2020-07-15T00:42:17.054Z] dcfb455df0a1: Verifying Checksum [2020-07-15T00:42:17.054Z] dcfb455df0a1: Download complete [2020-07-15T00:42:17.314Z] 5788d62ee057: Verifying Checksum [2020-07-15T00:42:17.314Z] 5788d62ee057: Download complete [2020-07-15T00:42:17.885Z] 2848faf0eed1: Pull complete [2020-07-15T00:42:18.151Z] 0f37312ad70f: Pull complete [2020-07-15T00:42:24.782Z] 5788d62ee057: Pull complete [2020-07-15T00:42:24.782Z] 0e6b1d234666: Pull complete [2020-07-15T00:42:24.782Z] bf5d7aec512f: Pull complete [2020-07-15T00:42:28.996Z] 34c802a77dc8: Pull complete [2020-07-15T00:42:32.316Z] 9eb99e56ec68: Pull complete [2020-07-15T00:42:32.582Z] 27c7a5d97fbd: Pull complete [2020-07-15T00:42:33.529Z] 5c102a31e300: Pull complete [2020-07-15T00:42:33.529Z] dcfb455df0a1: Pull complete [2020-07-15T00:42:33.529Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-15T00:42:33.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-15T00:42:33.529Z] ---> 7c70fe431013 [2020-07-15T00:42:33.529Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-15T00:42:35.445Z] ---> Running in 62d6f0d63cbe [2020-07-15T00:42:35.445Z] Removing intermediate container 62d6f0d63cbe [2020-07-15T00:42:35.445Z] ---> a80f81adcb83 [2020-07-15T00:42:35.445Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-15T00:42:35.445Z] ---> Running in 1ad4e4afc9a2 [2020-07-15T00:42:36.830Z] Removing intermediate container 1ad4e4afc9a2 [2020-07-15T00:42:36.830Z] ---> ee51f7ccb097 [2020-07-15T00:42:36.830Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-15T00:42:36.830Z] ---> Running in 6f5c91fbb520 [2020-07-15T00:42:37.404Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-15T00:42:38.349Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-15T00:42:38.922Z] (1/17) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:42:39.183Z] (2/17) Installing libmagic (5.37-r1) [2020-07-15T00:42:39.450Z] (3/17) Installing file (5.37-r1) [2020-07-15T00:42:39.450Z] (4/17) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:42:39.450Z] (5/17) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:42:39.722Z] (6/17) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:42:51.961Z] (7/17) Installing libc-dev (0.7.2-r0) [2020-07-15T00:42:51.961Z] (8/17) Installing g++ (9.2.0-r4) [2020-07-15T00:42:53.636Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-727 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-07-15T00:42:53.675Z] Running in /w/workspace/device-modbus-go/15 [Pipeline] { [Pipeline] checkout [2020-07-15T00:42:55.317Z] (9/17) Installing fortify-headers (1.1-r0) [2020-07-15T00:42:55.317Z] (10/17) Installing build-base (0.5-r1) [2020-07-15T00:42:55.317Z] (11/17) Installing openssh-keygen (8.1_p1-r0) [2020-07-15T00:42:55.317Z] (12/17) Installing libedit (20191211.3.1-r0) [2020-07-15T00:42:55.592Z] (13/17) Installing openssh-client (8.1_p1-r0) [2020-07-15T00:42:55.858Z] (14/17) Installing openssh-sftp-server (8.1_p1-r0) [2020-07-15T00:42:55.858Z] (15/17) Installing openssh-server-common (8.1_p1-r0) [2020-07-15T00:42:55.858Z] (16/17) Installing openssh-server (8.1_p1-r0) [2020-07-15T00:42:56.126Z] (17/17) Installing openssh (8.1_p1-r0) [2020-07-15T00:42:56.126Z] Executing busybox-1.31.1-r8.trigger [2020-07-15T00:42:56.126Z] OK: 214 MiB in 52 packages [2020-07-15T00:42:58.820Z] using credential edgex-jenkins-ssh [2020-07-15T00:42:58.873Z] Cloning the remote Git repository [2020-07-15T00:42:58.873Z] Cloning with configured refspecs honoured and without tags [2020-07-15T00:42:58.940Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-07-15T00:42:59.877Z] Fetching without tags [2020-07-15T00:42:59.046Z] > git init /w/workspace/device-modbus-go/15 # timeout=10 [2020-07-15T00:42:59.111Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-07-15T00:42:59.112Z] > git --version # timeout=10 [2020-07-15T00:42:59.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T00:42:59.181Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T00:42:59.814Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-07-15T00:42:59.832Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T00:42:59.855Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-07-15T00:42:59.892Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-07-15T00:42:59.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-15T00:42:59.912Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-15T00:43:00.336Z] Removing intermediate container 6f5c91fbb520 [2020-07-15T00:43:00.336Z] ---> 80347e3358f8 [2020-07-15T00:43:00.336Z] Step 6/8 : WORKDIR /device-modbus-go [2020-07-15T00:43:00.336Z] ---> Running in 1fa05ecad325 [2020-07-15T00:43:00.336Z] Removing intermediate container 1fa05ecad325 [2020-07-15T00:43:00.336Z] ---> 6180d8d49131 [2020-07-15T00:43:00.336Z] Step 7/8 : COPY . . [2020-07-15T00:43:00.378Z] Checking out Revision 0d9dcf3dd08f488906d53c6efd799967b99372fa (master) [2020-07-15T00:43:00.598Z] ---> 3a47ce93517b [2020-07-15T00:43:00.598Z] Step 8/8 : RUN go mod download [2020-07-15T00:43:00.598Z] ---> Running in 816bbc3d2b38 [2020-07-15T00:43:00.401Z] > git config core.sparsecheckout # timeout=10 [2020-07-15T00:43:00.419Z] > git checkout -f 0d9dcf3dd08f488906d53c6efd799967b99372fa # timeout=10 [2020-07-15T00:43:02.518Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-15T00:43:02.518Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T00:43:02.779Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-15T00:43:02.779Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T00:43:02.779Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-15T00:43:02.779Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-15T00:43:02.779Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T00:43:02.779Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-15T00:43:02.779Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-15T00:43:02.779Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-15T00:43:02.779Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T00:43:02.779Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T00:43:03.041Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T00:43:03.041Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T00:43:03.041Z] go: finding github.com/fatih/color v1.7.0 [2020-07-15T00:43:03.041Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T00:43:03.041Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-15T00:43:03.041Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T00:43:03.041Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-15T00:43:03.041Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-07-15T00:43:03.041Z] go: finding github.com/goburrow/serial v0.1.0 [2020-07-15T00:43:03.302Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-15T00:43:03.302Z] go: finding github.com/google/uuid v1.1.1 [2020-07-15T00:43:03.302Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T00:43:03.302Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-07-15T00:43:03.564Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-15T00:43:03.564Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-15T00:43:03.564Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-15T00:43:03.564Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-07-15T00:43:03.564Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-15T00:43:03.564Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-15T00:43:03.564Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-15T00:43:03.564Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-15T00:43:03.564Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-15T00:43:03.564Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-15T00:43:03.564Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-15T00:43:03.564Z] go: finding github.com/miekg/dns v1.1.4 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T00:43:03.824Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T00:43:03.824Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-15T00:43:03.824Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-15T00:43:04.085Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-15T00:43:04.085Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-15T00:43:04.085Z] go: finding github.com/posener/complete v1.1.1 [2020-07-15T00:43:04.085Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-07-15T00:43:04.085Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-15T00:43:04.085Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-15T00:43:04.085Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-15T00:43:04.085Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-15T00:43:04.085Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-15T00:43:04.085Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-15T00:43:04.085Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-07-15T00:43:04.352Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-15T00:43:04.352Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-15T00:43:04.352Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-15T00:43:04.352Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-15T00:43:04.915Z] Commit message: "Merge pull request #155 from jamesrgregg/update-pr-template" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-15T00:43:05.858Z] ========================================================= [2020-07-15T00:43:05.858Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-15T00:43:05.858Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:06.934Z] + 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-07-15T00:43:07.934Z] Sending build context to Docker daemon 608.3kB [2020-07-15T00:43:07.934Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-15T00:43:07.934Z] Step 2/8 : FROM ${BASE} [2020-07-15T00:43:08.212Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-15T00:43:08.212Z] cde5963f3b93: Pulling fs layer [2020-07-15T00:43:08.212Z] 2a23fa8c16f7: Pulling fs layer [2020-07-15T00:43:08.212Z] 777b28850792: Pulling fs layer [2020-07-15T00:43:08.212Z] 8a11ddd9e578: Pulling fs layer [2020-07-15T00:43:08.212Z] 4cf88f913ddb: Pulling fs layer [2020-07-15T00:43:08.212Z] 1df406cf5192: Pulling fs layer [2020-07-15T00:43:08.212Z] cd6300453558: Pulling fs layer [2020-07-15T00:43:08.212Z] b9c365052c96: Pulling fs layer [2020-07-15T00:43:08.212Z] a2d8cc88f415: Pulling fs layer [2020-07-15T00:43:08.212Z] ea1d1ca13537: Pulling fs layer [2020-07-15T00:43:08.212Z] 3750a50a1c5e: Pulling fs layer [2020-07-15T00:43:08.212Z] cd6300453558: Waiting [2020-07-15T00:43:08.212Z] 4cf88f913ddb: Waiting [2020-07-15T00:43:08.212Z] b9c365052c96: Waiting [2020-07-15T00:43:08.212Z] 1df406cf5192: Waiting [2020-07-15T00:43:08.212Z] a2d8cc88f415: Waiting [2020-07-15T00:43:08.212Z] 3750a50a1c5e: Waiting [2020-07-15T00:43:08.212Z] ea1d1ca13537: Waiting [2020-07-15T00:43:08.212Z] 8a11ddd9e578: Waiting [2020-07-15T00:43:08.212Z] 777b28850792: Verifying Checksum [2020-07-15T00:43:08.212Z] 777b28850792: Download complete [2020-07-15T00:43:08.212Z] 2a23fa8c16f7: Verifying Checksum [2020-07-15T00:43:08.212Z] 2a23fa8c16f7: Download complete [2020-07-15T00:43:08.212Z] 4cf88f913ddb: Verifying Checksum [2020-07-15T00:43:08.212Z] 4cf88f913ddb: Download complete [2020-07-15T00:43:08.212Z] 1df406cf5192: Verifying Checksum [2020-07-15T00:43:08.212Z] 1df406cf5192: Download complete [2020-07-15T00:43:08.212Z] cde5963f3b93: Verifying Checksum [2020-07-15T00:43:09.202Z] cde5963f3b93: Pull complete [2020-07-15T00:43:09.803Z] 2a23fa8c16f7: Pull complete [2020-07-15T00:43:10.131Z] 777b28850792: Pull complete [2020-07-15T00:43:10.132Z] cd6300453558: Verifying Checksum [2020-07-15T00:43:10.132Z] cd6300453558: Download complete [2020-07-15T00:43:10.132Z] a2d8cc88f415: Verifying Checksum [2020-07-15T00:43:10.132Z] a2d8cc88f415: Download complete [2020-07-15T00:43:12.136Z] ea1d1ca13537: Verifying Checksum [2020-07-15T00:43:12.136Z] ea1d1ca13537: Download complete [2020-07-15T00:43:12.136Z] 3750a50a1c5e: Download complete [2020-07-15T00:43:12.517Z] Removing intermediate container 816bbc3d2b38 [2020-07-15T00:43:12.517Z] ---> 9fb98b43e235 [2020-07-15T00:43:12.517Z] Successfully built 9fb98b43e235 [2020-07-15T00:43:12.517Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-07-15T00:43:12.735Z] b9c365052c96: Download complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:13.114Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-15T00:43:13.114Z] . [Pipeline] withDockerContainer [2020-07-15T00:43:13.223Z] prd-centos7-docker-4c-2g-726 does not seem to be running inside a container [2020-07-15T00:43:13.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/15 -v /w/workspace/device-modbus-go/15:/w/workspace/device-modbus-go/15:rw,z -v /w/workspace/device-modbus-go/15@tmp:/w/workspace/device-modbus-go/15@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 ******** ci-base-image-x86_64 cat [2020-07-15T00:43:13.330Z] 8a11ddd9e578: Download complete [2020-07-15T00:43:14.546Z] $ docker top ad33180f4fd54b0c364af444c9a21a254ef32ad6dbd8460a7a4a98726e8e9604 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-15T00:43:15.055Z] + go version [2020-07-15T00:43:15.056Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-15T00:43:15.356Z] + make test [2020-07-15T00:43:15.356Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-15T00:43:16.317Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-07-15T00:43:25.758Z] 8a11ddd9e578: Pull complete [2020-07-15T00:43:25.758Z] 4cf88f913ddb: Pull complete [2020-07-15T00:43:25.758Z] 1df406cf5192: Pull complete [2020-07-15T00:43:26.428Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-07-15T00:43:26.428Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.149s coverage: 50.3% of statements [2020-07-15T00:43:26.428Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-15T00:43:27.371Z] gofmt -l . [2020-07-15T00:43:27.371Z] [ "`gofmt -l .`" = "" ] [2020-07-15T00:43:27.371Z] ./bin/test-attribution-txt.sh [2020-07-15T00:43:27.942Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-15T00:43:28.380Z] Stashed 1 file(s) [Pipeline] } [2020-07-15T00:43:28.389Z] $ docker stop --time=1 ad33180f4fd54b0c364af444c9a21a254ef32ad6dbd8460a7a4a98726e8e9604 [2020-07-15T00:43:30.088Z] cd6300453558: Pull complete [2020-07-15T00:43:30.906Z] $ docker rm -f ad33180f4fd54b0c364af444c9a21a254ef32ad6dbd8460a7a4a98726e8e9604 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-15T00:43:33.589Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-15T00:43:33.882Z] + ls -al . [2020-07-15T00:43:33.882Z] total 104 [2020-07-15T00:43:33.882Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jul 15 00:43 . [2020-07-15T00:43:33.882Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 15 00:42 .. [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 5049 Jul 15 00:42 Attribution.txt [2020-07-15T00:43:33.882Z] drwxrwxr-x. 2 jenkins jenkins 87 Jul 15 00:42 bin [2020-07-15T00:43:33.882Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 15 00:42 cmd [2020-07-15T00:43:33.882Z] -rw-r--r--. 1 jenkins jenkins 22123 Jul 15 00:43 coverage.out [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 1422 Jul 15 00:42 Dockerfile [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 954 Jul 15 00:42 Dockerfile.build [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 140 Jul 15 00:42 .dockerignore [2020-07-15T00:43:33.882Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 15 00:42 .git [2020-07-15T00:43:33.882Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 15 00:42 .github [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 330 Jul 15 00:42 .gitignore [2020-07-15T00:43:33.882Z] -rw-r--r--. 1 jenkins jenkins 559 Jul 15 00:43 go.mod [2020-07-15T00:43:33.882Z] -rw-r--r--. 1 jenkins jenkins 13471 Jul 15 00:43 go.sum [2020-07-15T00:43:33.882Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 15 00:42 internal [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 702 Jul 15 00:42 Jenkinsfile [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jul 15 00:42 LICENSE [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 880 Jul 15 00:42 Makefile [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 591 Jul 15 00:42 README.md [2020-07-15T00:43:33.882Z] drwxrwxr-x. 3 jenkins jenkins 44 Jul 15 00:42 .semver [2020-07-15T00:43:33.882Z] drwxrwxr-x. 2 jenkins jenkins 35 Jul 15 00:42 simulator [2020-07-15T00:43:33.882Z] drwxrwxr-x. 4 jenkins jenkins 54 Jul 15 00:42 snap [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 15 00:39 VERSION [2020-07-15T00:43:33.882Z] -rw-rw-r--. 1 jenkins jenkins 229 Jul 15 00:42 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:34.186Z] + 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=0d9dcf3dd08f488906d53c6efd799967b99372fa --label arch=amd64 --label version=1.2.2-dev.1 . [2020-07-15T00:43:34.186Z] Sending build context to Docker daemon 636.9kB [2020-07-15T00:43:34.186Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-07-15T00:43:34.186Z] Step 2/19 : FROM ${BASE} AS builder [2020-07-15T00:43:34.186Z] ---> 9fb98b43e235 [2020-07-15T00:43:34.186Z] Step 3/19 : ARG MAKE='make build' [2020-07-15T00:43:34.422Z] b9c365052c96: Pull complete [2020-07-15T00:43:34.448Z] ---> Running in 1c5a295f8cab [2020-07-15T00:43:34.695Z] a2d8cc88f415: Pull complete [2020-07-15T00:43:34.709Z] Removing intermediate container 1c5a295f8cab [2020-07-15T00:43:34.709Z] ---> e5d74f560f0d [2020-07-15T00:43:34.709Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-15T00:43:34.709Z] ---> Running in a98062da0fcc [2020-07-15T00:43:35.654Z] Removing intermediate container a98062da0fcc [2020-07-15T00:43:35.654Z] ---> c2b64f77e7be [2020-07-15T00:43:35.654Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-07-15T00:43:35.654Z] ---> Running in 71d8b026a49e [2020-07-15T00:43:36.225Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-15T00:43:36.687Z] ea1d1ca13537: Pull complete [2020-07-15T00:43:36.795Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-15T00:43:36.960Z] 3750a50a1c5e: Pull complete [2020-07-15T00:43:37.234Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-15T00:43:37.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-15T00:43:37.234Z] ---> 78745c68409d [2020-07-15T00:43:37.234Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-15T00:43:37.366Z] OK: 214 MiB in 52 packages [2020-07-15T00:43:37.626Z] Removing intermediate container 71d8b026a49e [2020-07-15T00:43:37.626Z] ---> 6ce5eb48d5f3 [2020-07-15T00:43:37.626Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-07-15T00:43:37.626Z] ---> Running in ade2d8424142 [2020-07-15T00:43:37.888Z] Removing intermediate container ade2d8424142 [2020-07-15T00:43:37.888Z] ---> 55112044b6be [2020-07-15T00:43:37.888Z] Step 7/19 : COPY . . [2020-07-15T00:43:38.460Z] ---> 6d55aa1c7ca8 [2020-07-15T00:43:38.460Z] Step 8/19 : RUN ${MAKE} [2020-07-15T00:43:38.722Z] ---> Running in 898ff26db1c5 [2020-07-15T00:43:38.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd [2020-07-15T00:43:41.547Z] ---> Running in 79615e73201a [2020-07-15T00:43:41.547Z] Removing intermediate container 79615e73201a [2020-07-15T00:43:41.547Z] ---> 66b4c833a806 [2020-07-15T00:43:41.547Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-15T00:43:41.817Z] ---> Running in dade0cde857a [2020-07-15T00:43:44.427Z] Removing intermediate container dade0cde857a [2020-07-15T00:43:44.427Z] ---> a0ff33103d39 [2020-07-15T00:43:44.427Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-15T00:43:44.427Z] ---> Running in fb8e71703b35 [2020-07-15T00:43:45.857Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-15T00:43:46.447Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-15T00:43:47.041Z] (1/18) Upgrading libgcc (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:43:47.041Z] (2/18) Upgrading libstdc++ (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:43:47.222Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-15T00:43:47.312Z] (3/18) Installing libmagic (5.37-r1) [2020-07-15T00:43:47.583Z] (4/18) Installing file (5.37-r1) [2020-07-15T00:43:47.583Z] (5/18) Upgrading libgomp (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:43:47.851Z] (6/18) Upgrading libatomic (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:43:47.851Z] (7/18) Upgrading gcc (9.2.0-r3 -> 9.2.0-r4) [2020-07-15T00:43:51.433Z] Removing intermediate container 898ff26db1c5 [2020-07-15T00:43:51.433Z] ---> bf35141c7f95 [2020-07-15T00:43:51.433Z] Step 9/19 : FROM scratch [2020-07-15T00:43:51.433Z] ---> [2020-07-15T00:43:51.433Z] Step 10/19 : ENV APP_PORT=49991 [2020-07-15T00:43:51.433Z] ---> Running in 53dfdab58dbe [2020-07-15T00:43:51.433Z] Removing intermediate container 53dfdab58dbe [2020-07-15T00:43:51.433Z] ---> 963221ef4cf4 [2020-07-15T00:43:51.433Z] Step 11/19 : EXPOSE $APP_PORT [2020-07-15T00:43:51.433Z] ---> Running in c02e1b23aa77 [2020-07-15T00:43:51.433Z] Removing intermediate container c02e1b23aa77 [2020-07-15T00:43:51.433Z] ---> 34f316e5445f [2020-07-15T00:43:51.433Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-07-15T00:43:51.693Z] ---> 02a2b7199993 [2020-07-15T00:43:51.693Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-07-15T00:43:51.954Z] ---> 3e9514153a12 [2020-07-15T00:43:51.954Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-07-15T00:43:51.954Z] ---> df85ef5850ce [2020-07-15T00:43:51.954Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-07-15T00:43:52.137Z] (8/18) Installing libc-dev (0.7.2-r0) [2020-07-15T00:43:52.137Z] (9/18) Installing g++ (9.2.0-r4) [2020-07-15T00:43:52.214Z] ---> Running in 43d3b6a98c7b [2020-07-15T00:43:52.214Z] Removing intermediate container 43d3b6a98c7b [2020-07-15T00:43:52.214Z] ---> 0da4ccbe117c [2020-07-15T00:43:52.214Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-15T00:43:52.214Z] ---> Running in ea540ea7e25d [2020-07-15T00:43:52.476Z] Removing intermediate container ea540ea7e25d [2020-07-15T00:43:52.476Z] ---> c2528fa42078 [2020-07-15T00:43:52.476Z] Step 17/19 : LABEL arch=amd64 [2020-07-15T00:43:52.476Z] ---> Running in fc4e46feba44 [2020-07-15T00:43:52.736Z] Removing intermediate container fc4e46feba44 [2020-07-15T00:43:52.736Z] ---> 05d0fbd63ac5 [2020-07-15T00:43:52.736Z] Step 18/19 : LABEL git_sha=0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:43:52.736Z] ---> Running in cb7d968206ca [2020-07-15T00:43:52.997Z] Removing intermediate container cb7d968206ca [2020-07-15T00:43:52.997Z] ---> 9022f1e23762 [2020-07-15T00:43:52.997Z] Step 19/19 : LABEL version=1.2.2-dev.1 [2020-07-15T00:43:52.997Z] ---> Running in 58313bbcc193 [2020-07-15T00:43:52.997Z] Removing intermediate container 58313bbcc193 [2020-07-15T00:43:52.997Z] ---> e95c56858762 [2020-07-15T00:43:52.997Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-15T00:43:52.997Z] Successfully built e95c56858762 [2020-07-15T00:43:52.997Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-15T00:43:53.353Z] provisioning config files... [2020-07-15T00:43:53.380Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/15@tmp/config7558734799091837856tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:43:53.732Z] nexus3.edgexfoundry.org:10001 [2020-07-15T00:43:53.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:43:53.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:43:53.995Z] Configure a credential helper to remove this warning. See [2020-07-15T00:43:53.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:43:53.995Z] [2020-07-15T00:43:53.995Z] Login Succeeded [2020-07-15T00:43:53.995Z] nexus3.edgexfoundry.org:10002 [2020-07-15T00:43:53.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:43:53.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:43:53.995Z] Configure a credential helper to remove this warning. See [2020-07-15T00:43:53.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:43:53.995Z] [2020-07-15T00:43:53.995Z] Login Succeeded [2020-07-15T00:43:53.995Z] nexus3.edgexfoundry.org:10003 [2020-07-15T00:43:54.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:43:54.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:43:54.257Z] Configure a credential helper to remove this warning. See [2020-07-15T00:43:54.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:43:54.257Z] [2020-07-15T00:43:54.257Z] Login Succeeded [2020-07-15T00:43:54.257Z] nexus3.edgexfoundry.org:10004 [2020-07-15T00:43:54.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:43:54.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:43:54.517Z] Configure a credential helper to remove this warning. See [2020-07-15T00:43:54.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:43:54.517Z] [2020-07-15T00:43:54.517Z] Login Succeeded [2020-07-15T00:43:54.517Z] docker.io [2020-07-15T00:43:54.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:43:54.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:43:54.777Z] Configure a credential helper to remove this warning. See [2020-07-15T00:43:54.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:43:54.777Z] [2020-07-15T00:43:54.777Z] Login Succeeded [Pipeline] } [2020-07-15T00:43:54.784Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-15T00:43:54.959Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-07-15T00:43:54.959Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:43:54.959Z] latest [2020-07-15T00:43:54.959Z] 1.2.2-dev.1 [2020-07-15T00:43:54.959Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-07-15T00:43:54.959Z] master [2020-07-15T00:43:54.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:55.427Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:55.517Z] (10/18) Installing fortify-headers (1.1-r0) [2020-07-15T00:43:55.517Z] (11/18) Installing build-base (0.5-r1) [2020-07-15T00:43:55.517Z] (12/18) Installing openssh-keygen (8.1_p1-r0) [2020-07-15T00:43:55.517Z] (13/18) Installing libedit (20191211.3.1-r0) [2020-07-15T00:43:55.517Z] (14/18) Installing openssh-client (8.1_p1-r0) [2020-07-15T00:43:55.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:43:55.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-15T00:43:55.721Z] 067eaeeb7c9a: Preparing [2020-07-15T00:43:55.721Z] 01bd9e810bcb: Preparing [2020-07-15T00:43:55.721Z] e505c21228e7: Preparing [2020-07-15T00:43:55.721Z] 067eaeeb7c9a: Pushed [2020-07-15T00:43:55.721Z] 01bd9e810bcb: Pushed [2020-07-15T00:43:55.787Z] (15/18) Installing openssh-sftp-server (8.1_p1-r0) [2020-07-15T00:43:55.787Z] (16/18) Installing openssh-server-common (8.1_p1-r0) [2020-07-15T00:43:55.787Z] (17/18) Installing openssh-server (8.1_p1-r0) [2020-07-15T00:43:56.057Z] (18/18) Installing openssh (8.1_p1-r0) [2020-07-15T00:43:56.057Z] Executing busybox-1.31.1-r8.trigger [2020-07-15T00:43:56.057Z] OK: 203 MiB in 52 packages [2020-07-15T00:43:56.666Z] e505c21228e7: Pushed [2020-07-15T00:43:56.927Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:57.222Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:57.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-07-15T00:43:57.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-15T00:43:57.516Z] 067eaeeb7c9a: Preparing [2020-07-15T00:43:57.516Z] 01bd9e810bcb: Preparing [2020-07-15T00:43:57.516Z] e505c21228e7: Preparing [2020-07-15T00:43:57.516Z] 01bd9e810bcb: Layer already exists [2020-07-15T00:43:57.516Z] e505c21228e7: Layer already exists [2020-07-15T00:43:57.516Z] 067eaeeb7c9a: Layer already exists [2020-07-15T00:43:57.516Z] latest: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:57.820Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:58.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.1 [2020-07-15T00:43:58.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-15T00:43:58.158Z] 067eaeeb7c9a: Preparing [2020-07-15T00:43:58.158Z] 01bd9e810bcb: Preparing [2020-07-15T00:43:58.158Z] e505c21228e7: Preparing [2020-07-15T00:43:58.158Z] 067eaeeb7c9a: Layer already exists [2020-07-15T00:43:58.158Z] e505c21228e7: Layer already exists [2020-07-15T00:43:58.158Z] 01bd9e810bcb: Layer already exists [2020-07-15T00:43:58.158Z] 1.2.2-dev.1: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:58.456Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:58.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-07-15T00:43:58.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-15T00:43:58.749Z] 067eaeeb7c9a: Preparing [2020-07-15T00:43:58.749Z] 01bd9e810bcb: Preparing [2020-07-15T00:43:58.749Z] e505c21228e7: Preparing [2020-07-15T00:43:58.749Z] 067eaeeb7c9a: Layer already exists [2020-07-15T00:43:58.749Z] e505c21228e7: Layer already exists [2020-07-15T00:43:58.749Z] 01bd9e810bcb: Layer already exists [2020-07-15T00:43:59.010Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:43:59.307Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:44:00.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-07-15T00:44:00.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-07-15T00:44:00.540Z] 067eaeeb7c9a: Preparing [2020-07-15T00:44:00.540Z] 01bd9e810bcb: Preparing [2020-07-15T00:44:00.540Z] e505c21228e7: Preparing [2020-07-15T00:44:00.540Z] e505c21228e7: Layer already exists [2020-07-15T00:44:00.540Z] 01bd9e810bcb: Layer already exists [2020-07-15T00:44:00.540Z] 067eaeeb7c9a: Layer already exists [2020-07-15T00:44:00.540Z] master: digest: sha256:b8ca64ebe470e64a93873a37ec33d4093cb7c5d2648abf07cabac4c04e2fe05c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-15T00:44:00.734Z] ===================================================== [Pipeline] echo [2020-07-15T00:44:00.784Z] taggedImages: [2020-07-15T00:44:00.784Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:44:00.784Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-07-15T00:44:00.784Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.2-dev.1 [2020-07-15T00:44:00.784Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-07-15T00:44:00.784Z] - 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-07-15T00:44:01.666Z] ++ find /w/workspace/device-modbus-go/15 [2020-07-15T00:44:01.666Z] ++ grep snapcraft.yaml [2020-07-15T00:44:01.666Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/15/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-15T00:44:01.777Z] provisioning config files... [2020-07-15T00:44:01.786Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/15@tmp/config1414959683459831334tmp [Pipeline] { [Pipeline] sh [2020-07-15T00:44:02.139Z] + cp /w/workspace/device-modbus-go/15@tmp/config1414959683459831334tmp /w/workspace/device-modbus-go/15/edgex-snap-store-login [Pipeline] sh [2020-07-15T00:44:02.428Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/15:/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-07-15T00:44:02.428Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-07-15T00:44:02.428Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-07-15T00:44:02.428Z] a1125296b23d: Pulling fs layer [2020-07-15T00:44:02.428Z] 3c742a4a0f38: Pulling fs layer [2020-07-15T00:44:02.428Z] 4c5ea3b32996: Pulling fs layer [2020-07-15T00:44:02.428Z] 1b4be91ead68: Pulling fs layer [2020-07-15T00:44:02.428Z] 9224317f5338: Pulling fs layer [2020-07-15T00:44:02.428Z] a1d4acd2f81e: Pulling fs layer [2020-07-15T00:44:02.428Z] de16526aea4f: Pulling fs layer [2020-07-15T00:44:02.428Z] 98d9a47ff92f: Pulling fs layer [2020-07-15T00:44:02.428Z] f00a2f7e41d2: Pulling fs layer [2020-07-15T00:44:02.428Z] a1d4acd2f81e: Waiting [2020-07-15T00:44:02.428Z] de16526aea4f: Waiting [2020-07-15T00:44:02.428Z] 98d9a47ff92f: Waiting [2020-07-15T00:44:02.428Z] f00a2f7e41d2: Waiting [2020-07-15T00:44:02.428Z] 1b4be91ead68: Waiting [2020-07-15T00:44:02.428Z] 9224317f5338: Waiting [2020-07-15T00:44:02.428Z] 4c5ea3b32996: Verifying Checksum [2020-07-15T00:44:02.428Z] 4c5ea3b32996: Download complete [2020-07-15T00:44:02.428Z] 3c742a4a0f38: Verifying Checksum [2020-07-15T00:44:02.428Z] 3c742a4a0f38: Download complete [2020-07-15T00:44:02.428Z] 1b4be91ead68: Verifying Checksum [2020-07-15T00:44:02.428Z] 1b4be91ead68: Download complete [2020-07-15T00:44:02.428Z] a1d4acd2f81e: Verifying Checksum [2020-07-15T00:44:02.428Z] a1d4acd2f81e: Download complete [2020-07-15T00:44:02.428Z] de16526aea4f: Download complete [2020-07-15T00:44:02.428Z] 98d9a47ff92f: Download complete [2020-07-15T00:44:02.428Z] f00a2f7e41d2: Verifying Checksum [2020-07-15T00:44:02.428Z] f00a2f7e41d2: Download complete [2020-07-15T00:44:02.694Z] a1125296b23d: Verifying Checksum [2020-07-15T00:44:02.694Z] a1125296b23d: Download complete [2020-07-15T00:44:02.763Z] Removing intermediate container fb8e71703b35 [2020-07-15T00:44:02.763Z] ---> 3c18b8903e28 [2020-07-15T00:44:02.763Z] Step 6/8 : WORKDIR /device-modbus-go [2020-07-15T00:44:02.763Z] ---> Running in 36cc0db793ae [2020-07-15T00:44:03.034Z] Removing intermediate container 36cc0db793ae [2020-07-15T00:44:03.034Z] ---> 342ca65682f8 [2020-07-15T00:44:03.034Z] Step 7/8 : COPY . . [2020-07-15T00:44:04.012Z] ---> 5912e868d1ec [2020-07-15T00:44:04.012Z] Step 8/8 : RUN go mod download [2020-07-15T00:44:04.012Z] ---> Running in 8ad15c24693a [2020-07-15T00:44:06.924Z] a1125296b23d: Pull complete [2020-07-15T00:44:06.924Z] 9224317f5338: Download complete [2020-07-15T00:44:07.184Z] 3c742a4a0f38: Pull complete [2020-07-15T00:44:07.397Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-15T00:44:07.397Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T00:44:07.397Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-15T00:44:07.397Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T00:44:07.397Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-15T00:44:07.397Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-15T00:44:07.397Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T00:44:07.397Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-15T00:44:07.397Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-15T00:44:07.397Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-15T00:44:07.397Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T00:44:07.397Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T00:44:07.397Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T00:44:07.397Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T00:44:07.397Z] go: finding github.com/fatih/color v1.7.0 [2020-07-15T00:44:07.397Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T00:44:07.397Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-15T00:44:07.397Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T00:44:07.397Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-15T00:44:07.397Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-07-15T00:44:07.397Z] go: finding github.com/goburrow/serial v0.1.0 [2020-07-15T00:44:07.397Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-15T00:44:07.397Z] go: finding github.com/google/uuid v1.1.1 [2020-07-15T00:44:07.397Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T00:44:07.397Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-07-15T00:44:07.444Z] 4c5ea3b32996: Pull complete [2020-07-15T00:44:07.444Z] 1b4be91ead68: Pull complete [2020-07-15T00:44:07.668Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-15T00:44:07.669Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-15T00:44:07.669Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-15T00:44:07.669Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-07-15T00:44:07.669Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-15T00:44:07.669Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-15T00:44:07.669Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-15T00:44:07.669Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-15T00:44:07.669Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-15T00:44:07.669Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-15T00:44:07.669Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-15T00:44:07.669Z] go: finding github.com/miekg/dns v1.1.4 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T00:44:07.941Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T00:44:07.941Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-15T00:44:07.941Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-15T00:44:08.211Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-15T00:44:08.211Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-15T00:44:08.211Z] go: finding github.com/posener/complete v1.1.1 [2020-07-15T00:44:08.211Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-07-15T00:44:08.211Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-15T00:44:08.211Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-15T00:44:08.211Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-15T00:44:08.211Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-15T00:44:08.211Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-15T00:44:08.211Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-15T00:44:08.211Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-07-15T00:44:08.211Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-15T00:44:08.485Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-07-15T00:44:08.485Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-15T00:44:08.485Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-15T00:44:18.645Z] Removing intermediate container 8ad15c24693a [2020-07-15T00:44:18.646Z] ---> 4477d15553e4 [2020-07-15T00:44:18.646Z] Successfully built 4477d15553e4 [2020-07-15T00:44:18.646Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:44:19.283Z] + docker inspect -f . ci-base-image-arm64 [2020-07-15T00:44:19.283Z] . [Pipeline] withDockerContainer [2020-07-15T00:44:19.558Z] prd-ubuntu18.04-docker-arm64-4c-16g-727 does not seem to be running inside a container [2020-07-15T00:44:19.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/15 -v /w/workspace/device-modbus-go/15:/w/workspace/device-modbus-go/15:rw,z -v /w/workspace/device-modbus-go/15@tmp:/w/workspace/device-modbus-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-15T00:44:21.480Z] $ docker top 6dd23442a3562def46ca6fcafdf5874862f25eb4ddc70c75c10a2be73d93d676 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-15T00:44:22.851Z] + go version [2020-07-15T00:44:22.851Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-15T00:44:23.889Z] + make test [2020-07-15T00:44:23.889Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-15T00:44:24.876Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-07-15T00:44:34.048Z] 9224317f5338: Pull complete [2020-07-15T00:44:34.048Z] a1d4acd2f81e: Pull complete [2020-07-15T00:44:34.048Z] de16526aea4f: Pull complete [2020-07-15T00:44:34.048Z] 98d9a47ff92f: Pull complete [2020-07-15T00:44:34.048Z] f00a2f7e41d2: Pull complete [2020-07-15T00:44:34.048Z] Digest: sha256:39fc549714d04fcee7efecd05a41bc4dfa0e7f4fb03cb3990b8a1054409554c4 [2020-07-15T00:44:34.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-07-15T00:44:38.293Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-07-15T00:44:38.293Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-15T00:44:38.293Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-07-15T00:44:38.293Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9279 B] [2020-07-15T00:44:38.293Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-07-15T00:44:38.293Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [13.6 kB] [2020-07-15T00:44:38.293Z] Fetched 275 kB in 1s (353 kB/s) [2020-07-15T00:44:40.265Z] Reading package lists... [2020-07-15T00:44:44.561Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-07-15T00:44:44.561Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-07-15T00:44:44.561Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-07-15T00:44:44.822Z] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-07-15T00:44:46.436Z] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 49% Reading package lists... 66% Reading package lists... 66% Reading package lists... 67% Reading package lists... 67% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% 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-07-15T00:44:48.978Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-15T00:44:50.071Z] 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... 47% Reading package lists... 66% Reading package lists... 66% Reading package lists... 67% Reading package lists... 67% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% 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-07-15T00:44:50.334Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 25% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-07-15T00:44:50.334Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-15T00:44:50.597Z] The following packages were automatically installed and are no longer required: [2020-07-15T00:44:50.597Z] libjq1 libonig4 [2020-07-15T00:44:50.597Z] Use 'sudo apt autoremove' to remove them. [2020-07-15T00:44:50.597Z] Suggested packages: [2020-07-15T00:44:50.597Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-15T00:44:50.597Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-07-15T00:44:50.597Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-15T00:44:50.597Z] | libterm-readline-perl-perl [2020-07-15T00:44:50.597Z] The following NEW packages will be installed: [2020-07-15T00:44:50.597Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-07-15T00:44:50.597Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-15T00:44:50.597Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-07-15T00:44:50.597Z] Need to get 12.0 MB of archives. [2020-07-15T00:44:50.597Z] After this operation, 77.5 MB of additional disk space will be used. [2020-07-15T00:44:50.857Z] 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-07-15T00:44:51.691Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 695 kB/2763 kB 25%] 20% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-07-15T00:44:51.691Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-07-15T00:44:51.691Z] 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-07-15T00:44:51.691Z] 23% [4 libperl5.26 65.5 kB/3527 kB 2%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-15T00:44:51.691Z] 48% [5 perl 33.5 kB/201 kB 17%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-07-15T00:44:51.691Z] 51% [6 less 90.1 kB/112 kB 81%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-07-15T00:44:51.691Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-07-15T00:44:51.691Z] 55% [8 curl 65.5 kB/159 kB 41%] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-07-15T00:44:51.691Z] 57% [9 libcurl3-gnutls 65.5 kB/212 kB 31%] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-15T00:44:51.691Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-15T00:44:51.952Z] 62% [11 git-man 65.5 kB/804 kB 8%] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-07-15T00:44:51.952Z] 68% [12 git 65.5 kB/3915 kB 2%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-07-15T00:44:51.952Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-07-15T00:44:51.952Z] 98% [14 patch 9563 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8469 kB/s) [2020-07-15T00:44:52.524Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-15T00:44:52.524Z] Selecting previously unselected package perl-modules-5.26. [2020-07-15T00:44:52.786Z] (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-07-15T00:44:52.786Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-15T00:44:52.786Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-15T00:44:56.091Z] Selecting previously unselected package libgdbm5:amd64. [2020-07-15T00:44:56.091Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-07-15T00:44:56.091Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-07-15T00:44:56.091Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-07-15T00:44:56.091Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-07-15T00:44:56.091Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-15T00:44:56.091Z] Selecting previously unselected package libperl5.26:amd64. [2020-07-15T00:44:56.091Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-15T00:44:56.091Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-15T00:44:57.034Z] Selecting previously unselected package perl. [2020-07-15T00:44:57.034Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-07-15T00:44:57.034Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-15T00:44:57.290Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-07-15T00:44:57.290Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.226s coverage: 50.3% of statements [2020-07-15T00:44:57.290Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-15T00:44:57.295Z] Selecting previously unselected package less. [2020-07-15T00:44:57.295Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-07-15T00:44:57.295Z] Unpacking less (487-0.1) ... [2020-07-15T00:44:57.295Z] Selecting previously unselected package netbase. [2020-07-15T00:44:57.295Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-07-15T00:44:57.295Z] Unpacking netbase (5.4) ... [2020-07-15T00:44:57.555Z] Selecting previously unselected package curl. [2020-07-15T00:44:57.555Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-15T00:44:57.555Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-15T00:44:57.555Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-07-15T00:44:57.555Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-07-15T00:44:57.555Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-15T00:44:57.555Z] Selecting previously unselected package liberror-perl. [2020-07-15T00:44:57.555Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-07-15T00:44:57.555Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-15T00:44:57.815Z] Selecting previously unselected package git-man. [2020-07-15T00:44:57.815Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-15T00:44:57.815Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-15T00:44:57.815Z] Selecting previously unselected package git. [2020-07-15T00:44:57.815Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-07-15T00:44:57.815Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-15T00:44:58.389Z] Selecting previously unselected package make. [2020-07-15T00:44:58.389Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-07-15T00:44:58.652Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-15T00:44:58.652Z] Selecting previously unselected package patch. [2020-07-15T00:44:58.652Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-07-15T00:44:58.652Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-15T00:44:58.652Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-15T00:44:58.652Z] Setting up less (487-0.1) ... [2020-07-15T00:44:58.913Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-15T00:44:58.913Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-15T00:44:58.913Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-07-15T00:44:58.913Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-15T00:44:58.913Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-07-15T00:44:58.913Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-15T00:44:59.174Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-07-15T00:44:59.174Z] Setting up netbase (5.4) ... [2020-07-15T00:44:59.174Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-07-15T00:44:59.174Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-15T00:44:59.174Z] Setting up liberror-perl (0.17025-1) ... [2020-07-15T00:44:59.174Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-15T00:44:59.174Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-15T00:44:59.277Z] gofmt -l . [2020-07-15T00:44:59.435Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-15T00:44:59.551Z] [ "`gofmt -l .`" = "" ] [2020-07-15T00:44:59.551Z] ./bin/test-attribution-txt.sh [2020-07-15T00:45:00.145Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-15T00:45:00.757Z] Warning: overwriting stash ‘coverage-report’ [2020-07-15T00:45:01.144Z] Stashed 1 file(s) [Pipeline] } [2020-07-15T00:45:01.153Z] $ docker stop --time=1 6dd23442a3562def46ca6fcafdf5874862f25eb4ddc70c75c10a2be73d93d676 [2020-07-15T00:45:01.347Z] curl set to automatically installed. [2020-07-15T00:45:01.347Z] git set to automatically installed. [2020-07-15T00:45:01.347Z] git-man set to automatically installed. [2020-07-15T00:45:01.347Z] less set to automatically installed. [2020-07-15T00:45:01.347Z] libcurl3-gnutls set to automatically installed. [2020-07-15T00:45:01.347Z] liberror-perl set to automatically installed. [2020-07-15T00:45:01.347Z] libgdbm-compat4 set to automatically installed. [2020-07-15T00:45:01.347Z] libgdbm5 set to automatically installed. [2020-07-15T00:45:01.347Z] libperl5.26 set to automatically installed. [2020-07-15T00:45:01.347Z] make set to automatically installed. [2020-07-15T00:45:01.347Z] netbase set to automatically installed. [2020-07-15T00:45:01.347Z] patch set to automatically installed. [2020-07-15T00:45:01.347Z] perl set to automatically installed. [2020-07-15T00:45:01.347Z] perl-modules-5.26 set to automatically installed. [2020-07-15T00:45:01.617Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-15T00:45:01.617Z] Please ensure the environment is properly setup before continuing. [2020-07-15T00:45:01.618Z] Ignore this message if the appropriate measures have already been taken [2020-07-15T00:45:02.559Z] Pulling go  [2020-07-15T00:45:03.370Z] $ docker rm -f 6dd23442a3562def46ca6fcafdf5874862f25eb4ddc70c75c10a2be73d93d676 [2020-07-15T00:45:03.513Z] 'device-modbus' has dependencies that need to be staged: go [2020-07-15T00:45:03.514Z] Skipping pull go (already ran) [2020-07-15T00:45:03.514Z] Building go  [2020-07-15T00:45:03.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-15T00:45:03.514Z] Dload Upload Total Spent Left Speed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-15T00:45:04.560Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-15T00:45:04.888Z] + ls -al . [2020-07-15T00:45:04.888Z] total 140 [2020-07-15T00:45:04.888Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 15 00:45 . [2020-07-15T00:45:04.888Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 00:42 .. [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 15 00:43 .dockerignore [2020-07-15T00:45:04.888Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 15 00:43 .git [2020-07-15T00:45:04.888Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 00:43 .github [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 330 Jul 15 00:43 .gitignore [2020-07-15T00:45:04.888Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 00:43 .semver [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 5049 Jul 15 00:43 Attribution.txt [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 1422 Jul 15 00:43 Dockerfile [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 954 Jul 15 00:43 Dockerfile.build [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 702 Jul 15 00:43 Jenkinsfile [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 15 00:43 LICENSE [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 880 Jul 15 00:43 Makefile [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 591 Jul 15 00:43 README.md [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 15 00:39 VERSION [2020-07-15T00:45:04.888Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 00:43 bin [2020-07-15T00:45:04.888Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 00:43 cmd [2020-07-15T00:45:04.888Z] -rw-r--r-- 1 jenkins jenkins 22123 Jul 15 00:44 coverage.out [2020-07-15T00:45:04.888Z] -rw-r--r-- 1 jenkins jenkins 559 Jul 15 00:45 go.mod [2020-07-15T00:45:04.888Z] -rw-r--r-- 1 jenkins jenkins 13471 Jul 15 00:45 go.sum [2020-07-15T00:45:04.888Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 15 00:43 internal [2020-07-15T00:45:04.888Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 15 00:43 simulator [2020-07-15T00:45:04.888Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 15 00:43 snap [2020-07-15T00:45:04.888Z] -rw-rw-r-- 1 jenkins jenkins 229 Jul 15 00:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:45:05.229Z] + 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=0d9dcf3dd08f488906d53c6efd799967b99372fa --label arch=arm64 --label version=1.2.2-dev.1 . [2020-07-15T00:45:05.508Z] Sending build context to Docker daemon 636.9kB [2020-07-15T00:45:05.508Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-07-15T00:45:05.508Z] Step 2/19 : FROM ${BASE} AS builder [2020-07-15T00:45:05.508Z] ---> 4477d15553e4 [2020-07-15T00:45:05.508Z] Step 3/19 : ARG MAKE='make build' [2020-07-15T00:45:05.780Z] ---> Running in 9205bb28ff65 [2020-07-15T00:45:06.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 114M 5 6623k 0 0 10.3M 0 0:00:11 --:--:-- 0:00:11 10.3M 50 114M 50 57.9M 0 0 35.7M 0 0:00:03 0:00:01 0:00:02 35.7M 100 114M 100 114M 0 0 47.3M 0 0:00:02 0:00:02 --:--:-- 47.3M [2020-07-15T00:45:06.374Z] Removing intermediate container 9205bb28ff65 [2020-07-15T00:45:06.374Z] ---> 4f2ee98e658a [2020-07-15T00:45:06.374Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-15T00:45:06.374Z] ---> Running in 04e53694b62d [2020-07-15T00:45:06.670Z] go1.13.5.linux-amd64.tar.gz: OK [2020-07-15T00:45:08.987Z] Removing intermediate container 04e53694b62d [2020-07-15T00:45:08.987Z] ---> f21154668f03 [2020-07-15T00:45:08.987Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-07-15T00:45:08.987Z] ---> Running in 8e339f90ccc4 [2020-07-15T00:45:10.417Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-15T00:45:11.014Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-15T00:45:11.611Z] OK: 203 MiB in 52 packages [2020-07-15T00:45:12.585Z] Removing intermediate container 8e339f90ccc4 [2020-07-15T00:45:12.585Z] ---> d7b5f32a461c [2020-07-15T00:45:12.585Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-07-15T00:45:12.585Z] ---> Running in e7e56deba536 [2020-07-15T00:45:13.190Z] Removing intermediate container e7e56deba536 [2020-07-15T00:45:13.190Z] ---> 5440ef8f811c [2020-07-15T00:45:13.190Z] Step 7/19 : COPY . . [2020-07-15T00:45:14.168Z] ---> 0577016df755 [2020-07-15T00:45:14.168Z] Step 8/19 : RUN ${MAKE} [2020-07-15T00:45:14.168Z] ---> Running in 7db47dca0b77 [2020-07-15T00:45:14.811Z] Staging go  [2020-07-15T00:45:15.383Z] Pulling device-modbus  [2020-07-15T00:45:15.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd [2020-07-15T00:45:16.325Z] Skipping build go (already ran) [2020-07-15T00:45:16.325Z] Building device-modbus  [2020-07-15T00:45:16.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd [2020-07-15T00:45:17.268Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-15T00:45:17.268Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T00:45:17.268Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-07-15T00:45:17.268Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-07-15T00:45:17.268Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-07-15T00:45:17.534Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T00:45:17.534Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-15T00:45:17.534Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-07-15T00:45:17.534Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-07-15T00:45:17.534Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-15T00:45:17.534Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-15T00:45:17.534Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-07-15T00:45:17.534Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-15T00:45:17.534Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-07-15T00:45:17.534Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-07-15T00:45:17.534Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T00:45:17.534Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T00:45:17.534Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-15T00:45:17.534Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T00:45:17.534Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T00:45:17.534Z] go: downloading github.com/pkg/errors v0.8.1 [2020-07-15T00:45:17.534Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T00:45:17.534Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-15T00:45:17.534Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T00:45:17.534Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T00:45:17.534Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T00:45:17.534Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T00:45:17.534Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-15T00:45:17.534Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-15T00:45:17.534Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-15T00:45:17.534Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T00:45:17.534Z] go: extracting github.com/pkg/errors v0.8.1 [2020-07-15T00:45:17.534Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T00:45:17.534Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-15T00:45:17.534Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-15T00:45:17.534Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-15T00:45:17.534Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-15T00:45:17.534Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-15T00:45:17.534Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T00:45:17.534Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T00:45:17.534Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T00:45:17.534Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-15T00:45:17.534Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-15T00:45:17.534Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T00:45:17.534Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T00:45:17.534Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-15T00:45:17.534Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T00:45:17.796Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T00:45:17.796Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T00:45:17.796Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-15T00:45:17.796Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T00:45:17.796Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T00:45:17.796Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T00:45:17.796Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T00:45:17.796Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T00:45:17.796Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-15T00:45:17.796Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T00:45:17.796Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T00:45:17.796Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T00:45:17.796Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T00:45:17.796Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-07-15T00:45:17.796Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-07-15T00:45:17.796Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-15T00:45:17.796Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T00:45:17.796Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-07-15T00:45:17.796Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-15T00:45:17.796Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T00:45:18.060Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-15T00:45:18.060Z] go: finding github.com/google/uuid v1.1.1 [2020-07-15T00:45:18.060Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T00:45:18.060Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-15T00:45:18.060Z] go: finding github.com/goburrow/serial v0.1.0 [2020-07-15T00:45:18.060Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-15T00:45:18.060Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T00:45:18.060Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T00:45:18.060Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T00:45:18.060Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-15T00:45:18.060Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-15T00:45:18.060Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-15T00:45:18.060Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-15T00:45:18.060Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T00:45:18.060Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-15T00:45:18.060Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T00:45:18.060Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T00:45:18.060Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-15T00:45:18.060Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T00:45:18.060Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T00:45:18.060Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T00:45:18.060Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-15T00:45:18.060Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T00:45:18.060Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T00:45:18.060Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T00:45:18.060Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-07-15T00:45:30.352Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-15T00:45:32.890Z] Skipping stage go (already ran) [2020-07-15T00:45:32.890Z] Staging device-modbus  [2020-07-15T00:45:33.833Z] Priming go  [2020-07-15T00:45:34.773Z] Priming device-modbus  [2020-07-15T00:45:35.714Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-07-15T00:45:35.715Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-07-15T00:45:35.715Z] Determining the version from the project repo (version-script). [2020-07-15T00:45:35.715Z] The version has been set to '1.2.2-dev.1-20200715+0d9dcf3' [2020-07-15T00:45:37.106Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-07-15T00:45:37.106Z] Snapped edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap [2020-07-15T00:45:40.402Z] [2020-07-15T00:45:40.402Z] Login successful. You now have these capabilities: [2020-07-15T00:45:40.402Z]  [2020-07-15T00:45:40.402Z] snaps: No restriction [2020-07-15T00:45:40.402Z] channels: No restriction [2020-07-15T00:45:40.402Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-15T00:45:40.402Z] expires: 2021-07-14T18:21:36.256372 [2020-07-15T00:45:40.402Z]  [2020-07-15T00:45:40.661Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-15T00:45:40.661Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-15T00:45:40.661Z] Preparing to upload 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap'. [2020-07-15T00:45:40.661Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-15T00:45:40.661Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-15T00:45:42.535Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-15T00:45:43.208Z] Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 28% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 57% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 85% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 100% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [] 100% [2020-07-15T00:45:47.921Z] Removing intermediate container 7db47dca0b77 [2020-07-15T00:45:47.922Z] ---> dcd8b9836fe1 [2020-07-15T00:45:47.922Z] Step 9/19 : FROM scratch [2020-07-15T00:45:47.922Z] ---> [2020-07-15T00:45:47.922Z] Step 10/19 : ENV APP_PORT=49991 [2020-07-15T00:45:47.922Z] ---> Running in 3ce874685652 [2020-07-15T00:45:47.922Z] Removing intermediate container 3ce874685652 [2020-07-15T00:45:47.922Z] ---> 98c029819f72 [2020-07-15T00:45:47.922Z] Step 11/19 : EXPOSE $APP_PORT [2020-07-15T00:45:47.922Z] ---> Running in 14d1a3677414 [2020-07-15T00:45:47.922Z] Removing intermediate container 14d1a3677414 [2020-07-15T00:45:47.922Z] ---> 779bebefdec2 [2020-07-15T00:45:47.922Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-07-15T00:45:49.349Z] ---> 7836d12b16c1 [2020-07-15T00:45:49.349Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-07-15T00:45:49.948Z] ---> 7c5158b26c0c [2020-07-15T00:45:49.948Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-07-15T00:45:50.542Z] ---> 12ffc7d74e16 [2020-07-15T00:45:50.542Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-07-15T00:45:50.814Z] ---> Running in 3939eaa34eb4 [2020-07-15T00:45:50.995Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- 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-07-15T00:45:50.995Z] Ready to release! [2020-07-15T00:45:50.995Z] Revision 1273 of 'edgex-device-modbus' created. [2020-07-15T00:45:51.084Z] Removing intermediate container 3939eaa34eb4 [2020-07-15T00:45:51.084Z] ---> 18089c8a750d [2020-07-15T00:45:51.084Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-15T00:45:51.356Z] ---> Running in a584f5d8fb9c [2020-07-15T00:45:51.626Z] Removing intermediate container a584f5d8fb9c [2020-07-15T00:45:51.626Z] ---> 341000c167eb [2020-07-15T00:45:51.626Z] Step 17/19 : LABEL arch=arm64 [2020-07-15T00:45:51.897Z] ---> Running in d7c82a72e38a [2020-07-15T00:45:51.933Z] Track Arch Channel Version Revision [2020-07-15T00:45:51.933Z] latest amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-07-15T00:45:51.933Z] candidate 1.2.1-20200612+fdf900d 1255 [2020-07-15T00:45:51.933Z] beta 1.2.1-20200612+fdf900d 1255 [2020-07-15T00:45:51.933Z] edge 1.2.2-dev.1-20200715+0d9dcf3 1273 [2020-07-15T00:45:51.933Z] edinburgh amd64 stable - - [2020-07-15T00:45:51.933Z] candidate - - [2020-07-15T00:45:51.933Z] beta 1.0.0-20190626+739f7ef 112 [2020-07-15T00:45:51.933Z] edge 1.0.0-20200103+c777f31 956 [2020-07-15T00:45:51.933Z] fuji amd64 stable 1.1.1-20200228+37c94ae 1087 [2020-07-15T00:45:51.933Z] candidate ↑ ↑ [2020-07-15T00:45:51.933Z] beta 1.1.1-20200228+37c94ae 1087 [2020-07-15T00:45:51.933Z] edge 1.1.1-20200422+37c94ae 1193 [2020-07-15T00:45:51.933Z] geneva amd64 stable 1.2.1-20200612+fdf900d 1255 [2020-07-15T00:45:51.933Z] candidate ↑ ↑ [2020-07-15T00:45:51.933Z] beta ↑ ↑ [2020-07-15T00:45:51.933Z] edge ↑ ↑ [2020-07-15T00:45:52.168Z] Removing intermediate container d7c82a72e38a [2020-07-15T00:45:52.168Z] ---> f344a87e49f8 [2020-07-15T00:45:52.168Z] Step 18/19 : LABEL git_sha=0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:45:52.439Z] ---> Running in b9642224d4c6 [2020-07-15T00:45:52.505Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-15T00:45:52.505Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-15T00:45:52.505Z] Uploading metadata from 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_amd64.snap' [2020-07-15T00:45:52.709Z] Removing intermediate container b9642224d4c6 [2020-07-15T00:45:52.709Z] ---> 34e0490af14e [2020-07-15T00:45:52.709Z] Step 19/19 : LABEL version=1.2.2-dev.1 [2020-07-15T00:45:52.709Z] ---> Running in 342959cb15ac [2020-07-15T00:45:53.311Z] Removing intermediate container 342959cb15ac [2020-07-15T00:45:53.311Z] ---> 2b74edaa5f94 [2020-07-15T00:45:53.311Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-15T00:45:53.311Z] Successfully built 2b74edaa5f94 [2020-07-15T00:45:53.311Z] 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-07-15T00:45:53.709Z] provisioning config files... [2020-07-15T00:45:53.745Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/15@tmp/config1777516797958905953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:45:54.141Z] nexus3.edgexfoundry.org:10001 [2020-07-15T00:45:54.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:45:54.684Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:45:54.684Z] Configure a credential helper to remove this warning. See [2020-07-15T00:45:54.684Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:45:54.684Z] [2020-07-15T00:45:54.684Z] Login Succeeded [2020-07-15T00:45:54.684Z] nexus3.edgexfoundry.org:10002 [2020-07-15T00:45:54.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:45:55.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:45:55.231Z] Configure a credential helper to remove this warning. See [2020-07-15T00:45:55.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:45:55.231Z] [2020-07-15T00:45:55.231Z] Login Succeeded [2020-07-15T00:45:55.231Z] nexus3.edgexfoundry.org:10003 [2020-07-15T00:45:55.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:45:55.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:45:55.777Z] Configure a credential helper to remove this warning. See [2020-07-15T00:45:55.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:45:55.777Z] [2020-07-15T00:45:55.777Z] Login Succeeded [2020-07-15T00:45:55.777Z] nexus3.edgexfoundry.org:10004 [2020-07-15T00:45:55.805Z] The metadata has been uploaded [2020-07-15T00:45:56.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-15T00:45:56.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:45:56.320Z] Configure a credential helper to remove this warning. See [2020-07-15T00:45:56.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:45:56.320Z] [2020-07-15T00:45:56.320Z] Login Succeeded [2020-07-15T00:45:56.320Z] docker.io [2020-07-15T00:45:56.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2020-07-15T00:45:56.751Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-15T00:45:57.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-15T00:45:57.181Z] Configure a credential helper to remove this warning. See [2020-07-15T00:45:57.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-15T00:45:57.181Z] [2020-07-15T00:45:57.181Z] Login Succeeded [Pipeline] // withEnv [Pipeline] } [Pipeline] } [2020-07-15T00:45:57.246Z] Deleting 1 temporary files [Pipeline] // ws [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2020-07-15T00:45:57.641Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-07-15T00:45:57.641Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:45:57.641Z] latest [2020-07-15T00:45:57.641Z] 1.2.2-dev.1 [2020-07-15T00:45:57.641Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-07-15T00:45:57.641Z] master [2020-07-15T00:45:57.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:45:58.079Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:45:58.416Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:45:58.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-15T00:45:58.416Z] dad40de1a2f2: Preparing [2020-07-15T00:45:58.416Z] 7cc27917088b: Preparing [2020-07-15T00:45:58.416Z] dbd0a8f7d307: Preparing [2020-07-15T00:45:58.695Z] 7cc27917088b: Pushed [2020-07-15T00:45:58.695Z] dad40de1a2f2: Pushed [2020-07-15T00:46:01.302Z] dbd0a8f7d307: Pushed [2020-07-15T00:46:01.302Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:46:01.652Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:46:01.982Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-07-15T00:46:01.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-15T00:46:01.982Z] dad40de1a2f2: Preparing [2020-07-15T00:46:01.982Z] 7cc27917088b: Preparing [2020-07-15T00:46:01.982Z] dbd0a8f7d307: Preparing [2020-07-15T00:46:01.982Z] dbd0a8f7d307: Layer already exists [2020-07-15T00:46:01.982Z] dad40de1a2f2: Layer already exists [2020-07-15T00:46:01.982Z] 7cc27917088b: Layer already exists [2020-07-15T00:46:02.253Z] latest: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:46:02.591Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:46:02.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.1 [2020-07-15T00:46:02.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-15T00:46:02.924Z] dad40de1a2f2: Preparing [2020-07-15T00:46:02.924Z] 7cc27917088b: Preparing [2020-07-15T00:46:02.924Z] dbd0a8f7d307: Preparing [2020-07-15T00:46:02.924Z] dad40de1a2f2: Layer already exists [2020-07-15T00:46:02.924Z] 7cc27917088b: Layer already exists [2020-07-15T00:46:02.924Z] dbd0a8f7d307: Layer already exists [2020-07-15T00:46:03.196Z] 1.2.2-dev.1: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:46:03.529Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:46:03.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-07-15T00:46:03.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-15T00:46:03.858Z] dad40de1a2f2: Preparing [2020-07-15T00:46:03.858Z] 7cc27917088b: Preparing [2020-07-15T00:46:03.858Z] dbd0a8f7d307: Preparing [2020-07-15T00:46:03.858Z] dbd0a8f7d307: Layer already exists [2020-07-15T00:46:03.858Z] dad40de1a2f2: Layer already exists [2020-07-15T00:46:03.858Z] 7cc27917088b: Layer already exists [2020-07-15T00:46:04.130Z] 0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:46:04.464Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:46:04.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-07-15T00:46:04.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-07-15T00:46:04.799Z] dad40de1a2f2: Preparing [2020-07-15T00:46:04.799Z] 7cc27917088b: Preparing [2020-07-15T00:46:04.799Z] dbd0a8f7d307: Preparing [2020-07-15T00:46:04.799Z] dad40de1a2f2: Layer already exists [2020-07-15T00:46:04.799Z] dbd0a8f7d307: Layer already exists [2020-07-15T00:46:04.799Z] 7cc27917088b: Layer already exists [2020-07-15T00:46:05.068Z] master: digest: sha256:a8f201043628daace31a7e9b0d292b89275fb1502bfb9baacfc4e7a56266a4cc size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-15T00:46:05.250Z] ===================================================== [Pipeline] echo [2020-07-15T00:46:05.293Z] taggedImages: [2020-07-15T00:46:05.293Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:46:05.293Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-07-15T00:46:05.293Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.2-dev.1 [2020-07-15T00:46:05.293Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa-1.2.2-dev.1 [2020-07-15T00:46:05.293Z] - 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-07-15T00:46:05.925Z] + find /w/workspace/device-modbus-go/15 [2020-07-15T00:46:05.925Z] + grep snapcraft.yaml [2020-07-15T00:46:05.925Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/15/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-15T00:46:06.062Z] provisioning config files... [2020-07-15T00:46:06.079Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/15@tmp/config8084870733273728676tmp [Pipeline] { [Pipeline] sh [2020-07-15T00:46:06.460Z] + cp /w/workspace/device-modbus-go/15@tmp/config8084870733273728676tmp /w/workspace/device-modbus-go/15/edgex-snap-store-login [Pipeline] sh [2020-07-15T00:46:06.789Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/15:/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-07-15T00:46:06.789Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-07-15T00:46:06.789Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-07-15T00:46:06.789Z] 68fe03cb170d: Pulling fs layer [2020-07-15T00:46:06.789Z] 18959295effb: Pulling fs layer [2020-07-15T00:46:06.789Z] 51118fb70ce3: Pulling fs layer [2020-07-15T00:46:06.789Z] 409a5d9eae93: Pulling fs layer [2020-07-15T00:46:06.789Z] 76e762919bd5: Pulling fs layer [2020-07-15T00:46:06.789Z] 8ed2c1ec22f6: Pulling fs layer [2020-07-15T00:46:06.789Z] 7f90baa40d9b: Pulling fs layer [2020-07-15T00:46:06.789Z] e1aa5cc854c1: Pulling fs layer [2020-07-15T00:46:06.789Z] b0d1d86f3456: Pulling fs layer [2020-07-15T00:46:06.789Z] 409a5d9eae93: Waiting [2020-07-15T00:46:06.789Z] 7f90baa40d9b: Waiting [2020-07-15T00:46:06.789Z] 76e762919bd5: Waiting [2020-07-15T00:46:06.789Z] 8ed2c1ec22f6: Waiting [2020-07-15T00:46:06.789Z] e1aa5cc854c1: Waiting [2020-07-15T00:46:06.789Z] b0d1d86f3456: Waiting [2020-07-15T00:46:07.063Z] 18959295effb: Verifying Checksum [2020-07-15T00:46:07.063Z] 18959295effb: Download complete [2020-07-15T00:46:07.063Z] 51118fb70ce3: Verifying Checksum [2020-07-15T00:46:07.063Z] 51118fb70ce3: Download complete [2020-07-15T00:46:07.063Z] 409a5d9eae93: Verifying Checksum [2020-07-15T00:46:07.063Z] 409a5d9eae93: Download complete [2020-07-15T00:46:07.063Z] 8ed2c1ec22f6: Verifying Checksum [2020-07-15T00:46:07.063Z] 8ed2c1ec22f6: Download complete [2020-07-15T00:46:07.063Z] 7f90baa40d9b: Download complete [2020-07-15T00:46:07.063Z] e1aa5cc854c1: Verifying Checksum [2020-07-15T00:46:07.063Z] e1aa5cc854c1: Download complete [2020-07-15T00:46:07.063Z] b0d1d86f3456: Verifying Checksum [2020-07-15T00:46:07.063Z] b0d1d86f3456: Download complete [2020-07-15T00:46:08.040Z] 68fe03cb170d: Verifying Checksum [2020-07-15T00:46:08.040Z] 68fe03cb170d: Download complete [2020-07-15T00:46:10.651Z] 68fe03cb170d: Pull complete [2020-07-15T00:46:11.242Z] 18959295effb: Pull complete [2020-07-15T00:46:11.514Z] 51118fb70ce3: Pull complete [2020-07-15T00:46:11.787Z] 409a5d9eae93: Pull complete [2020-07-15T00:46:17.177Z] 76e762919bd5: Verifying Checksum [2020-07-15T00:46:17.177Z] 76e762919bd5: Download complete [2020-07-15T00:46:56.144Z] 76e762919bd5: Pull complete [2020-07-15T00:46:56.144Z] 8ed2c1ec22f6: Pull complete [2020-07-15T00:46:56.144Z] 7f90baa40d9b: Pull complete [2020-07-15T00:46:56.144Z] e1aa5cc854c1: Pull complete [2020-07-15T00:46:56.463Z] b0d1d86f3456: Pull complete [2020-07-15T00:46:56.463Z] Digest: sha256:05830ed3def9c2eaf396b0f1c8191bdb37c9887c76356d219b134b5fd994ebab [2020-07-15T00:46:56.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-07-15T00:47:03.209Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-15T00:47:03.209Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-07-15T00:47:03.209Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-07-15T00:47:03.482Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-07-15T00:47:04.456Z] Fetched 252 kB in 2s (150 kB/s) [2020-07-15T00:47:08.733Z] Reading package lists... [2020-07-15T00:47:23.782Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-07-15T00:47:23.782Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-07-15T00:47:23.782Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-07-15T00:47:23.782Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-07-15T00:47:27.013Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 90% 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-07-15T00:47:33.688Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-15T00:47:37.710Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 53% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 74% 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... 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-07-15T00:47:38.297Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-07-15T00:47:38.297Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-07-15T00:47:38.888Z] The following packages were automatically installed and are no longer required: [2020-07-15T00:47:38.888Z] libjq1 libonig4 [2020-07-15T00:47:38.888Z] Use 'sudo apt autoremove' to remove them. [2020-07-15T00:47:38.888Z] Suggested packages: [2020-07-15T00:47:38.888Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-07-15T00:47:38.888Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-07-15T00:47:38.888Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-07-15T00:47:38.888Z] | libterm-readline-perl-perl [2020-07-15T00:47:39.476Z] The following NEW packages will be installed: [2020-07-15T00:47:39.476Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-07-15T00:47:39.476Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-07-15T00:47:39.476Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-07-15T00:47:39.476Z] Need to get 10.8 MB of archives. [2020-07-15T00:47:39.476Z] After this operation, 73.6 MB of additional disk space will be used. [2020-07-15T00:47:39.476Z] 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-07-15T00:47:40.334Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 6% [1 perl-modules-5.26 873 kB/2763 kB 32%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-07-15T00:47:40.334Z] 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-07-15T00:47:40.334Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-07-15T00:47:40.606Z] 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-07-15T00:47:40.606Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-07-15T00:47:40.606Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-07-15T00:47:40.606Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-07-15T00:47:40.606Z] 58% [8 curl 55.4 kB/152 kB 36%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-07-15T00:47:40.606Z] 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-07-15T00:47:40.606Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-07-15T00:47:40.606Z] 65% [11 git-man 28.4 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-07-15T00:47:40.606Z] 72% [12 git 11.0 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-07-15T00:47:40.606Z] 96% [13 make 32.8 kB/139 kB 24%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-07-15T00:47:40.606Z] 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (8378 kB/s) [2020-07-15T00:47:41.195Z] debconf: delaying package configuration, since apt-utils is not installed [2020-07-15T00:47:41.464Z] Selecting previously unselected package perl-modules-5.26. [2020-07-15T00:47:41.464Z] (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-07-15T00:47:41.464Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-07-15T00:47:41.464Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-15T00:47:42.885Z] Selecting previously unselected package libgdbm5:arm64. [2020-07-15T00:47:42.885Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-07-15T00:47:43.159Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-07-15T00:47:43.159Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-07-15T00:47:43.159Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-07-15T00:47:43.159Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-15T00:47:43.159Z] Selecting previously unselected package libperl5.26:arm64. [2020-07-15T00:47:43.159Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-15T00:47:43.430Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-15T00:47:44.852Z] Selecting previously unselected package perl. [2020-07-15T00:47:44.852Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-07-15T00:47:44.852Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-07-15T00:47:44.852Z] Selecting previously unselected package less. [2020-07-15T00:47:44.852Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-07-15T00:47:44.852Z] Unpacking less (487-0.1) ... [2020-07-15T00:47:44.852Z] Selecting previously unselected package netbase. [2020-07-15T00:47:44.852Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-07-15T00:47:44.852Z] Unpacking netbase (5.4) ... [2020-07-15T00:47:45.122Z] Selecting previously unselected package curl. [2020-07-15T00:47:45.122Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-15T00:47:45.122Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-07-15T00:47:45.394Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-07-15T00:47:45.394Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-07-15T00:47:45.394Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-15T00:47:45.394Z] Selecting previously unselected package liberror-perl. [2020-07-15T00:47:45.394Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-07-15T00:47:45.394Z] Unpacking liberror-perl (0.17025-1) ... [2020-07-15T00:47:45.664Z] Selecting previously unselected package git-man. [2020-07-15T00:47:45.664Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-07-15T00:47:45.664Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-15T00:47:45.934Z] Selecting previously unselected package git. [2020-07-15T00:47:45.934Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-07-15T00:47:45.934Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-07-15T00:47:47.358Z] Selecting previously unselected package make. [2020-07-15T00:47:47.358Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-07-15T00:47:47.358Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-07-15T00:47:47.358Z] Selecting previously unselected package patch. [2020-07-15T00:47:47.358Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-07-15T00:47:47.358Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-07-15T00:47:47.358Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-07-15T00:47:47.628Z] Setting up less (487-0.1) ... [2020-07-15T00:47:47.898Z] Setting up make (4.1-9.1ubuntu1) ... [2020-07-15T00:47:47.898Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-07-15T00:47:47.899Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-07-15T00:47:47.899Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-07-15T00:47:47.899Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-07-15T00:47:48.167Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-07-15T00:47:48.167Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-07-15T00:47:48.167Z] Setting up netbase (5.4) ... [2020-07-15T00:47:48.167Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-07-15T00:47:48.167Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-07-15T00:47:48.167Z] Setting up liberror-perl (0.17025-1) ... [2020-07-15T00:47:48.437Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-07-15T00:47:48.437Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-07-15T00:47:48.437Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-07-15T00:47:53.805Z] curl set to automatically installed. [2020-07-15T00:47:53.805Z] git set to automatically installed. [2020-07-15T00:47:53.805Z] git-man set to automatically installed. [2020-07-15T00:47:53.805Z] less set to automatically installed. [2020-07-15T00:47:54.074Z] libcurl3-gnutls set to automatically installed. [2020-07-15T00:47:54.074Z] liberror-perl set to automatically installed. [2020-07-15T00:47:54.074Z] libgdbm-compat4 set to automatically installed. [2020-07-15T00:47:54.074Z] libgdbm5 set to automatically installed. [2020-07-15T00:47:54.074Z] libperl5.26 set to automatically installed. [2020-07-15T00:47:54.074Z] make set to automatically installed. [2020-07-15T00:47:54.074Z] netbase set to automatically installed. [2020-07-15T00:47:54.074Z] patch set to automatically installed. [2020-07-15T00:47:54.344Z] perl set to automatically installed. [2020-07-15T00:47:54.344Z] perl-modules-5.26 set to automatically installed. [2020-07-15T00:47:54.344Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-07-15T00:47:54.344Z] Please ensure the environment is properly setup before continuing. [2020-07-15T00:47:54.344Z] Ignore this message if the appropriate measures have already been taken [2020-07-15T00:47:55.310Z] Pulling go  [2020-07-15T00:47:58.670Z] 'device-modbus' has dependencies that need to be staged: go [2020-07-15T00:47:58.670Z] Skipping pull go (already ran) [2020-07-15T00:47:58.670Z] Building go  [2020-07-15T00:47:58.670Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-15T00:47:58.670Z] Dload Upload Total Spent Left Speed [2020-07-15T00:48:01.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 93.0M 23 21.8M 0 0 22.4M 0 0:00:04 --:--:-- 0:00:04 22.4M 68 93.0M 68 64.0M 0 0 32.5M 0 0:00:02 0:00:01 0:00:01 32.5M 100 93.0M 100 93.0M 0 0 35.2M 0 0:00:02 0:00:02 --:--:-- 35.3M [2020-07-15T00:48:02.627Z] go1.13.5.linux-arm64.tar.gz: OK [2020-07-15T00:48:20.894Z] Staging go  [2020-07-15T00:48:23.502Z] Pulling device-modbus  [2020-07-15T00:48:26.865Z] Skipping build go (already ran) [2020-07-15T00:48:26.865Z] Building device-modbus  [2020-07-15T00:48:26.865Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.2-dev.1" -o cmd/device-modbus ./cmd [2020-07-15T00:48:27.456Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-15T00:48:27.456Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T00:48:27.456Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-07-15T00:48:27.456Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-07-15T00:48:27.456Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-07-15T00:48:27.456Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-15T00:48:27.456Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T00:48:27.456Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-07-15T00:48:27.729Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-07-15T00:48:27.729Z] go: downloading github.com/google/uuid v1.1.1 [2020-07-15T00:48:27.729Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-15T00:48:27.729Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-07-15T00:48:27.729Z] go: extracting github.com/google/uuid v1.1.1 [2020-07-15T00:48:27.729Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T00:48:27.729Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-15T00:48:27.729Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-07-15T00:48:27.729Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-07-15T00:48:27.729Z] go: downloading github.com/pkg/errors v0.8.1 [2020-07-15T00:48:27.729Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T00:48:27.729Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T00:48:27.729Z] go: extracting github.com/pkg/errors v0.8.1 [2020-07-15T00:48:27.729Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-07-15T00:48:27.729Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T00:48:27.729Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-07-15T00:48:27.729Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T00:48:27.729Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T00:48:27.729Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-07-15T00:48:27.729Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T00:48:27.729Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-07-15T00:48:27.729Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T00:48:27.729Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T00:48:27.730Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T00:48:27.730Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-07-15T00:48:27.730Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-07-15T00:48:28.001Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T00:48:28.001Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-07-15T00:48:28.001Z] go: downloading github.com/x448/float16 v0.8.4 [2020-07-15T00:48:28.001Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T00:48:28.001Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-07-15T00:48:28.001Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T00:48:28.001Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T00:48:28.001Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-07-15T00:48:28.001Z] go: extracting github.com/x448/float16 v0.8.4 [2020-07-15T00:48:28.001Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-07-15T00:48:28.001Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T00:48:28.001Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T00:48:28.001Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T00:48:28.001Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T00:48:28.001Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T00:48:28.001Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-07-15T00:48:28.001Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T00:48:28.001Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T00:48:28.001Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T00:48:28.270Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-07-15T00:48:28.270Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T00:48:28.270Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T00:48:28.270Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T00:48:28.270Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T00:48:28.270Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T00:48:28.270Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T00:48:28.541Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-07-15T00:48:28.541Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-07-15T00:48:28.541Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-07-15T00:48:28.541Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-15T00:48:28.541Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-07-15T00:48:28.541Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-15T00:48:28.541Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-15T00:48:28.541Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-15T00:48:28.541Z] go: finding github.com/goburrow/serial v0.1.0 [2020-07-15T00:48:28.541Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-15T00:48:28.541Z] go: finding github.com/google/uuid v1.1.1 [2020-07-15T00:48:28.541Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-07-15T00:48:28.541Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-15T00:48:28.541Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-15T00:48:28.541Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-15T00:48:28.812Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-15T00:48:28.812Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-15T00:48:28.812Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-15T00:48:28.812Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-15T00:48:28.812Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-15T00:48:28.812Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-15T00:48:28.812Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-15T00:48:28.812Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-15T00:48:28.812Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-15T00:48:28.812Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-15T00:48:28.812Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-15T00:48:28.812Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-15T00:48:28.812Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-15T00:48:28.812Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-15T00:48:28.812Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-15T00:48:28.812Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-15T00:48:28.812Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-15T00:48:28.812Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-07-15T00:48:50.963Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-15T00:49:09.237Z] Skipping stage go (already ran) [2020-07-15T00:49:09.237Z] Staging device-modbus  [2020-07-15T00:49:10.660Z] Priming go  [2020-07-15T00:49:14.099Z] Priming device-modbus  [2020-07-15T00:49:17.497Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-07-15T00:49:17.497Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-07-15T00:49:17.497Z] Determining the version from the project repo (version-script). [2020-07-15T00:49:17.497Z] The version has been set to '1.2.2-dev.1-20200715+0d9dcf3' [2020-07-15T00:49:19.946Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-07-15T00:49:19.946Z] Snapped edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap [2020-07-15T00:49:25.316Z] [2020-07-15T00:49:25.316Z] Login successful. You now have these capabilities: [2020-07-15T00:49:25.316Z]  [2020-07-15T00:49:25.316Z] snaps: No restriction [2020-07-15T00:49:25.316Z] channels: No restriction [2020-07-15T00:49:25.316Z] permissions: ['package_access', 'package_manage', 'package_push', 'package_register', 'package_release', 'package_update'] [2020-07-15T00:49:25.316Z] expires: 2021-07-14T18:21:36.256372 [2020-07-15T00:49:25.316Z]  [2020-07-15T00:49:28.683Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-15T00:49:28.683Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-15T00:49:28.683Z] Preparing to upload 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap'. [2020-07-15T00:49:28.683Z] After uploading, the resulting snap revision will be released to 'latest/edge' when it passes the Snap Store review. [2020-07-15T00:49:28.683Z] Install the review-tools from the Snap Store for enhanced checks before uploading this snap. [2020-07-15T00:49:30.998Z] Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 0% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 1% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 2% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 3% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 4% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 5% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 6% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 7% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 8% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 9% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 10% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 11% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 12% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 13% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 14% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 15% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 16% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 17% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 18% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 19% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 20% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 21% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 22% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 23% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 24% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 25% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 26% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 27% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 29% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 30% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 31% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 32% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 33% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 34% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 35% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 36% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 37% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 38% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 39% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 40% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 41% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 42% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 43% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 44% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 45% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 46% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 47% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 48% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 49% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 50% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 51% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 52% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 53% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 54% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 55% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 56% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 58% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 59% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 60% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 61% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 62% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 63% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 64% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 65% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 66% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 67% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 68% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 69% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 70% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 71% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 72% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 73% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 74% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 75% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 76% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 77% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 78% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 79% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 80% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 81% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 82% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 83% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 84% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 86% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 87% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 88% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 89% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 90% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 91% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 92% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 93% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 94% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 95% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 96% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 97% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 98% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 99% Pushing 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [] 100% [2020-07-15T00:49:39.053Z] Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| Processing.../ Processing...- Processing...\ Processing...| 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-07-15T00:49:39.053Z] released [2020-07-15T00:49:39.323Z] Revision 1274 of 'edgex-device-modbus' created. [2020-07-15T00:49:40.741Z] Track Arch Channel Version Revision [2020-07-15T00:49:40.741Z] latest arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-07-15T00:49:40.741Z] candidate 1.2.1-20200612+fdf900d 1256 [2020-07-15T00:49:40.741Z] beta 1.2.1-20200612+fdf900d 1256 [2020-07-15T00:49:40.741Z] edge 1.2.2-dev.1-20200715+0d9dcf3 1274 [2020-07-15T00:49:40.741Z] edinburgh arm64 stable - - [2020-07-15T00:49:40.741Z] candidate - - [2020-07-15T00:49:40.741Z] beta 1.0.0-20190627+739f7ef 113 [2020-07-15T00:49:40.741Z] edge 1.0.0-20200107+c777f31 958 [2020-07-15T00:49:40.741Z] fuji arm64 stable 1.1.1-20200311+37c94ae 1112 [2020-07-15T00:49:40.741Z] candidate ↑ ↑ [2020-07-15T00:49:40.741Z] beta 1.1.1-20200311+37c94ae 1112 [2020-07-15T00:49:40.741Z] edge 1.1.1-20200422+37c94ae 1194 [2020-07-15T00:49:40.741Z] geneva arm64 stable 1.2.1-20200612+fdf900d 1256 [2020-07-15T00:49:40.741Z] candidate ↑ ↑ [2020-07-15T00:49:40.741Z] beta ↑ ↑ [2020-07-15T00:49:40.741Z] edge ↑ ↑ [2020-07-15T00:49:44.106Z] DEPRECATED: The 'push' set of commands have been replaced with 'upload'. [2020-07-15T00:49:44.106Z] See http://snapcraft.io/docs/deprecation-notices/dn11 for more information. [2020-07-15T00:49:44.106Z] Uploading metadata from 'edgex-device-modbus_1.2.2-dev.1-20200715+0d9dcf3_arm64.snap' [2020-07-15T00:49:47.469Z] The metadata has been uploaded [Pipeline] } [2020-07-15T00:49:49.442Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-15T00:49:50.712Z] provisioning config files... [2020-07-15T00:49:50.725Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2000476686234810972tmp [Pipeline] { [Pipeline] sh [2020-07-15T00:49:51.089Z] + curl -s https://codecov.io/bash [2020-07-15T00:49:51.089Z] + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_master@tmp/config2000476686234810972tmp [Pipeline] } [2020-07-15T00:49:51.359Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-15T00:49:51.752Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-15T00:49:51.753Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-15T00:49:51.800Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:49:52.134Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-15T00:49:52.134Z] [2020-07-15T00:49:52.134Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:49:52.487Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-15T00:49:52.487Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-15T00:49:52.487Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-15T00:49:52.487Z] 408f87550127: Pulling fs layer [2020-07-15T00:49:52.487Z] fe522b08c979: Pulling fs layer [2020-07-15T00:49:52.487Z] 221eaa008020: Pulling fs layer [2020-07-15T00:49:52.487Z] 2a4607e5d6b9: Pulling fs layer [2020-07-15T00:49:52.487Z] 8f79b27c4fd2: Pulling fs layer [2020-07-15T00:49:52.487Z] e5c8dbe1645b: Pulling fs layer [2020-07-15T00:49:52.487Z] 23e8b3b47431: Pulling fs layer [2020-07-15T00:49:52.487Z] 5c568d65a230: Pulling fs layer [2020-07-15T00:49:52.487Z] 8f79b27c4fd2: Waiting [2020-07-15T00:49:52.487Z] e5c8dbe1645b: Waiting [2020-07-15T00:49:52.487Z] 23e8b3b47431: Waiting [2020-07-15T00:49:52.487Z] 5c568d65a230: Waiting [2020-07-15T00:49:52.487Z] 221eaa008020: Waiting [2020-07-15T00:49:52.487Z] 2a4607e5d6b9: Waiting [2020-07-15T00:49:52.487Z] fe522b08c979: Verifying Checksum [2020-07-15T00:49:52.487Z] fe522b08c979: Download complete [2020-07-15T00:49:52.487Z] 408f87550127: Verifying Checksum [2020-07-15T00:49:52.487Z] 408f87550127: Download complete [2020-07-15T00:49:52.487Z] 2a4607e5d6b9: Verifying Checksum [2020-07-15T00:49:52.487Z] 2a4607e5d6b9: Download complete [2020-07-15T00:49:52.487Z] 8f79b27c4fd2: Download complete [2020-07-15T00:49:52.487Z] cbdbe7a5bc2a: Download complete [2020-07-15T00:49:52.772Z] e5c8dbe1645b: Verifying Checksum [2020-07-15T00:49:52.772Z] e5c8dbe1645b: Download complete [2020-07-15T00:49:53.046Z] cbdbe7a5bc2a: Pull complete [2020-07-15T00:49:53.324Z] 23e8b3b47431: Verifying Checksum [2020-07-15T00:49:53.324Z] 23e8b3b47431: Download complete [2020-07-15T00:49:53.324Z] 5c568d65a230: Verifying Checksum [2020-07-15T00:49:53.324Z] 5c568d65a230: Download complete [2020-07-15T00:49:53.592Z] 408f87550127: Pull complete [2020-07-15T00:49:53.592Z] fe522b08c979: Pull complete [2020-07-15T00:49:54.164Z] 221eaa008020: Verifying Checksum [2020-07-15T00:49:54.164Z] 221eaa008020: Download complete [2020-07-15T00:49:59.485Z] 221eaa008020: Pull complete [2020-07-15T00:49:59.485Z] 2a4607e5d6b9: Pull complete [2020-07-15T00:49:59.485Z] 8f79b27c4fd2: Pull complete [2020-07-15T00:50:02.040Z] e5c8dbe1645b: Pull complete [2020-07-15T00:50:05.349Z] 23e8b3b47431: Pull complete [2020-07-15T00:50:07.274Z] 5c568d65a230: Pull complete [2020-07-15T00:50:07.274Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-15T00:50:07.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-15T00:50:07.274Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-15T00:50:07.431Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:50:07.476Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-15T00:50:08.258Z] $ docker top bf5d711a208178ac0436aea5ab2f6c9d1e42031b93125c9ffe6d68ab76ef1348 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-15T00:50:08.785Z] + snyk monitor '--org=edgex-jenkins' [2020-07-15T00:50:16.923Z] [2020-07-15T00:50:16.923Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-07-15T00:50:16.923Z] [2020-07-15T00:50:16.923Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/7da3c529-a35a-478c-8784-41fde0be9f5d [2020-07-15T00:50:16.923Z] [2020-07-15T00:50:16.923Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-15T00:50:16.923Z] [2020-07-15T00:50:16.923Z] [Pipeline] } [2020-07-15T00:50:16.941Z] $ docker stop --time=1 bf5d711a208178ac0436aea5ab2f6c9d1e42031b93125c9ffe6d68ab76ef1348 [2020-07-15T00:50:19.032Z] $ docker rm -f bf5d711a208178ac0436aea5ab2f6c9d1e42031b93125c9ffe6d68ab76ef1348 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:50:19.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-15T00:50:19.937Z] [2020-07-15T00:50:19.937Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:50:20.276Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-15T00:50:20.276Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-15T00:50:20.276Z] e7c96db7181b: Pulling fs layer [2020-07-15T00:50:20.276Z] 1868ca2cb446: Pulling fs layer [2020-07-15T00:50:20.276Z] 136be5d0fe8e: Pulling fs layer [2020-07-15T00:50:20.276Z] 894bfe63afcb: Pulling fs layer [2020-07-15T00:50:20.276Z] 894bfe63afcb: Waiting [2020-07-15T00:50:20.276Z] 1868ca2cb446: Verifying Checksum [2020-07-15T00:50:20.276Z] 1868ca2cb446: Download complete [2020-07-15T00:50:20.276Z] 136be5d0fe8e: Download complete [2020-07-15T00:50:20.276Z] e7c96db7181b: Verifying Checksum [2020-07-15T00:50:20.276Z] e7c96db7181b: Download complete [2020-07-15T00:50:20.276Z] 894bfe63afcb: Verifying Checksum [2020-07-15T00:50:20.276Z] 894bfe63afcb: Download complete [2020-07-15T00:50:20.547Z] e7c96db7181b: Pull complete [2020-07-15T00:50:20.547Z] 1868ca2cb446: Pull complete [2020-07-15T00:50:20.808Z] 136be5d0fe8e: Pull complete [2020-07-15T00:50:21.078Z] 894bfe63afcb: Pull complete [2020-07-15T00:50:21.078Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-15T00:50:21.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-15T00:50:21.078Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-15T00:50:21.176Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:50:21.224Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-15T00:50:22.304Z] $ docker top 49e84fe0a0f16ae43ece2c67369e9f6bef84210171807dfbe7bf54659ada997e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-15T00:50:22.782Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:50:22.782Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-15T00:50:25.470Z] $ docker stop --time=1 49e84fe0a0f16ae43ece2c67369e9f6bef84210171807dfbe7bf54659ada997e [2020-07-15T00:50:26.840Z] $ docker rm -f 49e84fe0a0f16ae43ece2c67369e9f6bef84210171807dfbe7bf54659ada997e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:50:27.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-15T00:50:27.284Z] . [Pipeline] withDockerContainer [2020-07-15T00:50:27.373Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:50:27.414Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-15T00:50:27.963Z] $ docker top 9ebd0ad79fbbb93cffa9e023cd95882bf185198a164f99cbd561a6d0c13bf1b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-15T00:50:28.437Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:50:28.437Z] + tee [2020-07-15T00:50:28.437Z] clair timeout 1m0s [2020-07-15T00:50:28.437Z] docker timeout: 1m0s [2020-07-15T00:50:28.437Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-15T00:50:29.124Z] $ docker stop --time=1 9ebd0ad79fbbb93cffa9e023cd95882bf185198a164f99cbd561a6d0c13bf1b7 [2020-07-15T00:50:30.470Z] $ docker rm -f 9ebd0ad79fbbb93cffa9e023cd95882bf185198a164f99cbd561a6d0c13bf1b7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-15T00:50:30.911Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-07-15T00:50:30.922Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_0d9dcf3dd08f488906d53c6efd799967b99372fa.html [Pipeline] writeFile [Pipeline] step [2020-07-15T00:50:30.964Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:50:31.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-15T00:50:31.326Z] . [Pipeline] withDockerContainer [2020-07-15T00:50:31.420Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:50:31.466Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-15T00:50:32.358Z] $ docker top 3887aa5f1e6ae28c9903b0efdd2f6d7a56e58c142ac4a8dfb11224b2d41e3157 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-15T00:50:32.901Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:50:32.901Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-15T00:50:35.676Z] $ docker stop --time=1 3887aa5f1e6ae28c9903b0efdd2f6d7a56e58c142ac4a8dfb11224b2d41e3157 [2020-07-15T00:50:37.033Z] $ docker rm -f 3887aa5f1e6ae28c9903b0efdd2f6d7a56e58c142ac4a8dfb11224b2d41e3157 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:50:37.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-15T00:50:37.474Z] . [Pipeline] withDockerContainer [2020-07-15T00:50:37.564Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:50:37.609Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-15T00:50:38.218Z] $ docker top 8bdffb207532f714e1e1161a2f7ae313d526ec0d34abab1c3b51d80e265d8c8b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-15T00:50:38.707Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:0d9dcf3dd08f488906d53c6efd799967b99372fa [2020-07-15T00:50:38.707Z] + tee [2020-07-15T00:50:38.707Z] clair timeout 1m0s [2020-07-15T00:50:38.707Z] docker timeout: 1m0s [2020-07-15T00:50:38.707Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-15T00:50:39.548Z] $ docker stop --time=1 8bdffb207532f714e1e1161a2f7ae313d526ec0d34abab1c3b51d80e265d8c8b [2020-07-15T00:50:40.880Z] $ docker rm -f 8bdffb207532f714e1e1161a2f7ae313d526ec0d34abab1c3b51d80e265d8c8b [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-15T00:50:41.344Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-07-15T00:50:41.356Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_0d9dcf3dd08f488906d53c6efd799967b99372fa.html [Pipeline] writeFile [Pipeline] step [2020-07-15T00:50:41.398Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:50:42.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T00:50:42.142Z] . [Pipeline] withDockerContainer [2020-07-15T00:50:42.230Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:50:42.272Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-15T00:50:42.873Z] $ docker top 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-15T00:50:43.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-15T00:50:43.178Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-15T00:50:43.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-15T00:50:43.407Z] $ docker exec 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 ssh-agent [2020-07-15T00:50:43.568Z] SSH_AUTH_SOCK=/tmp/ssh-iw7bRbIvmoev/agent.11 [2020-07-15T00:50:43.568Z] SSH_AGENT_PID=17 [2020-07-15T00:50:43.574Z] Running ssh-add (command line suppressed) [2020-07-15T00:50:43.703Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5419421799010021055.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5419421799010021055.key) [2020-07-15T00:50:43.758Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-15T00:50:44.087Z] + git semver tag [2020-07-15T00:50:44.087Z] # -> Open(): unable to determine branch for HEAD [2020-07-15T00:50:44.087Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-07-15T00:50:44.087Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-07-15T00:50:44.087Z] # $SEMVER_REMOTE_NAME = origin [2020-07-15T00:50:44.087Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-15T00:50:44.087Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-15T00:50:44.087Z] # $SEMVER_BRANCH = master [2020-07-15T00:50:44.087Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-07-15T00:50:44.087Z] # 0d9dcf3dd08f488906d53c6efd799967b99372fa HEAD [2020-07-15T00:50:44.087Z] # -> Force: false [2020-07-15T00:50:44.087Z] # 33c7c3d4d2046e7532ebfe8be877bbd00a07368b refs/tags/v1.2.2-dev.1 [Pipeline] } [2020-07-15T00:50:44.104Z] $ docker exec --env ******** --env ******** 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 ssh-agent -k [2020-07-15T00:50:44.245Z] unset SSH_AUTH_SOCK; [2020-07-15T00:50:44.246Z] unset SSH_AGENT_PID; [2020-07-15T00:50:44.246Z] echo Agent pid 17 killed; [2020-07-15T00:50:44.311Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-15T00:50:44.750Z] + git semver [Pipeline] } [2020-07-15T00:50:44.770Z] $ docker stop --time=1 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 [2020-07-15T00:50:46.129Z] $ docker rm -f 8883f86dc376c625623cffe601ccde4576ecf3e45cd795c3a29273d83187aa06 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:50:46.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-15T00:50:46.718Z] [2020-07-15T00:50:46.718Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:50:47.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-15T00:50:47.073Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-15T00:50:47.073Z] ab5ef0e58194: Pulling fs layer [2020-07-15T00:50:47.073Z] 9712f1f96733: Pulling fs layer [2020-07-15T00:50:47.073Z] 63f879dbbcfc: Pulling fs layer [2020-07-15T00:50:47.073Z] 0d9ebad4ef96: Pulling fs layer [2020-07-15T00:50:47.073Z] e9a5061849ea: Pulling fs layer [2020-07-15T00:50:47.073Z] d747dcd14b5f: Pulling fs layer [2020-07-15T00:50:47.073Z] 2de7ff778b66: Pulling fs layer [2020-07-15T00:50:47.073Z] e9a5061849ea: Waiting [2020-07-15T00:50:47.073Z] d747dcd14b5f: Waiting [2020-07-15T00:50:47.073Z] 0d9ebad4ef96: Waiting [2020-07-15T00:50:47.073Z] 2de7ff778b66: Waiting [2020-07-15T00:50:47.073Z] 9712f1f96733: Verifying Checksum [2020-07-15T00:50:47.073Z] 9712f1f96733: Download complete [2020-07-15T00:50:47.652Z] 63f879dbbcfc: Verifying Checksum [2020-07-15T00:50:47.652Z] 63f879dbbcfc: Download complete [2020-07-15T00:50:47.652Z] e9a5061849ea: Verifying Checksum [2020-07-15T00:50:47.652Z] e9a5061849ea: Download complete [2020-07-15T00:50:47.652Z] d747dcd14b5f: Verifying Checksum [2020-07-15T00:50:47.652Z] d747dcd14b5f: Download complete [2020-07-15T00:50:47.916Z] 2de7ff778b66: Verifying Checksum [2020-07-15T00:50:47.916Z] 2de7ff778b66: Download complete [2020-07-15T00:50:48.178Z] 0d9ebad4ef96: Verifying Checksum [2020-07-15T00:50:48.178Z] 0d9ebad4ef96: Download complete [2020-07-15T00:50:48.178Z] ab5ef0e58194: Verifying Checksum [2020-07-15T00:50:48.178Z] ab5ef0e58194: Download complete [2020-07-15T00:50:52.464Z] ab5ef0e58194: Pull complete [2020-07-15T00:50:52.464Z] 9712f1f96733: Pull complete [2020-07-15T00:50:55.012Z] 63f879dbbcfc: Pull complete [2020-07-15T00:51:05.421Z] 0d9ebad4ef96: Pull complete [2020-07-15T00:51:05.421Z] e9a5061849ea: Pull complete [2020-07-15T00:51:05.421Z] d747dcd14b5f: Pull complete [2020-07-15T00:51:07.976Z] 2de7ff778b66: Pull complete [2020-07-15T00:51:07.976Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-15T00:51:07.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-15T00:51:07.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-15T00:51:08.113Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:51:08.155Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-15T00:51:11.859Z] $ docker top 0dec1e6118b16c8d54b9d829f4351e90d3221c8a2bc44ac38b3376af3fc2d2ec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-15T00:51:12.084Z] provisioning config files... [2020-07-15T00:51:12.096Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7598283771332763541tmp [2020-07-15T00:51:12.110Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2033962079018166616tmp [2020-07-15T00:51:12.124Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4131936073840449019tmp [Pipeline] { [Pipeline] echo [2020-07-15T00:51:12.173Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:51:12.468Z] ---> sigul-configuration.sh [2020-07-15T00:51:12.468Z] gpg: directory `/root/.gnupg' created [2020-07-15T00:51:12.468Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-15T00:51:12.468Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-15T00:51:12.468Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-15T00:51:12.468Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-15T00:51:12.468Z] gpg: CAST5 encrypted data [2020-07-15T00:51:12.729Z] gpg: encrypted with 1 passphrase [2020-07-15T00:51:12.730Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-15T00:51:13.018Z] + mkdir /home/jenkins [2020-07-15T00:51:13.018Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-15T00:51:13.346Z] + 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-07-15T00:51:13.356Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:51:13.650Z] ---> sigul-install.sh [2020-07-15T00:51:20.249Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-15T00:51:20.543Z] + git tag --list [2020-07-15T00:51:20.543Z] v1.2.2-dev.1 [Pipeline] sh [2020-07-15T00:51:20.844Z] + lftools sign git-tag v1.2.2-dev.1 [2020-07-15T00:51:22.229Z] Signing Git tag with Sigul... [2020-07-15T00:51:22.229Z] Signing v1.2.2-dev.1 [Pipeline] echo [2020-07-15T00:51:23.180Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:51:23.519Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-15T00:51:23.556Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-15T00:51:23.647Z] $ docker stop --time=1 0dec1e6118b16c8d54b9d829f4351e90d3221c8a2bc44ac38b3376af3fc2d2ec [2020-07-15T00:51:25.557Z] $ docker rm -f 0dec1e6118b16c8d54b9d829f4351e90d3221c8a2bc44ac38b3376af3fc2d2ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:51:26.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T00:51:26.213Z] . [Pipeline] withDockerContainer [2020-07-15T00:51:26.307Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:51:26.351Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-15T00:51:26.927Z] $ docker top 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-15T00:51:27.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-15T00:51:27.186Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-15T00:51:27.364Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-15T00:51:27.372Z] $ docker exec 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 ssh-agent [2020-07-15T00:51:27.536Z] SSH_AUTH_SOCK=/tmp/ssh-KJaMugyTHV6p/agent.13 [2020-07-15T00:51:27.536Z] SSH_AGENT_PID=18 [2020-07-15T00:51:27.542Z] Running ssh-add (command line suppressed) [2020-07-15T00:51:27.671Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7601045102707998550.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7601045102707998550.key) [2020-07-15T00:51:27.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-15T00:51:28.039Z] + git semver bump pre [2020-07-15T00:51:28.039Z] # -> Open(): unable to determine branch for HEAD [2020-07-15T00:51:28.039Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-07-15T00:51:28.039Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-07-15T00:51:28.039Z] # $SEMVER_REMOTE_NAME = origin [2020-07-15T00:51:28.039Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-15T00:51:28.039Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-15T00:51:28.039Z] # $SEMVER_BRANCH = master [2020-07-15T00:51:28.039Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-07-15T00:51:28.039Z] 1.2.2-dev.2 [Pipeline] } [2020-07-15T00:51:28.054Z] $ docker exec --env ******** --env ******** 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 ssh-agent -k [2020-07-15T00:51:28.172Z] unset SSH_AUTH_SOCK; [2020-07-15T00:51:28.172Z] unset SSH_AGENT_PID; [2020-07-15T00:51:28.172Z] echo Agent pid 18 killed; [2020-07-15T00:51:28.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-15T00:51:28.656Z] + git semver [Pipeline] } [2020-07-15T00:51:28.676Z] $ docker stop --time=1 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 [2020-07-15T00:51:30.003Z] $ docker rm -f 6e25fcbddb13c205b4c6fbd2283eea5848065a9cc20ea3ad6a0cb1b283becf91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:51:30.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-15T00:51:30.510Z] . [Pipeline] withDockerContainer [2020-07-15T00:51:30.601Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:51:30.643Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-15T00:51:31.169Z] $ docker top d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-15T00:51:31.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-15T00:51:31.457Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-15T00:51:31.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-15T00:51:31.643Z] $ docker exec d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 ssh-agent [2020-07-15T00:51:31.805Z] SSH_AUTH_SOCK=/tmp/ssh-9CSlBqeJbFlO/agent.12 [2020-07-15T00:51:31.805Z] SSH_AGENT_PID=17 [2020-07-15T00:51:31.811Z] Running ssh-add (command line suppressed) [2020-07-15T00:51:31.938Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4647670227403909561.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4647670227403909561.key) [2020-07-15T00:51:31.985Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-15T00:51:32.304Z] + git semver push [2020-07-15T00:51:32.304Z] # -> Open(): unable to determine branch for HEAD [2020-07-15T00:51:32.304Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-07-15T00:51:32.304Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-07-15T00:51:32.304Z] # $SEMVER_REMOTE_NAME = origin [2020-07-15T00:51:32.304Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-15T00:51:32.304Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-15T00:51:32.304Z] # $SEMVER_BRANCH = master [2020-07-15T00:51:32.304Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-07-15T00:51:38.923Z] $ docker exec --env ******** --env ******** d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 ssh-agent -k [2020-07-15T00:51:39.046Z] unset SSH_AUTH_SOCK; [2020-07-15T00:51:39.047Z] unset SSH_AGENT_PID; [2020-07-15T00:51:39.047Z] echo Agent pid 17 killed; [2020-07-15T00:51:39.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-15T00:51:39.529Z] + git semver [Pipeline] } [2020-07-15T00:51:39.549Z] $ docker stop --time=1 d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 [2020-07-15T00:51:40.874Z] $ docker rm -f d659013e134fce76e0232f407596bbd1aa4dc1d59d40b5883dcb6f552268cba4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:51:41.775Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:51:42.332Z] ---> package-listing.sh [2020-07-15T00:51:42.332Z] ++ facter osfamily [2020-07-15T00:51:42.332Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-15T00:51:42.332Z] + OS_FAMILY=redhat [2020-07-15T00:51:42.332Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-07-15T00:51:42.332Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-15T00:51:42.332Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-15T00:51:42.332Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-15T00:51:42.332Z] + PACKAGES=/tmp/packages_start.txt [2020-07-15T00:51:42.332Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-07-15T00:51:42.332Z] + PACKAGES=/tmp/packages_end.txt [2020-07-15T00:51:42.332Z] + case "${OS_FAMILY}" in [2020-07-15T00:51:42.332Z] + rpm -qa [2020-07-15T00:51:42.332Z] + sort [2020-07-15T00:51:46.538Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-15T00:51:46.538Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-15T00:51:46.538Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-15T00:51:46.538Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-07-15T00:51:46.538Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-07-15T00:51:46.538Z] + 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-07-15T00:51:47.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-15T00:51:47.028Z] [2020-07-15T00:51:47.028Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-15T00:51:47.379Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-15T00:51:47.379Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-15T00:51:47.379Z] c9b1b535fdd9: Pulling fs layer [2020-07-15T00:51:47.379Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-15T00:51:47.379Z] 756a868c4378: Pulling fs layer [2020-07-15T00:51:47.379Z] 444b2fc9a129: Pulling fs layer [2020-07-15T00:51:47.379Z] ea15f1150254: Pulling fs layer [2020-07-15T00:51:47.379Z] 41b27a9f41bf: Pulling fs layer [2020-07-15T00:51:47.379Z] 28c525ee5125: Pulling fs layer [2020-07-15T00:51:47.379Z] 094b1ea09ed8: Pulling fs layer [2020-07-15T00:51:47.379Z] 138eaada9080: Pulling fs layer [2020-07-15T00:51:47.379Z] 0622d0fa9048: Pulling fs layer [2020-07-15T00:51:47.379Z] 28c525ee5125: Waiting [2020-07-15T00:51:47.379Z] 0622d0fa9048: Waiting [2020-07-15T00:51:47.379Z] 094b1ea09ed8: Waiting [2020-07-15T00:51:47.379Z] 138eaada9080: Waiting [2020-07-15T00:51:47.379Z] 444b2fc9a129: Waiting [2020-07-15T00:51:47.379Z] ea15f1150254: Waiting [2020-07-15T00:51:47.379Z] 41b27a9f41bf: Waiting [2020-07-15T00:51:47.379Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-15T00:51:47.379Z] 2cc5ad85d9ab: Download complete [2020-07-15T00:51:47.379Z] 444b2fc9a129: Verifying Checksum [2020-07-15T00:51:47.379Z] 444b2fc9a129: Download complete [2020-07-15T00:51:47.379Z] c9b1b535fdd9: Verifying Checksum [2020-07-15T00:51:47.379Z] c9b1b535fdd9: Download complete [2020-07-15T00:51:47.379Z] ea15f1150254: Download complete [2020-07-15T00:51:47.379Z] 28c525ee5125: Verifying Checksum [2020-07-15T00:51:47.379Z] 28c525ee5125: Download complete [2020-07-15T00:51:47.967Z] 756a868c4378: Verifying Checksum [2020-07-15T00:51:47.967Z] 756a868c4378: Download complete [2020-07-15T00:51:47.967Z] 138eaada9080: Verifying Checksum [2020-07-15T00:51:47.967Z] 138eaada9080: Download complete [2020-07-15T00:51:47.967Z] 0622d0fa9048: Verifying Checksum [2020-07-15T00:51:47.967Z] 0622d0fa9048: Download complete [2020-07-15T00:51:47.967Z] 094b1ea09ed8: Verifying Checksum [2020-07-15T00:51:47.967Z] 094b1ea09ed8: Download complete [2020-07-15T00:51:48.549Z] 41b27a9f41bf: Verifying Checksum [2020-07-15T00:51:48.549Z] 41b27a9f41bf: Download complete [2020-07-15T00:51:48.549Z] c9b1b535fdd9: Pull complete [2020-07-15T00:51:48.810Z] 2cc5ad85d9ab: Pull complete [2020-07-15T00:51:50.199Z] 756a868c4378: Pull complete [2020-07-15T00:51:50.465Z] 444b2fc9a129: Pull complete [2020-07-15T00:51:50.728Z] ea15f1150254: Pull complete [2020-07-15T00:51:54.955Z] 41b27a9f41bf: Pull complete [2020-07-15T00:51:54.955Z] 28c525ee5125: Pull complete [2020-07-15T00:51:56.872Z] 094b1ea09ed8: Pull complete [2020-07-15T00:51:57.133Z] 138eaada9080: Pull complete [2020-07-15T00:51:57.394Z] 0622d0fa9048: Pull complete [2020-07-15T00:51:57.394Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-15T00:51:57.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-15T00:51:57.394Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-15T00:51:57.522Z] prd-centos7-docker-4c-2g-725 does not seem to be running inside a container [2020-07-15T00:51:57.569Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-15T00:52:00.107Z] $ docker top 70820678d59907a8977a8eaedaa52c2fc43199217c3acea44d75f1bd50382c21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-15T00:52:00.353Z] provisioning config files... [2020-07-15T00:52:00.367Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2996387348062705070tmp [Pipeline] { [Pipeline] echo [2020-07-15T00:52:00.443Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:52:00.733Z] ---> create-netrc.sh [Pipeline] echo [2020-07-15T00:52:00.742Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-15T00:52:01.033Z] ---> logs-deploy.sh [2020-07-15T00:52:01.033Z] + ARCHIVE_ARTIFACTS= [2020-07-15T00:52:01.033Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-15T00:52:01.033Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-15T00:52:01.033Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-15T00:52:01.033Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/15 [2020-07-15T00:52:01.033Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/15/ [2020-07-15T00:52:01.033Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/15 /w/workspace/xfoundry_device-modbus-go_master [2020-07-15T00:52:01.977Z] Archives upload complete. [2020-07-15T00:52:02.237Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/15 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/master/15/ [2020-07-15T00:52:03.182Z] ---> uname -a: [2020-07-15T00:52:03.182Z] Linux 70820678d599 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] ---> lscpu: [2020-07-15T00:52:03.182Z] Architecture: x86_64 [2020-07-15T00:52:03.182Z] CPU op-mode(s): 32-bit, 64-bit [2020-07-15T00:52:03.182Z] Byte Order: Little Endian [2020-07-15T00:52:03.182Z] Address sizes: 40 bits physical, 48 bits virtual [2020-07-15T00:52:03.182Z] CPU(s): 4 [2020-07-15T00:52:03.182Z] On-line CPU(s) list: 0-3 [2020-07-15T00:52:03.182Z] Thread(s) per core: 1 [2020-07-15T00:52:03.182Z] Core(s) per socket: 1 [2020-07-15T00:52:03.182Z] Socket(s): 4 [2020-07-15T00:52:03.182Z] NUMA node(s): 1 [2020-07-15T00:52:03.182Z] Vendor ID: GenuineIntel [2020-07-15T00:52:03.182Z] CPU family: 6 [2020-07-15T00:52:03.182Z] Model: 44 [2020-07-15T00:52:03.182Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-07-15T00:52:03.182Z] Stepping: 1 [2020-07-15T00:52:03.182Z] CPU MHz: 2933.438 [2020-07-15T00:52:03.182Z] BogoMIPS: 5866.87 [2020-07-15T00:52:03.182Z] Virtualization: VT-x [2020-07-15T00:52:03.182Z] Hypervisor vendor: KVM [2020-07-15T00:52:03.182Z] Virtualization type: full [2020-07-15T00:52:03.182Z] L1d cache: 128 KiB [2020-07-15T00:52:03.182Z] L1i cache: 128 KiB [2020-07-15T00:52:03.182Z] L2 cache: 16 MiB [2020-07-15T00:52:03.182Z] L3 cache: 64 MiB [2020-07-15T00:52:03.182Z] NUMA node0 CPU(s): 0-3 [2020-07-15T00:52:03.182Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-07-15T00:52:03.182Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-07-15T00:52:03.182Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-07-15T00:52:03.182Z] Vulnerability Meltdown: Mitigation; PTI [2020-07-15T00:52:03.182Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-07-15T00:52:03.182Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-07-15T00:52:03.182Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-07-15T00:52:03.182Z] Vulnerability Tsx async abort: Not affected [2020-07-15T00:52:03.182Z] 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-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] ---> nproc: [2020-07-15T00:52:03.182Z] 4 [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] ---> df -h: [2020-07-15T00:52:03.182Z] Filesystem Size Used Available Use% Mounted on [2020-07-15T00:52:03.182Z] overlay 50.0G 8.5G 41.5G 17% / [2020-07-15T00:52:03.182Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-07-15T00:52:03.182Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-07-15T00:52:03.182Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-07-15T00:52:03.182Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-07-15T00:52:03.182Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-07-15T00:52:03.182Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-07-15T00:52:03.182Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-07-15T00:52:03.182Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master [2020-07-15T00:52:03.182Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] ---> free -m: [2020-07-15T00:52:03.182Z] total used free shared buff/cache available [2020-07-15T00:52:03.182Z] Mem: 1837 784 109 0 943 985 [2020-07-15T00:52:03.182Z] Swap: 1023 2 1021 [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] ---> ip addr: [2020-07-15T00:52:03.182Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-07-15T00:52:03.182Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-07-15T00:52:03.182Z] inet 127.0.0.1/8 scope host lo [2020-07-15T00:52:03.182Z] valid_lft forever preferred_lft forever [2020-07-15T00:52:03.182Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-07-15T00:52:03.182Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-07-15T00:52:03.182Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-07-15T00:52:03.182Z] valid_lft forever preferred_lft forever [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] ---> sar -b -r -n DEV: [2020-07-15T00:52:03.182Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/15/20 _x86_64_ (4 CPU) [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] 00:38:30 LINUX RESTART [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] 00:39:01 tps rtps wtps bread/s bwrtn/s [2020-07-15T00:52:03.182Z] 00:40:01 67.95 26.25 41.70 6410.25 4756.27 [2020-07-15T00:52:03.182Z] 00:41:01 1.72 0.00 1.72 0.00 33.91 [2020-07-15T00:52:03.182Z] 00:42:01 0.38 0.00 0.38 0.00 4.81 [2020-07-15T00:52:03.182Z] 00:43:01 0.17 0.00 0.17 0.00 2.28 [2020-07-15T00:52:03.182Z] 00:44:01 0.25 0.00 0.25 0.00 3.41 [2020-07-15T00:52:03.182Z] 00:45:01 0.35 0.00 0.35 0.00 4.10 [2020-07-15T00:52:03.182Z] 00:46:01 0.33 0.02 0.32 0.13 3.36 [2020-07-15T00:52:03.182Z] 00:47:01 0.22 0.00 0.22 0.00 2.30 [2020-07-15T00:52:03.182Z] 00:48:01 0.18 0.00 0.18 0.00 2.17 [2020-07-15T00:52:03.182Z] 00:49:01 0.30 0.00 0.30 0.00 3.95 [2020-07-15T00:52:03.182Z] 00:50:01 70.86 31.71 39.15 1444.26 19132.17 [2020-07-15T00:52:03.182Z] 00:51:02 294.34 147.64 146.70 6476.83 35307.52 [2020-07-15T00:52:03.182Z] 00:52:01 240.30 117.85 122.45 8762.37 30522.71 [2020-07-15T00:52:03.182Z] Average: 51.98 24.82 27.16 1770.20 6889.99 [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] 00:39:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-07-15T00:52:03.182Z] 00:40:01 162956 1718600 91.34 2620 1123360 1113412 38.00 432912 1126796 116 [2020-07-15T00:52:03.182Z] 00:41:01 169220 1712336 91.01 2620 1123392 1082180 36.93 430736 1123332 8 [2020-07-15T00:52:03.182Z] 00:42:01 167500 1714056 91.10 2620 1123400 1082180 36.93 432604 1123124 8 [2020-07-15T00:52:03.182Z] 00:43:01 166160 1715396 91.17 2620 1123400 1082456 36.94 434308 1123120 8 [2020-07-15T00:52:03.182Z] 00:44:01 165704 1715852 91.19 2620 1123404 1082180 36.93 434936 1123112 8 [2020-07-15T00:52:03.182Z] 00:45:01 163692 1717864 91.30 2620 1123412 1082252 36.94 440784 1119408 8 [2020-07-15T00:52:03.182Z] 00:46:01 164228 1717328 91.27 2620 1123416 1082180 36.93 440368 1119324 8 [2020-07-15T00:52:03.182Z] 00:47:01 164508 1717048 91.26 2620 1123424 1082180 36.93 427604 1132124 8 [2020-07-15T00:52:03.182Z] 00:48:01 164376 1717180 91.26 2620 1123428 1082180 36.93 427608 1132124 8 [2020-07-15T00:52:03.182Z] 00:49:01 164144 1717412 91.28 2620 1123440 1082180 36.93 426112 1133512 8 [2020-07-15T00:52:03.182Z] 00:50:01 166780 1714776 91.14 2620 1049524 1297188 44.27 458756 1062528 103920 [2020-07-15T00:52:03.182Z] 00:51:02 126512 1755044 93.28 2228 957376 1519916 51.87 617152 866928 79880 [2020-07-15T00:52:03.182Z] 00:52:01 138032 1743524 92.66 1492 964500 1219528 41.62 634516 802100 240 [2020-07-15T00:52:03.182Z] Average: 160293 1721263 91.48 2503 1092729 1145386 39.09 464492 1075964 14171 [2020-07-15T00:52:03.182Z] [2020-07-15T00:52:03.182Z] 00:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-07-15T00:52:03.182Z] 00:40:01 eth0 474.33 259.50 1039.21 86.40 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:40:01 docker0 1.90 1.58 0.36 3.43 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:42:01 eth0 1.28 0.08 0.11 0.01 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:43:01 eth0 2.45 0.92 0.91 0.56 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:44:01 eth0 0.60 0.08 0.06 0.04 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:45:01 eth0 0.93 0.20 0.20 0.07 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:50:01 eth0 137.60 83.93 3763.55 9.41 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:51:02 eth0 249.71 183.16 3440.09 85.35 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:51:02 docker0 25.47 22.98 2.92 51.97 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:52:01 vethf28b2e2 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:52:01 eth0 1150.47 720.42 11051.94 265.98 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] 00:52:01 docker0 67.50 67.50 6.14 234.20 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] Average: vethf28b2e2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] Average: eth0 87.17 54.58 837.38 20.15 0.00 0.00 0.00 [2020-07-15T00:52:03.182Z] Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 [2020-07-15T00:52:03.183Z] Average: docker0 5.11 5.11 0.46 17.74 0.00 0.00 0.00 [2020-07-15T00:52:03.183Z] [2020-07-15T00:52:03.183Z] [2020-07-15T00:52:03.183Z] ---> sar -P ALL: [2020-07-15T00:52:03.183Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 07/15/20 _x86_64_ (4 CPU) [2020-07-15T00:52:03.183Z] [2020-07-15T00:52:03.183Z] 00:38:30 LINUX RESTART [2020-07-15T00:52:03.183Z] [2020-07-15T00:52:03.183Z] 00:39:01 CPU %user %nice %system %iowait %steal %idle [2020-07-15T00:52:03.183Z] 00:40:01 all 12.84 0.00 4.21 2.00 0.01 80.94 [2020-07-15T00:52:03.183Z] 00:40:01 0 12.21 0.00 4.79 0.79 0.02 82.20 [2020-07-15T00:52:03.183Z] 00:40:01 1 14.17 0.00 3.90 3.11 0.02 78.80 [2020-07-15T00:52:03.183Z] 00:40:01 2 13.12 0.00 3.85 1.24 0.02 81.78 [2020-07-15T00:52:03.183Z] 00:40:01 3 11.87 0.00 4.29 2.85 0.00 80.99 [2020-07-15T00:52:03.183Z] 00:41:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-07-15T00:52:03.183Z] 00:41:01 0 0.48 0.00 0.03 0.00 0.00 99.48 [2020-07-15T00:52:03.183Z] 00:41:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-15T00:52:03.183Z] 00:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-07-15T00:52:03.183Z] 00:41:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-15T00:52:03.183Z] 00:42:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-07-15T00:52:03.183Z] 00:42:01 0 0.53 0.00 0.05 0.00 0.00 99.42 [2020-07-15T00:52:03.183Z] 00:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-15T00:52:03.183Z] 00:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-15T00:52:03.183Z] 00:42:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-07-15T00:52:03.183Z] 00:43:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-07-15T00:52:03.183Z] 00:43:01 0 0.55 0.00 0.03 0.00 0.00 99.42 [2020-07-15T00:52:03.183Z] 00:43:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-07-15T00:52:03.183Z] 00:43:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2020-07-15T00:52:03.183Z] 00:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-07-15T00:52:03.183Z] 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-07-15T00:52:03.183Z] 00:44:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2020-07-15T00:52:03.183Z] 00:44:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-07-15T00:52:03.183Z] 00:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-07-15T00:52:03.183Z] 00:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-15T00:52:03.183Z] 00:45:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-07-15T00:52:03.183Z] 00:45:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-07-15T00:52:03.183Z] 00:45:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-07-15T00:52:03.183Z] 00:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-15T00:52:03.183Z] 00:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2020-07-15T00:52:03.183Z] 00:46:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2020-07-15T00:52:03.183Z] 00:46:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-07-15T00:52:03.183Z] 00:46:01 1 0.07 0.00 0.15 0.00 0.02 99.77 [2020-07-15T00:52:03.183Z] 00:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-15T00:52:03.183Z] 00:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-07-15T00:52:03.183Z] 00:47:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-07-15T00:52:03.183Z] 00:47:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2020-07-15T00:52:03.183Z] 00:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-15T00:52:03.183Z] 00:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-15T00:52:03.183Z] 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-15T00:52:03.183Z] 00:48:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2020-07-15T00:52:03.183Z] 00:48:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-07-15T00:52:03.183Z] 00:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-07-15T00:52:03.183Z] 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-07-15T00:52:03.183Z] 00:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-15T00:52:03.183Z] 00:49:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-07-15T00:52:03.183Z] 00:49:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-07-15T00:52:03.183Z] 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-15T00:52:03.183Z] 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-07-15T00:52:03.183Z] 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-07-15T00:52:03.183Z] 00:50:01 all 4.64 0.00 2.67 0.44 0.05 92.20 [2020-07-15T00:52:03.183Z] 00:50:01 0 4.64 0.00 2.70 0.35 0.05 92.26 [2020-07-15T00:52:03.183Z] 00:50:01 1 4.96 0.00 2.30 0.05 0.07 92.63 [2020-07-15T00:52:03.183Z] 00:50:01 2 4.33 0.00 2.67 0.34 0.05 92.62 [2020-07-15T00:52:03.183Z] 00:50:01 3 4.61 0.00 3.02 1.01 0.03 91.34 [2020-07-15T00:52:03.183Z] 00:51:02 all 11.70 0.00 7.72 2.99 0.13 77.47 [2020-07-15T00:52:03.183Z] 00:51:02 0 11.14 0.00 8.33 2.89 0.10 77.54 [2020-07-15T00:52:03.183Z] 00:51:02 1 12.37 0.00 8.69 4.42 0.12 74.41 [2020-07-15T00:52:03.183Z] 00:51:02 2 11.48 0.00 7.07 3.38 0.17 77.91 [2020-07-15T00:52:03.183Z] 00:51:02 3 11.81 0.00 6.78 1.30 0.12 80.00 [2020-07-15T00:52:03.183Z] 00:52:01 all 10.13 0.00 6.97 3.94 0.12 78.84 [2020-07-15T00:52:03.183Z] 00:52:01 0 9.61 0.00 7.10 3.53 0.14 79.62 [2020-07-15T00:52:03.183Z] 00:52:01 1 8.69 0.00 7.18 4.59 0.12 79.43 [2020-07-15T00:52:03.183Z] 00:52:01 2 10.65 0.00 7.00 5.03 0.12 77.20 [2020-07-15T00:52:03.183Z] 00:52:01 3 11.57 0.00 6.61 2.60 0.12 79.10 [2020-07-15T00:52:03.183Z] Average: all 3.10 0.00 1.66 0.71 0.02 94.50 [2020-07-15T00:52:03.183Z] Average: 0 3.22 0.00 1.76 0.57 0.02 94.42 [2020-07-15T00:52:03.183Z] Average: 1 3.10 0.00 1.72 0.92 0.03 94.23 [2020-07-15T00:52:03.183Z] Average: 2 3.04 0.00 1.59 0.76 0.03 94.59 [2020-07-15T00:52:03.183Z] Average: 3 3.05 0.00 1.59 0.59 0.02 94.75 [2020-07-15T00:52:03.183Z] [2020-07-15T00:52:03.183Z] [2020-07-15T00:52:03.183Z]