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 ef894a27be8da01553725bc2e6321620b48d6b90+0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b (b8d4ff9e2658c6bb83e6a40e9a0398ad7e5fd009) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1154 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 ef894a27be8da01553725bc2e6321620b48d6b90 Merge succeeded, producing ef894a27be8da01553725bc2e6321620b48d6b90 Checking out Revision ef894a27be8da01553725bc2e6321620b48d6b90 (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 ef894a27be8da01553725bc2e6321620b48d6b90 # 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 ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 Commit message: "feat: Modify Modbus simulator to support device scaling" First time build. Skipping changelog. > git rev-list --no-walk 416b042f5817cb4804ca998bdf32c73a7cceafc6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-02T08:07:58.606Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-02T08:07:58.821Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-02T08:07:58.902Z] ========================================================= [2020-09-02T08:07:58.902Z] EdgeX Global Pipelines Version Info [2020-09-02T08:07:58.902Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:08:00.298Z] ------------------- [2020-09-02T08:08:00.298Z] stable info: [2020-09-02T08:08:00.298Z] ------------------- [2020-09-02T08:08:00.298Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-02T08:08:00.298Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-02T08:08:00.298Z] Message: update stable to v1.0.115 [2020-09-02T08:08:01.242Z] ------------------- [2020-09-02T08:08:01.242Z] experimental info: [2020-09-02T08:08:01.242Z] ------------------- [2020-09-02T08:08:01.242Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-02T08:08:01.242Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-02T08:08:01.242Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-02T08:08:01.644Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-09-02T08:08:01.725Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-09-02T08:08:01.820Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-02T08:08:01.909Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-02T08:08:02.008Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-02T08:08:02.087Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-02T08:08:02.185Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-02T08:08:02.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-02T08:08:02.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-02T08:08:02.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-02T08:08:02.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-02T08:08:02.602Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-09-02T08:08:02.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-02T08:08:02.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-02T08:08:02.863Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-02T08:08:02.943Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-02T08:08:03.064Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-02T08:08:03.209Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-02T08:08:03.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-02T08:08:03.381Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-02T08:08:03.466Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-02T08:08:03.543Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-02T08:08:03.621Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-162 [Pipeline] echo [2020-09-02T08:08:03.704Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-162 [Pipeline] echo [2020-09-02T08:08:03.786Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-162 [Pipeline] echo [2020-09-02T08:08:03.863Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef894a27be8da01553725bc2e6321620b48d6b90 [Pipeline] echo [2020-09-02T08:08:03.965Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef894a2 [Pipeline] echo [2020-09-02T08:08:04.039Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-02T08:08:04.597Z] + git log --format=format:%s -1 ef894a27be8da01553725bc2e6321620b48d6b90 [Pipeline] echo [2020-09-02T08:08:04.656Z] GIT_COMMIT: ef894a27be8da01553725bc2e6321620b48d6b90, Commit Message: feat: Modify Modbus simulator to support device scaling [Pipeline] echo [2020-09-02T08:08:04.696Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:08:05.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:08:05.734Z] [2020-09-02T08:08:05.734Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:08:06.102Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:08:06.102Z] latest: Pulling from edgex-devops/git-semver [2020-09-02T08:08:06.102Z] 31603596830f: Pulling fs layer [2020-09-02T08:08:06.102Z] 2a8b12db71e7: Pulling fs layer [2020-09-02T08:08:06.102Z] 6ca5941a6612: Pulling fs layer [2020-09-02T08:08:06.102Z] ecc8261a40a4: Pulling fs layer [2020-09-02T08:08:06.102Z] 2a8b12db71e7: Verifying Checksum [2020-09-02T08:08:06.102Z] 2a8b12db71e7: Download complete [2020-09-02T08:08:06.102Z] 31603596830f: Verifying Checksum [2020-09-02T08:08:06.102Z] 31603596830f: Download complete [2020-09-02T08:08:06.375Z] ecc8261a40a4: Verifying Checksum [2020-09-02T08:08:06.375Z] ecc8261a40a4: Download complete [2020-09-02T08:08:06.375Z] 6ca5941a6612: Verifying Checksum [2020-09-02T08:08:06.375Z] 6ca5941a6612: Download complete [2020-09-02T08:08:06.640Z] 31603596830f: Pull complete [2020-09-02T08:08:06.640Z] 2a8b12db71e7: Pull complete [2020-09-02T08:08:07.587Z] 6ca5941a6612: Pull complete [2020-09-02T08:08:07.587Z] ecc8261a40a4: Pull complete [2020-09-02T08:08:07.848Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-02T08:08:07.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:08:07.848Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-02T08:08:07.951Z] prd-centos7-docker-4c-2g-1154 does not seem to be running inside a container [2020-09-02T08:08:08.018Z] $ 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-02T08:08:09.925Z] $ docker top aa6b3a70360b137eaabdd181f97fcaf14fa09191e45c1801c134be861a18d72e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-02T08:08:10.225Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T08:08:10.225Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T08:08:10.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T08:08:10.432Z] $ docker exec aa6b3a70360b137eaabdd181f97fcaf14fa09191e45c1801c134be861a18d72e ssh-agent [2020-09-02T08:08:10.592Z] SSH_AUTH_SOCK=/tmp/ssh-r4rpayQiJqWK/agent.12 [2020-09-02T08:08:10.592Z] SSH_AGENT_PID=17 [2020-09-02T08:08:10.604Z] Running ssh-add (command line suppressed) [2020-09-02T08:08:10.729Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_2684415581880068100.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_2684415581880068100.key) [2020-09-02T08:08:10.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T08:08:11.166Z] + git describe --exact-match --tags HEAD [2020-09-02T08:08:11.166Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-02T08:08:11.191Z] $ docker exec --env ******** --env ******** aa6b3a70360b137eaabdd181f97fcaf14fa09191e45c1801c134be861a18d72e ssh-agent -k [2020-09-02T08:08:11.298Z] unset SSH_AUTH_SOCK; [2020-09-02T08:08:11.298Z] unset SSH_AGENT_PID; [2020-09-02T08:08:11.299Z] echo Agent pid 17 killed; [2020-09-02T08:08:11.334Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-02T08:08:11.415Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-02T08:08:11.415Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-02T08:08:11.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T08:08:11.504Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T08:08:11.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T08:08:11.676Z] $ docker exec aa6b3a70360b137eaabdd181f97fcaf14fa09191e45c1801c134be861a18d72e ssh-agent [2020-09-02T08:08:11.823Z] SSH_AUTH_SOCK=/tmp/ssh-WaVDfchjEW6Z/agent.45 [2020-09-02T08:08:11.823Z] SSH_AGENT_PID=50 [2020-09-02T08:08:11.829Z] Running ssh-add (command line suppressed) [2020-09-02T08:08:11.948Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_3048835362656927249.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_3048835362656927249.key) [2020-09-02T08:08:11.989Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T08:08:12.310Z] + git semver init [2020-09-02T08:08:12.310Z] # -> Open(): unable to determine branch for HEAD [2020-09-02T08:08:12.310Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.git [2020-09-02T08:08:12.310Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-162 [2020-09-02T08:08:12.310Z] # $SEMVER_REMOTE_NAME = origin [2020-09-02T08:08:12.310Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-02T08:08:12.310Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-02T08:08:12.310Z] # $SEMVER_BRANCH = PR-162 [2020-09-02T08:08:12.310Z] # $SEMVER_TEMP = /tmp/semver-345716761 [2020-09-02T08:08:12.310Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-09-02T08:08:12.573Z] # '/tmp/semver-345716761' -> '/w/workspace/xfoundry_device-modbus-go_PR-162/.semver' [2020-09-02T08:08:12.573Z] # -> Force: false [2020-09-02T08:08:12.573Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.semver [Pipeline] } [2020-09-02T08:08:12.590Z] $ docker exec --env ******** --env ******** aa6b3a70360b137eaabdd181f97fcaf14fa09191e45c1801c134be861a18d72e ssh-agent -k [2020-09-02T08:08:12.703Z] unset SSH_AUTH_SOCK; [2020-09-02T08:08:12.704Z] unset SSH_AGENT_PID; [2020-09-02T08:08:12.704Z] echo Agent pid 50 killed; [2020-09-02T08:08:12.739Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-02T08:08:13.229Z] + git semver [Pipeline] } [2020-09-02T08:08:13.251Z] $ docker stop --time=1 aa6b3a70360b137eaabdd181f97fcaf14fa09191e45c1801c134be861a18d72e [2020-09-02T08:08:14.609Z] $ docker rm -f aa6b3a70360b137eaabdd181f97fcaf14fa09191e45c1801c134be861a18d72e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-02T08:08:15.480Z] Stashed 27 file(s) [Pipeline] echo [2020-09-02T08:08:15.482Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-02T08:08:15.567Z] 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-02T08:08:30.911Z] Still waiting to schedule task [2020-09-02T08:08:30.911Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-02T08:08:30.913Z] Still waiting to schedule task [2020-09-02T08:08:30.913Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-02T08:10:21.076Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1155 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-09-02T08:10:21.119Z] Running in /w/workspace/device-modbus-go/10 [Pipeline] { [Pipeline] checkout [2020-09-02T08:10:26.407Z] using credential edgex-jenkins-ssh [2020-09-02T08:10:26.456Z] Cloning the remote Git repository [2020-09-02T08:10:26.456Z] Cloning with configured refspecs honoured and without tags [2020-09-02T08:10:26.519Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:10:26.621Z] > git init /w/workspace/device-modbus-go/10 # timeout=10 [2020-09-02T08:10:26.686Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:10:26.687Z] > git --version # timeout=10 [2020-09-02T08:10:26.710Z] > git --version # 'git version 2.17.1' [2020-09-02T08:10:26.712Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:10:26.771Z] > 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-02T08:10:27.560Z] Fetching without tags [2020-09-02T08:10:28.076Z] Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:10:28.384Z] Merge succeeded, producing ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:10:28.384Z] Checking out Revision ef894a27be8da01553725bc2e6321620b48d6b90 (PR-162) [2020-09-02T08:10:27.466Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:10:27.489Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-09-02T08:10:27.511Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:10:27.540Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:10:27.576Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:10:27.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:10:27.591Z] > 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-02T08:10:28.106Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:10:28.135Z] > git checkout -f ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 [2020-09-02T08:10:28.218Z] > git remote # timeout=10 [2020-09-02T08:10:28.235Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T08:10:28.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:10:28.314Z] > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-02T08:10:28.348Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T08:10:28.395Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:10:28.420Z] > git checkout -f ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 [2020-09-02T08:10:32.674Z] 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-02T08:10:33.742Z] ========================================================= [2020-09-02T08:10:33.742Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-02T08:10:33.742Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:10:34.866Z] + 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-02T08:10:35.843Z] Sending build context to Docker daemon 669.7kB [2020-09-02T08:10:35.843Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-02T08:10:35.843Z] Step 2/8 : FROM ${BASE} [2020-09-02T08:10:36.118Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-02T08:10:36.118Z] b538f80385f9: Pulling fs layer [2020-09-02T08:10:36.118Z] 74f711af9a0d: Pulling fs layer [2020-09-02T08:10:36.118Z] 99f96fe45779: Pulling fs layer [2020-09-02T08:10:36.118Z] fd7a069fd194: Pulling fs layer [2020-09-02T08:10:36.118Z] 66aa3694b03b: Pulling fs layer [2020-09-02T08:10:36.118Z] 170f70906a0f: Pulling fs layer [2020-09-02T08:10:36.118Z] ad7c5574e4b9: Pulling fs layer [2020-09-02T08:10:36.118Z] e772456be8f7: Pulling fs layer [2020-09-02T08:10:36.118Z] c890913d741a: Pulling fs layer [2020-09-02T08:10:36.118Z] 2480fcc9aa5a: Pulling fs layer [2020-09-02T08:10:36.118Z] 09adf4765672: Pulling fs layer [2020-09-02T08:10:36.118Z] fd7a069fd194: Waiting [2020-09-02T08:10:36.118Z] 66aa3694b03b: Waiting [2020-09-02T08:10:36.118Z] 170f70906a0f: Waiting [2020-09-02T08:10:36.118Z] ad7c5574e4b9: Waiting [2020-09-02T08:10:36.118Z] 2480fcc9aa5a: Waiting [2020-09-02T08:10:36.118Z] 09adf4765672: Waiting [2020-09-02T08:10:36.118Z] e772456be8f7: Waiting [2020-09-02T08:10:36.118Z] c890913d741a: Waiting [2020-09-02T08:10:36.118Z] 99f96fe45779: Verifying Checksum [2020-09-02T08:10:36.118Z] 99f96fe45779: Download complete [2020-09-02T08:10:36.118Z] 74f711af9a0d: Verifying Checksum [2020-09-02T08:10:36.118Z] 74f711af9a0d: Download complete [2020-09-02T08:10:36.118Z] 66aa3694b03b: Verifying Checksum [2020-09-02T08:10:36.118Z] 66aa3694b03b: Download complete [2020-09-02T08:10:36.118Z] 170f70906a0f: Verifying Checksum [2020-09-02T08:10:36.118Z] 170f70906a0f: Download complete [2020-09-02T08:10:36.118Z] b538f80385f9: Verifying Checksum [2020-09-02T08:10:37.100Z] b538f80385f9: Pull complete [2020-09-02T08:10:37.698Z] 74f711af9a0d: Pull complete [2020-09-02T08:10:38.298Z] 99f96fe45779: Pull complete [2020-09-02T08:10:38.597Z] ad7c5574e4b9: Verifying Checksum [2020-09-02T08:10:38.597Z] ad7c5574e4b9: Download complete [2020-09-02T08:10:38.597Z] c890913d741a: Verifying Checksum [2020-09-02T08:10:38.597Z] c890913d741a: Download complete [2020-09-02T08:10:40.049Z] 2480fcc9aa5a: Verifying Checksum [2020-09-02T08:10:40.049Z] 2480fcc9aa5a: Download complete [2020-09-02T08:10:40.049Z] 09adf4765672: Verifying Checksum [2020-09-02T08:10:40.049Z] 09adf4765672: Download complete [2020-09-02T08:10:40.325Z] e772456be8f7: Download complete [2020-09-02T08:10:40.890Z] Running on prd-centos7-docker-4c-2g-1156 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [2020-09-02T08:10:40.919Z] fd7a069fd194: Verifying Checksum [2020-09-02T08:10:40.919Z] fd7a069fd194: Download complete [Pipeline] ws [2020-09-02T08:10:40.983Z] Running in /w/workspace/device-modbus-go/10 [Pipeline] { [Pipeline] checkout [2020-09-02T08:10:44.246Z] using credential edgex-jenkins-ssh [2020-09-02T08:10:44.291Z] Cloning the remote Git repository [2020-09-02T08:10:44.291Z] Cloning with configured refspecs honoured and without tags [2020-09-02T08:10:44.325Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:10:44.392Z] > git init /w/workspace/device-modbus-go/10 # timeout=10 [2020-09-02T08:10:44.443Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:10:44.443Z] > git --version # timeout=10 [2020-09-02T08:10:44.451Z] > git --version # 'git version 2.16.5' [2020-09-02T08:10:44.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:10:44.485Z] > 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-02T08:10:45.011Z] Fetching without tags [2020-09-02T08:10:45.422Z] Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:10:45.494Z] Merge succeeded, producing ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:10:45.494Z] Checking out Revision ef894a27be8da01553725bc2e6321620b48d6b90 (PR-162) [2020-09-02T08:10:44.984Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:10:44.991Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-09-02T08:10:44.998Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:10:45.009Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:10:45.021Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:10:45.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:10:45.025Z] > 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-02T08:10:45.435Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:10:45.440Z] > git checkout -f ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 [2020-09-02T08:10:45.472Z] > git remote # timeout=10 [2020-09-02T08:10:45.476Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T08:10:45.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:10:45.484Z] > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-02T08:10:45.493Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T08:10:45.502Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:10:45.507Z] > git checkout -f ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 [2020-09-02T08:10:49.051Z] 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-02T08:10:49.799Z] ========================================================= [2020-09-02T08:10:49.799Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-02T08:10:49.799Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:10:50.450Z] + 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-02T08:10:50.714Z] Sending build context to Docker daemon 669.7kB [2020-09-02T08:10:50.714Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-02T08:10:50.714Z] Step 2/8 : FROM ${BASE} [2020-09-02T08:10:50.984Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-02T08:10:50.984Z] df20fa9351a1: Pulling fs layer [2020-09-02T08:10:50.984Z] ed8968b2872e: Pulling fs layer [2020-09-02T08:10:50.984Z] a92cc7c5fd73: Pulling fs layer [2020-09-02T08:10:50.984Z] 2dd03ba5bac4: Pulling fs layer [2020-09-02T08:10:50.984Z] 1e091d79d1de: Pulling fs layer [2020-09-02T08:10:50.984Z] 481702a1767f: Pulling fs layer [2020-09-02T08:10:50.984Z] f64a6f60c768: Pulling fs layer [2020-09-02T08:10:50.984Z] e78d2573fc39: Pulling fs layer [2020-09-02T08:10:50.985Z] e876d2f968b6: Pulling fs layer [2020-09-02T08:10:50.985Z] ce8a83651883: Pulling fs layer [2020-09-02T08:10:50.985Z] 07967f4d0e4b: Pulling fs layer [2020-09-02T08:10:50.985Z] f64a6f60c768: Waiting [2020-09-02T08:10:50.985Z] e78d2573fc39: Waiting [2020-09-02T08:10:50.985Z] e876d2f968b6: Waiting [2020-09-02T08:10:50.985Z] 2dd03ba5bac4: Waiting [2020-09-02T08:10:50.985Z] 1e091d79d1de: Waiting [2020-09-02T08:10:50.985Z] 481702a1767f: Waiting [2020-09-02T08:10:50.985Z] ce8a83651883: Waiting [2020-09-02T08:10:50.985Z] 07967f4d0e4b: Waiting [2020-09-02T08:10:50.985Z] a92cc7c5fd73: Download complete [2020-09-02T08:10:50.985Z] ed8968b2872e: Verifying Checksum [2020-09-02T08:10:50.985Z] ed8968b2872e: Download complete [2020-09-02T08:10:50.985Z] 1e091d79d1de: Verifying Checksum [2020-09-02T08:10:50.985Z] 1e091d79d1de: Download complete [2020-09-02T08:10:50.985Z] 481702a1767f: Verifying Checksum [2020-09-02T08:10:50.985Z] 481702a1767f: Download complete [2020-09-02T08:10:50.985Z] df20fa9351a1: Verifying Checksum [2020-09-02T08:10:50.985Z] df20fa9351a1: Download complete [2020-09-02T08:10:51.262Z] df20fa9351a1: Pull complete [2020-09-02T08:10:52.238Z] f64a6f60c768: Verifying Checksum [2020-09-02T08:10:52.238Z] f64a6f60c768: Download complete [2020-09-02T08:10:52.238Z] e876d2f968b6: Verifying Checksum [2020-09-02T08:10:52.238Z] e876d2f968b6: Download complete [2020-09-02T08:10:52.515Z] ed8968b2872e: Pull complete [2020-09-02T08:10:52.783Z] ce8a83651883: Verifying Checksum [2020-09-02T08:10:52.783Z] ce8a83651883: Download complete [2020-09-02T08:10:52.783Z] 2dd03ba5bac4: Verifying Checksum [2020-09-02T08:10:52.783Z] 2dd03ba5bac4: Download complete [2020-09-02T08:10:52.783Z] 07967f4d0e4b: Verifying Checksum [2020-09-02T08:10:52.783Z] 07967f4d0e4b: Download complete [2020-09-02T08:10:52.783Z] e78d2573fc39: Verifying Checksum [2020-09-02T08:10:52.783Z] e78d2573fc39: Download complete [2020-09-02T08:10:52.783Z] a92cc7c5fd73: Pull complete [2020-09-02T08:10:53.333Z] fd7a069fd194: Pull complete [2020-09-02T08:10:53.333Z] 66aa3694b03b: Pull complete [2020-09-02T08:10:53.333Z] 170f70906a0f: Pull complete [2020-09-02T08:10:56.731Z] ad7c5574e4b9: Pull complete [2020-09-02T08:10:59.431Z] 2dd03ba5bac4: Pull complete [2020-09-02T08:10:59.431Z] 1e091d79d1de: Pull complete [2020-09-02T08:10:59.431Z] 481702a1767f: Pull complete [2020-09-02T08:11:02.134Z] e772456be8f7: Pull complete [2020-09-02T08:11:02.134Z] c890913d741a: Pull complete [2020-09-02T08:11:03.672Z] f64a6f60c768: Pull complete [2020-09-02T08:11:04.129Z] 2480fcc9aa5a: Pull complete [2020-09-02T08:11:04.401Z] 09adf4765672: Pull complete [2020-09-02T08:11:04.401Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-02T08:11:04.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-02T08:11:04.675Z] ---> 2248a725d1cf [2020-09-02T08:11:04.675Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-02T08:11:06.244Z] e78d2573fc39: Pull complete [2020-09-02T08:11:06.244Z] e876d2f968b6: Pull complete [2020-09-02T08:11:07.643Z] ce8a83651883: Pull complete [2020-09-02T08:11:07.643Z] 07967f4d0e4b: Pull complete [2020-09-02T08:11:07.643Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-02T08:11:07.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-02T08:11:07.643Z] ---> 5d7c900382c6 [2020-09-02T08:11:07.643Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-02T08:11:08.591Z] ---> Running in 5a31fd667cbe [2020-09-02T08:11:08.591Z] Removing intermediate container 5a31fd667cbe [2020-09-02T08:11:08.591Z] ---> 970f3d40d2fb [2020-09-02T08:11:08.591Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T08:11:08.856Z] ---> Running in ca28a9dc2258 [2020-09-02T08:11:09.021Z] ---> Running in 50c1719d2793 [2020-09-02T08:11:09.021Z] Removing intermediate container 50c1719d2793 [2020-09-02T08:11:09.021Z] ---> d7813c17a88e [2020-09-02T08:11:09.021Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T08:11:09.021Z] ---> Running in 73b99227cb66 [2020-09-02T08:11:10.246Z] Removing intermediate container ca28a9dc2258 [2020-09-02T08:11:10.246Z] ---> 98abe64e1b24 [2020-09-02T08:11:10.246Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T08:11:10.507Z] ---> Running in 14ce42b1cb21 [2020-09-02T08:11:10.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-02T08:11:11.641Z] Removing intermediate container 73b99227cb66 [2020-09-02T08:11:11.641Z] ---> 5b8e250cc3b8 [2020-09-02T08:11:11.641Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T08:11:11.641Z] ---> Running in 9346aad4d4f2 [2020-09-02T08:11:11.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-02T08:11:11.972Z] (1/14) Installing libmagic (5.38-r0) [2020-09-02T08:11:12.232Z] (2/14) Installing file (5.38-r0) [2020-09-02T08:11:12.232Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-02T08:11:12.493Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-02T08:11:13.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-02T08:11:13.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-02T08:11:14.478Z] (1/14) Installing libmagic (5.38-r0) [2020-09-02T08:11:14.749Z] (2/14) Installing file (5.38-r0) [2020-09-02T08:11:14.749Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-02T08:11:14.749Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-02T08:11:19.083Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-02T08:11:19.083Z] (6/14) Installing patch (2.7.6-r6) [2020-09-02T08:11:19.344Z] (7/14) Installing build-base (0.5-r2) [2020-09-02T08:11:19.344Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-02T08:11:19.344Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-02T08:11:19.606Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-02T08:11:19.866Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-02T08:11:20.127Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-02T08:11:20.127Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-02T08:11:20.388Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-02T08:11:20.388Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T08:11:20.388Z] OK: 237 MiB in 53 packages [2020-09-02T08:11:21.430Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-02T08:11:21.430Z] (6/14) Installing patch (2.7.6-r6) [2020-09-02T08:11:21.430Z] (7/14) Installing build-base (0.5-r2) [2020-09-02T08:11:21.430Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-02T08:11:21.430Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-02T08:11:21.430Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-02T08:11:22.020Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-02T08:11:22.020Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-02T08:11:22.290Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-02T08:11:22.290Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-02T08:11:22.561Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T08:11:22.561Z] OK: 221 MiB in 53 packages [2020-09-02T08:11:23.699Z] Removing intermediate container 14ce42b1cb21 [2020-09-02T08:11:23.700Z] ---> b71fcf4c9f9a [2020-09-02T08:11:23.700Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-02T08:11:23.700Z] ---> Running in c81a446ba36c [2020-09-02T08:11:23.700Z] Removing intermediate container c81a446ba36c [2020-09-02T08:11:23.700Z] ---> 7e7912593b02 [2020-09-02T08:11:23.700Z] Step 7/8 : COPY . . [2020-09-02T08:11:24.644Z] ---> 07d2582e67f4 [2020-09-02T08:11:24.644Z] Step 8/8 : RUN go mod download [2020-09-02T08:11:24.644Z] ---> Running in 2d68212306d4 [2020-09-02T08:11:26.865Z] Removing intermediate container 9346aad4d4f2 [2020-09-02T08:11:26.865Z] ---> 374b7d10be64 [2020-09-02T08:11:26.865Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-02T08:11:26.865Z] ---> Running in 7b104b7d1089 [2020-09-02T08:11:27.139Z] Removing intermediate container 7b104b7d1089 [2020-09-02T08:11:27.139Z] ---> 01750185b1cb [2020-09-02T08:11:27.139Z] Step 7/8 : COPY . . [2020-09-02T08:11:27.202Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:11:27.202Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:11:27.202Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-02T08:11:27.202Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:11:27.202Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-02T08:11:27.202Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-02T08:11:27.202Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:11:27.202Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-02T08:11:27.202Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:11:27.202Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:11:27.466Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:11:27.466Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:11:27.466Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:11:27.466Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:11:27.466Z] go: finding github.com/fatih/color v1.7.0 [2020-09-02T08:11:27.729Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:11:27.729Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T08:11:27.729Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:11:27.729Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-02T08:11:27.729Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T08:11:27.729Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T08:11:27.990Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-02T08:11:27.990Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T08:11:27.990Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T08:11:27.990Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:11:27.990Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-02T08:11:27.990Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-02T08:11:28.119Z] ---> a5a4306d4d1c [2020-09-02T08:11:28.119Z] Step 8/8 : RUN go mod download [2020-09-02T08:11:28.119Z] ---> Running in f363bbec8c9a [2020-09-02T08:11:28.250Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:11:28.250Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:11:28.250Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-02T08:11:28.250Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-02T08:11:28.250Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:11:28.250Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-02T08:11:28.250Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-02T08:11:28.512Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-02T08:11:28.512Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-02T08:11:28.512Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:11:29.092Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-02T08:11:29.092Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-02T08:11:29.092Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-02T08:11:29.092Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T08:11:29.092Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-02T08:11:29.092Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-02T08:11:29.092Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-02T08:11:29.092Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-02T08:11:29.354Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-02T08:11:29.354Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:11:29.354Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:11:29.354Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-02T08:11:29.354Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-02T08:11:29.354Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-02T08:11:29.354Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-02T08:11:29.615Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-02T08:11:29.615Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:11:29.615Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:11:29.615Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-02T08:11:29.615Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:11:29.615Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T08:11:29.615Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-02T08:11:29.875Z] go: finding github.com/posener/complete v1.1.1 [2020-09-02T08:11:29.875Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-02T08:11:29.875Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-02T08:11:29.875Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-02T08:11:29.875Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-02T08:11:29.875Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-02T08:11:29.875Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T08:11:30.137Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-02T08:11:30.137Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-02T08:11:30.137Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-02T08:11:30.137Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-02T08:11:30.137Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-02T08:11:30.400Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:11:31.501Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:11:31.501Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:11:31.501Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-02T08:11:31.501Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:11:31.501Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-02T08:11:31.501Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-02T08:11:31.501Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:11:31.501Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-02T08:11:31.501Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:11:31.501Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:11:31.771Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:11:31.771Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:11:31.771Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:11:31.771Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:11:31.771Z] go: finding github.com/fatih/color v1.7.0 [2020-09-02T08:11:32.058Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:11:32.058Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T08:11:32.058Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:11:32.059Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-02T08:11:32.059Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T08:11:32.059Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T08:11:32.059Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-02T08:11:32.333Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T08:11:32.333Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T08:11:32.333Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:11:32.333Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-02T08:11:32.333Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-02T08:11:32.333Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:11:32.333Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:11:32.609Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-02T08:11:32.609Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-02T08:11:32.609Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:11:32.609Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-02T08:11:32.609Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-02T08:11:32.609Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-02T08:11:32.609Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-02T08:11:32.891Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:11:32.891Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-02T08:11:32.891Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-02T08:11:32.891Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-02T08:11:32.891Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T08:11:32.891Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-02T08:11:32.891Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-02T08:11:32.891Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-02T08:11:33.200Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-02T08:11:33.200Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-02T08:11:33.200Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:11:33.200Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:11:33.200Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-02T08:11:33.200Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-02T08:11:33.200Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-02T08:11:33.546Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-02T08:11:33.546Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-02T08:11:33.546Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:11:33.546Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:11:33.546Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-02T08:11:33.546Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:11:33.546Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T08:11:33.916Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-02T08:11:33.916Z] go: finding github.com/posener/complete v1.1.1 [2020-09-02T08:11:33.916Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-02T08:11:33.916Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-02T08:11:33.916Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-02T08:11:33.916Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-02T08:11:33.916Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-02T08:11:33.916Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T08:11:34.258Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-02T08:11:34.258Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-02T08:11:34.258Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-02T08:11:34.258Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-02T08:11:34.258Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-02T08:11:34.258Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:11:38.958Z] Removing intermediate container 2d68212306d4 [2020-09-02T08:11:38.958Z] ---> ee5286a6275f [2020-09-02T08:11:38.958Z] Successfully built ee5286a6275f [2020-09-02T08:11:38.958Z] 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-02T08:11:39.687Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-02T08:11:39.687Z] . [Pipeline] withDockerContainer [2020-09-02T08:11:39.872Z] prd-centos7-docker-4c-2g-1156 does not seem to be running inside a container [2020-09-02T08:11:39.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/10 -v /w/workspace/device-modbus-go/10:/w/workspace/device-modbus-go/10:rw,z -v /w/workspace/device-modbus-go/10@tmp:/w/workspace/device-modbus-go/10@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-02T08:11:41.249Z] $ docker top 3631a467716f0c01c32a8b87d253713cce6582e41f716906ec926c05c056d47f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-02T08:11:41.706Z] + go version [2020-09-02T08:11:41.706Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-02T08:11:42.015Z] + make test [2020-09-02T08:11:42.015Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-02T08:11:42.977Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-09-02T08:11:44.527Z] Removing intermediate container f363bbec8c9a [2020-09-02T08:11:44.527Z] ---> a7a9af21e954 [2020-09-02T08:11:44.527Z] Successfully built a7a9af21e954 [2020-09-02T08:11:44.527Z] 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-02T08:11:45.215Z] + docker inspect -f . ci-base-image-arm64 [2020-09-02T08:11:45.215Z] . [Pipeline] withDockerContainer [2020-09-02T08:11:45.488Z] prd-ubuntu18.04-docker-arm64-4c-16g-1155 does not seem to be running inside a container [2020-09-02T08:11:45.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/10 -v /w/workspace/device-modbus-go/10:/w/workspace/device-modbus-go/10:rw,z -v /w/workspace/device-modbus-go/10@tmp:/w/workspace/device-modbus-go/10@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-02T08:11:47.477Z] $ docker top e6a21d63a59b0f85e3442884ddbb1b50c9b8083a069be75d4b871b7c663f2686 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-02T08:11:48.875Z] + go version [2020-09-02T08:11:48.875Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-02T08:11:49.916Z] + make test [2020-09-02T08:11:49.916Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-02T08:11:50.901Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-09-02T08:11:53.054Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-09-02T08:11:53.054Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.250s coverage: 50.3% of statements [2020-09-02T08:11:53.054Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-02T08:11:54.445Z] gofmt -l . [2020-09-02T08:11:54.445Z] [ "`gofmt -l .`" = "" ] [2020-09-02T08:11:54.445Z] ./bin/test-attribution-txt.sh [2020-09-02T08:11:55.024Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-02T08:11:55.608Z] Stashed 1 file(s) [Pipeline] } [2020-09-02T08:11:55.619Z] $ docker stop --time=1 3631a467716f0c01c32a8b87d253713cce6582e41f716906ec926c05c056d47f [2020-09-02T08:11:57.871Z] $ docker rm -f 3631a467716f0c01c32a8b87d253713cce6582e41f716906ec926c05c056d47f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-02T08:11:59.682Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-02T08:11:59.978Z] + ls -al . [2020-09-02T08:11:59.978Z] total 104 [2020-09-02T08:11:59.978Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 2 08:11 . [2020-09-02T08:11:59.978Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 2 08:10 .. [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 4564 Sep 2 08:10 Attribution.txt [2020-09-02T08:11:59.978Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 2 08:10 bin [2020-09-02T08:11:59.978Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 2 08:10 cmd [2020-09-02T08:11:59.978Z] -rw-r--r--. 1 jenkins jenkins 22364 Sep 2 08:11 coverage.out [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 1430 Sep 2 08:10 Dockerfile [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 954 Sep 2 08:10 Dockerfile.build [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 2 08:10 .dockerignore [2020-09-02T08:11:59.978Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 2 08:10 .git [2020-09-02T08:11:59.978Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 2 08:10 .github [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 330 Sep 2 08:10 .gitignore [2020-09-02T08:11:59.978Z] -rw-r--r--. 1 jenkins jenkins 559 Sep 2 08:11 go.mod [2020-09-02T08:11:59.978Z] -rw-r--r--. 1 jenkins jenkins 13471 Sep 2 08:11 go.sum [2020-09-02T08:11:59.978Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 2 08:10 internal [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 702 Sep 2 08:10 Jenkinsfile [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 2 08:10 LICENSE [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 880 Sep 2 08:10 Makefile [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 591 Sep 2 08:10 README.md [2020-09-02T08:11:59.978Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 2 08:10 .semver [2020-09-02T08:11:59.978Z] drwxrwxr-x. 2 jenkins jenkins 52 Sep 2 08:10 simulator [2020-09-02T08:11:59.978Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 2 08:10 snap [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 2 08:08 VERSION [2020-09-02T08:11:59.978Z] -rw-rw-r--. 1 jenkins jenkins 229 Sep 2 08:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:12:00.279Z] + 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=ef894a27be8da01553725bc2e6321620b48d6b90 --label arch=amd64 --label version=0.0.0 . [2020-09-02T08:12:00.279Z] Sending build context to Docker daemon 700.9kB [2020-09-02T08:12:00.279Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-02T08:12:00.279Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-02T08:12:00.279Z] ---> ee5286a6275f [2020-09-02T08:12:00.279Z] Step 3/20 : ARG MAKE='make build' [2020-09-02T08:12:00.541Z] ---> Running in af9b32763958 [2020-09-02T08:12:00.804Z] Removing intermediate container af9b32763958 [2020-09-02T08:12:00.804Z] ---> 780b38f219ed [2020-09-02T08:12:00.804Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T08:12:00.804Z] ---> Running in 8436f7d32dd8 [2020-09-02T08:12:01.750Z] Removing intermediate container 8436f7d32dd8 [2020-09-02T08:12:01.750Z] ---> 540b2aaf5453 [2020-09-02T08:12:01.750Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T08:12:01.750Z] ---> Running in 8ce55ab1427d [2020-09-02T08:12:02.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-02T08:12:02.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-02T08:12:03.474Z] OK: 237 MiB in 53 packages [2020-09-02T08:12:03.735Z] Removing intermediate container 8ce55ab1427d [2020-09-02T08:12:03.735Z] ---> 8ed554b7c6bc [2020-09-02T08:12:03.735Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-02T08:12:03.735Z] ---> Running in 0c6d912106a7 [2020-09-02T08:12:03.997Z] Removing intermediate container 0c6d912106a7 [2020-09-02T08:12:03.997Z] ---> f1d48f2ed301 [2020-09-02T08:12:03.997Z] Step 7/20 : COPY . . [2020-09-02T08:12:04.941Z] ---> 193628596814 [2020-09-02T08:12:04.941Z] Step 8/20 : RUN ${MAKE} [2020-09-02T08:12:04.941Z] ---> Running in 82b83469ae30 [2020-09-02T08:12:05.203Z] 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-02T08:12:13.451Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T08:12:16.767Z] Removing intermediate container 82b83469ae30 [2020-09-02T08:12:16.767Z] ---> e53d25735490 [2020-09-02T08:12:16.767Z] Step 9/20 : FROM scratch [2020-09-02T08:12:16.767Z] ---> [2020-09-02T08:12:16.767Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-02T08:12:16.767Z] ---> Running in c742cfbd30b0 [2020-09-02T08:12:17.029Z] Removing intermediate container c742cfbd30b0 [2020-09-02T08:12:17.029Z] ---> 657367b5b5cf [2020-09-02T08:12:17.029Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-02T08:12:17.029Z] ---> Running in 081562761d57 [2020-09-02T08:12:17.289Z] Removing intermediate container 081562761d57 [2020-09-02T08:12:17.289Z] ---> 1fab33d8f1ab [2020-09-02T08:12:17.289Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-02T08:12:17.553Z] ---> 5db016256a1c [2020-09-02T08:12:17.553Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-02T08:12:17.741Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-09-02T08:12:17.741Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.346s coverage: 50.3% of statements [2020-09-02T08:12:17.817Z] ---> f649bbf4e06a [2020-09-02T08:12:17.817Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-02T08:12:18.011Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-02T08:12:18.078Z] ---> 998fffbd6ac0 [2020-09-02T08:12:18.078Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-02T08:12:18.339Z] ---> Running in 606ed0fd800e [2020-09-02T08:12:18.339Z] Removing intermediate container 606ed0fd800e [2020-09-02T08:12:18.339Z] ---> ae84d1dc53d3 [2020-09-02T08:12:18.339Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-02T08:12:18.339Z] ---> Running in 21be4e92dcc4 [2020-09-02T08:12:18.599Z] Removing intermediate container 21be4e92dcc4 [2020-09-02T08:12:18.599Z] ---> bf5bfb7e6c09 [2020-09-02T08:12:18.599Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-02T08:12:18.599Z] ---> Running in 01e2aea8eb30 [2020-09-02T08:12:18.861Z] Removing intermediate container 01e2aea8eb30 [2020-09-02T08:12:18.861Z] ---> 0bf452b72050 [2020-09-02T08:12:18.861Z] Step 18/20 : LABEL arch=amd64 [2020-09-02T08:12:18.861Z] ---> Running in e98a30b9a43a [2020-09-02T08:12:19.122Z] Removing intermediate container e98a30b9a43a [2020-09-02T08:12:19.122Z] ---> 20f9adf712fb [2020-09-02T08:12:19.122Z] Step 19/20 : LABEL git_sha=ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:12:19.122Z] ---> Running in 648d665102ba [2020-09-02T08:12:19.383Z] Removing intermediate container 648d665102ba [2020-09-02T08:12:19.383Z] ---> 78f245ab9ec3 [2020-09-02T08:12:19.383Z] Step 20/20 : LABEL version=0.0.0 [2020-09-02T08:12:19.383Z] ---> Running in 09bb1c404898 [2020-09-02T08:12:19.644Z] Removing intermediate container 09bb1c404898 [2020-09-02T08:12:19.644Z] ---> 2e10c9f588d2 [2020-09-02T08:12:19.644Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-02T08:12:19.644Z] Successfully built 2e10c9f588d2 [2020-09-02T08:12:19.644Z] Successfully tagged docker-device-modbus-go: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-02T08:12:23.405Z] gofmt -l . [2020-09-02T08:12:23.405Z] [ "`gofmt -l .`" = "" ] [2020-09-02T08:12:23.405Z] ./bin/test-attribution-txt.sh [2020-09-02T08:12:24.001Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-02T08:12:24.653Z] Warning: overwriting stash ‘coverage-report’ [2020-09-02T08:12:25.352Z] Stashed 1 file(s) [Pipeline] } [2020-09-02T08:12:25.362Z] $ docker stop --time=1 e6a21d63a59b0f85e3442884ddbb1b50c9b8083a069be75d4b871b7c663f2686 [2020-09-02T08:12:27.708Z] $ docker rm -f e6a21d63a59b0f85e3442884ddbb1b50c9b8083a069be75d4b871b7c663f2686 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-02T08:12:28.928Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-02T08:12:29.254Z] + ls -al . [2020-09-02T08:12:29.254Z] total 140 [2020-09-02T08:12:29.254Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 2 08:12 . [2020-09-02T08:12:29.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 2 08:10 .. [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 2 08:10 .dockerignore [2020-09-02T08:12:29.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 2 08:10 .git [2020-09-02T08:12:29.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 08:10 .github [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 330 Sep 2 08:10 .gitignore [2020-09-02T08:12:29.254Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 08:10 .semver [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 4564 Sep 2 08:10 Attribution.txt [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 1430 Sep 2 08:10 Dockerfile [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 954 Sep 2 08:10 Dockerfile.build [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 702 Sep 2 08:10 Jenkinsfile [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 2 08:10 LICENSE [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 880 Sep 2 08:10 Makefile [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 591 Sep 2 08:10 README.md [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 2 08:08 VERSION [2020-09-02T08:12:29.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 08:10 bin [2020-09-02T08:12:29.254Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 08:10 cmd [2020-09-02T08:12:29.254Z] -rw-r--r-- 1 jenkins jenkins 22364 Sep 2 08:12 coverage.out [2020-09-02T08:12:29.254Z] -rw-r--r-- 1 jenkins jenkins 559 Sep 2 08:12 go.mod [2020-09-02T08:12:29.254Z] -rw-r--r-- 1 jenkins jenkins 13471 Sep 2 08:12 go.sum [2020-09-02T08:12:29.254Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 08:10 internal [2020-09-02T08:12:29.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 08:10 simulator [2020-09-02T08:12:29.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 2 08:10 snap [2020-09-02T08:12:29.254Z] -rw-rw-r-- 1 jenkins jenkins 229 Sep 2 08:10 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:12:29.591Z] + 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=ef894a27be8da01553725bc2e6321620b48d6b90 --label arch=arm64 --label version=0.0.0 . [2020-09-02T08:12:29.864Z] Sending build context to Docker daemon 700.9kB [2020-09-02T08:12:29.864Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-02T08:12:29.864Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-02T08:12:29.864Z] ---> a7a9af21e954 [2020-09-02T08:12:29.864Z] Step 3/20 : ARG MAKE='make build' [2020-09-02T08:12:30.134Z] ---> Running in 020a80a7298e [2020-09-02T08:12:30.727Z] Removing intermediate container 020a80a7298e [2020-09-02T08:12:30.727Z] ---> 1a496eb5ff98 [2020-09-02T08:12:30.727Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T08:12:30.727Z] ---> Running in f39cc91dd9cd [2020-09-02T08:12:33.334Z] Removing intermediate container f39cc91dd9cd [2020-09-02T08:12:33.334Z] ---> 7301a45250e7 [2020-09-02T08:12:33.334Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T08:12:33.334Z] ---> Running in e9f224bf6989 [2020-09-02T08:12:34.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-02T08:12:35.165Z] Still waiting to schedule task [2020-09-02T08:12:35.165Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-02T08:12:35.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-02T08:12:35.938Z] OK: 221 MiB in 53 packages [2020-09-02T08:12:37.367Z] Removing intermediate container e9f224bf6989 [2020-09-02T08:12:37.367Z] ---> c1e88d5503bb [2020-09-02T08:12:37.367Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-02T08:12:37.367Z] ---> Running in 3ea614d5c7bb [2020-09-02T08:12:37.958Z] Removing intermediate container 3ea614d5c7bb [2020-09-02T08:12:37.958Z] ---> 8cb05dda4032 [2020-09-02T08:12:37.958Z] Step 7/20 : COPY . . [2020-09-02T08:12:38.991Z] ---> 2968537d0028 [2020-09-02T08:12:38.991Z] Step 8/20 : RUN ${MAKE} [2020-09-02T08:12:38.991Z] ---> Running in acf87cea72b6 [2020-09-02T08:12:40.422Z] 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-02T08:13:07.224Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T08:13:10.600Z] Removing intermediate container acf87cea72b6 [2020-09-02T08:13:10.600Z] ---> 96c4a1dd8a84 [2020-09-02T08:13:10.600Z] Step 9/20 : FROM scratch [2020-09-02T08:13:10.600Z] ---> [2020-09-02T08:13:10.600Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-02T08:13:10.600Z] ---> Running in e9d1312e0e2b [2020-09-02T08:13:11.203Z] Removing intermediate container e9d1312e0e2b [2020-09-02T08:13:11.203Z] ---> f75c6dda07ea [2020-09-02T08:13:11.203Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-02T08:13:11.203Z] ---> Running in 6e2e4808e1b3 [2020-09-02T08:13:11.796Z] Removing intermediate container 6e2e4808e1b3 [2020-09-02T08:13:11.796Z] ---> 8a3c19e9f16a [2020-09-02T08:13:11.796Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-02T08:13:12.773Z] ---> 3cf491eef5c6 [2020-09-02T08:13:12.773Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-02T08:13:13.366Z] ---> a7fc17da0447 [2020-09-02T08:13:13.366Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-02T08:13:14.344Z] ---> d2d19aaa93d9 [2020-09-02T08:13:14.344Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-02T08:13:14.344Z] ---> Running in 81bd7d4e93a8 [2020-09-02T08:13:14.936Z] Removing intermediate container 81bd7d4e93a8 [2020-09-02T08:13:14.936Z] ---> 240d45c5a30d [2020-09-02T08:13:14.936Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-02T08:13:14.936Z] ---> Running in e9ec642c30dd [2020-09-02T08:13:15.216Z] Removing intermediate container e9ec642c30dd [2020-09-02T08:13:15.216Z] ---> 1528e8dc52b3 [2020-09-02T08:13:15.216Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-02T08:13:15.490Z] ---> Running in f2093b1b9de9 [2020-09-02T08:13:16.082Z] Removing intermediate container f2093b1b9de9 [2020-09-02T08:13:16.082Z] ---> 5d71a2ff6de6 [2020-09-02T08:13:16.082Z] Step 18/20 : LABEL arch=arm64 [2020-09-02T08:13:16.082Z] ---> Running in 119d0f8969a2 [2020-09-02T08:13:16.672Z] Removing intermediate container 119d0f8969a2 [2020-09-02T08:13:16.672Z] ---> 459206111b83 [2020-09-02T08:13:16.672Z] Step 19/20 : LABEL git_sha=ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:13:16.672Z] ---> Running in c818b281a7d7 [2020-09-02T08:13:17.264Z] Removing intermediate container c818b281a7d7 [2020-09-02T08:13:17.264Z] ---> 160a92548497 [2020-09-02T08:13:17.264Z] Step 20/20 : LABEL version=0.0.0 [2020-09-02T08:13:17.264Z] ---> Running in 813ae9c32b11 [2020-09-02T08:13:17.535Z] Removing intermediate container 813ae9c32b11 [2020-09-02T08:13:17.535Z] ---> d6c9dd157eda [2020-09-02T08:13:17.535Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-02T08:13:17.535Z] Successfully built d6c9dd157eda [2020-09-02T08:13:17.535Z] 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-02T08:13:33.048Z] Still waiting to schedule task [2020-09-02T08:13:33.048Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-02T08:13:35.923Z] Running on prd-centos7-docker-8c-8g-1157 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-09-02T08:13:35.970Z] Running in /w/workspace/device-modbus-go/10 [Pipeline] { [Pipeline] checkout [2020-09-02T08:13:37.868Z] using credential edgex-jenkins-ssh [2020-09-02T08:13:37.915Z] Cloning the remote Git repository [2020-09-02T08:13:37.915Z] Cloning with configured refspecs honoured and without tags [2020-09-02T08:13:37.560Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:13:37.622Z] > git init /w/workspace/device-modbus-go/10 # timeout=10 [2020-09-02T08:13:37.641Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:13:37.642Z] > git --version # timeout=10 [2020-09-02T08:13:37.646Z] > git --version # 'git version 2.16.5' [2020-09-02T08:13:37.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:13:37.667Z] > 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-02T08:13:38.460Z] Fetching without tags [2020-09-02T08:13:38.828Z] Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:13:38.897Z] Merge succeeded, producing ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:13:38.897Z] Checking out Revision ef894a27be8da01553725bc2e6321620b48d6b90 (PR-162) [2020-09-02T08:13:38.107Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:13:38.112Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-09-02T08:13:38.116Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:13:38.125Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:13:38.134Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:13:38.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:13:38.137Z] > 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-02T08:13:38.537Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:13:38.542Z] > git checkout -f ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 [2020-09-02T08:13:38.576Z] > git remote # timeout=10 [2020-09-02T08:13:38.581Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T08:13:38.586Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:13:38.589Z] > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-02T08:13:38.598Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T08:13:38.606Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:13:38.614Z] > git checkout -f ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 [2020-09-02T08:13:42.168Z] Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-02T08:13:43.600Z] ++ find /w/workspace/device-modbus-go/10 [2020-09-02T08:13:43.600Z] ++ grep snapcraft.yaml [2020-09-02T08:13:43.600Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/10/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T08:13:43.741Z] provisioning config files... [2020-09-02T08:13:43.751Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/10@tmp/config4287902163673501802tmp [Pipeline] { [Pipeline] sh [2020-09-02T08:13:44.103Z] + cp /w/workspace/device-modbus-go/10@tmp/config4287902163673501802tmp /w/workspace/device-modbus-go/10/edgex-snap-store-login [Pipeline] sh [2020-09-02T08:13:44.392Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/10:/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-02T08:13:44.392Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-02T08:13:44.392Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-02T08:13:44.392Z] f08d8e2a3ba1: Pulling fs layer [2020-09-02T08:13:44.392Z] 3baa9cb2483b: Pulling fs layer [2020-09-02T08:13:44.392Z] 94e5ff4c0b15: Pulling fs layer [2020-09-02T08:13:44.392Z] 1860925334f9: Pulling fs layer [2020-09-02T08:13:44.392Z] 2daf38717194: Pulling fs layer [2020-09-02T08:13:44.392Z] 309017e8d7a4: Pulling fs layer [2020-09-02T08:13:44.392Z] f7790dc9fd0f: Pulling fs layer [2020-09-02T08:13:44.392Z] cac0ae9282c2: Pulling fs layer [2020-09-02T08:13:44.392Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-02T08:13:44.392Z] 309017e8d7a4: Waiting [2020-09-02T08:13:44.392Z] f7790dc9fd0f: Waiting [2020-09-02T08:13:44.392Z] cac0ae9282c2: Waiting [2020-09-02T08:13:44.392Z] 1f4cadf9a1ed: Waiting [2020-09-02T08:13:44.392Z] 1860925334f9: Waiting [2020-09-02T08:13:44.392Z] 2daf38717194: Waiting [2020-09-02T08:13:44.653Z] 94e5ff4c0b15: Verifying Checksum [2020-09-02T08:13:44.653Z] 94e5ff4c0b15: Download complete [2020-09-02T08:13:44.653Z] 3baa9cb2483b: Download complete [2020-09-02T08:13:44.653Z] 1860925334f9: Verifying Checksum [2020-09-02T08:13:44.653Z] 1860925334f9: Download complete [2020-09-02T08:13:44.653Z] 309017e8d7a4: Verifying Checksum [2020-09-02T08:13:44.653Z] 309017e8d7a4: Download complete [2020-09-02T08:13:44.653Z] f7790dc9fd0f: Verifying Checksum [2020-09-02T08:13:44.653Z] f7790dc9fd0f: Download complete [2020-09-02T08:13:44.653Z] cac0ae9282c2: Verifying Checksum [2020-09-02T08:13:44.653Z] cac0ae9282c2: Download complete [2020-09-02T08:13:44.653Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-02T08:13:44.653Z] 1f4cadf9a1ed: Download complete [2020-09-02T08:13:44.914Z] f08d8e2a3ba1: Verifying Checksum [2020-09-02T08:13:44.914Z] f08d8e2a3ba1: Download complete [2020-09-02T08:13:45.857Z] f08d8e2a3ba1: Pull complete [2020-09-02T08:13:46.118Z] 3baa9cb2483b: Pull complete [2020-09-02T08:13:46.118Z] 94e5ff4c0b15: Pull complete [2020-09-02T08:13:46.378Z] 1860925334f9: Pull complete [2020-09-02T08:13:48.290Z] 2daf38717194: Verifying Checksum [2020-09-02T08:13:48.290Z] 2daf38717194: Download complete [2020-09-02T08:14:06.410Z] 2daf38717194: Pull complete [2020-09-02T08:14:06.410Z] 309017e8d7a4: Pull complete [2020-09-02T08:14:06.410Z] f7790dc9fd0f: Pull complete [2020-09-02T08:14:06.410Z] cac0ae9282c2: Pull complete [2020-09-02T08:14:06.410Z] 1f4cadf9a1ed: Pull complete [2020-09-02T08:14:06.410Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-02T08:14:06.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-02T08:14:07.353Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-02T08:14:07.613Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-02T08:14:07.613Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [891 kB] [2020-09-02T08:14:07.613Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-02T08:14:07.613Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [102 kB] [2020-09-02T08:14:07.613Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1050 kB] [2020-09-02T08:14:07.872Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-02T08:14:08.133Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1421 kB] [2020-09-02T08:14:08.398Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1359 kB] [2020-09-02T08:14:08.398Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [123 kB] [2020-09-02T08:14:08.667Z] Fetched 5199 kB in 1s (3991 kB/s) [2020-09-02T08:14:10.048Z] Reading package lists... [2020-09-02T08:14:13.342Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-02T08:14:13.342Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-02T08:14:13.342Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-02T08:14:13.342Z] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-02T08:14:14.692Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% 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-02T08:14:16.090Z] 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-02T08:14:17.441Z] 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... 65% 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-02T08:14:17.441Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-02T08:14:17.441Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-02T08:14:17.701Z] The following packages were automatically installed and are no longer required: [2020-09-02T08:14:17.701Z] libjq1 libonig4 [2020-09-02T08:14:17.701Z] Use 'sudo apt autoremove' to remove them. [2020-09-02T08:14:17.701Z] Suggested packages: [2020-09-02T08:14:17.701Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-02T08:14:17.701Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-02T08:14:17.701Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-02T08:14:17.701Z] | libterm-readline-perl-perl [2020-09-02T08:14:17.701Z] The following NEW packages will be installed: [2020-09-02T08:14:17.701Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-02T08:14:17.702Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-02T08:14:17.702Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-09-02T08:14:17.702Z] Need to get 12.0 MB of archives. [2020-09-02T08:14:17.702Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-02T08:14:17.963Z] 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-02T08:14:18.799Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 566 kB/2763 kB 21%] 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-02T08:14:18.799Z] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-02T08:14:18.799Z] 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-02T08:14:18.799Z] 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-02T08:14:18.799Z] 48% [5 perl 27.0 kB/201 kB 13%] 51% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-02T08:14:18.799Z] 51% [6 less 18.4 kB/112 kB 17%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-02T08:14:18.799Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-02T08:14:18.799Z] 54% [8 curl 0 B/159 kB 0%] 57% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-09-02T08:14:18.799Z] 57% [9 libcurl3-gnutls 0 B/213 kB 0%] 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-02T08:14:18.799Z] 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-02T08:14:18.799Z] 61% [11 git-man 4096 B/804 kB 1%] 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-02T08:14:19.063Z] 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-02T08:14:19.063Z] 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-02T08:14:19.063Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9649 kB/s) [2020-09-02T08:14:19.323Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-02T08:14:19.323Z] Selecting previously unselected package perl-modules-5.26. [2020-09-02T08:14:19.323Z] (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-02T08:14:19.323Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-02T08:14:19.323Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-02T08:14:20.705Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-02T08:14:20.705Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-02T08:14:20.705Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-02T08:14:20.705Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-02T08:14:20.705Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-02T08:14:20.705Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-02T08:14:20.705Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-02T08:14:20.705Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-02T08:14:20.705Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-02T08:14:21.274Z] Selecting previously unselected package perl. [2020-09-02T08:14:21.274Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-02T08:14:21.274Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-02T08:14:21.274Z] Selecting previously unselected package less. [2020-09-02T08:14:21.274Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-02T08:14:21.274Z] Unpacking less (487-0.1) ... [2020-09-02T08:14:21.274Z] Selecting previously unselected package netbase. [2020-09-02T08:14:21.274Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-02T08:14:21.274Z] Unpacking netbase (5.4) ... [2020-09-02T08:14:21.274Z] Selecting previously unselected package curl. [2020-09-02T08:14:21.274Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-02T08:14:21.274Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-02T08:14:21.533Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-02T08:14:21.533Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-02T08:14:21.533Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-02T08:14:21.533Z] Selecting previously unselected package liberror-perl. [2020-09-02T08:14:21.533Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-02T08:14:21.533Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-02T08:14:21.533Z] Selecting previously unselected package git-man. [2020-09-02T08:14:21.533Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-02T08:14:21.533Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-02T08:14:21.793Z] Selecting previously unselected package git. [2020-09-02T08:14:21.793Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-02T08:14:21.793Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-02T08:14:22.362Z] Selecting previously unselected package make. [2020-09-02T08:14:22.362Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-02T08:14:22.362Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-02T08:14:22.362Z] Selecting previously unselected package patch. [2020-09-02T08:14:22.362Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-02T08:14:22.362Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-02T08:14:22.362Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-02T08:14:22.362Z] Setting up less (487-0.1) ... [2020-09-02T08:14:22.621Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-02T08:14:22.621Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-02T08:14:22.621Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-02T08:14:22.621Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-02T08:14:22.621Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-02T08:14:22.621Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-02T08:14:22.621Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-02T08:14:22.621Z] Setting up netbase (5.4) ... [2020-09-02T08:14:22.621Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-02T08:14:22.621Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-02T08:14:22.881Z] Setting up liberror-perl (0.17025-1) ... [2020-09-02T08:14:22.881Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-02T08:14:22.881Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-02T08:14:22.881Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-02T08:14:24.260Z] curl set to automatically installed. [2020-09-02T08:14:24.260Z] git set to automatically installed. [2020-09-02T08:14:24.260Z] git-man set to automatically installed. [2020-09-02T08:14:24.260Z] less set to automatically installed. [2020-09-02T08:14:24.260Z] libcurl3-gnutls set to automatically installed. [2020-09-02T08:14:24.260Z] liberror-perl set to automatically installed. [2020-09-02T08:14:24.260Z] libgdbm-compat4 set to automatically installed. [2020-09-02T08:14:24.260Z] libgdbm5 set to automatically installed. [2020-09-02T08:14:24.260Z] libperl5.26 set to automatically installed. [2020-09-02T08:14:24.260Z] make set to automatically installed. [2020-09-02T08:14:24.260Z] netbase set to automatically installed. [2020-09-02T08:14:24.260Z] patch set to automatically installed. [2020-09-02T08:14:24.260Z] perl set to automatically installed. [2020-09-02T08:14:24.260Z] perl-modules-5.26 set to automatically installed. [2020-09-02T08:14:24.260Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-02T08:14:24.260Z] Please ensure the environment is properly setup before continuing. [2020-09-02T08:14:24.260Z] Ignore this message if the appropriate measures have already been taken [2020-09-02T08:14:25.195Z] Pulling go  [2020-09-02T08:14:26.132Z] 'device-modbus' has dependencies that need to be staged: go [2020-09-02T08:14:26.132Z] Skipping pull go (already ran) [2020-09-02T08:14:26.132Z] Building go  [2020-09-02T08:14:26.132Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-02T08:14:26.132Z] Dload Upload Total Spent Left Speed [2020-09-02T08:14:28.269Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 34 114M 34 39.8M 0 0 37.0M 0 0:00:03 0:00:01 0:00:02 36.9M 94 114M 94 107M 0 0 51.9M 0 0:00:02 0:00:02 --:--:-- 51.9M 100 114M 100 114M 0 0 52.6M 0 0:00:02 0:00:02 --:--:-- 52.6M [2020-09-02T08:14:28.838Z] go1.13.5.linux-amd64.tar.gz: OK [2020-09-02T08:14:35.407Z] Staging go  [2020-09-02T08:14:35.407Z] Pulling device-modbus  [2020-09-02T08:14:35.975Z] Skipping build go (already ran) [2020-09-02T08:14:35.975Z] Building device-modbus  [2020-09-02T08:14:35.975Z] 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-02T08:14:37.353Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:14:37.353Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:14:37.353Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-09-02T08:14:37.353Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-09-02T08:14:37.353Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-09-02T08:14:37.353Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:14:37.353Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:14:37.353Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-02T08:14:37.353Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:14:37.353Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-02T08:14:37.353Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:14:37.353Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-09-02T08:14:37.353Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:14:37.613Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:14:37.613Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-02T08:14:37.613Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:14:37.613Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:14:37.613Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-02T08:14:37.613Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:14:37.613Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:14:37.613Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-02T08:14:37.613Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-02T08:14:37.613Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:14:37.613Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:14:37.613Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:14:37.613Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:14:37.613Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-02T08:14:37.613Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:14:37.613Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:14:37.613Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:14:37.613Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:14:37.613Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:14:37.613Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:14:37.613Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-02T08:14:37.613Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:14:37.613Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:14:37.613Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-02T08:14:37.613Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:14:37.613Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:14:37.613Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:14:37.613Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:14:37.613Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-02T08:14:37.613Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:14:37.613Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:14:37.613Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:14:37.613Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-02T08:14:37.613Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:14:37.613Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:14:37.613Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:14:37.613Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:14:37.613Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:14:37.613Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:14:37.613Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:14:37.613Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:14:37.872Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-02T08:14:37.872Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:14:37.872Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:14:37.872Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:14:37.872Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:14:37.872Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:14:37.872Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:14:37.872Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:14:37.872Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:14:37.872Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:14:37.872Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T08:14:37.872Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T08:14:37.872Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:14:37.872Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:14:37.872Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T08:14:37.872Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T08:14:37.872Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:14:37.872Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T08:14:38.131Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:14:38.131Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:14:38.131Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T08:14:38.131Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:14:38.131Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T08:14:38.131Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:14:38.131Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:14:38.131Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:14:38.131Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:14:38.131Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:14:38.131Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:14:38.131Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:14:38.131Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:14:38.131Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T08:14:38.131Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:14:38.131Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:14:38.131Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:14:38.131Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:14:38.131Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:14:38.131Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:14:38.131Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:14:43.437Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T08:14:46.728Z] Skipping stage go (already ran) [2020-09-02T08:14:46.728Z] Staging device-modbus  [2020-09-02T08:14:47.297Z] Priming go  [2020-09-02T08:14:47.866Z] Priming device-modbus  [2020-09-02T08:14:48.814Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-02T08:14:48.814Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-02T08:14:48.814Z] Determining the version from the project repo (version-script). [2020-09-02T08:14:48.814Z] The version has been set to '1.2.1-20200902+ef894a2' [2020-09-02T08:14:49.365Z] Snapping | Snapping / Snapping - Snapping | [2020-09-02T08:14:49.365Z] Snapped edgex-device-modbus_1.2.1-20200902+ef894a2_amd64.snap [Pipeline] } [2020-09-02T08:14:51.911Z] 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-02T08:15:26.041Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-1158 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-09-02T08:15:26.291Z] Running in /w/workspace/device-modbus-go/10 [Pipeline] { [Pipeline] checkout [2020-09-02T08:15:30.163Z] using credential edgex-jenkins-ssh [2020-09-02T08:15:30.338Z] Cloning the remote Git repository [2020-09-02T08:15:30.338Z] Cloning with configured refspecs honoured and without tags [2020-09-02T08:15:30.388Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:15:30.491Z] > git init /w/workspace/device-modbus-go/10 # timeout=10 [2020-09-02T08:15:30.553Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:15:30.554Z] > git --version # timeout=10 [2020-09-02T08:15:30.570Z] > git --version # 'git version 2.17.1' [2020-09-02T08:15:30.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:15:30.652Z] > 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-02T08:15:31.323Z] Fetching without tags [2020-09-02T08:15:31.830Z] Merging remotes/origin/master commit 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b into PR head commit ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:15:31.996Z] Merge succeeded, producing ef894a27be8da01553725bc2e6321620b48d6b90 [2020-09-02T08:15:31.997Z] Checking out Revision ef894a27be8da01553725bc2e6321620b48d6b90 (PR-162) [2020-09-02T08:15:31.261Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:15:31.274Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-09-02T08:15:31.286Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:15:31.308Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:15:31.333Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:15:31.334Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:15:31.346Z] > 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-02T08:15:31.848Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:15:31.862Z] > git checkout -f ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 [2020-09-02T08:15:31.930Z] > git remote # timeout=10 [2020-09-02T08:15:31.944Z] > git config --get remote.origin.url # timeout=10 [2020-09-02T08:15:31.954Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:15:31.964Z] > git merge 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [2020-09-02T08:15:31.982Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-02T08:15:32.001Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:15:32.011Z] > git checkout -f ef894a27be8da01553725bc2e6321620b48d6b90 # timeout=10 [2020-09-02T08:15:36.071Z] Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-02T08:15:37.363Z] + find /w/workspace/device-modbus-go/10 [2020-09-02T08:15:37.363Z] + grep snapcraft.yaml [2020-09-02T08:15:37.363Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/10/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T08:15:37.578Z] provisioning config files... [2020-09-02T08:15:37.600Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/10@tmp/config2161504890868021072tmp [Pipeline] { [Pipeline] sh [2020-09-02T08:15:38.001Z] + cp /w/workspace/device-modbus-go/10@tmp/config2161504890868021072tmp /w/workspace/device-modbus-go/10/edgex-snap-store-login [Pipeline] sh [2020-09-02T08:15:38.340Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/10:/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-02T08:15:38.933Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-02T08:15:39.205Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-02T08:15:39.205Z] 237528ba509b: Pulling fs layer [2020-09-02T08:15:39.205Z] 393b96f31d8b: Pulling fs layer [2020-09-02T08:15:39.205Z] 4d82b0e39008: Pulling fs layer [2020-09-02T08:15:39.205Z] e7ca375b8d34: Pulling fs layer [2020-09-02T08:15:39.205Z] 418f656485bb: Pulling fs layer [2020-09-02T08:15:39.205Z] aebe8db9254c: Pulling fs layer [2020-09-02T08:15:39.205Z] 4f5f7b207d3f: Pulling fs layer [2020-09-02T08:15:39.205Z] d19ca6af091a: Pulling fs layer [2020-09-02T08:15:39.205Z] 16b5a0711add: Pulling fs layer [2020-09-02T08:15:39.205Z] 418f656485bb: Waiting [2020-09-02T08:15:39.205Z] d19ca6af091a: Waiting [2020-09-02T08:15:39.205Z] 4f5f7b207d3f: Waiting [2020-09-02T08:15:39.205Z] aebe8db9254c: Waiting [2020-09-02T08:15:39.205Z] 16b5a0711add: Waiting [2020-09-02T08:15:39.205Z] 393b96f31d8b: Download complete [2020-09-02T08:15:39.205Z] 4d82b0e39008: Verifying Checksum [2020-09-02T08:15:39.205Z] 4d82b0e39008: Download complete [2020-09-02T08:15:39.205Z] e7ca375b8d34: Verifying Checksum [2020-09-02T08:15:39.205Z] e7ca375b8d34: Download complete [2020-09-02T08:15:39.205Z] aebe8db9254c: Verifying Checksum [2020-09-02T08:15:39.205Z] aebe8db9254c: Download complete [2020-09-02T08:15:39.205Z] 4f5f7b207d3f: Verifying Checksum [2020-09-02T08:15:39.205Z] 4f5f7b207d3f: Download complete [2020-09-02T08:15:39.205Z] d19ca6af091a: Download complete [2020-09-02T08:15:39.478Z] 16b5a0711add: Verifying Checksum [2020-09-02T08:15:39.478Z] 16b5a0711add: Download complete [2020-09-02T08:15:40.076Z] 237528ba509b: Verifying Checksum [2020-09-02T08:15:40.076Z] 237528ba509b: Download complete [2020-09-02T08:15:43.467Z] 237528ba509b: Pull complete [2020-09-02T08:15:43.467Z] 393b96f31d8b: Pull complete [2020-09-02T08:15:43.742Z] 4d82b0e39008: Pull complete [2020-09-02T08:15:44.342Z] e7ca375b8d34: Pull complete [2020-09-02T08:15:48.647Z] 418f656485bb: Verifying Checksum [2020-09-02T08:15:48.647Z] 418f656485bb: Download complete [2020-09-02T08:16:35.621Z] 418f656485bb: Pull complete [2020-09-02T08:16:35.621Z] aebe8db9254c: Pull complete [2020-09-02T08:16:35.621Z] 4f5f7b207d3f: Pull complete [2020-09-02T08:16:35.621Z] d19ca6af091a: Pull complete [2020-09-02T08:16:35.621Z] 16b5a0711add: Pull complete [2020-09-02T08:16:35.621Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-02T08:16:35.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-02T08:16:35.892Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-02T08:16:35.892Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-02T08:16:36.164Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-02T08:16:36.437Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-02T08:16:36.713Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1257 kB] [2020-09-02T08:16:37.311Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [930 kB] [2020-09-02T08:16:37.311Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [657 kB] [2020-09-02T08:16:37.584Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [779 kB] [2020-09-02T08:16:37.859Z] Fetched 3875 kB in 2s (1798 kB/s) [2020-09-02T08:16:42.174Z] Reading package lists... [2020-09-02T08:16:57.237Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-02T08:16:57.237Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-02T08:16:57.237Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-02T08:16:57.237Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-02T08:17:00.775Z] 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... 72% 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... 93% 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-02T08:17:07.474Z] 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-02T08:17:11.282Z] 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-02T08:17:12.102Z] 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-02T08:17:12.102Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-02T08:17:13.100Z] The following packages were automatically installed and are no longer required: [2020-09-02T08:17:13.100Z] libjq1 libonig4 [2020-09-02T08:17:13.100Z] Use 'sudo apt autoremove' to remove them. [2020-09-02T08:17:13.100Z] Suggested packages: [2020-09-02T08:17:13.100Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-02T08:17:13.100Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-02T08:17:13.100Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-02T08:17:13.100Z] | libterm-readline-perl-perl [2020-09-02T08:17:13.376Z] The following NEW packages will be installed: [2020-09-02T08:17:13.376Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-02T08:17:13.376Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-02T08:17:13.376Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-09-02T08:17:13.376Z] Need to get 10.8 MB of archives. [2020-09-02T08:17:13.376Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-02T08:17:13.656Z] 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-02T08:17:14.269Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 7% [1 perl-modules-5.26 886 kB/2763 kB 32%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-02T08:17:14.269Z] 22% [2 libgdbm5 16.6 kB/23.1 kB 72%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-02T08:17:14.269Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-09-02T08:17:14.553Z] 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-02T08:17:14.553Z] 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-02T08:17:14.553Z] 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-02T08:17:14.553Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-09-02T08:17:14.553Z] 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-02T08:17:14.553Z] 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-02T08:17:14.553Z] 63% [10 liberror-perl 16.4 kB/22.8 kB 72%] 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-02T08:17:14.553Z] 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-02T08:17:14.831Z] 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-02T08:17:14.831Z] 96% [13 make 65.5 kB/139 kB 47%] 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-02T08:17:14.831Z] 98% [14 patch 49.2 kB/91.8 kB 54%] 100% [Working] Fetched 10.8 MB in 1s (7952 kB/s) [2020-09-02T08:17:15.457Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-02T08:17:15.768Z] Selecting previously unselected package perl-modules-5.26. [2020-09-02T08:17:15.768Z] (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-02T08:17:15.769Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-02T08:17:15.769Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-02T08:17:17.234Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-02T08:17:17.234Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-02T08:17:17.234Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-02T08:17:17.234Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-02T08:17:17.234Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-02T08:17:17.234Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-02T08:17:17.521Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-02T08:17:17.521Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-02T08:17:17.521Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-02T08:17:18.528Z] Selecting previously unselected package perl. [2020-09-02T08:17:18.528Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-02T08:17:18.528Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-02T08:17:18.805Z] Selecting previously unselected package less. [2020-09-02T08:17:18.805Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-02T08:17:18.805Z] Unpacking less (487-0.1) ... [2020-09-02T08:17:19.080Z] Selecting previously unselected package netbase. [2020-09-02T08:17:19.080Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-02T08:17:19.080Z] Unpacking netbase (5.4) ... [2020-09-02T08:17:19.080Z] Selecting previously unselected package curl. [2020-09-02T08:17:19.080Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-02T08:17:19.080Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-02T08:17:19.358Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-02T08:17:19.358Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-02T08:17:19.358Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-02T08:17:19.358Z] Selecting previously unselected package liberror-perl. [2020-09-02T08:17:19.358Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-02T08:17:19.358Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-02T08:17:19.630Z] Selecting previously unselected package git-man. [2020-09-02T08:17:19.630Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-02T08:17:19.630Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-02T08:17:19.910Z] Selecting previously unselected package git. [2020-09-02T08:17:19.910Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-02T08:17:19.910Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-02T08:17:20.895Z] Selecting previously unselected package make. [2020-09-02T08:17:20.895Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-02T08:17:21.175Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-02T08:17:21.175Z] Selecting previously unselected package patch. [2020-09-02T08:17:21.176Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-02T08:17:21.176Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-02T08:17:21.455Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-02T08:17:21.455Z] Setting up less (487-0.1) ... [2020-09-02T08:17:21.726Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-02T08:17:21.726Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-02T08:17:21.726Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-02T08:17:22.001Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-02T08:17:22.001Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-02T08:17:22.001Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-02T08:17:22.001Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-02T08:17:22.001Z] Setting up netbase (5.4) ... [2020-09-02T08:17:22.300Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-02T08:17:22.300Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-02T08:17:22.300Z] Setting up liberror-perl (0.17025-1) ... [2020-09-02T08:17:22.300Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-02T08:17:22.591Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-02T08:17:22.591Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-02T08:17:27.255Z] curl set to automatically installed. [2020-09-02T08:17:27.255Z] git set to automatically installed. [2020-09-02T08:17:27.532Z] git-man set to automatically installed. [2020-09-02T08:17:27.532Z] less set to automatically installed. [2020-09-02T08:17:27.532Z] libcurl3-gnutls set to automatically installed. [2020-09-02T08:17:27.532Z] liberror-perl set to automatically installed. [2020-09-02T08:17:27.532Z] libgdbm-compat4 set to automatically installed. [2020-09-02T08:17:27.532Z] libgdbm5 set to automatically installed. [2020-09-02T08:17:27.532Z] libperl5.26 set to automatically installed. [2020-09-02T08:17:27.532Z] make set to automatically installed. [2020-09-02T08:17:27.532Z] netbase set to automatically installed. [2020-09-02T08:17:27.818Z] patch set to automatically installed. [2020-09-02T08:17:27.818Z] perl set to automatically installed. [2020-09-02T08:17:27.818Z] perl-modules-5.26 set to automatically installed. [2020-09-02T08:17:27.818Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-02T08:17:27.818Z] Please ensure the environment is properly setup before continuing. [2020-09-02T08:17:27.818Z] Ignore this message if the appropriate measures have already been taken [2020-09-02T08:17:29.796Z] Pulling go  [2020-09-02T08:17:33.269Z] 'device-modbus' has dependencies that need to be staged: go [2020-09-02T08:17:33.269Z] Skipping pull go (already ran) [2020-09-02T08:17:33.269Z] Building go  [2020-09-02T08:17:33.269Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-02T08:17:33.269Z] Dload Upload Total Spent Left Speed [2020-09-02T08:17:35.985Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 93.0M 4 4639k 0 0 8905k 0 0:00:10 --:--:-- 0:00:10 8905k 38 93.0M 38 35.7M 0 0 23.4M 0 0:00:03 0:00:01 0:00:02 23.4M 83 93.0M 83 77.9M 0 0 30.8M 0 0:00:03 0:00:02 0:00:01 30.8M 100 93.0M 100 93.0M 0 0 31.0M 0 0:00:02 0:00:02 --:--:-- 31.0M [2020-09-02T08:17:37.438Z] go1.13.5.linux-arm64.tar.gz: OK [2020-09-02T08:17:55.813Z] Staging go  [2020-09-02T08:17:57.795Z] Pulling device-modbus  [2020-09-02T08:18:01.198Z] Skipping build go (already ran) [2020-09-02T08:18:01.198Z] Building device-modbus  [2020-09-02T08:18:01.198Z] 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-02T08:18:03.828Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:18:03.828Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:18:03.828Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-09-02T08:18:03.828Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-09-02T08:18:04.103Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:18:04.103Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-09-02T08:18:04.103Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:18:04.103Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-09-02T08:18:04.103Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-02T08:18:04.103Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:18:04.103Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:18:04.103Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-02T08:18:04.103Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-02T08:18:04.103Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-09-02T08:18:04.103Z] go: extracting github.com/google/uuid v1.1.1 [2020-09-02T08:18:04.103Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:18:04.103Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:18:04.103Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:18:04.103Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:18:04.103Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-02T08:18:04.103Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:18:04.103Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:18:04.103Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:18:04.103Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:18:04.103Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:18:04.103Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:18:04.103Z] go: extracting github.com/pkg/errors v0.8.1 [2020-09-02T08:18:04.377Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:18:04.377Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:18:04.377Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:18:04.377Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:18:04.377Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:18:04.377Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:18:04.377Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:18:04.377Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:18:04.377Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-02T08:18:04.377Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-09-02T08:18:04.377Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:18:04.377Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:18:04.377Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:18:04.377Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:18:04.377Z] go: extracting github.com/x448/float16 v0.8.4 [2020-09-02T08:18:04.377Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:18:04.377Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:18:04.377Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-02T08:18:04.377Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:18:04.377Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:18:04.377Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:18:04.377Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:18:04.377Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:18:04.377Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:18:04.377Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:18:04.377Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:18:04.649Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:18:04.649Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-09-02T08:18:04.649Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:18:04.649Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:18:04.649Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:18:04.923Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:18:04.923Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:18:04.923Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:18:04.923Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:18:04.923Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:18:04.923Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:18:04.924Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T08:18:04.924Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T08:18:04.924Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:18:04.924Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:18:04.924Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:18:04.924Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T08:18:04.924Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T08:18:05.196Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T08:18:05.196Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:18:05.196Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:18:05.196Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:18:05.196Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T08:18:05.196Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:18:05.196Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T08:18:05.196Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:18:05.196Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:18:05.196Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:18:05.196Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:18:05.196Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:18:05.196Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:18:05.196Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:18:05.196Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T08:18:05.196Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:18:05.196Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:18:05.196Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:18:05.196Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:18:05.196Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:18:05.196Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:18:05.196Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:18:23.516Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T08:18:38.592Z] Skipping stage go (already ran) [2020-09-02T08:18:38.592Z] Staging device-modbus  [2020-09-02T08:18:40.564Z] Priming go  [2020-09-02T08:18:43.948Z] Priming device-modbus  [2020-09-02T08:18:47.327Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-02T08:18:47.327Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-02T08:18:47.327Z] Determining the version from the project repo (version-script). [2020-09-02T08:18:47.327Z] The version has been set to '1.2.1-20200902+ef894a2' [2020-09-02T08:18:47.875Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-09-02T08:18:47.875Z] Snapped edgex-device-modbus_1.2.1-20200902+ef894a2_arm64.snap [Pipeline] } [2020-09-02T08:18:50.515Z] 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-02T08:18:52.353Z] provisioning config files... [2020-09-02T08:18:52.367Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config8818377317238634241tmp [Pipeline] { [Pipeline] sh [2020-09-02T08:18:52.729Z] + curl -s https://codecov.io/bash [2020-09-02T08:18:52.730Z] + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config8818377317238634241tmp [Pipeline] } [2020-09-02T08:18:53.312Z] 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-02T08:18:55.593Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:18:56.158Z] ---> package-listing.sh [2020-09-02T08:18:56.158Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-02T08:18:56.158Z] ++ facter osfamily [2020-09-02T08:18:56.158Z] + OS_FAMILY=redhat [2020-09-02T08:18:56.158Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-162 [2020-09-02T08:18:56.158Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-02T08:18:56.158Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-02T08:18:56.158Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-02T08:18:56.158Z] + PACKAGES=/tmp/packages_start.txt [2020-09-02T08:18:56.158Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' [2020-09-02T08:18:56.158Z] + PACKAGES=/tmp/packages_end.txt [2020-09-02T08:18:56.158Z] + case "${OS_FAMILY}" in [2020-09-02T08:18:56.158Z] + rpm -qa [2020-09-02T08:18:56.158Z] + sort [2020-09-02T08:19:00.392Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-02T08:19:00.392Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-02T08:19:00.392Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-02T08:19:00.392Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' [2020-09-02T08:19:00.392Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ [2020-09-02T08:19:00.392Z] + 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-02T08:19:00.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T08:19:00.845Z] [2020-09-02T08:19:00.845Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:19:01.206Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T08:19:01.206Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-02T08:19:01.206Z] c9b1b535fdd9: Pulling fs layer [2020-09-02T08:19:01.206Z] 2cc5ad85d9ab: Pulling fs layer [2020-09-02T08:19:01.206Z] 756a868c4378: Pulling fs layer [2020-09-02T08:19:01.206Z] 444b2fc9a129: Pulling fs layer [2020-09-02T08:19:01.206Z] ea15f1150254: Pulling fs layer [2020-09-02T08:19:01.206Z] 41b27a9f41bf: Pulling fs layer [2020-09-02T08:19:01.206Z] 28c525ee5125: Pulling fs layer [2020-09-02T08:19:01.206Z] 094b1ea09ed8: Pulling fs layer [2020-09-02T08:19:01.206Z] 138eaada9080: Pulling fs layer [2020-09-02T08:19:01.206Z] 0622d0fa9048: Pulling fs layer [2020-09-02T08:19:01.206Z] 138eaada9080: Waiting [2020-09-02T08:19:01.206Z] 0622d0fa9048: Waiting [2020-09-02T08:19:01.206Z] 28c525ee5125: Waiting [2020-09-02T08:19:01.206Z] 41b27a9f41bf: Waiting [2020-09-02T08:19:01.206Z] 444b2fc9a129: Waiting [2020-09-02T08:19:01.206Z] ea15f1150254: Waiting [2020-09-02T08:19:01.206Z] 2cc5ad85d9ab: Verifying Checksum [2020-09-02T08:19:01.206Z] 2cc5ad85d9ab: Download complete [2020-09-02T08:19:01.206Z] 444b2fc9a129: Verifying Checksum [2020-09-02T08:19:01.206Z] 444b2fc9a129: Download complete [2020-09-02T08:19:01.206Z] c9b1b535fdd9: Verifying Checksum [2020-09-02T08:19:01.206Z] c9b1b535fdd9: Download complete [2020-09-02T08:19:01.206Z] ea15f1150254: Verifying Checksum [2020-09-02T08:19:01.206Z] ea15f1150254: Download complete [2020-09-02T08:19:01.480Z] 28c525ee5125: Verifying Checksum [2020-09-02T08:19:01.480Z] 28c525ee5125: Download complete [2020-09-02T08:19:01.747Z] 756a868c4378: Verifying Checksum [2020-09-02T08:19:01.747Z] 756a868c4378: Download complete [2020-09-02T08:19:01.747Z] c9b1b535fdd9: Pull complete [2020-09-02T08:19:02.037Z] 138eaada9080: Verifying Checksum [2020-09-02T08:19:02.037Z] 138eaada9080: Download complete [2020-09-02T08:19:02.037Z] 0622d0fa9048: Verifying Checksum [2020-09-02T08:19:02.037Z] 0622d0fa9048: Download complete [2020-09-02T08:19:02.037Z] 094b1ea09ed8: Verifying Checksum [2020-09-02T08:19:02.037Z] 094b1ea09ed8: Download complete [2020-09-02T08:19:02.299Z] 2cc5ad85d9ab: Pull complete [2020-09-02T08:19:02.299Z] 41b27a9f41bf: Verifying Checksum [2020-09-02T08:19:02.299Z] 41b27a9f41bf: Download complete [2020-09-02T08:19:03.701Z] 756a868c4378: Pull complete [2020-09-02T08:19:03.701Z] 444b2fc9a129: Pull complete [2020-09-02T08:19:03.962Z] ea15f1150254: Pull complete [2020-09-02T08:19:08.187Z] 41b27a9f41bf: Pull complete [2020-09-02T08:19:08.187Z] 28c525ee5125: Pull complete [2020-09-02T08:19:11.516Z] 094b1ea09ed8: Pull complete [2020-09-02T08:19:11.516Z] 138eaada9080: Pull complete [2020-09-02T08:19:11.782Z] 0622d0fa9048: Pull complete [2020-09-02T08:19:11.782Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-09-02T08:19:11.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T08:19:11.782Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-02T08:19:11.958Z] prd-centos7-docker-4c-2g-1154 does not seem to be running inside a container [2020-09-02T08:19:12.010Z] $ 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-02T08:19:15.533Z] $ docker top 4e88cad4683d4001f0a2da7421e8c1c6a8a071a814e39885736f167bbcd27468 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T08:19:15.780Z] provisioning config files... [2020-09-02T08:19:15.794Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config5645777198663815746tmp [Pipeline] { [Pipeline] echo [2020-09-02T08:19:15.861Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:19:16.158Z] ---> create-netrc.sh [Pipeline] echo [2020-09-02T08:19:16.169Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:19:16.462Z] ---> logs-deploy.sh [2020-09-02T08:19:16.462Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/10 [2020-09-02T08:19:16.462Z] INFO: archiving workspace using pattern(s): [2020-09-02T08:19:17.849Z] Archives upload complete. [2020-09-02T08:19:17.849Z] INFO: archiving logs to Nexus