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 aac68ee3218624e25aee617d21101238ddac5a86+3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (a0ba5678d262168ac1e25e25d32e9d538461d7e2) 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-138 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 without tags 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 > 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 Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit aac68ee3218624e25aee617d21101238ddac5a86 Merge succeeded, producing aac68ee3218624e25aee617d21101238ddac5a86 Checking out Revision aac68ee3218624e25aee617d21101238ddac5a86 (PR-162) > git config core.sparsecheckout # timeout=10 > git checkout -f aac68ee3218624e25aee617d21101238ddac5a86 # 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 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aac68ee3218624e25aee617d21101238ddac5a86 # timeout=10 Commit message: "feat: Modify Modbus simulator to support device scaling" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-24T03:32:51.315Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-24T03:32:51.552Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-24T03:32:51.635Z] ========================================================= [2020-08-24T03:32:51.635Z] EdgeX Global Pipelines Version Info [2020-08-24T03:32:51.635Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-24T03:32:52.997Z] ------------------- [2020-08-24T03:32:52.997Z] stable info: [2020-08-24T03:32:52.997Z] ------------------- [2020-08-24T03:32:52.997Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-24T03:32:52.997Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-24T03:32:52.997Z] Message: update stable to v1.0.106 [2020-08-24T03:32:53.940Z] ------------------- [2020-08-24T03:32:53.940Z] experimental info: [2020-08-24T03:32:53.940Z] ------------------- [2020-08-24T03:32:53.940Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-24T03:32:53.940Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-24T03:32:53.940Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-24T03:32:55.932Z] + git log --format=format:%s -1 aac68ee3218624e25aee617d21101238ddac5a86 [Pipeline] echo [2020-08-24T03:32:55.991Z] GIT_COMMIT: aac68ee3218624e25aee617d21101238ddac5a86, Commit Message: feat: Modify Modbus simulator to support device scaling [Pipeline] echo [2020-08-24T03:32:56.037Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:32:56.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T03:32:57.423Z] [2020-08-24T03:32:57.423Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:32:57.782Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T03:32:57.782Z] latest: Pulling from edgex-devops/git-semver [2020-08-24T03:32:57.782Z] 31603596830f: Pulling fs layer [2020-08-24T03:32:57.782Z] 2a8b12db71e7: Pulling fs layer [2020-08-24T03:32:57.782Z] 6ca5941a6612: Pulling fs layer [2020-08-24T03:32:57.782Z] ecc8261a40a4: Pulling fs layer [2020-08-24T03:32:57.782Z] ecc8261a40a4: Waiting [2020-08-24T03:32:57.782Z] 2a8b12db71e7: Verifying Checksum [2020-08-24T03:32:57.782Z] 2a8b12db71e7: Download complete [2020-08-24T03:32:58.047Z] 31603596830f: Verifying Checksum [2020-08-24T03:32:58.047Z] 31603596830f: Download complete [2020-08-24T03:32:58.047Z] ecc8261a40a4: Verifying Checksum [2020-08-24T03:32:58.048Z] ecc8261a40a4: Download complete [2020-08-24T03:32:58.048Z] 6ca5941a6612: Verifying Checksum [2020-08-24T03:32:58.048Z] 6ca5941a6612: Download complete [2020-08-24T03:32:58.309Z] 31603596830f: Pull complete [2020-08-24T03:32:58.309Z] 2a8b12db71e7: Pull complete [2020-08-24T03:32:59.267Z] 6ca5941a6612: Pull complete [2020-08-24T03:32:59.530Z] ecc8261a40a4: Pull complete [2020-08-24T03:32:59.530Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-24T03:32:59.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T03:32:59.530Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-24T03:32:59.655Z] prd-centos7-docker-4c-2g-138 does not seem to be running inside a container [2020-08-24T03:32:59.699Z] $ 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-08-24T03:33:02.328Z] $ docker top 06c158e35b0c65b17655ca21d6e1856ff8552d16c9cae13a7faa929daf7b5c3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-24T03:33:02.649Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T03:33:02.649Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T03:33:02.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T03:33:02.877Z] $ docker exec 06c158e35b0c65b17655ca21d6e1856ff8552d16c9cae13a7faa929daf7b5c3f ssh-agent [2020-08-24T03:33:03.041Z] SSH_AUTH_SOCK=/tmp/ssh-8hkI80NDPSZK/agent.11 [2020-08-24T03:33:03.041Z] SSH_AGENT_PID=16 [2020-08-24T03:33:03.054Z] Running ssh-add (command line suppressed) [2020-08-24T03:33:03.178Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_280619297721056397.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_280619297721056397.key) [2020-08-24T03:33:03.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T03:33:03.566Z] + git describe --exact-match --tags HEAD [2020-08-24T03:33:03.566Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-24T03:33:03.588Z] $ docker exec --env ******** --env ******** 06c158e35b0c65b17655ca21d6e1856ff8552d16c9cae13a7faa929daf7b5c3f ssh-agent -k [2020-08-24T03:33:03.705Z] unset SSH_AUTH_SOCK; [2020-08-24T03:33:03.705Z] unset SSH_AGENT_PID; [2020-08-24T03:33:03.706Z] echo Agent pid 16 killed; [2020-08-24T03:33:03.749Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-24T03:33:03.828Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-24T03:33:03.828Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-24T03:33:03.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T03:33:03.918Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T03:33:04.086Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T03:33:04.092Z] $ docker exec 06c158e35b0c65b17655ca21d6e1856ff8552d16c9cae13a7faa929daf7b5c3f ssh-agent [2020-08-24T03:33:04.247Z] SSH_AUTH_SOCK=/tmp/ssh-zIG8hlWfUsNA/agent.45 [2020-08-24T03:33:04.247Z] SSH_AGENT_PID=50 [2020-08-24T03:33:04.253Z] Running ssh-add (command line suppressed) [2020-08-24T03:33:04.368Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_7162487496245508069.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_7162487496245508069.key) [2020-08-24T03:33:04.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T03:33:04.741Z] + git semver init [2020-08-24T03:33:04.741Z] # -> Open(): unable to determine branch for HEAD [2020-08-24T03:33:04.741Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.git [2020-08-24T03:33:04.741Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-162 [2020-08-24T03:33:04.741Z] # $SEMVER_REMOTE_NAME = origin [2020-08-24T03:33:04.741Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-24T03:33:04.741Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-24T03:33:04.741Z] # $SEMVER_BRANCH = PR-162 [2020-08-24T03:33:04.741Z] # $SEMVER_TEMP = /tmp/semver-148995372 [2020-08-24T03:33:04.741Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-08-24T03:33:05.315Z] # '/tmp/semver-148995372' -> '/w/workspace/xfoundry_device-modbus-go_PR-162/.semver' [2020-08-24T03:33:05.315Z] # -> Force: false [2020-08-24T03:33:05.315Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.semver [Pipeline] } [2020-08-24T03:33:05.329Z] $ docker exec --env ******** --env ******** 06c158e35b0c65b17655ca21d6e1856ff8552d16c9cae13a7faa929daf7b5c3f ssh-agent -k [2020-08-24T03:33:05.450Z] unset SSH_AUTH_SOCK; [2020-08-24T03:33:05.451Z] unset SSH_AGENT_PID; [2020-08-24T03:33:05.451Z] echo Agent pid 50 killed; [2020-08-24T03:33:05.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-24T03:33:05.932Z] + git semver [Pipeline] } [2020-08-24T03:33:05.950Z] $ docker stop --time=1 06c158e35b0c65b17655ca21d6e1856ff8552d16c9cae13a7faa929daf7b5c3f [2020-08-24T03:33:07.342Z] $ docker rm -f 06c158e35b0c65b17655ca21d6e1856ff8552d16c9cae13a7faa929daf7b5c3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-24T03:33:08.136Z] Stashed 24 file(s) [Pipeline] echo [2020-08-24T03:33:08.138Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-24T03:33:08.218Z] 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-08-24T03:33:23.574Z] Still waiting to schedule task [2020-08-24T03:33:23.574Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-24T03:33:23.576Z] Still waiting to schedule task [2020-08-24T03:33:23.576Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-24T03:35:10.959Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-139 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-08-24T03:35:11.071Z] Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout [2020-08-24T03:35:16.349Z] using credential edgex-jenkins-ssh [2020-08-24T03:35:16.403Z] Cloning the remote Git repository [2020-08-24T03:35:16.404Z] Cloning with configured refspecs honoured and without tags [2020-08-24T03:35:16.484Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:35:16.603Z] > git init /w/workspace/device-modbus-go/3 # timeout=10 [2020-08-24T03:35:16.667Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:35:16.668Z] > git --version # timeout=10 [2020-08-24T03:35:16.695Z] > git --version # 'git version 2.17.1' [2020-08-24T03:35:16.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:35:16.788Z] > 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-08-24T03:35:17.605Z] Fetching without tags [2020-08-24T03:35:18.119Z] Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit aac68ee3218624e25aee617d21101238ddac5a86 [2020-08-24T03:35:18.368Z] Merge succeeded, producing aac68ee3218624e25aee617d21101238ddac5a86 [2020-08-24T03:35:18.368Z] Checking out Revision aac68ee3218624e25aee617d21101238ddac5a86 (PR-162) [2020-08-24T03:35:17.509Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T03:35:17.538Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-08-24T03:35:17.554Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T03:35:17.588Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T03:35:17.628Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:35:17.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:35:17.640Z] > 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-08-24T03:35:18.156Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T03:35:18.200Z] > git checkout -f aac68ee3218624e25aee617d21101238ddac5a86 # timeout=10 [2020-08-24T03:35:18.292Z] > git remote # timeout=10 [2020-08-24T03:35:18.311Z] > git config --get remote.origin.url # timeout=10 [2020-08-24T03:35:18.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:35:18.341Z] > git merge 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [2020-08-24T03:35:18.364Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-24T03:35:18.386Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T03:35:18.402Z] > git checkout -f aac68ee3218624e25aee617d21101238ddac5a86 # timeout=10 [2020-08-24T03:35:22.819Z] 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-08-24T03:35:23.907Z] ========================================================= [2020-08-24T03:35:23.907Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-24T03:35:23.907Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:35:24.889Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-24T03:35:25.885Z] Sending build context to Docker daemon 649.2kB [2020-08-24T03:35:25.885Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-24T03:35:25.885Z] Step 2/8 : FROM ${BASE} [2020-08-24T03:35:26.161Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-24T03:35:26.161Z] b538f80385f9: Pulling fs layer [2020-08-24T03:35:26.161Z] 74f711af9a0d: Pulling fs layer [2020-08-24T03:35:26.161Z] 99f96fe45779: Pulling fs layer [2020-08-24T03:35:26.161Z] fd7a069fd194: Pulling fs layer [2020-08-24T03:35:26.161Z] 66aa3694b03b: Pulling fs layer [2020-08-24T03:35:26.161Z] 170f70906a0f: Pulling fs layer [2020-08-24T03:35:26.161Z] ad7c5574e4b9: Pulling fs layer [2020-08-24T03:35:26.161Z] e772456be8f7: Pulling fs layer [2020-08-24T03:35:26.161Z] c890913d741a: Pulling fs layer [2020-08-24T03:35:26.161Z] 2480fcc9aa5a: Pulling fs layer [2020-08-24T03:35:26.161Z] 09adf4765672: Pulling fs layer [2020-08-24T03:35:26.161Z] fd7a069fd194: Waiting [2020-08-24T03:35:26.161Z] 66aa3694b03b: Waiting [2020-08-24T03:35:26.161Z] 170f70906a0f: Waiting [2020-08-24T03:35:26.161Z] ad7c5574e4b9: Waiting [2020-08-24T03:35:26.161Z] e772456be8f7: Waiting [2020-08-24T03:35:26.161Z] c890913d741a: Waiting [2020-08-24T03:35:26.161Z] 2480fcc9aa5a: Waiting [2020-08-24T03:35:26.161Z] 99f96fe45779: Verifying Checksum [2020-08-24T03:35:26.161Z] 99f96fe45779: Download complete [2020-08-24T03:35:26.161Z] 74f711af9a0d: Verifying Checksum [2020-08-24T03:35:26.161Z] 74f711af9a0d: Download complete [2020-08-24T03:35:26.161Z] 66aa3694b03b: Verifying Checksum [2020-08-24T03:35:26.161Z] 66aa3694b03b: Download complete [2020-08-24T03:35:26.161Z] 170f70906a0f: Verifying Checksum [2020-08-24T03:35:26.161Z] 170f70906a0f: Download complete [2020-08-24T03:35:26.161Z] b538f80385f9: Verifying Checksum [2020-08-24T03:35:26.161Z] b538f80385f9: Download complete [2020-08-24T03:35:27.152Z] b538f80385f9: Pull complete [2020-08-24T03:35:27.751Z] 74f711af9a0d: Pull complete [2020-08-24T03:35:28.069Z] 99f96fe45779: Pull complete [2020-08-24T03:35:29.079Z] ad7c5574e4b9: Verifying Checksum [2020-08-24T03:35:29.079Z] ad7c5574e4b9: Download complete [2020-08-24T03:35:29.079Z] c890913d741a: Download complete [2020-08-24T03:35:31.716Z] 2480fcc9aa5a: Verifying Checksum [2020-08-24T03:35:31.716Z] 2480fcc9aa5a: Download complete [2020-08-24T03:35:31.716Z] e772456be8f7: Verifying Checksum [2020-08-24T03:35:31.716Z] e772456be8f7: Download complete [2020-08-24T03:35:31.716Z] 09adf4765672: Verifying Checksum [2020-08-24T03:35:31.716Z] 09adf4765672: Download complete [2020-08-24T03:35:31.989Z] fd7a069fd194: Verifying Checksum [2020-08-24T03:35:31.989Z] fd7a069fd194: Download complete [2020-08-24T03:35:44.439Z] fd7a069fd194: Pull complete [2020-08-24T03:35:44.439Z] 66aa3694b03b: Pull complete [2020-08-24T03:35:44.439Z] 170f70906a0f: Pull complete [2020-08-24T03:35:47.826Z] ad7c5574e4b9: Pull complete [2020-08-24T03:35:52.141Z] e772456be8f7: Pull complete [2020-08-24T03:35:52.412Z] c890913d741a: Pull complete [2020-08-24T03:35:55.073Z] 2480fcc9aa5a: Pull complete [2020-08-24T03:35:55.073Z] 09adf4765672: Pull complete [2020-08-24T03:35:55.073Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-24T03:35:55.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-24T03:35:55.073Z] ---> 2248a725d1cf [2020-08-24T03:35:55.073Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-24T03:35:59.379Z] ---> Running in 4822acf53ee3 [2020-08-24T03:35:59.650Z] Removing intermediate container 4822acf53ee3 [2020-08-24T03:35:59.650Z] ---> 7f116687ebdd [2020-08-24T03:35:59.650Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T03:35:59.920Z] ---> Running in cc80a85a38fd [2020-08-24T03:36:02.530Z] Removing intermediate container cc80a85a38fd [2020-08-24T03:36:02.530Z] ---> faae610b287f [2020-08-24T03:36:02.530Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T03:36:02.530Z] ---> Running in b0715bc7b263 [2020-08-24T03:36:03.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-24T03:36:04.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-24T03:36:05.525Z] (1/14) Installing libmagic (5.38-r0) [2020-08-24T03:36:05.525Z] (2/14) Installing file (5.38-r0) [2020-08-24T03:36:05.525Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-24T03:36:05.797Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-24T03:36:09.169Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-24T03:36:09.169Z] (6/14) Installing patch (2.7.6-r6) [2020-08-24T03:36:09.169Z] (7/14) Installing build-base (0.5-r2) [2020-08-24T03:36:09.169Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-24T03:36:09.438Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-24T03:36:09.438Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-24T03:36:09.708Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-24T03:36:09.708Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-24T03:36:09.978Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-24T03:36:09.978Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-24T03:36:10.250Z] Executing busybox-1.31.1-r16.trigger [2020-08-24T03:36:10.250Z] OK: 221 MiB in 53 packages [2020-08-24T03:36:14.554Z] Removing intermediate container b0715bc7b263 [2020-08-24T03:36:14.554Z] ---> 7a5a56834ac4 [2020-08-24T03:36:14.554Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-24T03:36:14.554Z] ---> Running in cb685367e87f [2020-08-24T03:36:15.152Z] Removing intermediate container cb685367e87f [2020-08-24T03:36:15.152Z] ---> 785b43248ba7 [2020-08-24T03:36:15.152Z] Step 7/8 : COPY . . [2020-08-24T03:36:16.121Z] ---> e0c0b2bb65da [2020-08-24T03:36:16.121Z] Step 8/8 : RUN go mod download [2020-08-24T03:36:16.121Z] ---> Running in 2343df8ab2fd [2020-08-24T03:36:18.081Z] Running on prd-centos7-docker-4c-2g-140 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-08-24T03:36:18.125Z] Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout [2020-08-24T03:36:19.489Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-24T03:36:19.489Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T03:36:19.489Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-24T03:36:19.756Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T03:36:19.756Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-24T03:36:19.756Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-24T03:36:19.756Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T03:36:19.756Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-24T03:36:19.756Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T03:36:20.026Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T03:36:20.026Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T03:36:20.026Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T03:36:20.026Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T03:36:20.026Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T03:36:20.294Z] go: finding github.com/fatih/color v1.7.0 [2020-08-24T03:36:20.294Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T03:36:20.294Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-24T03:36:20.294Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T03:36:20.294Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-24T03:36:20.294Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-24T03:36:20.294Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-24T03:36:20.499Z] using credential edgex-jenkins-ssh [2020-08-24T03:36:20.558Z] Cloning the remote Git repository [2020-08-24T03:36:20.558Z] Cloning with configured refspecs honoured and without tags [2020-08-24T03:36:20.561Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-24T03:36:20.562Z] go: finding github.com/google/uuid v1.1.1 [2020-08-24T03:36:20.562Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-24T03:36:20.562Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-24T03:36:20.562Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-24T03:36:20.562Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-24T03:36:20.830Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T03:36:20.830Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T03:36:20.830Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-24T03:36:20.830Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-24T03:36:20.830Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T03:36:20.830Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-24T03:36:21.101Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-24T03:36:21.101Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-24T03:36:21.101Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-24T03:36:21.101Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T03:36:21.101Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-24T03:36:21.101Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-24T03:36:21.101Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-24T03:36:21.372Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-24T03:36:21.372Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-24T03:36:21.372Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-24T03:36:21.372Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-24T03:36:21.372Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-24T03:36:21.372Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-24T03:36:21.372Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T03:36:20.587Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:36:20.652Z] > git init /w/workspace/device-modbus-go/3 # timeout=10 [2020-08-24T03:36:20.698Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:36:20.698Z] > git --version # timeout=10 [2020-08-24T03:36:20.707Z] > git --version # 'git version 2.16.5' [2020-08-24T03:36:20.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:36:20.730Z] > 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-08-24T03:36:21.643Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-24T03:36:21.644Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-24T03:36:21.644Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-24T03:36:21.644Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-24T03:36:21.644Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-24T03:36:21.644Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-24T03:36:21.644Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T03:36:21.915Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T03:36:21.915Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-24T03:36:21.915Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-24T03:36:21.915Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-24T03:36:21.915Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-24T03:36:21.915Z] go: finding github.com/posener/complete v1.1.1 [2020-08-24T03:36:21.915Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-24T03:36:22.185Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-24T03:36:22.185Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-24T03:36:22.185Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-24T03:36:22.185Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-24T03:36:22.185Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-24T03:36:22.185Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-24T03:36:22.415Z] Fetching without tags [2020-08-24T03:36:22.457Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-24T03:36:22.457Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-24T03:36:22.457Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-24T03:36:22.457Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-24T03:36:22.457Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-24T03:36:22.377Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T03:36:22.389Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-08-24T03:36:22.403Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T03:36:22.414Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T03:36:22.424Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:36:22.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:36:22.428Z] > 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-08-24T03:36:22.821Z] Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit aac68ee3218624e25aee617d21101238ddac5a86 [2020-08-24T03:36:22.904Z] Merge succeeded, producing aac68ee3218624e25aee617d21101238ddac5a86 [2020-08-24T03:36:22.905Z] Checking out Revision aac68ee3218624e25aee617d21101238ddac5a86 (PR-162) [2020-08-24T03:36:22.833Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T03:36:22.839Z] > git checkout -f aac68ee3218624e25aee617d21101238ddac5a86 # timeout=10 [2020-08-24T03:36:22.870Z] > git remote # timeout=10 [2020-08-24T03:36:22.883Z] > git config --get remote.origin.url # timeout=10 [2020-08-24T03:36:22.888Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:36:22.892Z] > git merge 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [2020-08-24T03:36:22.903Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-24T03:36:22.912Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T03:36:22.927Z] > git checkout -f aac68ee3218624e25aee617d21101238ddac5a86 # timeout=10 [2020-08-24T03:36:26.463Z] 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-08-24T03:36:27.301Z] ========================================================= [2020-08-24T03:36:27.301Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-24T03:36:27.301Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:36:27.908Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-24T03:36:29.302Z] Sending build context to Docker daemon 649.2kB [2020-08-24T03:36:29.302Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-24T03:36:29.302Z] Step 2/8 : FROM ${BASE} [2020-08-24T03:36:29.302Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-24T03:36:29.302Z] df20fa9351a1: Pulling fs layer [2020-08-24T03:36:29.302Z] ed8968b2872e: Pulling fs layer [2020-08-24T03:36:29.302Z] a92cc7c5fd73: Pulling fs layer [2020-08-24T03:36:29.302Z] 2dd03ba5bac4: Pulling fs layer [2020-08-24T03:36:29.302Z] 1e091d79d1de: Pulling fs layer [2020-08-24T03:36:29.302Z] 481702a1767f: Pulling fs layer [2020-08-24T03:36:29.302Z] f64a6f60c768: Pulling fs layer [2020-08-24T03:36:29.302Z] e78d2573fc39: Pulling fs layer [2020-08-24T03:36:29.302Z] e876d2f968b6: Pulling fs layer [2020-08-24T03:36:29.302Z] ce8a83651883: Pulling fs layer [2020-08-24T03:36:29.302Z] 07967f4d0e4b: Pulling fs layer [2020-08-24T03:36:29.302Z] f64a6f60c768: Waiting [2020-08-24T03:36:29.302Z] e78d2573fc39: Waiting [2020-08-24T03:36:29.302Z] e876d2f968b6: Waiting [2020-08-24T03:36:29.302Z] ce8a83651883: Waiting [2020-08-24T03:36:29.302Z] 07967f4d0e4b: Waiting [2020-08-24T03:36:29.302Z] 2dd03ba5bac4: Waiting [2020-08-24T03:36:29.302Z] 1e091d79d1de: Waiting [2020-08-24T03:36:29.302Z] 481702a1767f: Waiting [2020-08-24T03:36:29.302Z] a92cc7c5fd73: Verifying Checksum [2020-08-24T03:36:29.302Z] a92cc7c5fd73: Download complete [2020-08-24T03:36:29.302Z] ed8968b2872e: Verifying Checksum [2020-08-24T03:36:29.302Z] ed8968b2872e: Download complete [2020-08-24T03:36:29.302Z] 1e091d79d1de: Verifying Checksum [2020-08-24T03:36:29.302Z] 1e091d79d1de: Download complete [2020-08-24T03:36:29.302Z] 481702a1767f: Verifying Checksum [2020-08-24T03:36:29.302Z] 481702a1767f: Download complete [2020-08-24T03:36:29.302Z] df20fa9351a1: Verifying Checksum [2020-08-24T03:36:29.302Z] df20fa9351a1: Download complete [2020-08-24T03:36:29.566Z] df20fa9351a1: Pull complete [2020-08-24T03:36:29.841Z] ed8968b2872e: Pull complete [2020-08-24T03:36:29.841Z] a92cc7c5fd73: Pull complete [2020-08-24T03:36:30.459Z] f64a6f60c768: Verifying Checksum [2020-08-24T03:36:30.459Z] f64a6f60c768: Download complete [2020-08-24T03:36:30.459Z] e876d2f968b6: Verifying Checksum [2020-08-24T03:36:30.459Z] e876d2f968b6: Download complete [2020-08-24T03:36:30.729Z] 2dd03ba5bac4: Verifying Checksum [2020-08-24T03:36:30.729Z] 2dd03ba5bac4: Download complete [2020-08-24T03:36:30.991Z] 07967f4d0e4b: Verifying Checksum [2020-08-24T03:36:30.991Z] 07967f4d0e4b: Download complete [2020-08-24T03:36:30.991Z] e78d2573fc39: Verifying Checksum [2020-08-24T03:36:30.991Z] e78d2573fc39: Download complete [2020-08-24T03:36:30.991Z] ce8a83651883: Verifying Checksum [2020-08-24T03:36:30.991Z] ce8a83651883: Download complete [2020-08-24T03:36:32.596Z] Removing intermediate container 2343df8ab2fd [2020-08-24T03:36:32.596Z] ---> 6a57aad9c952 [2020-08-24T03:36:32.596Z] Successfully built 6a57aad9c952 [2020-08-24T03:36:32.596Z] 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-08-24T03:36:33.510Z] + docker inspect -f . ci-base-image-arm64 [2020-08-24T03:36:33.510Z] . [Pipeline] withDockerContainer [2020-08-24T03:36:33.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-139 does not seem to be running inside a container [2020-08-24T03:36:33.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@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 ******** -e ******** ci-base-image-arm64 cat [2020-08-24T03:36:35.744Z] $ docker top c3fe70b0296524e2075bd4d3bfca1eaef4d875847e679b07711314122bd81d6d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-24T03:36:37.146Z] + go version [2020-08-24T03:36:37.146Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-24T03:36:37.620Z] 2dd03ba5bac4: Pull complete [2020-08-24T03:36:37.621Z] 1e091d79d1de: Pull complete [2020-08-24T03:36:37.885Z] 481702a1767f: Pull complete [2020-08-24T03:36:38.190Z] + make test [2020-08-24T03:36:38.190Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-24T03:36:39.176Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-08-24T03:36:42.126Z] f64a6f60c768: Pull complete [2020-08-24T03:36:44.678Z] e78d2573fc39: Pull complete [2020-08-24T03:36:44.940Z] e876d2f968b6: Pull complete [2020-08-24T03:36:46.864Z] ce8a83651883: Pull complete [2020-08-24T03:36:46.864Z] 07967f4d0e4b: Pull complete [2020-08-24T03:36:46.864Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-24T03:36:46.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-24T03:36:47.127Z] ---> 5d7c900382c6 [2020-08-24T03:36:47.127Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-24T03:36:48.076Z] ---> Running in a2ebf30e02c5 [2020-08-24T03:36:48.340Z] Removing intermediate container a2ebf30e02c5 [2020-08-24T03:36:48.340Z] ---> e60d65950209 [2020-08-24T03:36:48.340Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T03:36:48.340Z] ---> Running in c248c0da5e43 [2020-08-24T03:36:49.729Z] Removing intermediate container c248c0da5e43 [2020-08-24T03:36:49.729Z] ---> 24e71455f6af [2020-08-24T03:36:49.729Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T03:36:49.729Z] ---> Running in f9da20f592dd [2020-08-24T03:36:50.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-24T03:37:05.992Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-08-24T03:37:06.266Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.350s coverage: 50.9% of statements [2020-08-24T03:37:06.538Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-24T03:37:11.953Z] gofmt -l . [2020-08-24T03:37:12.226Z] [ "`gofmt -l .`" = "" ] [2020-08-24T03:37:12.226Z] ./bin/test-attribution-txt.sh [2020-08-24T03:37:12.822Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-24T03:37:14.147Z] Stashed 1 file(s) [Pipeline] } [2020-08-24T03:37:14.153Z] $ docker stop --time=1 c3fe70b0296524e2075bd4d3bfca1eaef4d875847e679b07711314122bd81d6d [2020-08-24T03:37:16.457Z] $ docker rm -f c3fe70b0296524e2075bd4d3bfca1eaef4d875847e679b07711314122bd81d6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-24T03:37:28.210Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-24T03:37:28.595Z] + ls -al . [2020-08-24T03:37:28.595Z] total 140 [2020-08-24T03:37:28.595Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 24 03:37 . [2020-08-24T03:37:28.595Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 03:35 .. [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 24 03:35 .dockerignore [2020-08-24T03:37:28.595Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 24 03:35 .git [2020-08-24T03:37:28.595Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 03:35 .github [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 330 Aug 24 03:35 .gitignore [2020-08-24T03:37:28.595Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 03:35 .semver [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 5049 Aug 24 03:35 Attribution.txt [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 1422 Aug 24 03:35 Dockerfile [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 954 Aug 24 03:35 Dockerfile.build [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 702 Aug 24 03:35 Jenkinsfile [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 24 03:35 LICENSE [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 880 Aug 24 03:35 Makefile [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 591 Aug 24 03:35 README.md [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 24 03:33 VERSION [2020-08-24T03:37:28.595Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 03:35 bin [2020-08-24T03:37:28.595Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 03:35 cmd [2020-08-24T03:37:28.595Z] -rw-r--r-- 1 jenkins jenkins 22032 Aug 24 03:37 coverage.out [2020-08-24T03:37:28.595Z] -rw-r--r-- 1 jenkins jenkins 559 Aug 24 03:37 go.mod [2020-08-24T03:37:28.595Z] -rw-r--r-- 1 jenkins jenkins 13471 Aug 24 03:37 go.sum [2020-08-24T03:37:28.595Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 24 03:35 internal [2020-08-24T03:37:28.595Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 24 03:35 simulator [2020-08-24T03:37:28.595Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 24 03:35 snap [2020-08-24T03:37:28.595Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 24 03:35 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:37:28.947Z] + 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=aac68ee3218624e25aee617d21101238ddac5a86 --label arch=arm64 --label version=0.0.0 . [2020-08-24T03:37:29.219Z] Sending build context to Docker daemon 680.4kB [2020-08-24T03:37:29.508Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-24T03:37:29.508Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-24T03:37:29.508Z] ---> 6a57aad9c952 [2020-08-24T03:37:29.508Z] Step 3/19 : ARG MAKE='make build' [2020-08-24T03:37:29.508Z] ---> Running in aa31ef9e7a6b [2020-08-24T03:37:30.101Z] Removing intermediate container aa31ef9e7a6b [2020-08-24T03:37:30.101Z] ---> be27e7e95de4 [2020-08-24T03:37:30.101Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T03:37:30.372Z] ---> Running in 16398d075039 [2020-08-24T03:37:32.983Z] Removing intermediate container 16398d075039 [2020-08-24T03:37:32.983Z] ---> ade567b32b9d [2020-08-24T03:37:32.983Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T03:37:32.983Z] ---> Running in 822535d6089b [2020-08-24T03:37:34.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-24T03:37:35.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-24T03:37:35.591Z] OK: 221 MiB in 53 packages [2020-08-24T03:37:36.580Z] Removing intermediate container 822535d6089b [2020-08-24T03:37:36.580Z] ---> 15eccf696133 [2020-08-24T03:37:36.580Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-24T03:37:36.580Z] ---> Running in 226dd2740844 [2020-08-24T03:37:37.176Z] Removing intermediate container 226dd2740844 [2020-08-24T03:37:37.176Z] ---> 7791d8e2df7e [2020-08-24T03:37:37.176Z] Step 7/19 : COPY . . [2020-08-24T03:37:38.152Z] ---> 867bf537b236 [2020-08-24T03:37:38.152Z] Step 8/19 : RUN ${MAKE} [2020-08-24T03:37:38.152Z] ---> Running in ed24802cb084 [2020-08-24T03:37:39.587Z] 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-08-24T03:38:06.382Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-24T03:38:09.758Z] Removing intermediate container ed24802cb084 [2020-08-24T03:38:09.758Z] ---> 057231c4cdd8 [2020-08-24T03:38:09.758Z] Step 9/19 : FROM scratch [2020-08-24T03:38:09.758Z] ---> [2020-08-24T03:38:09.758Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-24T03:38:09.758Z] ---> Running in c24e3333e566 [2020-08-24T03:38:10.353Z] Removing intermediate container c24e3333e566 [2020-08-24T03:38:10.353Z] ---> c0a8726cfe34 [2020-08-24T03:38:10.353Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-24T03:38:10.353Z] ---> Running in 71810d48286f [2020-08-24T03:38:10.946Z] Removing intermediate container 71810d48286f [2020-08-24T03:38:10.946Z] ---> 01061449f42e [2020-08-24T03:38:10.946Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-24T03:38:11.920Z] ---> 48396becb35b [2020-08-24T03:38:11.920Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-24T03:38:12.511Z] ---> 1adcbf3a93b8 [2020-08-24T03:38:12.511Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-24T03:38:13.487Z] ---> 730cbacea276 [2020-08-24T03:38:13.487Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-24T03:38:13.487Z] ---> Running in 00a9e6e9597f [2020-08-24T03:38:13.760Z] Removing intermediate container 00a9e6e9597f [2020-08-24T03:38:13.760Z] ---> 24a79529bcad [2020-08-24T03:38:13.760Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-24T03:38:14.033Z] ---> Running in 9e696a5bbd15 [2020-08-24T03:38:14.625Z] Removing intermediate container 9e696a5bbd15 [2020-08-24T03:38:14.625Z] ---> 8910cbfa5cd2 [2020-08-24T03:38:14.625Z] Step 17/19 : LABEL arch=arm64 [2020-08-24T03:38:14.625Z] ---> Running in b1765f4b75af [2020-08-24T03:38:15.216Z] Removing intermediate container b1765f4b75af [2020-08-24T03:38:15.216Z] ---> 91c8003f9677 [2020-08-24T03:38:15.216Z] Step 18/19 : LABEL git_sha=aac68ee3218624e25aee617d21101238ddac5a86 [2020-08-24T03:38:15.216Z] ---> Running in a7c411c5508d [2020-08-24T03:38:15.809Z] Removing intermediate container a7c411c5508d [2020-08-24T03:38:15.809Z] ---> 3b564637feaf [2020-08-24T03:38:15.809Z] Step 19/19 : LABEL version=0.0.0 [2020-08-24T03:38:15.809Z] ---> Running in f234c928196d [2020-08-24T03:38:16.399Z] Removing intermediate container f234c928196d [2020-08-24T03:38:16.399Z] ---> 1e11bfd609d7 [2020-08-24T03:38:16.399Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-24T03:38:16.399Z] Successfully built 1e11bfd609d7 [2020-08-24T03:38:16.399Z] 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] script [Pipeline] { [Pipeline] sh [2020-08-24T03:38:17.585Z] + find /w/workspace/device-modbus-go/3 [2020-08-24T03:38:17.586Z] + grep snapcraft.yaml [2020-08-24T03:38:17.586Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-24T03:38:17.728Z] provisioning config files... [2020-08-24T03:38:17.752Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/3@tmp/config4762828485972348534tmp [Pipeline] { [Pipeline] sh [2020-08-24T03:38:18.134Z] + cp /w/workspace/device-modbus-go/3@tmp/config4762828485972348534tmp /w/workspace/device-modbus-go/3/edgex-snap-store-login [Pipeline] sh [2020-08-24T03:38:18.469Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-24T03:38:18.469Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-08-24T03:38:18.469Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-08-24T03:38:18.469Z] 237528ba509b: Pulling fs layer [2020-08-24T03:38:18.469Z] 393b96f31d8b: Pulling fs layer [2020-08-24T03:38:18.469Z] 4d82b0e39008: Pulling fs layer [2020-08-24T03:38:18.469Z] e7ca375b8d34: Pulling fs layer [2020-08-24T03:38:18.469Z] 07392d479177: Pulling fs layer [2020-08-24T03:38:18.469Z] 8324981f6117: Pulling fs layer [2020-08-24T03:38:18.469Z] c3105ce2227d: Pulling fs layer [2020-08-24T03:38:18.469Z] 92aa0e4ab508: Pulling fs layer [2020-08-24T03:38:18.469Z] ae419ce1c302: Pulling fs layer [2020-08-24T03:38:18.469Z] c3105ce2227d: Waiting [2020-08-24T03:38:18.469Z] 92aa0e4ab508: Waiting [2020-08-24T03:38:18.469Z] e7ca375b8d34: Waiting [2020-08-24T03:38:18.469Z] 07392d479177: Waiting [2020-08-24T03:38:18.469Z] 8324981f6117: Waiting [2020-08-24T03:38:18.469Z] ae419ce1c302: Waiting [2020-08-24T03:38:18.747Z] 4d82b0e39008: Verifying Checksum [2020-08-24T03:38:18.747Z] 4d82b0e39008: Download complete [2020-08-24T03:38:18.747Z] 393b96f31d8b: Verifying Checksum [2020-08-24T03:38:18.747Z] 393b96f31d8b: Download complete [2020-08-24T03:38:18.747Z] e7ca375b8d34: Verifying Checksum [2020-08-24T03:38:18.747Z] 8324981f6117: Download complete [2020-08-24T03:38:18.747Z] c3105ce2227d: Verifying Checksum [2020-08-24T03:38:18.747Z] c3105ce2227d: Download complete [2020-08-24T03:38:18.747Z] 92aa0e4ab508: Verifying Checksum [2020-08-24T03:38:18.747Z] 92aa0e4ab508: Download complete [2020-08-24T03:38:18.747Z] ae419ce1c302: Verifying Checksum [2020-08-24T03:38:18.747Z] ae419ce1c302: Download complete [2020-08-24T03:38:19.723Z] 237528ba509b: Verifying Checksum [2020-08-24T03:38:19.723Z] 237528ba509b: Download complete [2020-08-24T03:38:22.351Z] 237528ba509b: Pull complete [2020-08-24T03:38:22.945Z] 393b96f31d8b: Pull complete [2020-08-24T03:38:23.218Z] 4d82b0e39008: Pull complete [2020-08-24T03:38:23.492Z] e7ca375b8d34: Pull complete [2020-08-24T03:38:28.869Z] 07392d479177: Verifying Checksum [2020-08-24T03:38:28.869Z] 07392d479177: Download complete [2020-08-24T03:39:07.847Z] 07392d479177: Pull complete [2020-08-24T03:39:07.847Z] 8324981f6117: Pull complete [2020-08-24T03:39:07.847Z] c3105ce2227d: Pull complete [2020-08-24T03:39:07.847Z] 92aa0e4ab508: Pull complete [2020-08-24T03:39:07.847Z] ae419ce1c302: Pull complete [2020-08-24T03:39:07.847Z] Digest: sha256:6e406ae1453d9e8d8e9e409efff2bb31ab6f017c918e683fbe291fd96f16a4ed [2020-08-24T03:39:07.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-24T03:39:11.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-24T03:39:11.868Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: operation timed out [2020-08-24T03:39:11.868Z] ERROR: unsatisfiable constraints: [2020-08-24T03:39:11.868Z]  build-base (missing): [2020-08-24T03:39:11.868Z] required by: world[build-base] [2020-08-24T03:39:11.868Z] openssh (missing): [2020-08-24T03:39:11.868Z] required by: world[openssh] [2020-08-24T03:39:11.868Z] The command '/bin/sh -c apk add --update --no-cache make git openssh build-base' returned a non-zero code: 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-24T03:39:13.533Z] Failed in branch amd64 [2020-08-24T03:39:14.570Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-24T03:39:14.570Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-24T03:39:14.841Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-24T03:39:15.120Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-24T03:39:15.391Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1253 kB] [2020-08-24T03:39:15.985Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [922 kB] [2020-08-24T03:39:16.255Z] Fetched 2427 kB in 2s (1264 kB/s) [2020-08-24T03:39:20.533Z] Reading package lists... [2020-08-24T03:39:32.898Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-24T03:39:32.898Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-08-24T03:39:32.898Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-08-24T03:39:32.898Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-08-24T03:39:38.397Z] 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... 10% Reading package lists... 31% Reading package lists... 52% 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... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-24T03:39:45.080Z] 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-08-24T03:39:49.126Z] 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-08-24T03:39:49.990Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 58% Building dependency tree [2020-08-24T03:39:49.990Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-24T03:39:50.581Z] The following packages were automatically installed and are no longer required: [2020-08-24T03:39:50.581Z] libjq1 libonig4 [2020-08-24T03:39:50.581Z] Use 'sudo apt autoremove' to remove them. [2020-08-24T03:39:50.581Z] Suggested packages: [2020-08-24T03:39:50.581Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-24T03:39:50.581Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-24T03:39:50.581Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-24T03:39:50.581Z] | libterm-readline-perl-perl [2020-08-24T03:39:51.173Z] The following NEW packages will be installed: [2020-08-24T03:39:51.173Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-24T03:39:51.173Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-24T03:39:51.173Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-24T03:39:51.173Z] Need to get 10.8 MB of archives. [2020-08-24T03:39:51.173Z] After this operation, 73.6 MB of additional disk space will be used. [2020-08-24T03:39:51.443Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-08-24T03:39:52.033Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 615 kB/2763 kB 22%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-08-24T03:39:52.303Z] 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-08-24T03:39:52.303Z] 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-08-24T03:39:53.163Z] 25% [4 libperl5.26 10.0 kB/3326 kB 0%] 33% [4 libperl5.26 1073 kB/3326 kB 32%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-08-24T03:39:53.163Z] 51% [5 perl 10.5 kB/201 kB 5%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-08-24T03:39:53.433Z] 54% [6 less 5398 B/99.7 kB 5%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-08-24T03:39:53.433Z] 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-08-24T03:39:53.433Z] 58% [8 curl 3611 B/152 kB 2%] 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-08-24T03:39:53.703Z] 60% [9 libcurl3-gnutls 0 B/179 kB 0%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-24T03:39:53.703Z] 63% [10 liberror-perl 19.7 kB/22.8 kB 86%] 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-08-24T03:39:53.973Z] 65% [11 git-man 0 B/804 kB 0%] 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-08-24T03:39:54.247Z] 72% [12 git 0 B/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-08-24T03:39:54.247Z] 96% [13 make 24.6 kB/139 kB 18%] 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-08-24T03:39:54.247Z] 98% [14 patch 34.3 kB/91.8 kB 37%] 100% [Working] Fetched 10.8 MB in 3s (3387 kB/s) [2020-08-24T03:39:54.840Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-24T03:39:55.120Z] Selecting previously unselected package perl-modules-5.26. [2020-08-24T03:39:55.120Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-08-24T03:39:55.120Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-24T03:39:55.120Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-24T03:39:56.548Z] Selecting previously unselected package libgdbm5:arm64. [2020-08-24T03:39:56.548Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-08-24T03:39:56.548Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-08-24T03:39:56.819Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-08-24T03:39:56.819Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-08-24T03:39:56.819Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-24T03:39:56.819Z] Selecting previously unselected package libperl5.26:arm64. [2020-08-24T03:39:56.819Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-24T03:39:57.091Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-24T03:39:58.518Z] Selecting previously unselected package perl. [2020-08-24T03:39:58.518Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-24T03:39:58.518Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-24T03:39:58.518Z] Selecting previously unselected package less. [2020-08-24T03:39:58.518Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-08-24T03:39:58.518Z] Unpacking less (487-0.1) ... [2020-08-24T03:39:58.518Z] Selecting previously unselected package netbase. [2020-08-24T03:39:58.518Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-24T03:39:58.518Z] Unpacking netbase (5.4) ... [2020-08-24T03:39:58.789Z] Selecting previously unselected package curl. [2020-08-24T03:39:58.789Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-24T03:39:58.789Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-08-24T03:39:58.789Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-08-24T03:39:58.789Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-08-24T03:39:59.060Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-24T03:39:59.060Z] Selecting previously unselected package liberror-perl. [2020-08-24T03:39:59.060Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-08-24T03:39:59.060Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-24T03:39:59.332Z] Selecting previously unselected package git-man. [2020-08-24T03:39:59.332Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-24T03:39:59.332Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-24T03:39:59.604Z] Selecting previously unselected package git. [2020-08-24T03:39:59.604Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-08-24T03:39:59.604Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-24T03:40:01.036Z] Selecting previously unselected package make. [2020-08-24T03:40:01.036Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-08-24T03:40:01.036Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-24T03:40:01.036Z] Selecting previously unselected package patch. [2020-08-24T03:40:01.036Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-08-24T03:40:01.036Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-24T03:40:01.036Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-24T03:40:01.309Z] Setting up less (487-0.1) ... [2020-08-24T03:40:01.582Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-24T03:40:01.582Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-08-24T03:40:01.582Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-08-24T03:40:01.582Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-24T03:40:01.855Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-08-24T03:40:01.855Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-24T03:40:01.855Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-24T03:40:01.855Z] Setting up netbase (5.4) ... [2020-08-24T03:40:01.855Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-24T03:40:01.855Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-24T03:40:02.129Z] Setting up liberror-perl (0.17025-1) ... [2020-08-24T03:40:02.129Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-24T03:40:02.129Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-24T03:40:02.129Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-24T03:40:07.519Z] curl set to automatically installed. [2020-08-24T03:40:07.519Z] git set to automatically installed. [2020-08-24T03:40:07.519Z] git-man set to automatically installed. [2020-08-24T03:40:07.519Z] less set to automatically installed. [2020-08-24T03:40:07.519Z] libcurl3-gnutls set to automatically installed. [2020-08-24T03:40:07.519Z] liberror-perl set to automatically installed. [2020-08-24T03:40:07.519Z] libgdbm-compat4 set to automatically installed. [2020-08-24T03:40:07.791Z] libgdbm5 set to automatically installed. [2020-08-24T03:40:07.791Z] libperl5.26 set to automatically installed. [2020-08-24T03:40:07.791Z] make set to automatically installed. [2020-08-24T03:40:07.791Z] netbase set to automatically installed. [2020-08-24T03:40:07.791Z] patch set to automatically installed. [2020-08-24T03:40:07.791Z] perl set to automatically installed. [2020-08-24T03:40:07.791Z] perl-modules-5.26 set to automatically installed. [2020-08-24T03:40:08.062Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-24T03:40:08.062Z] Please ensure the environment is properly setup before continuing. [2020-08-24T03:40:08.062Z] Ignore this message if the appropriate measures have already been taken [2020-08-24T03:40:08.651Z] Pulling go  [2020-08-24T03:40:12.023Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-24T03:40:12.023Z] Skipping pull go (already ran) [2020-08-24T03:40:12.023Z] Building go  [2020-08-24T03:40:12.023Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-24T03:40:12.023Z] Dload Upload Total Spent Left Speed [2020-08-24T03:40:14.988Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 93.0M 0 212k 0 0 440k 0 0:03:36 --:--:-- 0:03:36 439k 34 93.0M 34 32.0M 0 0 21.4M 0 0:00:04 0:00:01 0:00:03 21.4M 72 93.0M 72 67.9M 0 0 27.1M 0 0:00:03 0:00:02 0:00:01 27.1M 100 93.0M 100 93.0M 0 0 29.2M 0 0:00:03 0:00:03 --:--:-- 29.2M [2020-08-24T03:40:16.415Z] go1.13.5.linux-arm64.tar.gz: OK [2020-08-24T03:40:34.694Z] Staging go  [2020-08-24T03:40:36.656Z] Pulling device-modbus  [2020-08-24T03:40:40.031Z] Skipping build go (already ran) [2020-08-24T03:40:40.031Z] Building device-modbus  [2020-08-24T03:40:40.031Z] 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-08-24T03:40:41.004Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T03:40:41.004Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T03:40:41.004Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-24T03:40:41.004Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-24T03:40:41.004Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T03:40:41.004Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-24T03:40:41.004Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T03:40:41.004Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-24T03:40:41.004Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-24T03:40:41.004Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T03:40:41.004Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-24T03:40:41.278Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T03:40:41.278Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T03:40:41.278Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-24T03:40:41.278Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-24T03:40:41.278Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T03:40:41.278Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T03:40:41.278Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-24T03:40:41.278Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T03:40:41.278Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-24T03:40:41.278Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-24T03:40:41.278Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T03:40:41.278Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-24T03:40:41.278Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T03:40:41.278Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-24T03:40:41.278Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T03:40:41.278Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T03:40:41.278Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-24T03:40:41.278Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-24T03:40:41.278Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T03:40:41.278Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-24T03:40:41.278Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T03:40:41.278Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-24T03:40:41.278Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-24T03:40:41.548Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T03:40:41.548Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-24T03:40:41.548Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-24T03:40:41.548Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T03:40:41.548Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T03:40:41.548Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T03:40:41.548Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T03:40:41.548Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T03:40:41.548Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-24T03:40:41.548Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-24T03:40:41.548Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-24T03:40:41.548Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-24T03:40:41.548Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T03:40:41.548Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T03:40:41.548Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T03:40:41.548Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-24T03:40:41.548Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T03:40:41.548Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T03:40:41.548Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T03:40:41.819Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-24T03:40:41.819Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T03:40:41.819Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T03:40:41.819Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T03:40:41.819Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T03:40:41.819Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T03:40:42.090Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T03:40:42.090Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T03:40:42.090Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T03:40:42.090Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-24T03:40:42.090Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-24T03:40:42.090Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-24T03:40:42.090Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-24T03:40:42.090Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-24T03:40:42.090Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-24T03:40:42.090Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-24T03:40:42.090Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-24T03:40:42.090Z] go: finding github.com/google/uuid v1.1.1 [2020-08-24T03:40:42.362Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-24T03:40:42.362Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-24T03:40:42.362Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-24T03:40:42.362Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-24T03:40:42.362Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-24T03:40:42.362Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-24T03:40:42.362Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-24T03:40:42.362Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-24T03:40:42.362Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-24T03:40:42.362Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-24T03:40:42.362Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-24T03:40:42.362Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-24T03:40:42.362Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-24T03:40:42.362Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-24T03:40:42.362Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-24T03:40:42.362Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-24T03:40:42.362Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-24T03:40:42.362Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-24T03:40:42.362Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-24T03:40:42.638Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-24T03:40:42.638Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-24T03:40:42.638Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-24T03:41:04.865Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-24T03:41:23.146Z] Skipping stage go (already ran) [2020-08-24T03:41:23.146Z] Staging device-modbus  [2020-08-24T03:41:23.418Z] Priming go  [2020-08-24T03:41:26.797Z] Priming device-modbus  [2020-08-24T03:41:30.189Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-24T03:41:30.189Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-24T03:41:30.189Z] Determining the version from the project repo (version-script). [2020-08-24T03:41:30.189Z] The version has been set to '0.0.0-20200824+aac68ee' [2020-08-24T03:41:32.936Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-08-24T03:41:32.936Z] Snapped edgex-device-modbus_0.0.0-20200824+aac68ee_arm64.snap [Pipeline] } [2020-08-24T03:41:34.957Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-24T03:41:37.957Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T03:41:38.518Z] ---> package-listing.sh [2020-08-24T03:41:38.518Z] ++ facter osfamily [2020-08-24T03:41:38.518Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-24T03:41:38.518Z] + OS_FAMILY=redhat [2020-08-24T03:41:38.518Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-162 [2020-08-24T03:41:38.518Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-24T03:41:38.518Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-24T03:41:38.518Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-24T03:41:38.518Z] + PACKAGES=/tmp/packages_start.txt [2020-08-24T03:41:38.518Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' [2020-08-24T03:41:38.518Z] + PACKAGES=/tmp/packages_end.txt [2020-08-24T03:41:38.518Z] + case "${OS_FAMILY}" in [2020-08-24T03:41:38.518Z] + rpm -qa [2020-08-24T03:41:38.518Z] + sort [2020-08-24T03:41:42.743Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-24T03:41:42.743Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-24T03:41:42.743Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-24T03:41:42.743Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' [2020-08-24T03:41:42.743Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ [2020-08-24T03:41:42.743Z] + 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-08-24T03:41:43.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T03:41:43.360Z] [2020-08-24T03:41:43.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:41:43.710Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T03:41:43.710Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-24T03:41:43.710Z] c9b1b535fdd9: Pulling fs layer [2020-08-24T03:41:43.710Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-24T03:41:43.710Z] 756a868c4378: Pulling fs layer [2020-08-24T03:41:43.710Z] 444b2fc9a129: Pulling fs layer [2020-08-24T03:41:43.710Z] ea15f1150254: Pulling fs layer [2020-08-24T03:41:43.710Z] 41b27a9f41bf: Pulling fs layer [2020-08-24T03:41:43.710Z] 28c525ee5125: Pulling fs layer [2020-08-24T03:41:43.710Z] 094b1ea09ed8: Pulling fs layer [2020-08-24T03:41:43.710Z] 138eaada9080: Pulling fs layer [2020-08-24T03:41:43.710Z] 0622d0fa9048: Pulling fs layer [2020-08-24T03:41:43.710Z] 41b27a9f41bf: Waiting [2020-08-24T03:41:43.710Z] 28c525ee5125: Waiting [2020-08-24T03:41:43.710Z] 094b1ea09ed8: Waiting [2020-08-24T03:41:43.710Z] 138eaada9080: Waiting [2020-08-24T03:41:43.710Z] 444b2fc9a129: Waiting [2020-08-24T03:41:43.710Z] 0622d0fa9048: Waiting [2020-08-24T03:41:43.710Z] 2cc5ad85d9ab: Download complete [2020-08-24T03:41:43.710Z] 444b2fc9a129: Verifying Checksum [2020-08-24T03:41:43.710Z] 444b2fc9a129: Download complete [2020-08-24T03:41:43.710Z] c9b1b535fdd9: Verifying Checksum [2020-08-24T03:41:43.710Z] ea15f1150254: Verifying Checksum [2020-08-24T03:41:43.710Z] ea15f1150254: Download complete [2020-08-24T03:41:43.976Z] 28c525ee5125: Verifying Checksum [2020-08-24T03:41:43.976Z] 28c525ee5125: Download complete [2020-08-24T03:41:44.256Z] 756a868c4378: Verifying Checksum [2020-08-24T03:41:44.256Z] 756a868c4378: Download complete [2020-08-24T03:41:44.256Z] c9b1b535fdd9: Pull complete [2020-08-24T03:41:44.528Z] 138eaada9080: Verifying Checksum [2020-08-24T03:41:44.528Z] 138eaada9080: Download complete [2020-08-24T03:41:44.528Z] 0622d0fa9048: Verifying Checksum [2020-08-24T03:41:44.528Z] 0622d0fa9048: Download complete [2020-08-24T03:41:44.528Z] 094b1ea09ed8: Verifying Checksum [2020-08-24T03:41:44.528Z] 094b1ea09ed8: Download complete [2020-08-24T03:41:44.528Z] 2cc5ad85d9ab: Pull complete [2020-08-24T03:41:44.792Z] 41b27a9f41bf: Verifying Checksum [2020-08-24T03:41:44.792Z] 41b27a9f41bf: Download complete [2020-08-24T03:41:46.184Z] 756a868c4378: Pull complete [2020-08-24T03:41:46.184Z] 444b2fc9a129: Pull complete [2020-08-24T03:41:46.447Z] ea15f1150254: Pull complete [2020-08-24T03:41:50.683Z] 41b27a9f41bf: Pull complete [2020-08-24T03:41:50.683Z] 28c525ee5125: Pull complete [2020-08-24T03:41:53.242Z] 094b1ea09ed8: Pull complete [2020-08-24T03:41:53.509Z] 138eaada9080: Pull complete [2020-08-24T03:41:53.776Z] 0622d0fa9048: Pull complete [2020-08-24T03:41:53.776Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-24T03:41:53.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T03:41:53.776Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-24T03:41:53.938Z] prd-centos7-docker-4c-2g-138 does not seem to be running inside a container [2020-08-24T03:41:53.982Z] $ 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-08-24T03:41:57.694Z] $ docker top 893bb666fff6cc71bf000bc9c85670652025edcad757040cfa726b568601373b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-24T03:41:57.984Z] provisioning config files... [2020-08-24T03:41:58.004Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config783802068279211114tmp [Pipeline] { [Pipeline] echo [2020-08-24T03:41:58.115Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T03:41:58.412Z] ---> create-netrc.sh [Pipeline] echo [2020-08-24T03:41:58.423Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T03:41:58.725Z] ---> logs-deploy.sh [2020-08-24T03:41:58.725Z] + ARCHIVE_ARTIFACTS= [2020-08-24T03:41:58.725Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-24T03:41:58.725Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-24T03:41:58.725Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-24T03:41:58.725Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/3 [2020-08-24T03:41:58.725Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-162/3/ [2020-08-24T03:41:58.725Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/3 /w/workspace/xfoundry_device-modbus-go_PR-162 [2020-08-24T03:41:59.671Z] Archives upload complete. [2020-08-24T03:41:59.933Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-162/3/