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 [2020-09-02T02:42:02.780Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-02T02:42:03.011Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-02T02:42:03.121Z] ========================================================= [2020-09-02T02:42:03.121Z] EdgeX Global Pipelines Version Info [2020-09-02T02:42:03.121Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk cc82fffd0942b6cb9e31b6f82c9fa69ca3f827c6 # timeout=10 [2020-09-02T02:42:04.469Z] ------------------- [2020-09-02T02:42:04.469Z] stable info: [2020-09-02T02:42:04.469Z] ------------------- [2020-09-02T02:42:04.469Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-02T02:42:04.469Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-02T02:42:04.469Z] Message: update stable to v1.0.115 [2020-09-02T02:42:05.416Z] ------------------- [2020-09-02T02:42:05.416Z] experimental info: [2020-09-02T02:42:05.416Z] ------------------- [2020-09-02T02:42:05.416Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-02T02:42:05.416Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-02T02:42:05.416Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-02T02:42:05.753Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-09-02T02:42:05.840Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-09-02T02:42:05.927Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-02T02:42:06.011Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-02T02:42:06.098Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-02T02:42:06.193Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-02T02:42:06.327Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-02T02:42:06.407Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-02T02:42:06.491Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-02T02:42:06.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-02T02:42:06.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-02T02:42:06.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-09-02T02:42:06.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-02T02:42:06.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-02T02:42:07.025Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-02T02:42:07.104Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-02T02:42:07.184Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-02T02:42:07.267Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-02T02:42:07.369Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-02T02:42:07.450Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-02T02:42:07.528Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-02T02:42:07.605Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-02T02:42:07.725Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-162 [Pipeline] echo [2020-09-02T02:42:07.816Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-162 [Pipeline] echo [2020-09-02T02:42:07.896Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-162 [Pipeline] echo [2020-09-02T02:42:07.984Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bff5e61ff22948f69adeafa5bdb5b34d496c0293 [Pipeline] echo [2020-09-02T02:42:08.063Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bff5e61 [Pipeline] echo [2020-09-02T02:42:08.141Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-02T02:42:08.734Z] + git log --format=format:%s -1 bff5e61ff22948f69adeafa5bdb5b34d496c0293 [Pipeline] echo [2020-09-02T02:42:08.795Z] GIT_COMMIT: bff5e61ff22948f69adeafa5bdb5b34d496c0293, Commit Message: feat: Modify Modbus simulator to support device scaling [Pipeline] echo [2020-09-02T02:42:08.839Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-02T02:42:09.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T02:42:09.639Z] [2020-09-02T02:42:09.639Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-02T02:42:10.016Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T02:42:10.016Z] latest: Pulling from edgex-devops/git-semver [2020-09-02T02:42:10.016Z] 31603596830f: Pulling fs layer [2020-09-02T02:42:10.016Z] 2a8b12db71e7: Pulling fs layer [2020-09-02T02:42:10.016Z] 6ca5941a6612: Pulling fs layer [2020-09-02T02:42:10.016Z] ecc8261a40a4: Pulling fs layer [2020-09-02T02:42:10.016Z] ecc8261a40a4: Waiting [2020-09-02T02:42:10.016Z] 2a8b12db71e7: Verifying Checksum [2020-09-02T02:42:10.017Z] 2a8b12db71e7: Download complete [2020-09-02T02:42:10.287Z] 31603596830f: Verifying Checksum [2020-09-02T02:42:10.287Z] 31603596830f: Download complete [2020-09-02T02:42:10.287Z] 6ca5941a6612: Verifying Checksum [2020-09-02T02:42:10.287Z] 6ca5941a6612: Download complete [2020-09-02T02:42:10.288Z] ecc8261a40a4: Verifying Checksum [2020-09-02T02:42:10.288Z] ecc8261a40a4: Download complete [2020-09-02T02:42:10.555Z] 31603596830f: Pull complete [2020-09-02T02:42:10.555Z] 2a8b12db71e7: Pull complete [2020-09-02T02:42:11.515Z] 6ca5941a6612: Pull complete [2020-09-02T02:42:11.515Z] ecc8261a40a4: Pull complete [2020-09-02T02:42:11.515Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-02T02:42:11.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T02:42:11.515Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-02T02:42:11.623Z] prd-centos7-docker-4c-2g-1116 does not seem to be running inside a container [2020-09-02T02:42:11.666Z] $ 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 [2020-09-02T02:42:14.238Z] $ docker top f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-02T02:42:14.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T02:42:14.521Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T02:42:14.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T02:42:14.715Z] $ docker exec f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b ssh-agent [2020-09-02T02:42:14.865Z] SSH_AUTH_SOCK=/tmp/ssh-6Pwpxzxp7j4s/agent.12 [2020-09-02T02:42:14.865Z] SSH_AGENT_PID=18 [2020-09-02T02:42:14.874Z] Running ssh-add (command line suppressed) [2020-09-02T02:42:14.991Z] 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) [2020-09-02T02:42:15.042Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T02:42:15.369Z] + git describe --exact-match --tags HEAD [2020-09-02T02:42:15.369Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-02T02:42:15.390Z] $ docker exec --env ******** --env ******** f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b ssh-agent -k [2020-09-02T02:42:15.502Z] unset SSH_AUTH_SOCK; [2020-09-02T02:42:15.502Z] unset SSH_AGENT_PID; [2020-09-02T02:42:15.502Z] echo Agent pid 18 killed; [2020-09-02T02:42:15.544Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-02T02:42:15.626Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-02T02:42:15.626Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-02T02:42:15.716Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T02:42:15.716Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T02:42:15.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T02:42:15.891Z] $ docker exec f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b ssh-agent [2020-09-02T02:42:16.050Z] SSH_AUTH_SOCK=/tmp/ssh-TQ7zdLcaLHLJ/agent.47 [2020-09-02T02:42:16.050Z] SSH_AGENT_PID=52 [2020-09-02T02:42:16.056Z] Running ssh-add (command line suppressed) [2020-09-02T02:42:16.192Z] 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) [2020-09-02T02:42:16.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T02:42:16.571Z] + git semver init [2020-09-02T02:42:16.571Z] # -> Open(): unable to determine branch for HEAD [2020-09-02T02:42:16.571Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.git [2020-09-02T02:42:16.571Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-162 [2020-09-02T02:42:16.571Z] # $SEMVER_REMOTE_NAME = origin [2020-09-02T02:42:16.571Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-02T02:42:16.571Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-02T02:42:16.571Z] # $SEMVER_BRANCH = PR-162 [2020-09-02T02:42:16.571Z] # $SEMVER_TEMP = /tmp/semver-978972043 [2020-09-02T02:42:16.571Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-09-02T02:42:16.833Z] # '/tmp/semver-978972043' -> '/w/workspace/xfoundry_device-modbus-go_PR-162/.semver' [2020-09-02T02:42:16.833Z] # -> Force: false [2020-09-02T02:42:16.833Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.semver [Pipeline] } [2020-09-02T02:42:16.847Z] $ docker exec --env ******** --env ******** f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b ssh-agent -k [2020-09-02T02:42:16.969Z] unset SSH_AUTH_SOCK; [2020-09-02T02:42:16.969Z] unset SSH_AGENT_PID; [2020-09-02T02:42:16.969Z] echo Agent pid 52 killed; [2020-09-02T02:42:17.009Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-02T02:42:17.455Z] + git semver [Pipeline] } [2020-09-02T02:42:17.473Z] $ docker stop --time=1 f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b [2020-09-02T02:42:18.818Z] $ docker rm -f f19cd13fc3f096261120f0683d07640b834afded50f627414b5c842441c6d14b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-02T02:42:19.705Z] Stashed 27 file(s) [Pipeline] echo [2020-09-02T02:42:19.708Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-02T02:42:19.792Z] 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 [2020-09-02T02:42:35.415Z] Still waiting to schedule task [2020-09-02T02:42:35.415Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-02T02:42:35.417Z] Still waiting to schedule task [2020-09-02T02:42:35.417Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-02T02:44:30.242Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1117 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-09-02T02:44:30.324Z] Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout [2020-09-02T02:44:34.876Z] using credential edgex-jenkins-ssh [2020-09-02T02:44:34.926Z] Cloning the remote Git repository [2020-09-02T02:44:34.926Z] Cloning with configured refspecs honoured and without tags [2020-09-02T02:44:34.992Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:44:35.098Z] > git init /w/workspace/device-modbus-go/6 # timeout=10 [2020-09-02T02:44:35.156Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:44:35.157Z] > git --version # timeout=10 [2020-09-02T02:44:35.178Z] > git --version # 'git version 2.17.1' [2020-09-02T02:44:35.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:44:35.260Z] > 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 [2020-09-02T02:44:35.985Z] Fetching without tags [2020-09-02T02:44:36.475Z] Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:44:35.902Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T02:44:35.920Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-09-02T02:44:35.943Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T02:44:35.973Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T02:44:36.006Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:44:36.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:44:36.018Z] > 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 [2020-09-02T02:44:36.507Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T02:44:36.541Z] > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 [2020-09-02T02:44:36.631Z] > git remote # timeout=10 [2020-09-02T02:44:36.655Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T02:44:36.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:44:36.683Z] > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-02T02:44:36.705Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T02:44:36.760Z] Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:44:36.761Z] Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) [2020-09-02T02:44:36.778Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T02:44:36.819Z] > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 [2020-09-02T02:44:41.091Z] 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 [2020-09-02T02:44:42.175Z] ========================================================= [2020-09-02T02:44:42.175Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-02T02:44:42.175Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-02T02:44:43.270Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-02T02:44:44.255Z] Sending build context to Docker daemon 669.2kB [2020-09-02T02:44:44.255Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-02T02:44:44.255Z] Step 2/8 : FROM ${BASE} [2020-09-02T02:44:44.532Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-02T02:44:44.532Z] b538f80385f9: Pulling fs layer [2020-09-02T02:44:44.532Z] 74f711af9a0d: Pulling fs layer [2020-09-02T02:44:44.532Z] 99f96fe45779: Pulling fs layer [2020-09-02T02:44:44.532Z] fd7a069fd194: Pulling fs layer [2020-09-02T02:44:44.532Z] 66aa3694b03b: Pulling fs layer [2020-09-02T02:44:44.532Z] 170f70906a0f: Pulling fs layer [2020-09-02T02:44:44.532Z] ad7c5574e4b9: Pulling fs layer [2020-09-02T02:44:44.532Z] e772456be8f7: Pulling fs layer [2020-09-02T02:44:44.532Z] c890913d741a: Pulling fs layer [2020-09-02T02:44:44.532Z] 2480fcc9aa5a: Pulling fs layer [2020-09-02T02:44:44.532Z] 09adf4765672: Pulling fs layer [2020-09-02T02:44:44.532Z] fd7a069fd194: Waiting [2020-09-02T02:44:44.532Z] 66aa3694b03b: Waiting [2020-09-02T02:44:44.532Z] 170f70906a0f: Waiting [2020-09-02T02:44:44.532Z] c890913d741a: Waiting [2020-09-02T02:44:44.532Z] ad7c5574e4b9: Waiting [2020-09-02T02:44:44.532Z] 2480fcc9aa5a: Waiting [2020-09-02T02:44:44.532Z] e772456be8f7: Waiting [2020-09-02T02:44:44.532Z] 09adf4765672: Waiting [2020-09-02T02:44:44.532Z] 99f96fe45779: Verifying Checksum [2020-09-02T02:44:44.532Z] 99f96fe45779: Download complete [2020-09-02T02:44:44.532Z] 74f711af9a0d: Verifying Checksum [2020-09-02T02:44:44.532Z] 74f711af9a0d: Download complete [2020-09-02T02:44:44.532Z] 66aa3694b03b: Verifying Checksum [2020-09-02T02:44:44.532Z] 66aa3694b03b: Download complete [2020-09-02T02:44:44.532Z] 170f70906a0f: Verifying Checksum [2020-09-02T02:44:44.532Z] 170f70906a0f: Download complete [2020-09-02T02:44:44.532Z] b538f80385f9: Download complete [2020-09-02T02:44:45.524Z] b538f80385f9: Pull complete [2020-09-02T02:44:46.128Z] 74f711af9a0d: Pull complete [2020-09-02T02:44:46.404Z] 99f96fe45779: Pull complete [2020-09-02T02:44:47.394Z] ad7c5574e4b9: Verifying Checksum [2020-09-02T02:44:47.394Z] ad7c5574e4b9: Download complete [2020-09-02T02:44:47.394Z] c890913d741a: Verifying Checksum [2020-09-02T02:44:47.394Z] c890913d741a: Download complete [2020-09-02T02:44:48.857Z] 2480fcc9aa5a: Verifying Checksum [2020-09-02T02:44:48.857Z] 2480fcc9aa5a: Download complete [2020-09-02T02:44:48.857Z] 09adf4765672: Verifying Checksum [2020-09-02T02:44:48.857Z] 09adf4765672: Download complete [2020-09-02T02:44:49.454Z] e772456be8f7: Verifying Checksum [2020-09-02T02:44:49.454Z] e772456be8f7: Download complete [2020-09-02T02:44:50.052Z] fd7a069fd194: Verifying Checksum [2020-09-02T02:44:50.052Z] fd7a069fd194: Download complete [2020-09-02T02:45:02.472Z] fd7a069fd194: Pull complete [2020-09-02T02:45:02.472Z] 66aa3694b03b: Pull complete [2020-09-02T02:45:02.472Z] 170f70906a0f: Pull complete [2020-09-02T02:45:04.869Z] Running on prd-centos7-docker-4c-2g-1118 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-09-02T02:45:04.922Z] Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout [2020-09-02T02:45:05.878Z] ad7c5574e4b9: Pull complete [2020-09-02T02:45:07.386Z] using credential edgex-jenkins-ssh [2020-09-02T02:45:07.440Z] Cloning the remote Git repository [2020-09-02T02:45:07.440Z] Cloning with configured refspecs honoured and without tags [2020-09-02T02:45:08.158Z] Fetching without tags [2020-09-02T02:45:07.470Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:45:07.558Z] > git init /w/workspace/device-modbus-go/6 # timeout=10 [2020-09-02T02:45:07.628Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:45:07.628Z] > git --version # timeout=10 [2020-09-02T02:45:07.647Z] > git --version # 'git version 2.16.5' [2020-09-02T02:45:07.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:45:07.670Z] > 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 [2020-09-02T02:45:08.132Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T02:45:08.137Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-09-02T02:45:08.145Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T02:45:08.155Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T02:45:08.165Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:45:08.165Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:45:08.169Z] > 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 [2020-09-02T02:45:08.566Z] Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:45:08.677Z] Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:45:08.677Z] Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) [2020-09-02T02:45:08.578Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T02:45:08.584Z] > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 [2020-09-02T02:45:08.617Z] > git remote # timeout=10 [2020-09-02T02:45:08.628Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T02:45:08.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:45:08.652Z] > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-02T02:45:08.671Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T02:45:08.683Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T02:45:08.689Z] > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 [2020-09-02T02:45:10.192Z] e772456be8f7: Pull complete [2020-09-02T02:45:10.192Z] c890913d741a: Pull complete [2020-09-02T02:45:12.585Z] Commit message: "feat: Modify Modbus simulator to support device scaling" [2020-09-02T02:45:12.842Z] 2480fcc9aa5a: Pull complete [2020-09-02T02:45:12.842Z] 09adf4765672: Pull complete [2020-09-02T02:45:12.842Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-02T02:45:12.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-02T02:45:12.842Z] ---> 2248a725d1cf [2020-09-02T02:45:12.842Z] 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 [2020-09-02T02:45:13.303Z] ========================================================= [2020-09-02T02:45:13.303Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-02T02:45:13.303Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-02T02:45:13.967Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-02T02:45:14.233Z] Sending build context to Docker daemon 669.2kB [2020-09-02T02:45:14.233Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-02T02:45:14.233Z] Step 2/8 : FROM ${BASE} [2020-09-02T02:45:14.502Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-02T02:45:14.502Z] df20fa9351a1: Pulling fs layer [2020-09-02T02:45:14.502Z] ed8968b2872e: Pulling fs layer [2020-09-02T02:45:14.502Z] a92cc7c5fd73: Pulling fs layer [2020-09-02T02:45:14.502Z] 2dd03ba5bac4: Pulling fs layer [2020-09-02T02:45:14.502Z] 1e091d79d1de: Pulling fs layer [2020-09-02T02:45:14.502Z] 481702a1767f: Pulling fs layer [2020-09-02T02:45:14.502Z] f64a6f60c768: Pulling fs layer [2020-09-02T02:45:14.502Z] e78d2573fc39: Pulling fs layer [2020-09-02T02:45:14.502Z] e876d2f968b6: Pulling fs layer [2020-09-02T02:45:14.502Z] ce8a83651883: Pulling fs layer [2020-09-02T02:45:14.502Z] 07967f4d0e4b: Pulling fs layer [2020-09-02T02:45:14.502Z] f64a6f60c768: Waiting [2020-09-02T02:45:14.502Z] e78d2573fc39: Waiting [2020-09-02T02:45:14.502Z] e876d2f968b6: Waiting [2020-09-02T02:45:14.502Z] ce8a83651883: Waiting [2020-09-02T02:45:14.502Z] 07967f4d0e4b: Waiting [2020-09-02T02:45:14.502Z] 2dd03ba5bac4: Waiting [2020-09-02T02:45:14.502Z] 481702a1767f: Waiting [2020-09-02T02:45:14.502Z] 1e091d79d1de: Waiting [2020-09-02T02:45:14.502Z] a92cc7c5fd73: Download complete [2020-09-02T02:45:14.502Z] ed8968b2872e: Verifying Checksum [2020-09-02T02:45:14.502Z] ed8968b2872e: Download complete [2020-09-02T02:45:14.502Z] 1e091d79d1de: Verifying Checksum [2020-09-02T02:45:14.502Z] 1e091d79d1de: Download complete [2020-09-02T02:45:14.502Z] 481702a1767f: Download complete [2020-09-02T02:45:14.502Z] df20fa9351a1: Verifying Checksum [2020-09-02T02:45:14.502Z] df20fa9351a1: Download complete [2020-09-02T02:45:15.116Z] df20fa9351a1: Pull complete [2020-09-02T02:45:15.384Z] f64a6f60c768: Verifying Checksum [2020-09-02T02:45:15.384Z] f64a6f60c768: Download complete [2020-09-02T02:45:15.384Z] e876d2f968b6: Verifying Checksum [2020-09-02T02:45:15.384Z] e876d2f968b6: Download complete [2020-09-02T02:45:15.973Z] ce8a83651883: Verifying Checksum [2020-09-02T02:45:15.973Z] ce8a83651883: Download complete [2020-09-02T02:45:16.239Z] 2dd03ba5bac4: Verifying Checksum [2020-09-02T02:45:16.239Z] 2dd03ba5bac4: Download complete [2020-09-02T02:45:16.239Z] e78d2573fc39: Verifying Checksum [2020-09-02T02:45:16.239Z] e78d2573fc39: Download complete [2020-09-02T02:45:16.239Z] 07967f4d0e4b: Verifying Checksum [2020-09-02T02:45:16.239Z] 07967f4d0e4b: Download complete [2020-09-02T02:45:16.823Z] ed8968b2872e: Pull complete [2020-09-02T02:45:17.086Z] a92cc7c5fd73: Pull complete [2020-09-02T02:45:17.142Z] ---> Running in 56eddb3276e3 [2020-09-02T02:45:17.142Z] Removing intermediate container 56eddb3276e3 [2020-09-02T02:45:17.142Z] ---> 98781f89dc48 [2020-09-02T02:45:17.142Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T02:45:17.142Z] ---> Running in d059210fb1ad [2020-09-02T02:45:19.765Z] Removing intermediate container d059210fb1ad [2020-09-02T02:45:19.765Z] ---> 2b894cd45699 [2020-09-02T02:45:19.765Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T02:45:20.040Z] ---> Running in 5bae6afb6b14 [2020-09-02T02:45:21.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-02T02:45:22.416Z] 2dd03ba5bac4: Pull complete [2020-09-02T02:45:22.416Z] 1e091d79d1de: Pull complete [2020-09-02T02:45:22.416Z] 481702a1767f: Pull complete [2020-09-02T02:45:22.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-02T02:45:23.042Z] (1/14) Installing libmagic (5.38-r0) [2020-09-02T02:45:23.633Z] (2/14) Installing file (5.38-r0) [2020-09-02T02:45:23.633Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-02T02:45:23.633Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-02T02:45:26.653Z] f64a6f60c768: Pull complete [2020-09-02T02:45:29.011Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-02T02:45:29.011Z] (6/14) Installing patch (2.7.6-r6) [2020-09-02T02:45:29.011Z] (7/14) Installing build-base (0.5-r2) [2020-09-02T02:45:29.011Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-02T02:45:29.011Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-02T02:45:29.011Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-02T02:45:29.011Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-02T02:45:29.279Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-02T02:45:29.279Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-02T02:45:29.550Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-02T02:45:29.550Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T02:45:29.550Z] OK: 221 MiB in 53 packages [2020-09-02T02:45:29.992Z] e78d2573fc39: Pull complete [2020-09-02T02:45:29.992Z] e876d2f968b6: Pull complete [2020-09-02T02:45:30.954Z] ce8a83651883: Pull complete [2020-09-02T02:45:31.215Z] 07967f4d0e4b: Pull complete [2020-09-02T02:45:31.215Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-02T02:45:31.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-02T02:45:31.215Z] ---> 5d7c900382c6 [2020-09-02T02:45:31.215Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-02T02:45:32.163Z] ---> Running in 814d247da853 [2020-09-02T02:45:32.163Z] Removing intermediate container 814d247da853 [2020-09-02T02:45:32.163Z] ---> f3ec8fb778af [2020-09-02T02:45:32.163Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T02:45:32.426Z] ---> Running in 5b9e82bd1453 [2020-09-02T02:45:33.371Z] Removing intermediate container 5b9e82bd1453 [2020-09-02T02:45:33.371Z] ---> 9db25efadf5b [2020-09-02T02:45:33.371Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T02:45:33.371Z] ---> Running in 60878f1172fd [2020-09-02T02:45:33.850Z] Removing intermediate container 5bae6afb6b14 [2020-09-02T02:45:33.850Z] ---> 0c60f9b656fd [2020-09-02T02:45:33.850Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-02T02:45:34.122Z] ---> Running in 32f609098693 [2020-09-02T02:45:34.715Z] Removing intermediate container 32f609098693 [2020-09-02T02:45:34.715Z] ---> 70333165f3b6 [2020-09-02T02:45:34.715Z] Step 7/8 : COPY . . [2020-09-02T02:45:34.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-02T02:45:35.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-02T02:45:35.597Z] (1/14) Installing libmagic (5.38-r0) [2020-09-02T02:45:35.699Z] ---> 3355e06f37f8 [2020-09-02T02:45:35.699Z] Step 8/8 : RUN go mod download [2020-09-02T02:45:35.699Z] ---> Running in 4e31e50c074c [2020-09-02T02:45:35.859Z] (2/14) Installing file (5.38-r0) [2020-09-02T02:45:35.859Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-02T02:45:36.120Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-02T02:45:39.075Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T02:45:39.075Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T02:45:39.075Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-02T02:45:39.075Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T02:45:39.075Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-02T02:45:39.075Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-02T02:45:39.345Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T02:45:39.345Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-02T02:45:39.345Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T02:45:39.345Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T02:45:39.345Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T02:45:39.345Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T02:45:39.614Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T02:45:39.615Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T02:45:39.615Z] go: finding github.com/fatih/color v1.7.0 [2020-09-02T02:45:39.615Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T02:45:39.615Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T02:45:39.883Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T02:45:39.883Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-02T02:45:39.883Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T02:45:39.883Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T02:45:39.883Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-02T02:45:39.883Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T02:45:40.151Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T02:45:40.151Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T02:45:40.151Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-02T02:45:40.151Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-02T02:45:40.151Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T02:45:40.151Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T02:45:40.151Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-02T02:45:40.422Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-02T02:45:40.422Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T02:45:40.422Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-02T02:45:40.422Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-02T02:45:40.422Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-02T02:45:40.422Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-02T02:45:40.422Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T02:45:40.692Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-02T02:45:40.692Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-02T02:45:40.692Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-02T02:45:40.692Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T02:45:40.692Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-02T02:45:40.692Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-02T02:45:40.961Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-02T02:45:40.961Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-02T02:45:40.961Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-02T02:45:40.961Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T02:45:40.961Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T02:45:40.961Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-02T02:45:41.232Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-02T02:45:41.232Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-02T02:45:41.232Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-02T02:45:41.232Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-02T02:45:41.232Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T02:45:41.232Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T02:45:41.415Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-02T02:45:41.415Z] (6/14) Installing patch (2.7.6-r6) [2020-09-02T02:45:41.415Z] (7/14) Installing build-base (0.5-r2) [2020-09-02T02:45:41.415Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-02T02:45:41.415Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-02T02:45:41.415Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-02T02:45:41.415Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-02T02:45:41.415Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-02T02:45:41.502Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-02T02:45:41.502Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T02:45:41.502Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T02:45:41.502Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-02T02:45:41.502Z] go: finding github.com/posener/complete v1.1.1 [2020-09-02T02:45:41.502Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-02T02:45:41.502Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-02T02:45:41.678Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-02T02:45:41.678Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-02T02:45:41.773Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-02T02:45:41.773Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-02T02:45:41.773Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-02T02:45:41.773Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T02:45:41.773Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-02T02:45:41.773Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-02T02:45:41.940Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T02:45:41.940Z] OK: 237 MiB in 53 packages [2020-09-02T02:45:42.050Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-02T02:45:42.050Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-02T02:45:42.050Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-02T02:45:42.050Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T02:45:45.245Z] Removing intermediate container 60878f1172fd [2020-09-02T02:45:45.245Z] ---> df7154b77ab8 [2020-09-02T02:45:45.245Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-02T02:45:45.245Z] ---> Running in 024ff10d9ce9 [2020-09-02T02:45:45.507Z] Removing intermediate container 024ff10d9ce9 [2020-09-02T02:45:45.507Z] ---> 2bc4458a1641 [2020-09-02T02:45:45.507Z] Step 7/8 : COPY . . [2020-09-02T02:45:46.451Z] ---> f9e7333e82e4 [2020-09-02T02:45:46.451Z] Step 8/8 : RUN go mod download [2020-09-02T02:45:46.451Z] ---> Running in aa488544e0c9 [2020-09-02T02:45:48.369Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T02:45:48.369Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T02:45:48.369Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-02T02:45:48.369Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T02:45:48.369Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-02T02:45:48.369Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-02T02:45:48.369Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T02:45:48.369Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-02T02:45:48.632Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T02:45:48.632Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T02:45:48.632Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T02:45:48.632Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T02:45:48.632Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T02:45:48.632Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T02:45:48.893Z] go: finding github.com/fatih/color v1.7.0 [2020-09-02T02:45:48.893Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T02:45:48.893Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T02:45:48.893Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T02:45:48.893Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-02T02:45:48.893Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T02:45:48.893Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T02:45:48.893Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-02T02:45:49.154Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T02:45:49.154Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T02:45:49.154Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T02:45:49.154Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-02T02:45:49.154Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-02T02:45:49.154Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T02:45:49.154Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T02:45:49.415Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-02T02:45:49.415Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-02T02:45:49.415Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T02:45:49.415Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-02T02:45:49.415Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-02T02:45:49.415Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-02T02:45:49.415Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-02T02:45:49.677Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T02:45:49.677Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-02T02:45:49.677Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-02T02:45:49.677Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-02T02:45:49.677Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T02:45:49.677Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-02T02:45:49.940Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-02T02:45:49.940Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-02T02:45:49.940Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-02T02:45:49.940Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-02T02:45:49.940Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T02:45:49.940Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T02:45:49.940Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-02T02:45:50.205Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-02T02:45:50.205Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-02T02:45:50.205Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-02T02:45:50.205Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-02T02:45:50.205Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T02:45:50.205Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T02:45:50.205Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-02T02:45:50.467Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T02:45:50.467Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T02:45:50.467Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-02T02:45:50.467Z] go: finding github.com/posener/complete v1.1.1 [2020-09-02T02:45:50.467Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-02T02:45:50.467Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-02T02:45:50.467Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-02T02:45:50.467Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-02T02:45:50.728Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-02T02:45:50.728Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T02:45:50.728Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-02T02:45:50.728Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-02T02:45:50.728Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-02T02:45:50.728Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-02T02:45:50.729Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-02T02:45:50.991Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T02:45:52.199Z] Removing intermediate container 4e31e50c074c [2020-09-02T02:45:52.199Z] ---> 8fe37edfd841 [2020-09-02T02:45:52.199Z] Successfully built 8fe37edfd841 [2020-09-02T02:45:52.199Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-02T02:45:53.064Z] + docker inspect -f . ci-base-image-arm64 [2020-09-02T02:45:53.064Z] . [Pipeline] withDockerContainer [2020-09-02T02:45:53.334Z] prd-ubuntu18.04-docker-arm64-4c-16g-1117 does not seem to be running inside a container [2020-09-02T02:45:53.418Z] $ 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 [2020-09-02T02:45:55.346Z] $ docker top 82c1bff3f269a73c186832daf599f377ab4732fac0e883d6c267e67609189e80 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-02T02:45:56.748Z] + go version [2020-09-02T02:45:56.748Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-02T02:45:57.796Z] + make test [2020-09-02T02:45:57.796Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-02T02:45:58.779Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-09-02T02:45:59.271Z] Removing intermediate container aa488544e0c9 [2020-09-02T02:45:59.271Z] ---> 4e94930bf29e [2020-09-02T02:45:59.271Z] Successfully built 4e94930bf29e [2020-09-02T02:45:59.271Z] 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 [2020-09-02T02:45:59.993Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-02T02:45:59.993Z] . [Pipeline] withDockerContainer [2020-09-02T02:46:00.095Z] prd-centos7-docker-4c-2g-1118 does not seem to be running inside a container [2020-09-02T02:46:00.149Z] $ 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 [2020-09-02T02:46:01.421Z] $ docker top ce24b2c08bfee0a8a9311845035e9e975ae6410fa27ab430b215c7fa53a6951a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-02T02:46:01.928Z] + go version [2020-09-02T02:46:01.928Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-02T02:46:02.229Z] + make test [2020-09-02T02:46:02.229Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-02T02:46:03.182Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-09-02T02:46:13.308Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-09-02T02:46:13.308Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.224s coverage: 50.3% of statements [2020-09-02T02:46:13.308Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-02T02:46:14.706Z] gofmt -l . [2020-09-02T02:46:14.706Z] [ "`gofmt -l .`" = "" ] [2020-09-02T02:46:14.706Z] ./bin/test-attribution-txt.sh [2020-09-02T02:46:15.278Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-02T02:46:15.572Z] Stashed 1 file(s) [Pipeline] } [2020-09-02T02:46:15.583Z] $ docker stop --time=1 ce24b2c08bfee0a8a9311845035e9e975ae6410fa27ab430b215c7fa53a6951a [2020-09-02T02:46:17.893Z] $ docker rm -f ce24b2c08bfee0a8a9311845035e9e975ae6410fa27ab430b215c7fa53a6951a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-02T02:46:20.429Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-02T02:46:20.726Z] + ls -al . [2020-09-02T02:46:20.726Z] total 104 [2020-09-02T02:46:20.726Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 2 02:46 . [2020-09-02T02:46:20.726Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 2 02:45 .. [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 4564 Sep 2 02:45 Attribution.txt [2020-09-02T02:46:20.726Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 2 02:45 bin [2020-09-02T02:46:20.726Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 2 02:45 cmd [2020-09-02T02:46:20.726Z] -rw-r--r--. 1 jenkins jenkins 22364 Sep 2 02:46 coverage.out [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 1430 Sep 2 02:45 Dockerfile [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 954 Sep 2 02:45 Dockerfile.build [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 2 02:45 .dockerignore [2020-09-02T02:46:20.726Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 2 02:45 .git [2020-09-02T02:46:20.726Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 2 02:45 .github [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 330 Sep 2 02:45 .gitignore [2020-09-02T02:46:20.726Z] -rw-r--r--. 1 jenkins jenkins 559 Sep 2 02:46 go.mod [2020-09-02T02:46:20.726Z] -rw-r--r--. 1 jenkins jenkins 13471 Sep 2 02:46 go.sum [2020-09-02T02:46:20.726Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 2 02:45 internal [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 702 Sep 2 02:45 Jenkinsfile [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 2 02:45 LICENSE [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 880 Sep 2 02:45 Makefile [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 591 Sep 2 02:45 README.md [2020-09-02T02:46:20.726Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 2 02:45 .semver [2020-09-02T02:46:20.726Z] drwxrwxr-x. 2 jenkins jenkins 52 Sep 2 02:45 simulator [2020-09-02T02:46:20.726Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 2 02:45 snap [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 2 02:42 VERSION [2020-09-02T02:46:20.726Z] -rw-rw-r--. 1 jenkins jenkins 229 Sep 2 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-02T02:46:21.038Z] + 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 . [2020-09-02T02:46:21.038Z] Sending build context to Docker daemon 700.4kB [2020-09-02T02:46:21.038Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-02T02:46:21.038Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-02T02:46:21.038Z] ---> 4e94930bf29e [2020-09-02T02:46:21.038Z] Step 3/20 : ARG MAKE='make build' [2020-09-02T02:46:21.299Z] ---> Running in 98354800aa5e [2020-09-02T02:46:21.567Z] Removing intermediate container 98354800aa5e [2020-09-02T02:46:21.567Z] ---> 05c3414e3f65 [2020-09-02T02:46:21.567Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T02:46:21.567Z] ---> Running in 2ce65573fe4c [2020-09-02T02:46:22.965Z] Removing intermediate container 2ce65573fe4c [2020-09-02T02:46:22.965Z] ---> f3eb7a08a167 [2020-09-02T02:46:22.965Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T02:46:22.965Z] ---> Running in 0206f221fe0e [2020-09-02T02:46:23.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-02T02:46:24.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-02T02:46:25.080Z] OK: 237 MiB in 53 packages [2020-09-02T02:46:25.662Z] Removing intermediate container 0206f221fe0e [2020-09-02T02:46:25.662Z] ---> 217c8243014f [2020-09-02T02:46:25.662Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-02T02:46:25.662Z] ---> Running in 964513db9cc4 [2020-09-02T02:46:25.931Z] Removing intermediate container 964513db9cc4 [2020-09-02T02:46:25.931Z] ---> b7619be9c69d [2020-09-02T02:46:25.931Z] Step 7/20 : COPY . . [2020-09-02T02:46:26.509Z] ---> d2415b933725 [2020-09-02T02:46:26.509Z] Step 8/20 : RUN ${MAKE} [2020-09-02T02:46:26.780Z] ---> Running in ef8e7abb2b8b [2020-09-02T02:46:27.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-09-02T02:46:31.157Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-09-02T02:46:31.157Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.381s coverage: 50.3% of statements [2020-09-02T02:46:31.157Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-02T02:46:33.796Z] gofmt -l . [2020-09-02T02:46:33.796Z] [ "`gofmt -l .`" = "" ] [2020-09-02T02:46:33.796Z] ./bin/test-attribution-txt.sh [2020-09-02T02:46:34.387Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-02T02:46:34.679Z] Warning: overwriting stash ‘coverage-report’ [2020-09-02T02:46:35.349Z] Stashed 1 file(s) [Pipeline] } [2020-09-02T02:46:35.360Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T02:46:35.361Z] $ docker stop --time=1 82c1bff3f269a73c186832daf599f377ab4732fac0e883d6c267e67609189e80 [2020-09-02T02:46:37.703Z] $ docker rm -f 82c1bff3f269a73c186832daf599f377ab4732fac0e883d6c267e67609189e80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-02T02:46:38.673Z] Removing intermediate container ef8e7abb2b8b [2020-09-02T02:46:38.673Z] ---> 80a301f49c20 [2020-09-02T02:46:38.673Z] Step 9/20 : FROM scratch [2020-09-02T02:46:38.673Z] ---> [2020-09-02T02:46:38.673Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-02T02:46:38.673Z] ---> Running in c39a3945bd7e [2020-09-02T02:46:38.673Z] Removing intermediate container c39a3945bd7e [2020-09-02T02:46:38.673Z] ---> 0dfe22f6bb17 [2020-09-02T02:46:38.673Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-02T02:46:38.673Z] ---> Running in 42bdc88aefdc [2020-09-02T02:46:38.673Z] Removing intermediate container 42bdc88aefdc [2020-09-02T02:46:38.673Z] ---> 3bbe34eeb4c7 [2020-09-02T02:46:38.673Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-02T02:46:38.954Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-02T02:46:39.251Z] ---> e426dc536c4b [2020-09-02T02:46:39.251Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-02T02:46:39.251Z] ---> 244514ce0a9f [2020-09-02T02:46:39.251Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-02T02:46:39.328Z] + ls -al . [2020-09-02T02:46:39.329Z] total 140 [2020-09-02T02:46:39.329Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 2 02:46 . [2020-09-02T02:46:39.329Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 2 02:44 .. [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 2 02:44 .dockerignore [2020-09-02T02:46:39.329Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 2 02:44 .git [2020-09-02T02:46:39.329Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 02:44 .github [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 330 Sep 2 02:44 .gitignore [2020-09-02T02:46:39.329Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 02:44 .semver [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 4564 Sep 2 02:44 Attribution.txt [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 1430 Sep 2 02:44 Dockerfile [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 954 Sep 2 02:44 Dockerfile.build [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 702 Sep 2 02:44 Jenkinsfile [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 2 02:44 LICENSE [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 880 Sep 2 02:44 Makefile [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 591 Sep 2 02:44 README.md [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 2 02:42 VERSION [2020-09-02T02:46:39.329Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 02:44 bin [2020-09-02T02:46:39.329Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 02:44 cmd [2020-09-02T02:46:39.329Z] -rw-r--r-- 1 jenkins jenkins 22364 Sep 2 02:46 coverage.out [2020-09-02T02:46:39.329Z] -rw-r--r-- 1 jenkins jenkins 559 Sep 2 02:46 go.mod [2020-09-02T02:46:39.329Z] -rw-r--r-- 1 jenkins jenkins 13471 Sep 2 02:46 go.sum [2020-09-02T02:46:39.329Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 02:44 internal [2020-09-02T02:46:39.329Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 02:44 simulator [2020-09-02T02:46:39.329Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 2 02:44 snap [2020-09-02T02:46:39.329Z] -rw-rw-r-- 1 jenkins jenkins 229 Sep 2 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-02T02:46:39.512Z] ---> 232c67f702b1 [2020-09-02T02:46:39.512Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-02T02:46:39.512Z] ---> Running in 2f95294a1446 [2020-09-02T02:46:39.719Z] + 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 . [2020-09-02T02:46:39.774Z] Removing intermediate container 2f95294a1446 [2020-09-02T02:46:39.774Z] ---> fda9c5ee16fd [2020-09-02T02:46:39.774Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-02T02:46:39.774Z] ---> Running in a88245e8848c [2020-09-02T02:46:39.996Z] Sending build context to Docker daemon 700.4kB [2020-09-02T02:46:39.996Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-02T02:46:39.996Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-02T02:46:39.996Z] ---> 8fe37edfd841 [2020-09-02T02:46:39.996Z] Step 3/20 : ARG MAKE='make build' [2020-09-02T02:46:40.036Z] Removing intermediate container a88245e8848c [2020-09-02T02:46:40.037Z] ---> 7065c2ebdd7d [2020-09-02T02:46:40.037Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-02T02:46:40.037Z] ---> Running in 0c6776230efb [2020-09-02T02:46:40.268Z] ---> Running in a6384df31db6 [2020-09-02T02:46:40.301Z] Removing intermediate container 0c6776230efb [2020-09-02T02:46:40.301Z] ---> 9eccb34dc12f [2020-09-02T02:46:40.301Z] Step 18/20 : LABEL arch=amd64 [2020-09-02T02:46:40.301Z] ---> Running in c91f9728eabb [2020-09-02T02:46:40.301Z] Removing intermediate container c91f9728eabb [2020-09-02T02:46:40.301Z] ---> 9bff8fcaa993 [2020-09-02T02:46:40.301Z] Step 19/20 : LABEL git_sha=bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:46:40.563Z] ---> Running in a4969a645a9a [2020-09-02T02:46:40.563Z] Removing intermediate container a4969a645a9a [2020-09-02T02:46:40.563Z] ---> 4aaf69ae198e [2020-09-02T02:46:40.563Z] Step 20/20 : LABEL version=0.0.0 [2020-09-02T02:46:40.827Z] ---> Running in e726bf28559c [2020-09-02T02:46:40.827Z] Removing intermediate container e726bf28559c [2020-09-02T02:46:40.827Z] ---> f6f0527af21a [2020-09-02T02:46:40.827Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-02T02:46:40.827Z] Successfully built f6f0527af21a [2020-09-02T02:46:40.827Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [2020-09-02T02:46:40.866Z] Removing intermediate container a6384df31db6 [2020-09-02T02:46:40.866Z] ---> 454465613740 [2020-09-02T02:46:40.866Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T02:46:40.866Z] ---> 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 [2020-09-02T02:46:43.493Z] Removing intermediate container 2afe5ba1c1bd [2020-09-02T02:46:43.493Z] ---> 8c049333738a [2020-09-02T02:46:43.493Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T02:46:43.493Z] ---> Running in aaa9ec91f593 [2020-09-02T02:46:44.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-02T02:46:46.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-02T02:46:47.761Z] OK: 221 MiB in 53 packages [2020-09-02T02:46:49.189Z] Removing intermediate container aaa9ec91f593 [2020-09-02T02:46:49.189Z] ---> 55f592a08aea [2020-09-02T02:46:49.189Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-02T02:46:49.189Z] ---> Running in 54a0ccde3730 [2020-09-02T02:46:49.461Z] Removing intermediate container 54a0ccde3730 [2020-09-02T02:46:49.461Z] ---> ef30e234f53b [2020-09-02T02:46:49.461Z] Step 7/20 : COPY . . [2020-09-02T02:46:50.435Z] ---> 9f849edf4c8a [2020-09-02T02:46:50.435Z] Step 8/20 : RUN ${MAKE} [2020-09-02T02:46:50.707Z] ---> Running in d7ce3fc568e7 [2020-09-02T02:46:52.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-09-02T02:46:56.376Z] Still waiting to schedule task [2020-09-02T02:46:56.377Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-02T02:47:14.303Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T02:47:22.560Z] Removing intermediate container d7ce3fc568e7 [2020-09-02T02:47:22.561Z] ---> 1d3820dafcce [2020-09-02T02:47:22.561Z] Step 9/20 : FROM scratch [2020-09-02T02:47:22.561Z] ---> [2020-09-02T02:47:22.561Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-02T02:47:22.561Z] ---> Running in e728fc8fd18e [2020-09-02T02:47:22.561Z] Removing intermediate container e728fc8fd18e [2020-09-02T02:47:22.561Z] ---> db87ecb67994 [2020-09-02T02:47:22.561Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-02T02:47:22.561Z] ---> Running in 1bcb78f78a4f [2020-09-02T02:47:23.151Z] Removing intermediate container 1bcb78f78a4f [2020-09-02T02:47:23.151Z] ---> 21357530966c [2020-09-02T02:47:23.151Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-02T02:47:24.125Z] ---> d083cc682e92 [2020-09-02T02:47:24.125Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-02T02:47:24.716Z] ---> 02d4f99a673e [2020-09-02T02:47:24.716Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-02T02:47:25.694Z] ---> 3b2afc42cbf2 [2020-09-02T02:47:25.694Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-02T02:47:25.694Z] ---> Running in 113d780498a7 [2020-09-02T02:47:26.286Z] Removing intermediate container 113d780498a7 [2020-09-02T02:47:26.286Z] ---> 1067787486e6 [2020-09-02T02:47:26.286Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-02T02:47:26.286Z] ---> Running in caa9e33493b5 [2020-09-02T02:47:26.878Z] Removing intermediate container caa9e33493b5 [2020-09-02T02:47:26.878Z] ---> dd716a2886a2 [2020-09-02T02:47:26.878Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-02T02:47:26.878Z] ---> Running in 2570daa351c8 [2020-09-02T02:47:27.151Z] Removing intermediate container 2570daa351c8 [2020-09-02T02:47:27.151Z] ---> 0127173561a9 [2020-09-02T02:47:27.151Z] Step 18/20 : LABEL arch=arm64 [2020-09-02T02:47:27.423Z] ---> Running in fb095b24027f [2020-09-02T02:47:28.015Z] Removing intermediate container fb095b24027f [2020-09-02T02:47:28.015Z] ---> bebde486b628 [2020-09-02T02:47:28.015Z] Step 19/20 : LABEL git_sha=bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:47:28.015Z] ---> Running in 62d7d67b8948 [2020-09-02T02:47:28.609Z] Removing intermediate container 62d7d67b8948 [2020-09-02T02:47:28.609Z] ---> 406eb3be9334 [2020-09-02T02:47:28.609Z] Step 20/20 : LABEL version=0.0.0 [2020-09-02T02:47:28.609Z] ---> Running in 34cd8579cb43 [2020-09-02T02:47:29.201Z] Removing intermediate container 34cd8579cb43 [2020-09-02T02:47:29.201Z] ---> 15aa4af5a296 [2020-09-02T02:47:29.201Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-02T02:47:29.201Z] Successfully built 15aa4af5a296 [2020-09-02T02:47:29.201Z] 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 [2020-09-02T02:47:44.715Z] Still waiting to schedule task [2020-09-02T02:47:44.715Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-02T02:47:59.851Z] Running on prd-centos7-docker-8c-8g-1119 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-09-02T02:47:59.897Z] Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout [2020-09-02T02:48:01.713Z] using credential edgex-jenkins-ssh [2020-09-02T02:48:01.758Z] Cloning the remote Git repository [2020-09-02T02:48:01.758Z] Cloning with configured refspecs honoured and without tags [2020-09-02T02:48:01.812Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:48:01.873Z] > git init /w/workspace/device-modbus-go/6 # timeout=10 [2020-09-02T02:48:01.893Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:48:01.894Z] > git --version # timeout=10 [2020-09-02T02:48:01.898Z] > git --version # 'git version 2.16.5' [2020-09-02T02:48:01.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:48:01.919Z] > 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 [2020-09-02T02:48:02.419Z] Fetching without tags [2020-09-02T02:48:02.830Z] Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:48:02.906Z] Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:48:02.906Z] Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) [2020-09-02T02:48:02.399Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T02:48:02.403Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-09-02T02:48:02.409Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T02:48:02.416Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T02:48:02.427Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:48:02.427Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:48:02.430Z] > 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 [2020-09-02T02:48:02.841Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T02:48:02.845Z] > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 [2020-09-02T02:48:02.883Z] > git remote # timeout=10 [2020-09-02T02:48:02.888Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T02:48:02.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:48:02.894Z] > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-02T02:48:02.902Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T02:48:02.909Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T02:48:02.912Z] > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 [2020-09-02T02:48:06.358Z] Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-02T02:48:07.690Z] ++ find /w/workspace/device-modbus-go/6 [2020-09-02T02:48:07.690Z] ++ grep snapcraft.yaml [2020-09-02T02:48:07.690Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T02:48:07.807Z] provisioning config files... [2020-09-02T02:48:07.816Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/6@tmp/config7494667098068155956tmp [Pipeline] { [Pipeline] sh [2020-09-02T02:48:08.188Z] + cp /w/workspace/device-modbus-go/6@tmp/config7494667098068155956tmp /w/workspace/device-modbus-go/6/edgex-snap-store-login [Pipeline] sh [2020-09-02T02:48:08.478Z] + 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 [2020-09-02T02:48:08.478Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-02T02:48:08.738Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-02T02:48:08.738Z] f08d8e2a3ba1: Pulling fs layer [2020-09-02T02:48:08.738Z] 3baa9cb2483b: Pulling fs layer [2020-09-02T02:48:08.738Z] 94e5ff4c0b15: Pulling fs layer [2020-09-02T02:48:08.738Z] 1860925334f9: Pulling fs layer [2020-09-02T02:48:08.738Z] 2daf38717194: Pulling fs layer [2020-09-02T02:48:08.738Z] 309017e8d7a4: Pulling fs layer [2020-09-02T02:48:08.738Z] f7790dc9fd0f: Pulling fs layer [2020-09-02T02:48:08.738Z] cac0ae9282c2: Pulling fs layer [2020-09-02T02:48:08.738Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-02T02:48:08.738Z] cac0ae9282c2: Waiting [2020-09-02T02:48:08.738Z] 1f4cadf9a1ed: Waiting [2020-09-02T02:48:08.738Z] 2daf38717194: Waiting [2020-09-02T02:48:08.738Z] 309017e8d7a4: Waiting [2020-09-02T02:48:08.738Z] f7790dc9fd0f: Waiting [2020-09-02T02:48:08.738Z] 1860925334f9: Waiting [2020-09-02T02:48:08.738Z] 94e5ff4c0b15: Verifying Checksum [2020-09-02T02:48:08.738Z] 94e5ff4c0b15: Download complete [2020-09-02T02:48:08.738Z] 3baa9cb2483b: Verifying Checksum [2020-09-02T02:48:08.738Z] 3baa9cb2483b: Download complete [2020-09-02T02:48:08.738Z] 1860925334f9: Verifying Checksum [2020-09-02T02:48:08.738Z] 1860925334f9: Download complete [2020-09-02T02:48:08.738Z] 309017e8d7a4: Verifying Checksum [2020-09-02T02:48:08.738Z] 309017e8d7a4: Download complete [2020-09-02T02:48:08.738Z] f7790dc9fd0f: Verifying Checksum [2020-09-02T02:48:08.738Z] f7790dc9fd0f: Download complete [2020-09-02T02:48:08.738Z] cac0ae9282c2: Download complete [2020-09-02T02:48:08.738Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-02T02:48:08.738Z] 1f4cadf9a1ed: Download complete [2020-09-02T02:48:08.998Z] f08d8e2a3ba1: Verifying Checksum [2020-09-02T02:48:08.998Z] f08d8e2a3ba1: Download complete [2020-09-02T02:48:10.387Z] f08d8e2a3ba1: Pull complete [2020-09-02T02:48:10.387Z] 3baa9cb2483b: Pull complete [2020-09-02T02:48:10.387Z] 94e5ff4c0b15: Pull complete [2020-09-02T02:48:10.647Z] 1860925334f9: Pull complete [2020-09-02T02:48:13.186Z] 2daf38717194: Download complete [2020-09-02T02:48:28.089Z] 2daf38717194: Pull complete [2020-09-02T02:48:28.089Z] 309017e8d7a4: Pull complete [2020-09-02T02:48:28.089Z] f7790dc9fd0f: Pull complete [2020-09-02T02:48:28.089Z] cac0ae9282c2: Pull complete [2020-09-02T02:48:28.352Z] 1f4cadf9a1ed: Pull complete [2020-09-02T02:48:28.352Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-02T02:48:28.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-02T02:48:32.557Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-02T02:48:32.557Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-02T02:48:32.557Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-02T02:48:32.818Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-02T02:48:32.818Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [102 kB] [2020-09-02T02:48:32.818Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [123 kB] [2020-09-02T02:48:33.078Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1050 kB] [2020-09-02T02:48:33.078Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1359 kB] [2020-09-02T02:48:33.337Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1421 kB] [2020-09-02T02:48:33.337Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [891 kB] [2020-09-02T02:48:33.905Z] Fetched 5199 kB in 2s (2909 kB/s) [2020-09-02T02:48:35.287Z] Reading package lists... [2020-09-02T02:48:38.582Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-02T02:48:38.582Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-02T02:48:38.582Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-02T02:48:38.582Z] 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 [2020-09-02T02:48:39.930Z] 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 [2020-09-02T02:48:41.846Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-02T02:48:43.048Z] 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 [2020-09-02T02:48:43.048Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-02T02:48:43.048Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-02T02:48:43.308Z] The following packages were automatically installed and are no longer required: [2020-09-02T02:48:43.308Z] libjq1 libonig4 [2020-09-02T02:48:43.309Z] Use 'sudo apt autoremove' to remove them. [2020-09-02T02:48:43.309Z] Suggested packages: [2020-09-02T02:48:43.309Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-02T02:48:43.309Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-02T02:48:43.309Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-02T02:48:43.309Z] | libterm-readline-perl-perl [2020-09-02T02:48:43.309Z] The following NEW packages will be installed: [2020-09-02T02:48:43.309Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-02T02:48:43.309Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-02T02:48:43.309Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-09-02T02:48:43.309Z] Need to get 12.0 MB of archives. [2020-09-02T02:48:43.309Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-02T02:48:43.569Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-02T02:48:44.708Z] 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] [2020-09-02T02:48:44.708Z] 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] [2020-09-02T02:48:44.708Z] 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] [2020-09-02T02:48:44.967Z] 23% [4 libperl5.26 65.5 kB/3527 kB 2%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-02T02:48:44.967Z] 48% [5 perl 33.5 kB/201 kB 17%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-02T02:48:44.967Z] 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] [2020-09-02T02:48:44.967Z] 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] [2020-09-02T02:48:44.967Z] 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-09-02T02:48:44.967Z] 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-02T02:48:44.967Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-02T02:48:44.967Z] 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] [2020-09-02T02:48:45.227Z] 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-09-02T02:48:45.227Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-09-02T02:48:45.227Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 2s (6368 kB/s) [2020-09-02T02:48:45.487Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-02T02:48:45.747Z] Selecting previously unselected package perl-modules-5.26. [2020-09-02T02:48:45.747Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-09-02T02:48:45.747Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-02T02:48:45.747Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-02T02:48:46.694Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-02T02:48:46.694Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-02T02:48:46.694Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-02T02:48:46.694Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-02T02:48:46.694Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-02T02:48:46.694Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-02T02:48:46.694Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-02T02:48:46.694Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-02T02:48:46.694Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-02T02:48:47.265Z] Selecting previously unselected package perl. [2020-09-02T02:48:47.265Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-02T02:48:47.265Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-02T02:48:47.525Z] Selecting previously unselected package less. [2020-09-02T02:48:47.525Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-02T02:48:47.525Z] Unpacking less (487-0.1) ... [2020-09-02T02:48:47.525Z] Selecting previously unselected package netbase. [2020-09-02T02:48:47.525Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-02T02:48:47.525Z] Unpacking netbase (5.4) ... [2020-09-02T02:48:47.525Z] Selecting previously unselected package curl. [2020-09-02T02:48:47.525Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-02T02:48:47.525Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-02T02:48:47.525Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-02T02:48:47.525Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-02T02:48:47.525Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-02T02:48:47.784Z] Selecting previously unselected package liberror-perl. [2020-09-02T02:48:47.785Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-02T02:48:47.785Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-02T02:48:47.785Z] Selecting previously unselected package git-man. [2020-09-02T02:48:47.785Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-02T02:48:47.785Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-02T02:48:47.785Z] Selecting previously unselected package git. [2020-09-02T02:48:47.785Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-02T02:48:48.044Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-02T02:48:48.613Z] Selecting previously unselected package make. [2020-09-02T02:48:48.613Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-02T02:48:48.613Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-02T02:48:48.613Z] Selecting previously unselected package patch. [2020-09-02T02:48:48.613Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-02T02:48:48.613Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-02T02:48:48.613Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-02T02:48:48.613Z] Setting up less (487-0.1) ... [2020-09-02T02:48:48.873Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-02T02:48:48.873Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-02T02:48:48.873Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-02T02:48:48.873Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-02T02:48:48.873Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-02T02:48:48.873Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-02T02:48:48.873Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-02T02:48:48.873Z] Setting up netbase (5.4) ... [2020-09-02T02:48:48.873Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-02T02:48:48.873Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-02T02:48:49.132Z] Setting up liberror-perl (0.17025-1) ... [2020-09-02T02:48:49.132Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-02T02:48:49.132Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-02T02:48:49.132Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-02T02:48:51.040Z] curl set to automatically installed. [2020-09-02T02:48:51.040Z] git set to automatically installed. [2020-09-02T02:48:51.040Z] git-man set to automatically installed. [2020-09-02T02:48:51.040Z] less set to automatically installed. [2020-09-02T02:48:51.040Z] libcurl3-gnutls set to automatically installed. [2020-09-02T02:48:51.040Z] liberror-perl set to automatically installed. [2020-09-02T02:48:51.040Z] libgdbm-compat4 set to automatically installed. [2020-09-02T02:48:51.040Z] libgdbm5 set to automatically installed. [2020-09-02T02:48:51.040Z] libperl5.26 set to automatically installed. [2020-09-02T02:48:51.040Z] make set to automatically installed. [2020-09-02T02:48:51.040Z] netbase set to automatically installed. [2020-09-02T02:48:51.040Z] patch set to automatically installed. [2020-09-02T02:48:51.040Z] perl set to automatically installed. [2020-09-02T02:48:51.040Z] perl-modules-5.26 set to automatically installed. [2020-09-02T02:48:51.040Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-02T02:48:51.040Z] Please ensure the environment is properly setup before continuing. [2020-09-02T02:48:51.040Z] Ignore this message if the appropriate measures have already been taken [2020-09-02T02:48:51.609Z] Pulling go  [2020-09-02T02:48:52.178Z] 'device-modbus' has dependencies that need to be staged: go [2020-09-02T02:48:52.178Z] Skipping pull go (already ran) [2020-09-02T02:48:52.178Z] Building go  [2020-09-02T02:48:52.178Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-02T02:48:52.178Z] Dload Upload Total Spent Left Speed [2020-09-02T02:48:54.630Z] 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 [2020-09-02T02:48:55.571Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-02T02:49:02.162Z] Staging go  [2020-09-02T02:49:02.162Z] Pulling device-modbus  [2020-09-02T02:49:03.102Z] Skipping build go (already ran) [2020-09-02T02:49:03.102Z] Building device-modbus  [2020-09-02T02:49:03.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1" -o cmd/device-modbus ./cmd [2020-09-02T02:49:04.483Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T02:49:04.483Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T02:49:04.483Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-09-02T02:49:04.483Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-09-02T02:49:04.483Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-09-02T02:49:04.483Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-09-02T02:49:04.483Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T02:49:04.483Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T02:49:04.483Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-02T02:49:04.483Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T02:49:04.483Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-02T02:49:04.483Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-02T02:49:04.483Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T02:49:04.483Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-02T02:49:04.483Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-02T02:49:04.483Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T02:49:04.483Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-02T02:49:04.483Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-02T02:49:04.483Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T02:49:04.483Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T02:49:04.483Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T02:49:04.483Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T02:49:04.483Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T02:49:04.483Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-02T02:49:04.483Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-02T02:49:04.483Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-02T02:49:04.483Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-02T02:49:04.483Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T02:49:04.484Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T02:49:04.484Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T02:49:04.484Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T02:49:04.484Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-02T02:49:04.484Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T02:49:04.745Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-02T02:49:04.745Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-02T02:49:04.745Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-02T02:49:04.745Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-02T02:49:04.745Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T02:49:04.745Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-02T02:49:04.745Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-02T02:49:04.745Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T02:49:04.745Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-02T02:49:04.745Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T02:49:04.745Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T02:49:04.745Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T02:49:04.745Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-02T02:49:04.745Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T02:49:04.745Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T02:49:04.745Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-02T02:49:04.745Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T02:49:04.745Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T02:49:04.745Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T02:49:04.745Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T02:49:04.745Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T02:49:04.745Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T02:49:04.745Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-02T02:49:05.006Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T02:49:05.006Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T02:49:05.006Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T02:49:05.006Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T02:49:05.006Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T02:49:05.006Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T02:49:05.006Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T02:49:05.268Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T02:49:05.269Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T02:49:05.269Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T02:49:05.269Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T02:49:05.269Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T02:49:05.269Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T02:49:05.269Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T02:49:05.269Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T02:49:05.269Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T02:49:05.269Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T02:49:05.269Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T02:49:05.269Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T02:49:05.269Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T02:49:05.269Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T02:49:05.269Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T02:49:05.269Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T02:49:05.269Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T02:49:05.269Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T02:49:05.269Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T02:49:05.269Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T02:49:05.269Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T02:49:05.269Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T02:49:05.269Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T02:49:05.269Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T02:49:05.269Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T02:49:05.269Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T02:49:05.269Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T02:49:05.531Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T02:49:05.531Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T02:49:05.531Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T02:49:10.843Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T02:49:14.155Z] Skipping stage go (already ran) [2020-09-02T02:49:14.155Z] Staging device-modbus  [2020-09-02T02:49:14.729Z] Priming go  [2020-09-02T02:49:15.675Z] Priming device-modbus  [2020-09-02T02:49:16.251Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-02T02:49:16.251Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-02T02:49:16.251Z] Determining the version from the project repo (version-script). [2020-09-02T02:49:16.517Z] The version has been set to '1.2.1-20200902+bff5e61' [2020-09-02T02:49:17.053Z] Snapping | Snapping / Snapping - Snapping | [2020-09-02T02:49:17.053Z] Snapped edgex-device-modbus_1.2.1-20200902+bff5e61_amd64.snap [Pipeline] } [2020-09-02T02:49:19.623Z] 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] } [2020-09-02T02:49:37.282Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-1120 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-09-02T02:49:37.327Z] Running in /w/workspace/device-modbus-go/6 [Pipeline] { [Pipeline] checkout [2020-09-02T02:49:41.107Z] using credential edgex-jenkins-ssh [2020-09-02T02:49:41.163Z] Cloning the remote Git repository [2020-09-02T02:49:41.163Z] Cloning with configured refspecs honoured and without tags [2020-09-02T02:49:42.177Z] Fetching without tags [2020-09-02T02:49:41.213Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:49:41.311Z] > git init /w/workspace/device-modbus-go/6 # timeout=10 [2020-09-02T02:49:41.363Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:49:41.364Z] > git --version # timeout=10 [2020-09-02T02:49:41.379Z] > git --version # 'git version 2.17.1' [2020-09-02T02:49:41.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:49:41.424Z] > 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 [2020-09-02T02:49:42.126Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T02:49:42.138Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-09-02T02:49:42.150Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T02:49:42.168Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T02:49:42.702Z] Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:49:42.860Z] Merge succeeded, producing bff5e61ff22948f69adeafa5bdb5b34d496c0293 [2020-09-02T02:49:42.860Z] Checking out Revision bff5e61ff22948f69adeafa5bdb5b34d496c0293 (PR-162) [2020-09-02T02:49:42.192Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T02:49:42.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:49:42.206Z] > 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 [2020-09-02T02:49:42.719Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T02:49:42.732Z] > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 [2020-09-02T02:49:42.799Z] > git remote # timeout=10 [2020-09-02T02:49:42.811Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T02:49:42.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T02:49:42.832Z] > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-02T02:49:42.851Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T02:49:42.868Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T02:49:42.896Z] > git checkout -f bff5e61ff22948f69adeafa5bdb5b34d496c0293 # timeout=10 [2020-09-02T02:49:46.942Z] Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-02T02:49:48.169Z] + + findgrep /w/workspace/device-modbus-go/6 snapcraft.yaml [2020-09-02T02:49:48.169Z] [2020-09-02T02:49:48.169Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T02:49:48.378Z] provisioning config files... [2020-09-02T02:49:48.401Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/6@tmp/config3937074573604461377tmp [Pipeline] { [Pipeline] sh [2020-09-02T02:49:48.796Z] + cp /w/workspace/device-modbus-go/6@tmp/config3937074573604461377tmp /w/workspace/device-modbus-go/6/edgex-snap-store-login [Pipeline] sh [2020-09-02T02:49:49.132Z] + 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 [2020-09-02T02:49:49.728Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-02T02:49:50.321Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-02T02:49:50.321Z] 237528ba509b: Pulling fs layer [2020-09-02T02:49:50.321Z] 393b96f31d8b: Pulling fs layer [2020-09-02T02:49:50.321Z] 4d82b0e39008: Pulling fs layer [2020-09-02T02:49:50.321Z] e7ca375b8d34: Pulling fs layer [2020-09-02T02:49:50.321Z] 418f656485bb: Pulling fs layer [2020-09-02T02:49:50.321Z] aebe8db9254c: Pulling fs layer [2020-09-02T02:49:50.321Z] 4f5f7b207d3f: Pulling fs layer [2020-09-02T02:49:50.321Z] 418f656485bb: Waiting [2020-09-02T02:49:50.321Z] e7ca375b8d34: Waiting [2020-09-02T02:49:50.321Z] 4f5f7b207d3f: Waiting [2020-09-02T02:49:50.321Z] aebe8db9254c: Waiting [2020-09-02T02:49:50.321Z] d19ca6af091a: Pulling fs layer [2020-09-02T02:49:50.321Z] 16b5a0711add: Pulling fs layer [2020-09-02T02:49:50.321Z] d19ca6af091a: Waiting [2020-09-02T02:49:50.321Z] 16b5a0711add: Waiting [2020-09-02T02:49:50.321Z] 4d82b0e39008: Verifying Checksum [2020-09-02T02:49:50.321Z] 4d82b0e39008: Download complete [2020-09-02T02:49:50.321Z] 393b96f31d8b: Download complete [2020-09-02T02:49:50.321Z] e7ca375b8d34: Verifying Checksum [2020-09-02T02:49:50.321Z] e7ca375b8d34: Download complete [2020-09-02T02:49:50.321Z] aebe8db9254c: Verifying Checksum [2020-09-02T02:49:50.322Z] aebe8db9254c: Download complete [2020-09-02T02:49:50.322Z] 4f5f7b207d3f: Verifying Checksum [2020-09-02T02:49:50.322Z] 4f5f7b207d3f: Download complete [2020-09-02T02:49:50.322Z] d19ca6af091a: Verifying Checksum [2020-09-02T02:49:50.322Z] d19ca6af091a: Download complete [2020-09-02T02:49:50.322Z] 16b5a0711add: Verifying Checksum [2020-09-02T02:49:50.322Z] 16b5a0711add: Download complete [2020-09-02T02:49:51.302Z] 237528ba509b: Verifying Checksum [2020-09-02T02:49:51.302Z] 237528ba509b: Download complete [2020-09-02T02:49:53.919Z] 237528ba509b: Pull complete [2020-09-02T02:49:54.191Z] 393b96f31d8b: Pull complete [2020-09-02T02:49:54.465Z] 4d82b0e39008: Pull complete [2020-09-02T02:49:55.062Z] e7ca375b8d34: Pull complete [2020-09-02T02:50:00.454Z] 418f656485bb: Download complete [2020-09-02T02:50:47.440Z] 418f656485bb: Pull complete [2020-09-02T02:50:47.440Z] aebe8db9254c: Pull complete [2020-09-02T02:50:47.440Z] 4f5f7b207d3f: Pull complete [2020-09-02T02:50:47.440Z] d19ca6af091a: Pull complete [2020-09-02T02:50:47.441Z] 16b5a0711add: Pull complete [2020-09-02T02:50:47.441Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-02T02:50:47.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-02T02:50:47.441Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-02T02:50:47.441Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-02T02:50:47.441Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-02T02:50:47.441Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-02T02:50:47.714Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [930 kB] [2020-09-02T02:50:48.309Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1257 kB] [2020-09-02T02:50:48.309Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [651 kB] [2020-09-02T02:50:48.582Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [779 kB] [2020-09-02T02:50:48.852Z] Fetched 3869 kB in 2s (1761 kB/s) [2020-09-02T02:50:53.141Z] Reading package lists... [2020-09-02T02:51:08.198Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-02T02:51:08.198Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-02T02:51:08.198Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-02T02:51:08.198Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-02T02:51:11.441Z] 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 [2020-09-02T02:51:18.126Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-02T02:51:22.223Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-02T02:51:23.085Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 60% Building dependency tree [2020-09-02T02:51:23.085Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-02T02:51:23.692Z] The following packages were automatically installed and are no longer required: [2020-09-02T02:51:23.692Z] libjq1 libonig4 [2020-09-02T02:51:23.692Z] Use 'sudo apt autoremove' to remove them. [2020-09-02T02:51:23.692Z] Suggested packages: [2020-09-02T02:51:23.692Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-02T02:51:23.692Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-02T02:51:23.692Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-02T02:51:23.692Z] | libterm-readline-perl-perl [2020-09-02T02:51:24.289Z] The following NEW packages will be installed: [2020-09-02T02:51:24.289Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-02T02:51:24.289Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-02T02:51:24.289Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-09-02T02:51:24.289Z] Need to get 10.8 MB of archives. [2020-09-02T02:51:24.289Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-02T02:51:24.564Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-02T02:51:25.115Z] 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] [2020-09-02T02:51:25.115Z] 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-02T02:51:25.115Z] 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] [2020-09-02T02:51:25.385Z] 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-02T02:51:25.385Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-02T02:51:25.385Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-02T02:51:25.385Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-09-02T02:51:25.385Z] 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] [2020-09-02T02:51:25.385Z] 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-02T02:51:25.385Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-02T02:51:25.385Z] 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-02T02:51:25.657Z] 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] [2020-09-02T02:51:25.657Z] 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] [2020-09-02T02:51:25.657Z] 98% [14 patch 57.3 kB/91.8 kB 62%] 100% [Working] Fetched 10.8 MB in 1s (8253 kB/s) [2020-09-02T02:51:26.250Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-02T02:51:26.250Z] Selecting previously unselected package perl-modules-5.26. [2020-09-02T02:51:26.250Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-09-02T02:51:26.250Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-02T02:51:26.250Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-02T02:51:27.678Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-02T02:51:27.678Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-02T02:51:27.678Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-02T02:51:27.948Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-02T02:51:27.948Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-02T02:51:27.948Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-02T02:51:27.948Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-02T02:51:27.948Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-02T02:51:27.948Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-02T02:51:29.374Z] Selecting previously unselected package perl. [2020-09-02T02:51:29.375Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-02T02:51:29.375Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-02T02:51:29.375Z] Selecting previously unselected package less. [2020-09-02T02:51:29.375Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-02T02:51:29.375Z] Unpacking less (487-0.1) ... [2020-09-02T02:51:29.646Z] Selecting previously unselected package netbase. [2020-09-02T02:51:29.646Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-02T02:51:29.646Z] Unpacking netbase (5.4) ... [2020-09-02T02:51:29.646Z] Selecting previously unselected package curl. [2020-09-02T02:51:29.646Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-02T02:51:29.646Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-02T02:51:29.917Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-02T02:51:29.917Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-02T02:51:29.917Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-02T02:51:29.917Z] Selecting previously unselected package liberror-perl. [2020-09-02T02:51:29.917Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-02T02:51:29.917Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-02T02:51:30.188Z] Selecting previously unselected package git-man. [2020-09-02T02:51:30.188Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-02T02:51:30.188Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-02T02:51:30.459Z] Selecting previously unselected package git. [2020-09-02T02:51:30.459Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-02T02:51:30.459Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-02T02:51:31.434Z] Selecting previously unselected package make. [2020-09-02T02:51:31.434Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-02T02:51:31.434Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-02T02:51:31.706Z] Selecting previously unselected package patch. [2020-09-02T02:51:31.706Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-02T02:51:31.706Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-02T02:51:31.706Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-02T02:51:31.977Z] Setting up less (487-0.1) ... [2020-09-02T02:51:32.247Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-02T02:51:32.247Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-02T02:51:32.247Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-02T02:51:32.247Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-02T02:51:32.516Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-02T02:51:32.516Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-02T02:51:32.516Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-02T02:51:32.516Z] Setting up netbase (5.4) ... [2020-09-02T02:51:32.516Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-02T02:51:32.516Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-02T02:51:32.786Z] Setting up liberror-perl (0.17025-1) ... [2020-09-02T02:51:32.786Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-02T02:51:32.786Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-02T02:51:33.058Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-02T02:51:38.437Z] curl set to automatically installed. [2020-09-02T02:51:38.437Z] git set to automatically installed. [2020-09-02T02:51:38.437Z] git-man set to automatically installed. [2020-09-02T02:51:38.437Z] less set to automatically installed. [2020-09-02T02:51:38.437Z] libcurl3-gnutls set to automatically installed. [2020-09-02T02:51:38.437Z] liberror-perl set to automatically installed. [2020-09-02T02:51:38.437Z] libgdbm-compat4 set to automatically installed. [2020-09-02T02:51:38.437Z] libgdbm5 set to automatically installed. [2020-09-02T02:51:38.708Z] libperl5.26 set to automatically installed. [2020-09-02T02:51:38.708Z] make set to automatically installed. [2020-09-02T02:51:38.708Z] netbase set to automatically installed. [2020-09-02T02:51:38.708Z] patch set to automatically installed. [2020-09-02T02:51:38.708Z] perl set to automatically installed. [2020-09-02T02:51:38.708Z] perl-modules-5.26 set to automatically installed. [2020-09-02T02:51:38.980Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-02T02:51:38.980Z] Please ensure the environment is properly setup before continuing. [2020-09-02T02:51:38.980Z] Ignore this message if the appropriate measures have already been taken [2020-09-02T02:51:39.571Z] Pulling go  [2020-09-02T02:51:43.851Z] 'device-modbus' has dependencies that need to be staged: go [2020-09-02T02:51:43.851Z] Skipping pull go (already ran) [2020-09-02T02:51:43.851Z] Building go  [2020-09-02T02:51:43.851Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-02T02:51:43.851Z] Dload Upload Total Spent Left Speed [2020-09-02T02:51:46.798Z] 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 [2020-09-02T02:51:48.223Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-02T02:52:06.487Z] Staging go  [2020-09-02T02:52:09.091Z] Pulling device-modbus  [2020-09-02T02:52:12.486Z] Skipping build go (already ran) [2020-09-02T02:52:12.486Z] Building device-modbus  [2020-09-02T02:52:12.486Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.1" -o cmd/device-modbus ./cmd [2020-09-02T02:52:14.446Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T02:52:14.446Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T02:52:14.446Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-09-02T02:52:14.446Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-09-02T02:52:14.446Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-09-02T02:52:14.720Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-09-02T02:52:14.720Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T02:52:14.720Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T02:52:14.720Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-02T02:52:14.720Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T02:52:14.720Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T02:52:14.720Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-02T02:52:14.720Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-02T02:52:14.720Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-02T02:52:14.720Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T02:52:14.720Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-02T02:52:14.720Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-02T02:52:14.720Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-02T02:52:14.720Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-02T02:52:14.720Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T02:52:14.720Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-02T02:52:14.992Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T02:52:14.992Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T02:52:14.992Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T02:52:14.992Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T02:52:14.992Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-02T02:52:14.992Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-02T02:52:14.992Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T02:52:14.992Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-02T02:52:14.992Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-02T02:52:14.992Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-02T02:52:14.992Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T02:52:14.992Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T02:52:14.992Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T02:52:14.992Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T02:52:14.992Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-02T02:52:14.992Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-02T02:52:14.992Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-02T02:52:14.992Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T02:52:14.992Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-02T02:52:14.992Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T02:52:14.992Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T02:52:14.992Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-02T02:52:14.992Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T02:52:14.992Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T02:52:14.992Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-02T02:52:15.264Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T02:52:15.264Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T02:52:15.264Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-02T02:52:15.264Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T02:52:15.264Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T02:52:15.264Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T02:52:15.264Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T02:52:15.264Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T02:52:15.264Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-02T02:52:15.264Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T02:52:15.536Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T02:52:15.536Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T02:52:15.536Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T02:52:15.536Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T02:52:15.536Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T02:52:15.536Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T02:52:15.536Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T02:52:15.806Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T02:52:15.806Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T02:52:15.806Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T02:52:15.806Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T02:52:15.806Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T02:52:15.806Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T02:52:15.806Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T02:52:15.806Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T02:52:15.806Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T02:52:15.806Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T02:52:15.806Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T02:52:15.806Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T02:52:15.806Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T02:52:15.806Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T02:52:15.806Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T02:52:15.806Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T02:52:15.807Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T02:52:15.807Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T02:52:15.807Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T02:52:15.807Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T02:52:15.807Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T02:52:15.807Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T02:52:15.807Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T02:52:15.807Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T02:52:16.078Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T02:52:16.078Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T02:52:16.078Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T02:52:16.078Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T02:52:16.078Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T02:52:16.078Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T02:52:34.376Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T02:52:49.430Z] Skipping stage go (already ran) [2020-09-02T02:52:49.430Z] Staging device-modbus  [2020-09-02T02:52:52.807Z] Priming go  [2020-09-02T02:52:56.178Z] Priming device-modbus  [2020-09-02T02:52:59.543Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-02T02:52:59.544Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-02T02:52:59.544Z] Determining the version from the project repo (version-script). [2020-09-02T02:52:59.544Z] The version has been set to '1.2.1-20200902+bff5e61' [2020-09-02T02:53:00.090Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-09-02T02:53:00.091Z] Snapped edgex-device-modbus_1.2.1-20200902+bff5e61_arm64.snap [Pipeline] } [2020-09-02T02:53:02.066Z] 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 [2020-09-02T02:53:03.739Z] provisioning config files... [2020-09-02T02:53:03.750Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config3152021807351715899tmp [Pipeline] { [Pipeline] sh [2020-09-02T02:53:04.112Z] + curl -s https://codecov.io/bash [2020-09-02T02:53:04.112Z] + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config3152021807351715899tmp [Pipeline] } [2020-09-02T02:53:04.692Z] 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 [2020-09-02T02:53:06.791Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T02:53:07.355Z] ---> package-listing.sh [2020-09-02T02:53:07.356Z] ++ facter osfamily [2020-09-02T02:53:07.356Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-02T02:53:07.356Z] + OS_FAMILY=redhat [2020-09-02T02:53:07.356Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-162 [2020-09-02T02:53:07.356Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-02T02:53:07.356Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-02T02:53:07.356Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-02T02:53:07.356Z] + PACKAGES=/tmp/packages_start.txt [2020-09-02T02:53:07.356Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' [2020-09-02T02:53:07.356Z] + PACKAGES=/tmp/packages_end.txt [2020-09-02T02:53:07.356Z] + case "${OS_FAMILY}" in [2020-09-02T02:53:07.356Z] + rpm -qa [2020-09-02T02:53:07.356Z] + sort [2020-09-02T02:53:11.568Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-02T02:53:11.568Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-02T02:53:11.568Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-02T02:53:11.568Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' [2020-09-02T02:53:11.568Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ [2020-09-02T02:53:11.568Z] + 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 [2020-09-02T02:53:12.477Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T02:53:12.478Z] [2020-09-02T02:53:12.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-02T02:53:12.851Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T02:53:12.852Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-02T02:53:12.852Z] c9b1b535fdd9: Pulling fs layer [2020-09-02T02:53:12.852Z] 2cc5ad85d9ab: Pulling fs layer [2020-09-02T02:53:12.852Z] 756a868c4378: Pulling fs layer [2020-09-02T02:53:12.852Z] 444b2fc9a129: Pulling fs layer [2020-09-02T02:53:12.852Z] ea15f1150254: Pulling fs layer [2020-09-02T02:53:12.852Z] 41b27a9f41bf: Pulling fs layer [2020-09-02T02:53:12.852Z] 28c525ee5125: Pulling fs layer [2020-09-02T02:53:12.852Z] 094b1ea09ed8: Pulling fs layer [2020-09-02T02:53:12.852Z] 138eaada9080: Pulling fs layer [2020-09-02T02:53:12.852Z] 0622d0fa9048: Pulling fs layer [2020-09-02T02:53:12.852Z] ea15f1150254: Waiting [2020-09-02T02:53:12.852Z] 094b1ea09ed8: Waiting [2020-09-02T02:53:12.852Z] 138eaada9080: Waiting [2020-09-02T02:53:12.852Z] 0622d0fa9048: Waiting [2020-09-02T02:53:12.852Z] 41b27a9f41bf: Waiting [2020-09-02T02:53:12.852Z] 28c525ee5125: Waiting [2020-09-02T02:53:12.852Z] 444b2fc9a129: Waiting [2020-09-02T02:53:12.852Z] 2cc5ad85d9ab: Verifying Checksum [2020-09-02T02:53:12.852Z] 2cc5ad85d9ab: Download complete [2020-09-02T02:53:12.852Z] 444b2fc9a129: Verifying Checksum [2020-09-02T02:53:12.852Z] 444b2fc9a129: Download complete [2020-09-02T02:53:12.852Z] c9b1b535fdd9: Verifying Checksum [2020-09-02T02:53:13.127Z] ea15f1150254: Verifying Checksum [2020-09-02T02:53:13.127Z] ea15f1150254: Download complete [2020-09-02T02:53:13.127Z] 28c525ee5125: Download complete [2020-09-02T02:53:13.401Z] 756a868c4378: Verifying Checksum [2020-09-02T02:53:13.401Z] 756a868c4378: Download complete [2020-09-02T02:53:13.401Z] c9b1b535fdd9: Pull complete [2020-09-02T02:53:13.401Z] 138eaada9080: Verifying Checksum [2020-09-02T02:53:13.401Z] 138eaada9080: Download complete [2020-09-02T02:53:13.401Z] 0622d0fa9048: Verifying Checksum [2020-09-02T02:53:13.401Z] 0622d0fa9048: Download complete [2020-09-02T02:53:13.667Z] 094b1ea09ed8: Verifying Checksum [2020-09-02T02:53:13.929Z] 41b27a9f41bf: Verifying Checksum [2020-09-02T02:53:13.929Z] 41b27a9f41bf: Download complete [2020-09-02T02:53:13.929Z] 2cc5ad85d9ab: Pull complete [2020-09-02T02:53:15.323Z] 756a868c4378: Pull complete [2020-09-02T02:53:15.584Z] 444b2fc9a129: Pull complete [2020-09-02T02:53:15.847Z] ea15f1150254: Pull complete [2020-09-02T02:53:20.070Z] 41b27a9f41bf: Pull complete [2020-09-02T02:53:20.070Z] 28c525ee5125: Pull complete [2020-09-02T02:53:22.631Z] 094b1ea09ed8: Pull complete [2020-09-02T02:53:22.631Z] 138eaada9080: Pull complete [2020-09-02T02:53:22.892Z] 0622d0fa9048: Pull complete [2020-09-02T02:53:22.892Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-09-02T02:53:22.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T02:53:22.892Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-02T02:53:23.033Z] prd-centos7-docker-4c-2g-1116 does not seem to be running inside a container [2020-09-02T02:53:23.081Z] $ 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 [2020-09-02T02:53:26.519Z] $ docker top 98dc83269bcee3ebc9f60789332f0961bfced60bf7cae41bbd46c6c9296c9e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T02:53:26.795Z] provisioning config files... [2020-09-02T02:53:26.808Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config284664797246447143tmp [Pipeline] { [Pipeline] echo [2020-09-02T02:53:26.894Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T02:53:27.190Z] ---> create-netrc.sh [Pipeline] echo [2020-09-02T02:53:27.201Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T02:53:27.493Z] ---> logs-deploy.sh [2020-09-02T02:53:27.493Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/6 [2020-09-02T02:53:27.493Z] INFO: archiving workspace using pattern(s): [2020-09-02T02:53:28.885Z] Archives upload complete. [2020-09-02T02:53:28.885Z] INFO: archiving logs to Nexus [2020-09-02T02:53:29.460Z] ---> uname -a: [2020-09-02T02:53:29.460Z] Linux 98dc83269bce 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] ---> lscpu: [2020-09-02T02:53:29.460Z] Architecture: x86_64 [2020-09-02T02:53:29.460Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-02T02:53:29.460Z] Byte Order: Little Endian [2020-09-02T02:53:29.460Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-02T02:53:29.460Z] CPU(s): 4 [2020-09-02T02:53:29.460Z] On-line CPU(s) list: 0-3 [2020-09-02T02:53:29.460Z] Thread(s) per core: 1 [2020-09-02T02:53:29.460Z] Core(s) per socket: 1 [2020-09-02T02:53:29.460Z] Socket(s): 4 [2020-09-02T02:53:29.460Z] NUMA node(s): 1 [2020-09-02T02:53:29.460Z] Vendor ID: GenuineIntel [2020-09-02T02:53:29.460Z] CPU family: 6 [2020-09-02T02:53:29.460Z] Model: 44 [2020-09-02T02:53:29.460Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-02T02:53:29.460Z] Stepping: 1 [2020-09-02T02:53:29.460Z] CPU MHz: 2933.442 [2020-09-02T02:53:29.460Z] BogoMIPS: 5866.88 [2020-09-02T02:53:29.460Z] Virtualization: VT-x [2020-09-02T02:53:29.460Z] Hypervisor vendor: KVM [2020-09-02T02:53:29.460Z] Virtualization type: full [2020-09-02T02:53:29.460Z] L1d cache: 128 KiB [2020-09-02T02:53:29.460Z] L1i cache: 128 KiB [2020-09-02T02:53:29.460Z] L2 cache: 16 MiB [2020-09-02T02:53:29.460Z] L3 cache: 64 MiB [2020-09-02T02:53:29.460Z] NUMA node0 CPU(s): 0-3 [2020-09-02T02:53:29.460Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-02T02:53:29.460Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-02T02:53:29.460Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-02T02:53:29.460Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-02T02:53:29.460Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-02T02:53:29.460Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-02T02:53:29.460Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-02T02:53:29.460Z] Vulnerability Tsx async abort: Not affected [2020-09-02T02:53:29.460Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] ---> nproc: [2020-09-02T02:53:29.460Z] 4 [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] ---> df -h: [2020-09-02T02:53:29.460Z] Filesystem Size Used Available Use% Mounted on [2020-09-02T02:53:29.460Z] overlay 50.0G 7.2G 42.8G 14% / [2020-09-02T02:53:29.460Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-02T02:53:29.460Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-02T02:53:29.460Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-02T02:53:29.460Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-09-02T02:53:29.460Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-09-02T02:53:29.460Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-09-02T02:53:29.460Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-09-02T02:53:29.460Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-162 [2020-09-02T02:53:29.460Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-162@tmp [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] ---> free -m: [2020-09-02T02:53:29.460Z] total used free shared buff/cache available [2020-09-02T02:53:29.460Z] Mem: 1837 664 128 0 1044 1067 [2020-09-02T02:53:29.460Z] Swap: 1023 1 1022 [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z] ---> ip addr: [2020-09-02T02:53:29.460Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-02T02:53:29.460Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-02T02:53:29.460Z] inet 127.0.0.1/8 scope host lo [2020-09-02T02:53:29.460Z] valid_lft forever preferred_lft forever [2020-09-02T02:53:29.460Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-02T02:53:29.460Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-02T02:53:29.460Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-02T02:53:29.460Z] valid_lft forever preferred_lft forever [2020-09-02T02:53:29.460Z] [2020-09-02T02:53:29.460Z]