Pull request #162 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-modbus-go Obtained Jenkinsfile from bff5e61ff22948f69adeafa5bdb5b34d496c0293+0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b (fd5a718191935842b74826e572f25ff963be5b42) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1116 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-162 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # 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/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 Commit message: "feat: Modify Modbus simulator to support device scaling" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:03 ========================================================= 02:42:03 EdgeX Global Pipelines Version Info 02:42:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk cc82fffd0942b6cb9e31b6f82c9fa69ca3f827c6 # timeout=10 02:42:04 ------------------- 02:42:04 stable info: 02:42:04 ------------------- 02:42:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:04 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 02:42:04 Message: update stable to v1.0.115 02:42:05 ------------------- 02:42:05 experimental info: 02:42:05 ------------------- 02:42:05 Commited By: **** collab-it+edgex@linuxfoundation.org 02:42:05 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 02:42:05 Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-162 [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-162 [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-162 [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bff5e61ff22948f69adeafa5bdb5b34d496c0293 [Pipeline] echo 02:42:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bff5e61 [Pipeline] echo 02:42:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:42:08 + git log --format=format:%s -1 bff5e61ff22948f69adeafa5bdb5b34d496c0293 [Pipeline] echo 02:42:08 GIT_COMMIT: bff5e61ff22948f69adeafa5bdb5b34d496c0293, Commit Message: feat: Modify Modbus simulator to support device scaling [Pipeline] echo 02:42:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:09 02:42:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:10 latest: Pulling from edgex-devops/git-semver 02:42:10 31603596830f: Pulling fs layer 02:42:10 2a8b12db71e7: Pulling fs layer 02:42:10 6ca5941a6612: Pulling fs layer 02:42:10 ecc8261a40a4: Pulling fs layer 02:42:10 ecc8261a40a4: Waiting 02:42:10 2a8b12db71e7: Verifying Checksum 02:42:10 2a8b12db71e7: Download complete 02:42:10 31603596830f: Verifying Checksum 02:42:10 31603596830f: Download complete 02:42:10 6ca5941a6612: Verifying Checksum 02:42:10 6ca5941a6612: Download complete 02:42:10 ecc8261a40a4: Verifying Checksum 02:42:10 ecc8261a40a4: Download complete 02:42:10 31603596830f: Pull complete 02:42:10 2a8b12db71e7: Pull complete 02:42:11 6ca5941a6612: Pull complete 02:42:11 ecc8261a40a4: Pull complete 02:42:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:11 prd-centos7-docker-4c-2g-1116 does not seem to be running inside a container 02:42:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-162 -v /w/workspace/xfoundry_device-modbus-go_PR-162:/w/workspace/xfoundry_device-modbus-go_PR-162:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-162@tmp:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:42:14 $ docker top f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:14 [ssh-agent] Looking for ssh-agent implementation... 02:42:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:14 $ docker exec f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b ssh-agent 02:42:14 SSH_AUTH_SOCK=/tmp/ssh-6Pwpxzxp7j4s/agent.12 02:42:14 SSH_AGENT_PID=18 02:42:14 Running ssh-add (command line suppressed) 02:42:14 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_4807625539735721311.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_4807625539735721311.key) 02:42:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:15 + git describe --exact-match --tags HEAD 02:42:15 fatal: No names found, cannot describe anything. [Pipeline] } 02:42:15 $ docker exec --env ******** --env ******** f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b ssh-agent -k 02:42:15 unset SSH_AUTH_SOCK; 02:42:15 unset SSH_AGENT_PID; 02:42:15 echo Agent pid 18 killed; 02:42:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:42:15 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:42:15 This usually means this commit has not been tagged. [Pipeline] sshagent 02:42:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:15 [ssh-agent] Looking for ssh-agent implementation... 02:42:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:15 $ docker exec f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b ssh-agent 02:42:16 SSH_AUTH_SOCK=/tmp/ssh-TQ7zdLcaLHLJ/agent.47 02:42:16 SSH_AGENT_PID=52 02:42:16 Running ssh-add (command line suppressed) 02:42:16 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_5550244020892521279.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_5550244020892521279.key) 02:42:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:16 + git semver init 02:42:16 # -> Open(): unable to determine branch for HEAD 02:42:16 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.git 02:42:16 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-162 02:42:16 # $SEMVER_REMOTE_NAME = origin 02:42:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:16 # $SEMVER_USER_NAME = edgex-jenkins 02:42:16 # $SEMVER_BRANCH = PR-162 02:42:16 # $SEMVER_TEMP = /tmp/semver-978972043 02:42:16 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 02:42:16 # '/tmp/semver-978972043' -> '/w/workspace/xfoundry_device-modbus-go_PR-162/.semver' 02:42:16 # -> Force: false 02:42:16 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.semver [Pipeline] } 02:42:16 $ docker exec --env ******** --env ******** f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b ssh-agent -k 02:42:16 unset SSH_AUTH_SOCK; 02:42:16 unset SSH_AGENT_PID; 02:42:16 echo Agent pid 52 killed; 02:42:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:17 + git semver [Pipeline] } 02:42:17 $ docker stop --time=1 f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b 02:42:18 $ docker rm -f f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:42:19 Stashed 27 file(s) [Pipeline] echo 02:42:19 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 02:42:19 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:42:35 Still waiting to schedule task 02:42:35 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:42:35 Still waiting to schedule task 02:42:35 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:44:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1117 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws 02:44:30 Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout 02:44:34 using credential edgex-jenkins-ssh 02:44:34 Cloning the remote Git repository 02:44:34 Cloning with configured refspecs honoured and without tags 02:44:34 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 02:44:35 > git init /w/workspace/device-modbus-go/6 # timeout=10 02:44:35 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 02:44:35 > git --version # timeout=10 02:44:35 > git --version # 'git version 2.17.1' 02:44:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:35 Fetching without tags 02:44:36 Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:44:35 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 02:44:35 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 02:44:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:35 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 02:44:36 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 02:44:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:36 > git config core.sparsecheckout # timeout=10 02:44:36 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 02:44:36 > git remote # timeout=10 02:44:36 > git config --get remote.origin.url # timeout=10 02:44:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:36 > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 02:44:36 > git rev-parse HEAD^{commit} # timeout=10 02:44:36 Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:44:36 Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) 02:44:36 > git config core.sparsecheckout # timeout=10 02:44:36 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 02:44:41 Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:44:42 ========================================================= 02:44:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 02:44:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:43 + 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 . 02:44:44 Sending build context to Docker daemon 669.2kB 02:44:44 Step 1/8 : ARG BASE=golang:1.13-alpine 02:44:44 Step 2/8 : FROM ${BASE} 02:44:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:44 b538f80385f9: Pulling fs layer 02:44:44 74f711af9a0d: Pulling fs layer 02:44:44 99f96fe45779: Pulling fs layer 02:44:44 fd7a069fd194: Pulling fs layer 02:44:44 66aa3694b03b: Pulling fs layer 02:44:44 170f70906a0f: Pulling fs layer 02:44:44 ad7c5574e4b9: Pulling fs layer 02:44:44 e772456be8f7: Pulling fs layer 02:44:44 c890913d741a: Pulling fs layer 02:44:44 2480fcc9aa5a: Pulling fs layer 02:44:44 09adf4765672: Pulling fs layer 02:44:44 fd7a069fd194: Waiting 02:44:44 66aa3694b03b: Waiting 02:44:44 170f70906a0f: Waiting 02:44:44 c890913d741a: Waiting 02:44:44 ad7c5574e4b9: Waiting 02:44:44 2480fcc9aa5a: Waiting 02:44:44 e772456be8f7: Waiting 02:44:44 09adf4765672: Waiting 02:44:44 99f96fe45779: Verifying Checksum 02:44:44 99f96fe45779: Download complete 02:44:44 74f711af9a0d: Verifying Checksum 02:44:44 74f711af9a0d: Download complete 02:44:44 66aa3694b03b: Verifying Checksum 02:44:44 66aa3694b03b: Download complete 02:44:44 170f70906a0f: Verifying Checksum 02:44:44 170f70906a0f: Download complete 02:44:44 b538f80385f9: Download complete 02:44:45 b538f80385f9: Pull complete 02:44:46 74f711af9a0d: Pull complete 02:44:46 99f96fe45779: Pull complete 02:44:47 ad7c5574e4b9: Verifying Checksum 02:44:47 ad7c5574e4b9: Download complete 02:44:47 c890913d741a: Verifying Checksum 02:44:47 c890913d741a: Download complete 02:44:48 2480fcc9aa5a: Verifying Checksum 02:44:48 2480fcc9aa5a: Download complete 02:44:48 09adf4765672: Verifying Checksum 02:44:48 09adf4765672: Download complete 02:44:49 e772456be8f7: Verifying Checksum 02:44:49 e772456be8f7: Download complete 02:44:50 fd7a069fd194: Verifying Checksum 02:44:50 fd7a069fd194: Download complete 02:45:02 fd7a069fd194: Pull complete 02:45:02 66aa3694b03b: Pull complete 02:45:02 170f70906a0f: Pull complete 02:45:04 Running on prd-centos7-docker-4c-2g-1118 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws 02:45:04 Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout 02:45:05 ad7c5574e4b9: Pull complete 02:45:07 using credential edgex-jenkins-ssh 02:45:07 Cloning the remote Git repository 02:45:07 Cloning with configured refspecs honoured and without tags 02:45:08 Fetching without tags 02:45:07 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 02:45:07 > git init /w/workspace/device-modbus-go/6 # timeout=10 02:45:07 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 02:45:07 > git --version # timeout=10 02:45:07 > git --version # 'git version 2.16.5' 02:45:07 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:08 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 02:45:08 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 02:45:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:08 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 02:45:08 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 02:45:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:08 Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:45:08 Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:45:08 Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) 02:45:08 > git config core.sparsecheckout # timeout=10 02:45:08 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 02:45:08 > git remote # timeout=10 02:45:08 > git config --get remote.origin.url # timeout=10 02:45:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:08 > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 02:45:08 > git rev-parse HEAD^{commit} # timeout=10 02:45:08 > git config core.sparsecheckout # timeout=10 02:45:08 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 02:45:10 e772456be8f7: Pull complete 02:45:10 c890913d741a: Pull complete 02:45:12 Commit message: "feat: Modify Modbus simulator to support device scaling" 02:45:12 2480fcc9aa5a: Pull complete 02:45:12 09adf4765672: Pull complete 02:45:12 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 02:45:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 02:45:12 ---> 2248a725d1cf 02:45:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:45:13 ========================================================= 02:45:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 02:45:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:13 + 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 . 02:45:14 Sending build context to Docker daemon 669.2kB 02:45:14 Step 1/8 : ARG BASE=golang:1.13-alpine 02:45:14 Step 2/8 : FROM ${BASE} 02:45:14 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:14 df20fa9351a1: Pulling fs layer 02:45:14 ed8968b2872e: Pulling fs layer 02:45:14 a92cc7c5fd73: Pulling fs layer 02:45:14 2dd03ba5bac4: Pulling fs layer 02:45:14 1e091d79d1de: Pulling fs layer 02:45:14 481702a1767f: Pulling fs layer 02:45:14 f64a6f60c768: Pulling fs layer 02:45:14 e78d2573fc39: Pulling fs layer 02:45:14 e876d2f968b6: Pulling fs layer 02:45:14 ce8a83651883: Pulling fs layer 02:45:14 07967f4d0e4b: Pulling fs layer 02:45:14 f64a6f60c768: Waiting 02:45:14 e78d2573fc39: Waiting 02:45:14 e876d2f968b6: Waiting 02:45:14 ce8a83651883: Waiting 02:45:14 07967f4d0e4b: Waiting 02:45:14 2dd03ba5bac4: Waiting 02:45:14 481702a1767f: Waiting 02:45:14 1e091d79d1de: Waiting 02:45:14 a92cc7c5fd73: Download complete 02:45:14 ed8968b2872e: Verifying Checksum 02:45:14 ed8968b2872e: Download complete 02:45:14 1e091d79d1de: Verifying Checksum 02:45:14 1e091d79d1de: Download complete 02:45:14 481702a1767f: Download complete 02:45:14 df20fa9351a1: Verifying Checksum 02:45:14 df20fa9351a1: Download complete 02:45:15 df20fa9351a1: Pull complete 02:45:15 f64a6f60c768: Verifying Checksum 02:45:15 f64a6f60c768: Download complete 02:45:15 e876d2f968b6: Verifying Checksum 02:45:15 e876d2f968b6: Download complete 02:45:15 ce8a83651883: Verifying Checksum 02:45:15 ce8a83651883: Download complete 02:45:16 2dd03ba5bac4: Verifying Checksum 02:45:16 2dd03ba5bac4: Download complete 02:45:16 e78d2573fc39: Verifying Checksum 02:45:16 e78d2573fc39: Download complete 02:45:16 07967f4d0e4b: Verifying Checksum 02:45:16 07967f4d0e4b: Download complete 02:45:16 ed8968b2872e: Pull complete 02:45:17 a92cc7c5fd73: Pull complete 02:45:17 ---> Running in 56eddb3276e3 02:45:17 Removing intermediate container 56eddb3276e3 02:45:17 ---> 98781f89dc48 02:45:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:17 ---> Running in d059210fb1ad 02:45:19 Removing intermediate container d059210fb1ad 02:45:19 ---> 2b894cd45699 02:45:19 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 02:45:20 ---> Running in 5bae6afb6b14 02:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:22 2dd03ba5bac4: Pull complete 02:45:22 1e091d79d1de: Pull complete 02:45:22 481702a1767f: Pull complete 02:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:23 (1/14) Installing libmagic (5.38-r0) 02:45:23 (2/14) Installing file (5.38-r0) 02:45:23 (3/14) Installing libc-dev (0.7.2-r3) 02:45:23 (4/14) Installing g++ (9.3.0-r2) 02:45:26 f64a6f60c768: Pull complete 02:45:29 (5/14) Installing fortify-headers (1.1-r0) 02:45:29 (6/14) Installing patch (2.7.6-r6) 02:45:29 (7/14) Installing build-base (0.5-r2) 02:45:29 (8/14) Installing openssh-keygen (8.3_p1-r0) 02:45:29 (9/14) Installing libedit (20191231.3.1-r0) 02:45:29 (10/14) Installing openssh-client (8.3_p1-r0) 02:45:29 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 02:45:29 (12/14) Installing openssh-server-common (8.3_p1-r0) 02:45:29 (13/14) Installing openssh-server (8.3_p1-r0) 02:45:29 (14/14) Installing openssh (8.3_p1-r0) 02:45:29 Executing busybox-1.31.1-r16.trigger 02:45:29 OK: 221 MiB in 53 packages 02:45:29 e78d2573fc39: Pull complete 02:45:29 e876d2f968b6: Pull complete 02:45:30 ce8a83651883: Pull complete 02:45:31 07967f4d0e4b: Pull complete 02:45:31 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 02:45:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 02:45:31 ---> 5d7c900382c6 02:45:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 02:45:32 ---> Running in 814d247da853 02:45:32 Removing intermediate container 814d247da853 02:45:32 ---> f3ec8fb778af 02:45:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:32 ---> Running in 5b9e82bd1453 02:45:33 Removing intermediate container 5b9e82bd1453 02:45:33 ---> 9db25efadf5b 02:45:33 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 02:45:33 ---> Running in 60878f1172fd 02:45:33 Removing intermediate container 5bae6afb6b14 02:45:33 ---> 0c60f9b656fd 02:45:33 Step 6/8 : WORKDIR /device-modbus-go 02:45:34 ---> Running in 32f609098693 02:45:34 Removing intermediate container 32f609098693 02:45:34 ---> 70333165f3b6 02:45:34 Step 7/8 : COPY . . 02:45:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:35 (1/14) Installing libmagic (5.38-r0) 02:45:35 ---> 3355e06f37f8 02:45:35 Step 8/8 : RUN go mod download 02:45:35 ---> Running in 4e31e50c074c 02:45:35 (2/14) Installing file (5.38-r0) 02:45:35 (3/14) Installing libc-dev (0.7.2-r3) 02:45:36 (4/14) Installing g++ (9.3.0-r2) 02:45:39 go: finding github.com/BurntSushi/toml v0.3.1 02:45:39 go: finding github.com/OneOfOne/xxhash v1.2.6 02:45:39 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:45:39 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:45:39 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:45:39 go: finding github.com/bgentry/speakeasy v0.1.0 02:45:39 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:45:39 go: finding github.com/davecgh/go-spew v1.1.1 02:45:39 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 02:45:39 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:45:39 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:45:39 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:45:39 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 02:45:39 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:45:39 go: finding github.com/fatih/color v1.7.0 02:45:39 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:45:39 go: finding github.com/go-kit/kit v0.8.0 02:45:39 go: finding github.com/go-logfmt/logfmt v0.4.0 02:45:39 go: finding github.com/go-stack/stack v1.8.0 02:45:39 go: finding github.com/goburrow/modbus v0.1.0 02:45:39 go: finding github.com/goburrow/serial v0.1.0 02:45:39 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:45:39 go: finding github.com/google/uuid v1.1.1 02:45:40 go: finding github.com/gorilla/mux v1.7.1 02:45:40 go: finding github.com/hashicorp/consul/api v1.1.0 02:45:40 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:45:40 go: finding github.com/hashicorp/errwrap v1.0.0 02:45:40 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:45:40 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:45:40 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:45:40 go: finding github.com/hashicorp/go-multierror v1.0.0 02:45:40 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:45:40 go: finding github.com/hashicorp/go-sockaddr v1.0.1 02:45:40 go: finding github.com/hashicorp/go-syslog v1.0.0 02:45:40 go: finding github.com/hashicorp/go-uuid v1.0.1 02:45:40 go: finding github.com/hashicorp/go.net v0.0.1 02:45:40 go: finding github.com/hashicorp/golang-lru v0.5.1 02:45:40 go: finding github.com/hashicorp/logutils v1.0.0 02:45:40 go: finding github.com/hashicorp/mdns v1.0.0 02:45:40 go: finding github.com/hashicorp/memberlist v0.1.3 02:45:40 go: finding github.com/hashicorp/serf v0.8.2 02:45:40 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:45:40 go: finding github.com/mattn/go-colorable v0.0.9 02:45:40 go: finding github.com/mattn/go-isatty v0.0.3 02:45:40 go: finding github.com/miekg/dns v1.1.4 02:45:40 go: finding github.com/mitchellh/cli v1.0.0 02:45:40 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:45:40 go: finding github.com/mitchellh/copystructure v1.0.0 02:45:40 go: finding github.com/mitchellh/go-homedir v1.1.0 02:45:41 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:45:41 go: finding github.com/mitchellh/go-wordwrap v1.0.0 02:45:41 go: finding github.com/mitchellh/gox v0.4.0 02:45:41 go: finding github.com/mitchellh/iochan v1.0.0 02:45:41 go: finding github.com/mitchellh/mapstructure v1.1.2 02:45:41 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:45:41 (5/14) Installing fortify-headers (1.1-r0) 02:45:41 (6/14) Installing patch (2.7.6-r6) 02:45:41 (7/14) Installing build-base (0.5-r2) 02:45:41 (8/14) Installing openssh-keygen (8.3_p1-r0) 02:45:41 (9/14) Installing libedit (20191231.3.1-r0) 02:45:41 (10/14) Installing openssh-client (8.3_p1-r0) 02:45:41 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 02:45:41 (12/14) Installing openssh-server-common (8.3_p1-r0) 02:45:41 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:45:41 go: finding github.com/pelletier/go-toml v1.2.0 02:45:41 go: finding github.com/pkg/errors v0.8.1 02:45:41 go: finding github.com/pmezard/go-difflib v1.0.0 02:45:41 go: finding github.com/posener/complete v1.1.1 02:45:41 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 02:45:41 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:45:41 (13/14) Installing openssh-server (8.3_p1-r0) 02:45:41 (14/14) Installing openssh (8.3_p1-r0) 02:45:41 go: finding github.com/stretchr/objx v0.1.0 02:45:41 go: finding github.com/stretchr/testify v1.5.1 02:45:41 go: finding github.com/ugorji/go v1.1.4 02:45:41 go: finding github.com/x448/float16 v0.8.4 02:45:41 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 02:45:41 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 02:45:41 Executing busybox-1.31.1-r16.trigger 02:45:41 OK: 237 MiB in 53 packages 02:45:42 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:45:42 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 02:45:42 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 02:45:42 go: finding gopkg.in/yaml.v2 v2.2.8 02:45:45 Removing intermediate container 60878f1172fd 02:45:45 ---> df7154b77ab8 02:45:45 Step 6/8 : WORKDIR /device-modbus-go 02:45:45 ---> Running in 024ff10d9ce9 02:45:45 Removing intermediate container 024ff10d9ce9 02:45:45 ---> 2bc4458a1641 02:45:45 Step 7/8 : COPY . . 02:45:46 ---> f9e7333e82e4 02:45:46 Step 8/8 : RUN go mod download 02:45:46 ---> Running in aa488544e0c9 02:45:48 go: finding github.com/BurntSushi/toml v0.3.1 02:45:48 go: finding github.com/OneOfOne/xxhash v1.2.6 02:45:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 02:45:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:45:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 02:45:48 go: finding github.com/bgentry/speakeasy v0.1.0 02:45:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:45:48 go: finding github.com/davecgh/go-spew v1.1.1 02:45:48 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 02:45:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:45:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:45:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:45:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 02:45:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:45:48 go: finding github.com/fatih/color v1.7.0 02:45:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:45:48 go: finding github.com/go-kit/kit v0.8.0 02:45:48 go: finding github.com/go-logfmt/logfmt v0.4.0 02:45:48 go: finding github.com/go-stack/stack v1.8.0 02:45:48 go: finding github.com/goburrow/modbus v0.1.0 02:45:48 go: finding github.com/goburrow/serial v0.1.0 02:45:48 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:45:49 go: finding github.com/google/uuid v1.1.1 02:45:49 go: finding github.com/gorilla/mux v1.7.1 02:45:49 go: finding github.com/hashicorp/consul/api v1.1.0 02:45:49 go: finding github.com/hashicorp/consul/sdk v0.1.1 02:45:49 go: finding github.com/hashicorp/errwrap v1.0.0 02:45:49 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:45:49 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:45:49 go: finding github.com/hashicorp/go-msgpack v0.5.3 02:45:49 go: finding github.com/hashicorp/go-multierror v1.0.0 02:45:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:45:49 go: finding github.com/hashicorp/go-sockaddr v1.0.1 02:45:49 go: finding github.com/hashicorp/go-syslog v1.0.0 02:45:49 go: finding github.com/hashicorp/go-uuid v1.0.1 02:45:49 go: finding github.com/hashicorp/go.net v0.0.1 02:45:49 go: finding github.com/hashicorp/golang-lru v0.5.1 02:45:49 go: finding github.com/hashicorp/logutils v1.0.0 02:45:49 go: finding github.com/hashicorp/mdns v1.0.0 02:45:49 go: finding github.com/hashicorp/memberlist v0.1.3 02:45:49 go: finding github.com/hashicorp/serf v0.8.2 02:45:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:45:49 go: finding github.com/mattn/go-colorable v0.0.9 02:45:49 go: finding github.com/mattn/go-isatty v0.0.3 02:45:49 go: finding github.com/miekg/dns v1.1.4 02:45:49 go: finding github.com/mitchellh/cli v1.0.0 02:45:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:45:49 go: finding github.com/mitchellh/copystructure v1.0.0 02:45:49 go: finding github.com/mitchellh/go-homedir v1.1.0 02:45:50 go: finding github.com/mitchellh/go-testing-interface v1.0.0 02:45:50 go: finding github.com/mitchellh/go-wordwrap v1.0.0 02:45:50 go: finding github.com/mitchellh/gox v0.4.0 02:45:50 go: finding github.com/mitchellh/iochan v1.0.0 02:45:50 go: finding github.com/mitchellh/mapstructure v1.1.2 02:45:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:45:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:45:50 go: finding github.com/pelletier/go-toml v1.2.0 02:45:50 go: finding github.com/pkg/errors v0.8.1 02:45:50 go: finding github.com/pmezard/go-difflib v1.0.0 02:45:50 go: finding github.com/posener/complete v1.1.1 02:45:50 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 02:45:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:45:50 go: finding github.com/stretchr/objx v0.1.0 02:45:50 go: finding github.com/stretchr/testify v1.5.1 02:45:50 go: finding github.com/ugorji/go v1.1.4 02:45:50 go: finding github.com/x448/float16 v0.8.4 02:45:50 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 02:45:50 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 02:45:50 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 02:45:50 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 02:45:50 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 02:45:50 go: finding gopkg.in/yaml.v2 v2.2.8 02:45:52 Removing intermediate container 4e31e50c074c 02:45:52 ---> 8fe37edfd841 02:45:52 Successfully built 8fe37edfd841 02:45:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:53 + docker inspect -f . ci-base-image-arm64 02:45:53 . [Pipeline] withDockerContainer 02:45:53 prd-ubuntu18.04-docker-arm64-4c-16g-1117 does not seem to be running inside a container 02:45:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/6 -v /w/workspace/device-modbus-go/6:/w/workspace/device-modbus-go/6:rw,z -v /w/workspace/device-modbus-go/6@tmp:/w/workspace/device-modbus-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:55 $ docker top 82c1bff3f269a73c186832daf599f377ab4732fac0e883d6c267e67609189e80 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:56 + go version 02:45:56 go version go1.13.13 linux/arm64 [Pipeline] sh 02:45:57 + make test 02:45:57 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 02:45:58 ? github.com/edgexfoundry/device-modbus-go [no test files] 02:45:59 Removing intermediate container aa488544e0c9 02:45:59 ---> 4e94930bf29e 02:45:59 Successfully built 4e94930bf29e 02:45:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:59 + docker inspect -f . ci-base-image-x86_64 02:45:59 . [Pipeline] withDockerContainer 02:46:00 prd-centos7-docker-4c-2g-1118 does not seem to be running inside a container 02:46:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/6 -v /w/workspace/device-modbus-go/6:/w/workspace/device-modbus-go/6:rw,z -v /w/workspace/device-modbus-go/6@tmp:/w/workspace/device-modbus-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:01 $ docker top ce24b2c08bfee0a8a9311845035e9e975ae6410fa27ab430b215c7fa53a6951a -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:01 + go version 02:46:01 go version go1.13.13 linux/amd64 [Pipeline] sh 02:46:02 + make test 02:46:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 02:46:03 ? github.com/edgexfoundry/device-modbus-go [no test files] 02:46:13 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 02:46:13 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.224s coverage: 50.3% of statements 02:46:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:46:14 gofmt -l . 02:46:14 [ "`gofmt -l .`" = "" ] 02:46:14 ./bin/test-attribution-txt.sh 02:46:15 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:46:15 Stashed 1 file(s) [Pipeline] } 02:46:15 $ docker stop --time=1 ce24b2c08bfee0a8a9311845035e9e975ae6410fa27ab430b215c7fa53a6951a 02:46:17 $ docker rm -f ce24b2c08bfee0a8a9311845035e9e975ae6410fa27ab430b215c7fa53a6951a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:20 + ls -al . 02:46:20 total 104 02:46:20 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 2 02:46 . 02:46:20 drwxrwxr-x. 4 jenkins jenkins 28 Sep 2 02:45 .. 02:46:20 -rw-rw-r--. 1 jenkins jenkins 4564 Sep 2 02:45 Attribution.txt 02:46:20 drwxrwxr-x. 2 jenkins jenkins 87 Sep 2 02:45 bin 02:46:20 drwxrwxr-x. 3 jenkins jenkins 32 Sep 2 02:45 cmd 02:46:20 -rw-r--r--. 1 jenkins jenkins 22364 Sep 2 02:46 coverage.out 02:46:20 -rw-rw-r--. 1 jenkins jenkins 1430 Sep 2 02:45 Dockerfile 02:46:20 -rw-rw-r--. 1 jenkins jenkins 954 Sep 2 02:45 Dockerfile.build 02:46:20 -rw-rw-r--. 1 jenkins jenkins 140 Sep 2 02:45 .dockerignore 02:46:20 drwxrwxr-x. 8 jenkins jenkins 179 Sep 2 02:45 .git 02:46:20 drwxrwxr-x. 2 jenkins jenkins 38 Sep 2 02:45 .github 02:46:20 -rw-rw-r--. 1 jenkins jenkins 330 Sep 2 02:45 .gitignore 02:46:20 -rw-r--r--. 1 jenkins jenkins 559 Sep 2 02:46 go.mod 02:46:20 -rw-r--r--. 1 jenkins jenkins 13471 Sep 2 02:46 go.sum 02:46:20 drwxrwxr-x. 3 jenkins jenkins 20 Sep 2 02:45 internal 02:46:20 -rw-rw-r--. 1 jenkins jenkins 702 Sep 2 02:45 Jenkinsfile 02:46:20 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 2 02:45 LICENSE 02:46:20 -rw-rw-r--. 1 jenkins jenkins 880 Sep 2 02:45 Makefile 02:46:20 -rw-rw-r--. 1 jenkins jenkins 591 Sep 2 02:45 README.md 02:46:20 drwxrwxr-x. 3 jenkins jenkins 58 Sep 2 02:45 .semver 02:46:20 drwxrwxr-x. 2 jenkins jenkins 52 Sep 2 02:45 simulator 02:46:20 drwxrwxr-x. 4 jenkins jenkins 54 Sep 2 02:45 snap 02:46:20 -rw-rw-r--. 1 jenkins jenkins 5 Sep 2 02:42 VERSION 02:46:20 -rw-rw-r--. 1 jenkins jenkins 229 Sep 2 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:46:21 + 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=bff5e61ff22948f69adeafa5bdb5b34d496c0293 --label arch=amd64 --label version=0.0.0 . 02:46:21 Sending build context to Docker daemon 700.4kB 02:46:21 Step 1/20 : ARG BASE=golang:1.13-alpine 02:46:21 Step 2/20 : FROM ${BASE} AS builder 02:46:21 ---> 4e94930bf29e 02:46:21 Step 3/20 : ARG MAKE='make build' 02:46:21 ---> Running in 98354800aa5e 02:46:21 Removing intermediate container 98354800aa5e 02:46:21 ---> 05c3414e3f65 02:46:21 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:21 ---> Running in 2ce65573fe4c 02:46:22 Removing intermediate container 2ce65573fe4c 02:46:22 ---> f3eb7a08a167 02:46:22 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 02:46:22 ---> Running in 0206f221fe0e 02:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:25 OK: 237 MiB in 53 packages 02:46:25 Removing intermediate container 0206f221fe0e 02:46:25 ---> 217c8243014f 02:46:25 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 02:46:25 ---> Running in 964513db9cc4 02:46:25 Removing intermediate container 964513db9cc4 02:46:25 ---> b7619be9c69d 02:46:25 Step 7/20 : COPY . . 02:46:26 ---> d2415b933725 02:46:26 Step 8/20 : RUN ${MAKE} 02:46:26 ---> Running in ef8e7abb2b8b 02:46:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 02:46:31 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 02:46:31 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.381s coverage: 50.3% of statements 02:46:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:46:33 gofmt -l . 02:46:33 [ "`gofmt -l .`" = "" ] 02:46:33 ./bin/test-attribution-txt.sh 02:46:34 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:46:34 Warning: overwriting stash ‘coverage-report’ 02:46:35 Stashed 1 file(s) [Pipeline] } 02:46:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:46:35 $ docker stop --time=1 82c1bff3f269a73c186832daf599f377ab4732fac0e883d6c267e67609189e80 02:46:37 $ docker rm -f 82c1bff3f269a73c186832daf599f377ab4732fac0e883d6c267e67609189e80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:38 Removing intermediate container ef8e7abb2b8b 02:46:38 ---> 80a301f49c20 02:46:38 Step 9/20 : FROM scratch 02:46:38 ---> 02:46:38 Step 10/20 : ENV APP_PORT=49991 02:46:38 ---> Running in c39a3945bd7e 02:46:38 Removing intermediate container c39a3945bd7e 02:46:38 ---> 0dfe22f6bb17 02:46:38 Step 11/20 : EXPOSE $APP_PORT 02:46:38 ---> Running in 42bdc88aefdc 02:46:38 Removing intermediate container 42bdc88aefdc 02:46:38 ---> 3bbe34eeb4c7 02:46:38 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 02:46:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:39 ---> e426dc536c4b 02:46:39 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 02:46:39 ---> 244514ce0a9f 02:46:39 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 02:46:39 + ls -al . 02:46:39 total 140 02:46:39 drwxrwxr-x 10 jenkins jenkins 4096 Sep 2 02:46 . 02:46:39 drwxrwxr-x 4 jenkins jenkins 4096 Sep 2 02:44 .. 02:46:39 -rw-rw-r-- 1 jenkins jenkins 140 Sep 2 02:44 .dockerignore 02:46:39 drwxrwxr-x 8 jenkins jenkins 4096 Sep 2 02:44 .git 02:46:39 drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 02:44 .github 02:46:39 -rw-rw-r-- 1 jenkins jenkins 330 Sep 2 02:44 .gitignore 02:46:39 drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 02:44 .semver 02:46:39 -rw-rw-r-- 1 jenkins jenkins 4564 Sep 2 02:44 Attribution.txt 02:46:39 -rw-rw-r-- 1 jenkins jenkins 1430 Sep 2 02:44 Dockerfile 02:46:39 -rw-rw-r-- 1 jenkins jenkins 954 Sep 2 02:44 Dockerfile.build 02:46:39 -rw-rw-r-- 1 jenkins jenkins 702 Sep 2 02:44 Jenkinsfile 02:46:39 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 2 02:44 LICENSE 02:46:39 -rw-rw-r-- 1 jenkins jenkins 880 Sep 2 02:44 Makefile 02:46:39 -rw-rw-r-- 1 jenkins jenkins 591 Sep 2 02:44 README.md 02:46:39 -rw-rw-r-- 1 jenkins jenkins 5 Sep 2 02:42 VERSION 02:46:39 drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 02:44 bin 02:46:39 drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 02:44 cmd 02:46:39 -rw-r--r-- 1 jenkins jenkins 22364 Sep 2 02:46 coverage.out 02:46:39 -rw-r--r-- 1 jenkins jenkins 559 Sep 2 02:46 go.mod 02:46:39 -rw-r--r-- 1 jenkins jenkins 13471 Sep 2 02:46 go.sum 02:46:39 drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 02:44 internal 02:46:39 drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 02:44 simulator 02:46:39 drwxrwxr-x 4 jenkins jenkins 4096 Sep 2 02:44 snap 02:46:39 -rw-rw-r-- 1 jenkins jenkins 229 Sep 2 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:46:39 ---> 232c67f702b1 02:46:39 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 02:46:39 ---> Running in 2f95294a1446 02:46:39 + 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=bff5e61ff22948f69adeafa5bdb5b34d496c0293 --label arch=arm64 --label version=0.0.0 . 02:46:39 Removing intermediate container 2f95294a1446 02:46:39 ---> fda9c5ee16fd 02:46:39 Step 16/20 : ENTRYPOINT ["/device-modbus"] 02:46:39 ---> Running in a88245e8848c 02:46:39 Sending build context to Docker daemon 700.4kB 02:46:39 Step 1/20 : ARG BASE=golang:1.13-alpine 02:46:39 Step 2/20 : FROM ${BASE} AS builder 02:46:39 ---> 8fe37edfd841 02:46:39 Step 3/20 : ARG MAKE='make build' 02:46:40 Removing intermediate container a88245e8848c 02:46:40 ---> 7065c2ebdd7d 02:46:40 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:40 ---> Running in 0c6776230efb 02:46:40 ---> Running in a6384df31db6 02:46:40 Removing intermediate container 0c6776230efb 02:46:40 ---> 9eccb34dc12f 02:46:40 Step 18/20 : LABEL arch=amd64 02:46:40 ---> Running in c91f9728eabb 02:46:40 Removing intermediate container c91f9728eabb 02:46:40 ---> 9bff8fcaa993 02:46:40 Step 19/20 : LABEL git_sha=bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:46:40 ---> Running in a4969a645a9a 02:46:40 Removing intermediate container a4969a645a9a 02:46:40 ---> 4aaf69ae198e 02:46:40 Step 20/20 : LABEL version=0.0.0 02:46:40 ---> Running in e726bf28559c 02:46:40 Removing intermediate container e726bf28559c 02:46:40 ---> f6f0527af21a 02:46:40 [Warning] One or more build-args [ARCH] were not consumed 02:46:40 Successfully built f6f0527af21a 02:46:40 Successfully tagged docker-device-modbus-go:latest [Pipeline] } 02:46:40 Removing intermediate container a6384df31db6 02:46:40 ---> 454465613740 02:46:40 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:40 ---> Running in 2afe5ba1c1bd [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 02:46:43 Removing intermediate container 2afe5ba1c1bd 02:46:43 ---> 8c049333738a 02:46:43 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 02:46:43 ---> Running in aaa9ec91f593 02:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:47 OK: 221 MiB in 53 packages 02:46:49 Removing intermediate container aaa9ec91f593 02:46:49 ---> 55f592a08aea 02:46:49 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 02:46:49 ---> Running in 54a0ccde3730 02:46:49 Removing intermediate container 54a0ccde3730 02:46:49 ---> ef30e234f53b 02:46:49 Step 7/20 : COPY . . 02:46:50 ---> 9f849edf4c8a 02:46:50 Step 8/20 : RUN ${MAKE} 02:46:50 ---> Running in d7ce3fc568e7 02:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 02:46:56 Still waiting to schedule task 02:46:56 All nodes of label ‘centos7-docker-8c-8g’ are offline 02:47:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:47:22 Removing intermediate container d7ce3fc568e7 02:47:22 ---> 1d3820dafcce 02:47:22 Step 9/20 : FROM scratch 02:47:22 ---> 02:47:22 Step 10/20 : ENV APP_PORT=49991 02:47:22 ---> Running in e728fc8fd18e 02:47:22 Removing intermediate container e728fc8fd18e 02:47:22 ---> db87ecb67994 02:47:22 Step 11/20 : EXPOSE $APP_PORT 02:47:22 ---> Running in 1bcb78f78a4f 02:47:23 Removing intermediate container 1bcb78f78a4f 02:47:23 ---> 21357530966c 02:47:23 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 02:47:24 ---> d083cc682e92 02:47:24 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 02:47:24 ---> 02d4f99a673e 02:47:24 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 02:47:25 ---> 3b2afc42cbf2 02:47:25 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 02:47:25 ---> Running in 113d780498a7 02:47:26 Removing intermediate container 113d780498a7 02:47:26 ---> 1067787486e6 02:47:26 Step 16/20 : ENTRYPOINT ["/device-modbus"] 02:47:26 ---> Running in caa9e33493b5 02:47:26 Removing intermediate container caa9e33493b5 02:47:26 ---> dd716a2886a2 02:47:26 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:26 ---> Running in 2570daa351c8 02:47:27 Removing intermediate container 2570daa351c8 02:47:27 ---> 0127173561a9 02:47:27 Step 18/20 : LABEL arch=arm64 02:47:27 ---> Running in fb095b24027f 02:47:28 Removing intermediate container fb095b24027f 02:47:28 ---> bebde486b628 02:47:28 Step 19/20 : LABEL git_sha=bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:47:28 ---> Running in 62d7d67b8948 02:47:28 Removing intermediate container 62d7d67b8948 02:47:28 ---> 406eb3be9334 02:47:28 Step 20/20 : LABEL version=0.0.0 02:47:28 ---> Running in 34cd8579cb43 02:47:29 Removing intermediate container 34cd8579cb43 02:47:29 ---> 15aa4af5a296 02:47:29 [Warning] One or more build-args [ARCH] were not consumed 02:47:29 Successfully built 15aa4af5a296 02:47:29 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 02:47:44 Still waiting to schedule task 02:47:44 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 02:47:59 Running on prd-centos7-docker-8c-8g-1119 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws 02:47:59 Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout 02:48:01 using credential edgex-jenkins-ssh 02:48:01 Cloning the remote Git repository 02:48:01 Cloning with configured refspecs honoured and without tags 02:48:01 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 02:48:01 > git init /w/workspace/device-modbus-go/6 # timeout=10 02:48:01 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 02:48:01 > git --version # timeout=10 02:48:01 > git --version # 'git version 2.16.5' 02:48:01 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:48:02 Fetching without tags 02:48:02 Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:48:02 Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:48:02 Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) 02:48:02 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 02:48:02 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 02:48:02 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:48:02 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 02:48:02 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 02:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:02 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:48:02 > git config core.sparsecheckout # timeout=10 02:48:02 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 02:48:02 > git remote # timeout=10 02:48:02 > git config --get remote.origin.url # timeout=10 02:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:02 > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 02:48:02 > git rev-parse HEAD^{commit} # timeout=10 02:48:02 > git config core.sparsecheckout # timeout=10 02:48:02 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 02:48:06 Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:07 ++ find /w/workspace/device-modbus-go/6 02:48:07 ++ grep snapcraft.yaml 02:48:07 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:48:07 provisioning config files... 02:48:07 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/6@tmp/config7494667098068155956tmp [Pipeline] { [Pipeline] sh 02:48:08 + cp /w/workspace/device-modbus-go/6@tmp/config7494667098068155956tmp /w/workspace/device-modbus-go/6/edgex-snap-store-login [Pipeline] sh 02:48:08 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/6:/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 02:48:08 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 02:48:08 latest: Pulling from edgex-devops/edgex-snap-builder 02:48:08 f08d8e2a3ba1: Pulling fs layer 02:48:08 3baa9cb2483b: Pulling fs layer 02:48:08 94e5ff4c0b15: Pulling fs layer 02:48:08 1860925334f9: Pulling fs layer 02:48:08 2daf38717194: Pulling fs layer 02:48:08 309017e8d7a4: Pulling fs layer 02:48:08 f7790dc9fd0f: Pulling fs layer 02:48:08 cac0ae9282c2: Pulling fs layer 02:48:08 1f4cadf9a1ed: Pulling fs layer 02:48:08 cac0ae9282c2: Waiting 02:48:08 1f4cadf9a1ed: Waiting 02:48:08 2daf38717194: Waiting 02:48:08 309017e8d7a4: Waiting 02:48:08 f7790dc9fd0f: Waiting 02:48:08 1860925334f9: Waiting 02:48:08 94e5ff4c0b15: Verifying Checksum 02:48:08 94e5ff4c0b15: Download complete 02:48:08 3baa9cb2483b: Verifying Checksum 02:48:08 3baa9cb2483b: Download complete 02:48:08 1860925334f9: Verifying Checksum 02:48:08 1860925334f9: Download complete 02:48:08 309017e8d7a4: Verifying Checksum 02:48:08 309017e8d7a4: Download complete 02:48:08 f7790dc9fd0f: Verifying Checksum 02:48:08 f7790dc9fd0f: Download complete 02:48:08 cac0ae9282c2: Download complete 02:48:08 1f4cadf9a1ed: Verifying Checksum 02:48:08 1f4cadf9a1ed: Download complete 02:48:08 f08d8e2a3ba1: Verifying Checksum 02:48:08 f08d8e2a3ba1: Download complete 02:48:10 f08d8e2a3ba1: Pull complete 02:48:10 3baa9cb2483b: Pull complete 02:48:10 94e5ff4c0b15: Pull complete 02:48:10 1860925334f9: Pull complete 02:48:13 2daf38717194: Download complete 02:48:28 2daf38717194: Pull complete 02:48:28 309017e8d7a4: Pull complete 02:48:28 f7790dc9fd0f: Pull complete 02:48:28 cac0ae9282c2: Pull complete 02:48:28 1f4cadf9a1ed: Pull complete 02:48:28 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 02:48:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 02:48:32 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 02:48:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:48:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:48:32 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 02:48:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [102 kB] 02:48:32 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [123 kB] 02:48:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1050 kB] 02:48:33 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1359 kB] 02:48:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1421 kB] 02:48:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [891 kB] 02:48:33 Fetched 5199 kB in 2s (2909 kB/s) 02:48:35 Reading package lists... 02:48:38 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:48:38 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:48:38 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:48:38 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 02:48:39 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... 60% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 02:48:41 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 02:48:43 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... 63% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 02:48:43 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 02:48:43 Reading state information... 0% Reading state information... 0% Reading state information... Done 02:48:43 The following packages were automatically installed and are no longer required: 02:48:43 libjq1 libonig4 02:48:43 Use 'sudo apt autoremove' to remove them. 02:48:43 Suggested packages: 02:48:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:48:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 02:48:43 diffutils-doc perl-doc libterm-readline-gnu-perl 02:48:43 | libterm-readline-perl-perl 02:48:43 The following NEW packages will be installed: 02:48:43 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 02:48:43 libperl5.26 make netbase patch perl perl-modules-5.26 02:48:43 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 02:48:43 Need to get 12.0 MB of archives. 02:48:43 After this operation, 77.5 MB of additional disk space will be used. 02:48:43 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] 02:48:44 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 2% [1 perl-modules-5.26 244 kB/2763 kB 9%] 20% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 02:48:44 20% [2 libgdbm5 20.5 kB/26.0 kB 79%] 21% [Working] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 02:48:44 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 02:48:44 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] 02:48:44 48% [5 perl 33.5 kB/201 kB 17%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 02:48:44 51% [6 less 19.7 kB/112 kB 18%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 02:48:44 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Working] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 02:48:44 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 02:48:44 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:48:44 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 02:48:44 61% [11 git-man 16.4 kB/804 kB 2%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 02:48:45 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 02:48:45 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] 02:48:45 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 2s (6368 kB/s) 02:48:45 debconf: delaying package configuration, since apt-utils is not installed 02:48:45 Selecting previously unselected package perl-modules-5.26. 02:48:45 (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.) 02:48:45 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 02:48:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 02:48:46 Selecting previously unselected package libgdbm5:amd64. 02:48:46 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 02:48:46 Unpacking libgdbm5:amd64 (1.14.1-6) ... 02:48:46 Selecting previously unselected package libgdbm-compat4:amd64. 02:48:46 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 02:48:46 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 02:48:46 Selecting previously unselected package libperl5.26:amd64. 02:48:46 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 02:48:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 02:48:47 Selecting previously unselected package perl. 02:48:47 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 02:48:47 Unpacking perl (5.26.1-6ubuntu0.3) ... 02:48:47 Selecting previously unselected package less. 02:48:47 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 02:48:47 Unpacking less (487-0.1) ... 02:48:47 Selecting previously unselected package netbase. 02:48:47 Preparing to unpack .../06-netbase_5.4_all.deb ... 02:48:47 Unpacking netbase (5.4) ... 02:48:47 Selecting previously unselected package curl. 02:48:47 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 02:48:47 Unpacking curl (7.58.0-2ubuntu3.10) ... 02:48:47 Selecting previously unselected package libcurl3-gnutls:amd64. 02:48:47 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 02:48:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 02:48:47 Selecting previously unselected package liberror-perl. 02:48:47 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 02:48:47 Unpacking liberror-perl (0.17025-1) ... 02:48:47 Selecting previously unselected package git-man. 02:48:47 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 02:48:47 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 02:48:47 Selecting previously unselected package git. 02:48:47 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 02:48:48 Unpacking git (1:2.17.1-1ubuntu0.7) ... 02:48:48 Selecting previously unselected package make. 02:48:48 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 02:48:48 Unpacking make (4.1-9.1ubuntu1) ... 02:48:48 Selecting previously unselected package patch. 02:48:48 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:48:48 Unpacking patch (2.7.6-2ubuntu1.1) ... 02:48:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 02:48:48 Setting up less (487-0.1) ... 02:48:48 Setting up make (4.1-9.1ubuntu1) ... 02:48:48 Setting up curl (7.58.0-2ubuntu3.10) ... 02:48:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 02:48:48 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 02:48:48 Setting up libgdbm5:amd64 (1.14.1-6) ... 02:48:48 Setting up patch (2.7.6-2ubuntu1.1) ... 02:48:48 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 02:48:48 Setting up netbase (5.4) ... 02:48:48 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 02:48:48 Setting up perl (5.26.1-6ubuntu0.3) ... 02:48:49 Setting up liberror-perl (0.17025-1) ... 02:48:49 Setting up git (1:2.17.1-1ubuntu0.7) ... 02:48:49 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 02:48:49 Processing triggers for mime-support (3.60ubuntu1) ... 02:48:51 curl set to automatically installed. 02:48:51 git set to automatically installed. 02:48:51 git-man set to automatically installed. 02:48:51 less set to automatically installed. 02:48:51 libcurl3-gnutls set to automatically installed. 02:48:51 liberror-perl set to automatically installed. 02:48:51 libgdbm-compat4 set to automatically installed. 02:48:51 libgdbm5 set to automatically installed. 02:48:51 libperl5.26 set to automatically installed. 02:48:51 make set to automatically installed. 02:48:51 netbase set to automatically installed. 02:48:51 patch set to automatically installed. 02:48:51 perl set to automatically installed. 02:48:51 perl-modules-5.26 set to automatically installed. 02:48:51 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 02:48:51 Please ensure the environment is properly setup before continuing. 02:48:51 Ignore this message if the appropriate measures have already been taken 02:48:51 Pulling go  02:48:52 'device-modbus' has dependencies that need to be staged: go 02:48:52 Skipping pull go (already ran) 02:48:52 Building go  02:48:52 % Total % Received % Xferd Average Speed Time Time Time Current 02:48:52 Dload Upload Total Spent Left Speed 02:48:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 21 114M 21 24.7M 0 0 29.0M 0 0:00:03 --:--:-- 0:00:03 28.9M 77 114M 77 88.7M 0 0 47.8M 0 0:00:02 0:00:01 0:00:01 47.7M 100 114M 100 114M 0 0 48.8M 0 0:00:02 0:00:02 --:--:-- 48.8M 02:48:55 go1.13.5.linux-amd64.tar.gz: OK 02:49:02 Staging go  02:49:02 Pulling device-modbus  02:49:03 Skipping build go (already ran) 02:49:03 Building device-modbus  02:49:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1" -o cmd/device-modbus ./cmd 02:49:04 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 02:49:04 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:49:04 go: downloading github.com/goburrow/modbus v0.1.0 02:49:04 go: extracting github.com/goburrow/modbus v0.1.0 02:49:04 go: downloading github.com/goburrow/serial v0.1.0 02:49:04 go: extracting github.com/goburrow/serial v0.1.0 02:49:04 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 02:49:04 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:49:04 go: downloading github.com/gorilla/mux v1.7.1 02:49:04 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:49:04 go: downloading github.com/google/uuid v1.1.1 02:49:04 go: downloading gopkg.in/yaml.v2 v2.2.8 02:49:04 go: downloading github.com/OneOfOne/xxhash v1.2.6 02:49:04 go: extracting github.com/google/uuid v1.1.1 02:49:04 go: downloading github.com/go-kit/kit v0.8.0 02:49:04 go: extracting github.com/OneOfOne/xxhash v1.2.6 02:49:04 go: extracting github.com/gorilla/mux v1.7.1 02:49:04 go: extracting gopkg.in/yaml.v2 v2.2.8 02:49:04 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:49:04 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:49:04 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 02:49:04 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 02:49:04 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 02:49:04 go: downloading github.com/pkg/errors v0.8.1 02:49:04 go: downloading github.com/pelletier/go-toml v1.2.0 02:49:04 go: downloading github.com/BurntSushi/toml v0.3.1 02:49:04 go: extracting github.com/pkg/errors v0.8.1 02:49:04 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 02:49:04 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 02:49:04 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 02:49:04 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 02:49:04 go: downloading github.com/hashicorp/consul/api v1.1.0 02:49:04 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:49:04 go: downloading github.com/x448/float16 v0.8.4 02:49:04 go: extracting github.com/BurntSushi/toml v0.3.1 02:49:04 go: extracting github.com/go-kit/kit v0.8.0 02:49:04 go: extracting github.com/pelletier/go-toml v1.2.0 02:49:04 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:49:04 go: extracting github.com/hashicorp/consul/api v1.1.0 02:49:04 go: extracting github.com/x448/float16 v0.8.4 02:49:04 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:49:04 go: downloading github.com/mitchellh/copystructure v1.0.0 02:49:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:49:04 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:49:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 02:49:04 go: downloading github.com/hashicorp/serf v0.8.2 02:49:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:49:04 go: extracting github.com/go-logfmt/logfmt v0.4.0 02:49:04 go: extracting github.com/mitchellh/copystructure v1.0.0 02:49:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:49:04 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 02:49:04 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 02:49:04 go: extracting github.com/mitchellh/mapstructure v1.1.2 02:49:04 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 02:49:04 go: extracting github.com/mitchellh/reflectwalk v1.0.0 02:49:04 go: extracting github.com/hashicorp/serf v0.8.2 02:49:05 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:49:05 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:49:05 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:49:05 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 02:49:05 go: downloading github.com/hashicorp/golang-lru v0.5.1 02:49:05 go: extracting github.com/hashicorp/golang-lru v0.5.1 02:49:05 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 02:49:05 go: finding github.com/gorilla/mux v1.7.1 02:49:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:49:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:49:05 go: finding github.com/OneOfOne/xxhash v1.2.6 02:49:05 go: finding github.com/google/uuid v1.1.1 02:49:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 02:49:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:49:05 go: finding gopkg.in/yaml.v2 v2.2.8 02:49:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:49:05 go: finding github.com/pkg/errors v0.8.1 02:49:05 go: finding github.com/BurntSushi/toml v0.3.1 02:49:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:49:05 go: finding github.com/hashicorp/consul/api v1.1.0 02:49:05 go: finding github.com/pelletier/go-toml v1.2.0 02:49:05 go: finding github.com/x448/float16 v0.8.4 02:49:05 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:49:05 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:49:05 go: finding github.com/hashicorp/serf v0.8.2 02:49:05 go: finding github.com/mitchellh/mapstructure v1.1.2 02:49:05 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:49:05 go: finding github.com/go-kit/kit v0.8.0 02:49:05 go: finding github.com/mitchellh/copystructure v1.0.0 02:49:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:49:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:49:05 go: finding github.com/go-logfmt/logfmt v0.4.0 02:49:05 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:49:05 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:49:05 go: finding github.com/goburrow/modbus v0.1.0 02:49:05 go: finding github.com/hashicorp/golang-lru v0.5.1 02:49:05 go: finding github.com/goburrow/serial v0.1.0 02:49:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:49:14 Skipping stage go (already ran) 02:49:14 Staging device-modbus  02:49:14 Priming go  02:49:15 Priming device-modbus  02:49:16 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 02:49:16 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 02:49:16 Determining the version from the project repo (version-script). 02:49:16 The version has been set to '1.2.1-20200902+bff5e61' 02:49:17 Snapping | Snapping / Snapping - Snapping | 02:49:17 Snapped edgex-device-modbus_1.2.1-20200902+bff5e61_amd64.snap [Pipeline] } 02:49:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:37 Running on prd-ubuntu18.04-docker-arm64-16c-16g-1120 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws 02:49:37 Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout 02:49:41 using credential edgex-jenkins-ssh 02:49:41 Cloning the remote Git repository 02:49:41 Cloning with configured refspecs honoured and without tags 02:49:42 Fetching without tags 02:49:41 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 02:49:41 > git init /w/workspace/device-modbus-go/6 # timeout=10 02:49:41 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 02:49:41 > git --version # timeout=10 02:49:41 > git --version # 'git version 2.17.1' 02:49:41 using GIT_SSH to set credentials SSH Credentials for GitHub 02:49:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:49:42 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 02:49:42 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 02:49:42 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 02:49:42 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 02:49:42 Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:49:42 Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 02:49:42 Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) 02:49:42 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 02:49:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:49:42 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:49:42 > git config core.sparsecheckout # timeout=10 02:49:42 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 02:49:42 > git remote # timeout=10 02:49:42 > git config --get remote.origin.url # timeout=10 02:49:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:49:42 > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 02:49:42 > git rev-parse HEAD^{commit} # timeout=10 02:49:42 > git config core.sparsecheckout # timeout=10 02:49:42 > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 02:49:46 Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:48 + + findgrep /w/workspace/device-modbus-go/6 snapcraft.yaml 02:49:48 02:49:48 + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:49:48 provisioning config files... 02:49:48 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/6@tmp/config3937074573604461377tmp [Pipeline] { [Pipeline] sh 02:49:48 + cp /w/workspace/device-modbus-go/6@tmp/config3937074573604461377tmp /w/workspace/device-modbus-go/6/edgex-snap-store-login [Pipeline] sh 02:49:49 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/6:/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 02:49:49 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 02:49:50 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 02:49:50 237528ba509b: Pulling fs layer 02:49:50 393b96f31d8b: Pulling fs layer 02:49:50 4d82b0e39008: Pulling fs layer 02:49:50 e7ca375b8d34: Pulling fs layer 02:49:50 418f656485bb: Pulling fs layer 02:49:50 aebe8db9254c: Pulling fs layer 02:49:50 4f5f7b207d3f: Pulling fs layer 02:49:50 418f656485bb: Waiting 02:49:50 e7ca375b8d34: Waiting 02:49:50 4f5f7b207d3f: Waiting 02:49:50 aebe8db9254c: Waiting 02:49:50 d19ca6af091a: Pulling fs layer 02:49:50 16b5a0711add: Pulling fs layer 02:49:50 d19ca6af091a: Waiting 02:49:50 16b5a0711add: Waiting 02:49:50 4d82b0e39008: Verifying Checksum 02:49:50 4d82b0e39008: Download complete 02:49:50 393b96f31d8b: Download complete 02:49:50 e7ca375b8d34: Verifying Checksum 02:49:50 e7ca375b8d34: Download complete 02:49:50 aebe8db9254c: Verifying Checksum 02:49:50 aebe8db9254c: Download complete 02:49:50 4f5f7b207d3f: Verifying Checksum 02:49:50 4f5f7b207d3f: Download complete 02:49:50 d19ca6af091a: Verifying Checksum 02:49:50 d19ca6af091a: Download complete 02:49:50 16b5a0711add: Verifying Checksum 02:49:50 16b5a0711add: Download complete 02:49:51 237528ba509b: Verifying Checksum 02:49:51 237528ba509b: Download complete 02:49:53 237528ba509b: Pull complete 02:49:54 393b96f31d8b: Pull complete 02:49:54 4d82b0e39008: Pull complete 02:49:55 e7ca375b8d34: Pull complete 02:50:00 418f656485bb: Download complete 02:50:47 418f656485bb: Pull complete 02:50:47 aebe8db9254c: Pull complete 02:50:47 4f5f7b207d3f: Pull complete 02:50:47 d19ca6af091a: Pull complete 02:50:47 16b5a0711add: Pull complete 02:50:47 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 02:50:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 02:50:47 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 02:50:47 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 02:50:47 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 02:50:47 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 02:50:47 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [930 kB] 02:50:48 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1257 kB] 02:50:48 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [651 kB] 02:50:48 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [779 kB] 02:50:48 Fetched 3869 kB in 2s (1761 kB/s) 02:50:53 Reading package lists... 02:51:08 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 02:51:08 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 02:51:08 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 02:51:08 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 02:51:11 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... 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 02:51:18 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 02:51:22 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 02:51:23 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 60% Building dependency tree 02:51:23 Reading state information... 0% Reading state information... 0% Reading state information... Done 02:51:23 The following packages were automatically installed and are no longer required: 02:51:23 libjq1 libonig4 02:51:23 Use 'sudo apt autoremove' to remove them. 02:51:23 Suggested packages: 02:51:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:51:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 02:51:23 diffutils-doc perl-doc libterm-readline-gnu-perl 02:51:23 | libterm-readline-perl-perl 02:51:24 The following NEW packages will be installed: 02:51:24 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 02:51:24 libperl5.26 make netbase patch perl perl-modules-5.26 02:51:24 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. 02:51:24 Need to get 10.8 MB of archives. 02:51:24 After this operation, 73.6 MB of additional disk space will be used. 02:51:24 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] 02:51:25 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 6% [1 perl-modules-5.26 745 kB/2763 kB 27%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 02:51:25 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] 02:51:25 24% [3 libgdbm-compat4 0 B/5536 B 0%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 02:51:25 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] 02:51:25 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] 02:51:25 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] 02:51:25 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 02:51:25 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.10 [179 kB] 02:51:25 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] 02:51:25 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] 02:51:25 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 02:51:25 72% [12 git 11.2 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] 02:51:25 96% [13 make 53.2 kB/139 kB 38%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 02:51:25 98% [14 patch 57.3 kB/91.8 kB 62%] 100% [Working] Fetched 10.8 MB in 1s (8253 kB/s) 02:51:26 debconf: delaying package configuration, since apt-utils is not installed 02:51:26 Selecting previously unselected package perl-modules-5.26. 02:51:26 (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.) 02:51:26 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 02:51:26 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 02:51:27 Selecting previously unselected package libgdbm5:arm64. 02:51:27 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 02:51:27 Unpacking libgdbm5:arm64 (1.14.1-6) ... 02:51:27 Selecting previously unselected package libgdbm-compat4:arm64. 02:51:27 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 02:51:27 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 02:51:27 Selecting previously unselected package libperl5.26:arm64. 02:51:27 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 02:51:27 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 02:51:29 Selecting previously unselected package perl. 02:51:29 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 02:51:29 Unpacking perl (5.26.1-6ubuntu0.3) ... 02:51:29 Selecting previously unselected package less. 02:51:29 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 02:51:29 Unpacking less (487-0.1) ... 02:51:29 Selecting previously unselected package netbase. 02:51:29 Preparing to unpack .../06-netbase_5.4_all.deb ... 02:51:29 Unpacking netbase (5.4) ... 02:51:29 Selecting previously unselected package curl. 02:51:29 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 02:51:29 Unpacking curl (7.58.0-2ubuntu3.10) ... 02:51:29 Selecting previously unselected package libcurl3-gnutls:arm64. 02:51:29 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 02:51:29 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 02:51:29 Selecting previously unselected package liberror-perl. 02:51:29 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 02:51:29 Unpacking liberror-perl (0.17025-1) ... 02:51:30 Selecting previously unselected package git-man. 02:51:30 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 02:51:30 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 02:51:30 Selecting previously unselected package git. 02:51:30 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 02:51:30 Unpacking git (1:2.17.1-1ubuntu0.7) ... 02:51:31 Selecting previously unselected package make. 02:51:31 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 02:51:31 Unpacking make (4.1-9.1ubuntu1) ... 02:51:31 Selecting previously unselected package patch. 02:51:31 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 02:51:31 Unpacking patch (2.7.6-2ubuntu1.1) ... 02:51:31 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 02:51:31 Setting up less (487-0.1) ... 02:51:32 Setting up make (4.1-9.1ubuntu1) ... 02:51:32 Setting up curl (7.58.0-2ubuntu3.10) ... 02:51:32 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 02:51:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 02:51:32 Setting up libgdbm5:arm64 (1.14.1-6) ... 02:51:32 Setting up patch (2.7.6-2ubuntu1.1) ... 02:51:32 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 02:51:32 Setting up netbase (5.4) ... 02:51:32 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 02:51:32 Setting up perl (5.26.1-6ubuntu0.3) ... 02:51:32 Setting up liberror-perl (0.17025-1) ... 02:51:32 Setting up git (1:2.17.1-1ubuntu0.7) ... 02:51:32 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 02:51:33 Processing triggers for mime-support (3.60ubuntu1) ... 02:51:38 curl set to automatically installed. 02:51:38 git set to automatically installed. 02:51:38 git-man set to automatically installed. 02:51:38 less set to automatically installed. 02:51:38 libcurl3-gnutls set to automatically installed. 02:51:38 liberror-perl set to automatically installed. 02:51:38 libgdbm-compat4 set to automatically installed. 02:51:38 libgdbm5 set to automatically installed. 02:51:38 libperl5.26 set to automatically installed. 02:51:38 make set to automatically installed. 02:51:38 netbase set to automatically installed. 02:51:38 patch set to automatically installed. 02:51:38 perl set to automatically installed. 02:51:38 perl-modules-5.26 set to automatically installed. 02:51:38 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 02:51:38 Please ensure the environment is properly setup before continuing. 02:51:38 Ignore this message if the appropriate measures have already been taken 02:51:39 Pulling go  02:51:43 'device-modbus' has dependencies that need to be staged: go 02:51:43 Skipping pull go (already ran) 02:51:43 Building go  02:51:43 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:43 Dload Upload Total Spent Left Speed 02:51:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 93.0M 9 8736k 0 0 14.7M 0 0:00:06 --:--:-- 0:00:06 14.7M 40 93.0M 40 38.0M 0 0 24.0M 0 0:00:03 0:00:01 0:00:02 24.0M 67 93.0M 67 63.1M 0 0 24.5M 0 0:00:03 0:00:02 0:00:01 24.5M 100 93.0M 100 93.0M 0 0 26.8M 0 0:00:03 0:00:03 --:--:-- 26.8M 02:51:48 go1.13.5.linux-arm64.tar.gz: OK 02:52:06 Staging go  02:52:09 Pulling device-modbus  02:52:12 Skipping build go (already ran) 02:52:12 Building device-modbus  02:52:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1" -o cmd/device-modbus ./cmd 02:52:14 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 02:52:14 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:52:14 go: downloading github.com/goburrow/modbus v0.1.0 02:52:14 go: extracting github.com/goburrow/modbus v0.1.0 02:52:14 go: downloading github.com/goburrow/serial v0.1.0 02:52:14 go: extracting github.com/goburrow/serial v0.1.0 02:52:14 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 02:52:14 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:52:14 go: downloading github.com/gorilla/mux v1.7.1 02:52:14 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:52:14 go: downloading github.com/OneOfOne/xxhash v1.2.6 02:52:14 go: downloading github.com/google/uuid v1.1.1 02:52:14 go: downloading github.com/pkg/errors v0.8.1 02:52:14 go: downloading gopkg.in/yaml.v2 v2.2.8 02:52:14 go: extracting github.com/OneOfOne/xxhash v1.2.6 02:52:14 go: extracting github.com/pkg/errors v0.8.1 02:52:14 go: extracting github.com/google/uuid v1.1.1 02:52:14 go: extracting github.com/gorilla/mux v1.7.1 02:52:14 go: downloading github.com/go-kit/kit v0.8.0 02:52:14 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:52:14 go: extracting gopkg.in/yaml.v2 v2.2.8 02:52:14 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 02:52:14 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:52:14 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 02:52:14 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 02:52:14 go: downloading github.com/BurntSushi/toml v0.3.1 02:52:14 go: downloading github.com/pelletier/go-toml v1.2.0 02:52:14 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 02:52:14 go: extracting github.com/BurntSushi/toml v0.3.1 02:52:14 go: extracting github.com/pelletier/go-toml v1.2.0 02:52:14 go: downloading github.com/hashicorp/consul/api v1.1.0 02:52:14 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 02:52:14 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 02:52:14 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 02:52:14 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:52:14 go: extracting github.com/go-kit/kit v0.8.0 02:52:14 go: downloading github.com/x448/float16 v0.8.4 02:52:14 go: extracting github.com/hashicorp/consul/api v1.1.0 02:52:14 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:52:14 go: downloading github.com/mitchellh/copystructure v1.0.0 02:52:14 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:52:14 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:52:14 go: extracting github.com/x448/float16 v0.8.4 02:52:14 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:52:14 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 02:52:14 go: downloading github.com/hashicorp/serf v0.8.2 02:52:15 go: extracting github.com/mitchellh/mapstructure v1.1.2 02:52:15 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 02:52:15 go: extracting github.com/mitchellh/copystructure v1.0.0 02:52:15 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:52:15 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 02:52:15 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 02:52:15 go: extracting github.com/mitchellh/reflectwalk v1.0.0 02:52:15 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:52:15 go: extracting github.com/hashicorp/serf v0.8.2 02:52:15 go: extracting github.com/go-logfmt/logfmt v0.4.0 02:52:15 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:52:15 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:52:15 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:52:15 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 02:52:15 go: downloading github.com/hashicorp/golang-lru v0.5.1 02:52:15 go: extracting github.com/hashicorp/golang-lru v0.5.1 02:52:15 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 02:52:15 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 02:52:15 go: finding github.com/goburrow/modbus v0.1.0 02:52:15 go: finding github.com/goburrow/serial v0.1.0 02:52:15 go: finding github.com/gorilla/mux v1.7.1 02:52:15 go: finding github.com/OneOfOne/xxhash v1.2.6 02:52:15 go: finding github.com/go-kit/kit v0.8.0 02:52:15 go: finding github.com/fxamacker/cbor/v2 v2.2.0 02:52:15 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 02:52:15 go: finding github.com/google/uuid v1.1.1 02:52:15 go: finding gopkg.in/yaml.v2 v2.2.8 02:52:15 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 02:52:15 go: finding github.com/pkg/errors v0.8.1 02:52:15 go: finding github.com/go-logfmt/logfmt v0.4.0 02:52:15 go: finding github.com/x448/float16 v0.8.4 02:52:15 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 02:52:15 go: finding github.com/BurntSushi/toml v0.3.1 02:52:15 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 02:52:15 go: finding github.com/pelletier/go-toml v1.2.0 02:52:15 go: finding github.com/hashicorp/consul/api v1.1.0 02:52:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:52:15 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 02:52:15 go: finding github.com/hashicorp/go-rootcerts v1.0.0 02:52:15 go: finding github.com/hashicorp/serf v0.8.2 02:52:15 go: finding github.com/mitchellh/mapstructure v1.1.2 02:52:16 go: finding github.com/mitchellh/copystructure v1.0.0 02:52:16 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 02:52:16 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:52:16 go: finding github.com/mitchellh/reflectwalk v1.0.0 02:52:16 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 02:52:16 go: finding github.com/hashicorp/golang-lru v0.5.1 02:52:34 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:52:49 Skipping stage go (already ran) 02:52:49 Staging device-modbus  02:52:52 Priming go  02:52:56 Priming device-modbus  02:52:59 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 02:52:59 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 02:52:59 Determining the version from the project repo (version-script). 02:52:59 The version has been set to '1.2.1-20200902+bff5e61' 02:53:00 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 02:53:00 Snapped edgex-device-modbus_1.2.1-20200902+bff5e61_arm64.snap [Pipeline] } 02:53:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [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 02:53:03 provisioning config files... 02:53:03 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config3152021807351715899tmp [Pipeline] { [Pipeline] sh 02:53:04 + curl -s https://codecov.io/bash 02:53:04 + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config3152021807351715899tmp [Pipeline] } 02:53:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:53:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:53:07 ---> package-listing.sh 02:53:07 ++ facter osfamily 02:53:07 ++ tr '[:upper:]' '[:lower:]' 02:53:07 + OS_FAMILY=redhat 02:53:07 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-162 02:53:07 + START_PACKAGES=/tmp/packages_start.txt 02:53:07 + END_PACKAGES=/tmp/packages_end.txt 02:53:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:53:07 + PACKAGES=/tmp/packages_start.txt 02:53:07 + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' 02:53:07 + PACKAGES=/tmp/packages_end.txt 02:53:07 + case "${OS_FAMILY}" in 02:53:07 + rpm -qa 02:53:07 + sort 02:53:11 + '[' -f /tmp/packages_start.txt ']' 02:53:11 + '[' -f /tmp/packages_end.txt ']' 02:53:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:53:11 + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' 02:53:11 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ 02:53:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ [Pipeline] isUnix [Pipeline] sh 02:53:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:12 02:53:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:53:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:12 alpine: Pulling from edgex-lftools-log-publisher 02:53:12 c9b1b535fdd9: Pulling fs layer 02:53:12 2cc5ad85d9ab: Pulling fs layer 02:53:12 756a868c4378: Pulling fs layer 02:53:12 444b2fc9a129: Pulling fs layer 02:53:12 ea15f1150254: Pulling fs layer 02:53:12 41b27a9f41bf: Pulling fs layer 02:53:12 28c525ee5125: Pulling fs layer 02:53:12 094b1ea09ed8: Pulling fs layer 02:53:12 138eaada9080: Pulling fs layer 02:53:12 0622d0fa9048: Pulling fs layer 02:53:12 ea15f1150254: Waiting 02:53:12 094b1ea09ed8: Waiting 02:53:12 138eaada9080: Waiting 02:53:12 0622d0fa9048: Waiting 02:53:12 41b27a9f41bf: Waiting 02:53:12 28c525ee5125: Waiting 02:53:12 444b2fc9a129: Waiting 02:53:12 2cc5ad85d9ab: Verifying Checksum 02:53:12 2cc5ad85d9ab: Download complete 02:53:12 444b2fc9a129: Verifying Checksum 02:53:12 444b2fc9a129: Download complete 02:53:12 c9b1b535fdd9: Verifying Checksum 02:53:13 ea15f1150254: Verifying Checksum 02:53:13 ea15f1150254: Download complete 02:53:13 28c525ee5125: Download complete 02:53:13 756a868c4378: Verifying Checksum 02:53:13 756a868c4378: Download complete 02:53:13 c9b1b535fdd9: Pull complete 02:53:13 138eaada9080: Verifying Checksum 02:53:13 138eaada9080: Download complete 02:53:13 0622d0fa9048: Verifying Checksum 02:53:13 0622d0fa9048: Download complete 02:53:13 094b1ea09ed8: Verifying Checksum 02:53:13 41b27a9f41bf: Verifying Checksum 02:53:13 41b27a9f41bf: Download complete 02:53:13 2cc5ad85d9ab: Pull complete 02:53:15 756a868c4378: Pull complete 02:53:15 444b2fc9a129: Pull complete 02:53:15 ea15f1150254: Pull complete 02:53:20 41b27a9f41bf: Pull complete 02:53:20 28c525ee5125: Pull complete 02:53:22 094b1ea09ed8: Pull complete 02:53:22 138eaada9080: Pull complete 02:53:22 0622d0fa9048: Pull complete 02:53:22 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 02:53:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:53:23 prd-centos7-docker-4c-2g-1116 does not seem to be running inside a container 02:53:23 $ 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_PR-162 -v /w/workspace/xfoundry_device-modbus-go_PR-162:/w/workspace/xfoundry_device-modbus-go_PR-162:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-162@tmp:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:53:26 $ docker top 98dc83269bcee3ebc9f60789332f0961bfced60bf7cae41bbd46c6c9296c9e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:53:26 provisioning config files... 02:53:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config284664797246447143tmp [Pipeline] { [Pipeline] echo 02:53:26 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:53:27 ---> create-netrc.sh [Pipeline] echo 02:53:27 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:53:27 ---> logs-deploy.sh 02:53:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/6 02:53:27 INFO: archiving workspace using pattern(s): 02:53:28 Archives upload complete. 02:53:28 INFO: archiving logs to Nexus 02:53:29 ---> uname -a: 02:53:29 Linux 98dc83269bce 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:53:29 02:53:29 02:53:29 ---> lscpu: 02:53:29 Architecture: x86_64 02:53:29 CPU op-mode(s): 32-bit, 64-bit 02:53:29 Byte Order: Little Endian 02:53:29 Address sizes: 40 bits physical, 48 bits virtual 02:53:29 CPU(s): 4 02:53:29 On-line CPU(s) list: 0-3 02:53:29 Thread(s) per core: 1 02:53:29 Core(s) per socket: 1 02:53:29 Socket(s): 4 02:53:29 NUMA node(s): 1 02:53:29 Vendor ID: GenuineIntel 02:53:29 CPU family: 6 02:53:29 Model: 44 02:53:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:53:29 Stepping: 1 02:53:29 CPU MHz: 2933.442 02:53:29 BogoMIPS: 5866.88 02:53:29 Virtualization: VT-x 02:53:29 Hypervisor vendor: KVM 02:53:29 Virtualization type: full 02:53:29 L1d cache: 128 KiB 02:53:29 L1i cache: 128 KiB 02:53:29 L2 cache: 16 MiB 02:53:29 L3 cache: 64 MiB 02:53:29 NUMA node0 CPU(s): 0-3 02:53:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:53:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:53:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:53:29 Vulnerability Meltdown: Mitigation; PTI 02:53:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:53:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:53:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:53:29 Vulnerability Tsx async abort: Not affected 02:53:29 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 02:53:29 02:53:29 02:53:29 ---> nproc: 02:53:29 4 02:53:29 02:53:29 02:53:29 ---> df -h: 02:53:29 Filesystem Size Used Available Use% Mounted on 02:53:29 overlay 50.0G 7.2G 42.8G 14% / 02:53:29 tmpfs 64.0M 0 64.0M 0% /dev 02:53:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:53:29 shm 64.0M 0 64.0M 0% /dev/shm 02:53:29 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:53:29 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:53:29 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:53:29 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 02:53:29 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-162 02:53:29 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-162@tmp 02:53:29 02:53:29 02:53:29 ---> free -m: 02:53:29 total used free shared buff/cache available 02:53:29 Mem: 1837 664 128 0 1044 1067 02:53:29 Swap: 1023 1 1022 02:53:29 02:53:29 02:53:29 ---> ip addr: 02:53:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:53:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:53:29 inet 127.0.0.1/8 scope host lo 02:53:29 valid_lft forever preferred_lft forever 02:53:29 6: eth0@if7: mtu 1458 qdisc noqueue state UP 02:53:29 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 02:53:29 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 02:53:29 valid_lft forever preferred_lft forever 02:53:29 02:53:29