Pull request #176 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 lenny-intel for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 4e643a1f29167f031cde4052fe602111bd6f8a66+986986d893843ca2c4c8974c29aa772854012406 (b1331c52c2002851e18eff8e4e6265d128050474) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1840 in /w/workspace/xfoundry_device-modbus-go_PR-176 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-176 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 986986d893843ca2c4c8974c29aa772854012406 into PR head commit 4e643a1f29167f031cde4052fe602111bd6f8a66 Merge succeeded, producing 4e643a1f29167f031cde4052fe602111bd6f8a66 Checking out Revision 4e643a1f29167f031cde4052fe602111bd6f8a66 (PR-176) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/176/head:refs/remotes/origin/PR-176 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # 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 986986d893843ca2c4c8974c29aa772854012406 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 0233da11e578e5b26219b68cb4a1d7f7d2423bf5 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-28T22:56:27.740Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-28T22:56:27.990Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-28T22:56:28.081Z] ========================================================= [2020-09-28T22:56:28.081Z] EdgeX Global Pipelines Version Info [2020-09-28T22:56:28.081Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-28T22:56:29.601Z] ------------------- [2020-09-28T22:56:29.601Z] stable info: [2020-09-28T22:56:29.601Z] ------------------- [2020-09-28T22:56:29.601Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-28T22:56:29.601Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-28T22:56:29.601Z] Message: update stable to v1.0.131 [2020-09-28T22:56:30.548Z] ------------------- [2020-09-28T22:56:30.548Z] experimental info: [2020-09-28T22:56:30.548Z] ------------------- [2020-09-28T22:56:30.548Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-28T22:56:30.548Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-09-28T22:56:30.548Z] Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-28T22:56:31.027Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-09-28T22:56:31.115Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-09-28T22:56:31.206Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-28T22:56:31.334Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-28T22:56:31.423Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-28T22:56:31.511Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-28T22:56:31.595Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-28T22:56:31.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-28T22:56:31.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-28T22:56:31.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-28T22:56:31.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-28T22:56:32.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-09-28T22:56:32.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-28T22:56:32.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-28T22:56:32.335Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-28T22:56:32.424Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-28T22:56:32.514Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-28T22:56:32.602Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-28T22:56:32.692Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-28T22:56:32.774Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-28T22:56:32.857Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-28T22:56:32.986Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-28T22:56:33.090Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-28T22:56:33.181Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-28T22:56:33.284Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-09-28T22:56:33.383Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-176 [Pipeline] echo [2020-09-28T22:56:33.468Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-176 [Pipeline] echo [2020-09-28T22:56:33.554Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-176 [Pipeline] echo [2020-09-28T22:56:33.640Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e643a1f29167f031cde4052fe602111bd6f8a66 [Pipeline] echo [2020-09-28T22:56:33.751Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e643a1 [Pipeline] echo [2020-09-28T22:56:33.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-28T22:56:34.525Z] + git log --format=format:%s -1 4e643a1f29167f031cde4052fe602111bd6f8a66 [Pipeline] echo [2020-09-28T22:56:34.592Z] GIT_COMMIT: 4e643a1f29167f031cde4052fe602111bd6f8a66, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo [2020-09-28T22:56:34.636Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-28T22:56:35.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-28T22:56:35.688Z] [2020-09-28T22:56:35.688Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-28T22:56:36.038Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-28T22:56:36.038Z] latest: Pulling from edgex-devops/git-semver [2020-09-28T22:56:36.038Z] 31603596830f: Pulling fs layer [2020-09-28T22:56:36.038Z] 2a8b12db71e7: Pulling fs layer [2020-09-28T22:56:36.038Z] 6ca5941a6612: Pulling fs layer [2020-09-28T22:56:36.038Z] ecc8261a40a4: Pulling fs layer [2020-09-28T22:56:36.038Z] ecc8261a40a4: Waiting [2020-09-28T22:56:36.038Z] 2a8b12db71e7: Verifying Checksum [2020-09-28T22:56:36.038Z] 2a8b12db71e7: Download complete [2020-09-28T22:56:36.304Z] 31603596830f: Verifying Checksum [2020-09-28T22:56:36.304Z] 31603596830f: Download complete [2020-09-28T22:56:36.304Z] ecc8261a40a4: Verifying Checksum [2020-09-28T22:56:36.304Z] ecc8261a40a4: Download complete [2020-09-28T22:56:36.304Z] 6ca5941a6612: Verifying Checksum [2020-09-28T22:56:36.304Z] 6ca5941a6612: Download complete [2020-09-28T22:56:36.572Z] 31603596830f: Pull complete [2020-09-28T22:56:36.836Z] 2a8b12db71e7: Pull complete [2020-09-28T22:56:37.795Z] 6ca5941a6612: Pull complete [2020-09-28T22:56:38.058Z] ecc8261a40a4: Pull complete [2020-09-28T22:56:38.058Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-28T22:56:38.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-28T22:56:38.058Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-28T22:56:38.174Z] prd-centos7-docker-4c-2g-1840 does not seem to be running inside a container [2020-09-28T22:56:38.227Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-176 -v /w/workspace/xfoundry_device-modbus-go_PR-176:/w/workspace/xfoundry_device-modbus-go_PR-176:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-176@tmp:/w/workspace/xfoundry_device-modbus-go_PR-176@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:10004/edgex-devops/git-semver:latest cat [2020-09-28T22:56:40.482Z] $ docker top 28ebee75fcddcb4a540ec98c6819f0fbef39e7387afb08633f5e934fa7705cf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-28T22:56:40.809Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-28T22:56:40.809Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-28T22:56:41.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-28T22:56:41.037Z] $ docker exec 28ebee75fcddcb4a540ec98c6819f0fbef39e7387afb08633f5e934fa7705cf0 ssh-agent [2020-09-28T22:56:41.201Z] SSH_AUTH_SOCK=/tmp/ssh-t0IaJcP3r4Ce/agent.11 [2020-09-28T22:56:41.201Z] SSH_AGENT_PID=17 [2020-09-28T22:56:41.213Z] Running ssh-add (command line suppressed) [2020-09-28T22:56:41.329Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-176@tmp/private_key_7563839826271887152.key (/w/workspace/xfoundry_device-modbus-go_PR-176@tmp/private_key_7563839826271887152.key) [2020-09-28T22:56:41.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-28T22:56:41.716Z] + git describe --exact-match --tags HEAD [2020-09-28T22:56:41.716Z] fatal: no tag exactly matches '4e643a1f29167f031cde4052fe602111bd6f8a66' [Pipeline] } [2020-09-28T22:56:41.743Z] $ docker exec --env ******** --env ******** 28ebee75fcddcb4a540ec98c6819f0fbef39e7387afb08633f5e934fa7705cf0 ssh-agent -k [2020-09-28T22:56:41.860Z] unset SSH_AUTH_SOCK; [2020-09-28T22:56:41.861Z] unset SSH_AGENT_PID; [2020-09-28T22:56:41.861Z] echo Agent pid 17 killed; [2020-09-28T22:56:41.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-28T22:56:41.990Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-28T22:56:41.990Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-28T22:56:42.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-28T22:56:42.097Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-28T22:56:42.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-28T22:56:42.292Z] $ docker exec 28ebee75fcddcb4a540ec98c6819f0fbef39e7387afb08633f5e934fa7705cf0 ssh-agent [2020-09-28T22:56:42.478Z] SSH_AUTH_SOCK=/tmp/ssh-9dysEhVKRv8E/agent.45 [2020-09-28T22:56:42.478Z] SSH_AGENT_PID=50 [2020-09-28T22:56:42.485Z] Running ssh-add (command line suppressed) [2020-09-28T22:56:42.616Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-176@tmp/private_key_2646811074176393310.key (/w/workspace/xfoundry_device-modbus-go_PR-176@tmp/private_key_2646811074176393310.key) [2020-09-28T22:56:42.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-28T22:56:43.016Z] + git semver init [2020-09-28T22:56:43.016Z] # -> Open(): unable to determine branch for HEAD [2020-09-28T22:56:43.016Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-176/.git [2020-09-28T22:56:43.016Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-176 [2020-09-28T22:56:43.016Z] # $SEMVER_REMOTE_NAME = origin [2020-09-28T22:56:43.016Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-28T22:56:43.016Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-28T22:56:43.016Z] # $SEMVER_BRANCH = PR-176 [2020-09-28T22:56:43.016Z] # $SEMVER_TEMP = /tmp/semver-384853991 [2020-09-28T22:56:43.016Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-09-28T22:56:43.278Z] # '/tmp/semver-384853991' -> '/w/workspace/xfoundry_device-modbus-go_PR-176/.semver' [2020-09-28T22:56:43.278Z] # -> Force: false [2020-09-28T22:56:43.278Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-176/.semver [Pipeline] } [2020-09-28T22:56:43.293Z] $ docker exec --env ******** --env ******** 28ebee75fcddcb4a540ec98c6819f0fbef39e7387afb08633f5e934fa7705cf0 ssh-agent -k [2020-09-28T22:56:43.416Z] unset SSH_AUTH_SOCK; [2020-09-28T22:56:43.416Z] unset SSH_AGENT_PID; [2020-09-28T22:56:43.416Z] echo Agent pid 50 killed; [2020-09-28T22:56:43.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-28T22:56:43.956Z] + git semver [Pipeline] } [2020-09-28T22:56:44.016Z] $ docker stop --time=1 28ebee75fcddcb4a540ec98c6819f0fbef39e7387afb08633f5e934fa7705cf0 [2020-09-28T22:56:45.422Z] $ docker rm -f 28ebee75fcddcb4a540ec98c6819f0fbef39e7387afb08633f5e934fa7705cf0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-28T22:56:46.157Z] Stashed 30 file(s) [Pipeline] echo [2020-09-28T22:56:46.160Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-28T22:56:46.278Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-28T22:57:01.665Z] Still waiting to schedule task [2020-09-28T22:57:01.665Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-28T22:57:01.667Z] Still waiting to schedule task [2020-09-28T22:57:01.667Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-28T22:59:26.251Z] Running on prd-centos7-docker-4c-2g-1841 in /w/workspace/xfoundry_device-modbus-go_PR-176 [Pipeline] { [Pipeline] ws [2020-09-28T22:59:26.316Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2020-09-28T22:59:29.186Z] using credential edgex-jenkins-ssh [2020-09-28T22:59:29.269Z] Cloning the remote Git repository [2020-09-28T22:59:29.297Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T22:59:29.382Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-09-28T22:59:29.441Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T22:59:29.442Z] > git --version # timeout=10 [2020-09-28T22:59:29.450Z] > git --version # 'git version 2.16.5' [2020-09-28T22:59:29.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T22:59:29.496Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T22:59:30.554Z] Merging remotes/origin/master commit 986986d893843ca2c4c8974c29aa772854012406 into PR head commit 4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T22:59:30.646Z] Merge succeeded, producing 4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T22:59:30.647Z] Checking out Revision 4e643a1f29167f031cde4052fe602111bd6f8a66 (PR-176) [2020-09-28T22:59:30.056Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-28T22:59:30.065Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T22:59:30.078Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-28T22:59:30.092Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T22:59:30.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T22:59:30.098Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/176/head:refs/remotes/origin/PR-176 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-28T22:59:30.564Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T22:59:30.576Z] > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 [2020-09-28T22:59:30.614Z] > git remote # timeout=10 [2020-09-28T22:59:30.620Z] > git config --get remote.origin.url # timeout=10 [2020-09-28T22:59:30.626Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T22:59:30.630Z] > git merge 986986d893843ca2c4c8974c29aa772854012406 # timeout=10 [2020-09-28T22:59:30.639Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-28T22:59:30.651Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T22:59:30.656Z] > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 [2020-09-28T22:59:34.316Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-28T22:59:35.133Z] ========================================================= [2020-09-28T22:59:35.133Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-28T22:59:35.133Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-28T22:59:35.880Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-28T22:59:36.145Z] Sending build context to Docker daemon 770kB [2020-09-28T22:59:36.145Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-28T22:59:36.145Z] Step 2/8 : FROM ${BASE} [2020-09-28T22:59:36.145Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-28T22:59:36.145Z] df20fa9351a1: Pulling fs layer [2020-09-28T22:59:36.145Z] ed8968b2872e: Pulling fs layer [2020-09-28T22:59:36.145Z] a92cc7c5fd73: Pulling fs layer [2020-09-28T22:59:36.145Z] e871e8e8d7a9: Pulling fs layer [2020-09-28T22:59:36.145Z] e73272ec9a57: Pulling fs layer [2020-09-28T22:59:36.145Z] 1e910a182e73: Pulling fs layer [2020-09-28T22:59:36.145Z] 4e634b169226: Pulling fs layer [2020-09-28T22:59:36.145Z] e871e8e8d7a9: Waiting [2020-09-28T22:59:36.145Z] e73272ec9a57: Waiting [2020-09-28T22:59:36.145Z] 1e910a182e73: Waiting [2020-09-28T22:59:36.145Z] 4e634b169226: Waiting [2020-09-28T22:59:36.145Z] a92cc7c5fd73: Verifying Checksum [2020-09-28T22:59:36.145Z] a92cc7c5fd73: Download complete [2020-09-28T22:59:36.145Z] ed8968b2872e: Download complete [2020-09-28T22:59:36.407Z] e73272ec9a57: Verifying Checksum [2020-09-28T22:59:36.407Z] e73272ec9a57: Download complete [2020-09-28T22:59:36.407Z] 1e910a182e73: Verifying Checksum [2020-09-28T22:59:36.407Z] 1e910a182e73: Download complete [2020-09-28T22:59:36.983Z] df20fa9351a1: Verifying Checksum [2020-09-28T22:59:36.983Z] df20fa9351a1: Download complete [2020-09-28T22:59:37.246Z] df20fa9351a1: Pull complete [2020-09-28T22:59:37.508Z] ed8968b2872e: Pull complete [2020-09-28T22:59:37.774Z] a92cc7c5fd73: Pull complete [2020-09-28T22:59:38.726Z] 4e634b169226: Verifying Checksum [2020-09-28T22:59:38.726Z] 4e634b169226: Download complete [2020-09-28T22:59:39.677Z] e871e8e8d7a9: Verifying Checksum [2020-09-28T22:59:39.677Z] e871e8e8d7a9: Download complete [2020-09-28T22:59:45.006Z] e871e8e8d7a9: Pull complete [2020-09-28T22:59:45.006Z] e73272ec9a57: Pull complete [2020-09-28T22:59:45.006Z] 1e910a182e73: Pull complete [2020-09-28T22:59:51.615Z] 4e634b169226: Pull complete [2020-09-28T22:59:51.615Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-28T22:59:51.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-28T22:59:51.615Z] ---> f7629b54cfaa [2020-09-28T22:59:51.615Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-28T22:59:51.901Z] ---> Running in 0f1d81949665 [2020-09-28T22:59:52.178Z] Removing intermediate container 0f1d81949665 [2020-09-28T22:59:52.178Z] ---> a1757670f616 [2020-09-28T22:59:52.178Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-28T22:59:52.178Z] ---> Running in 2b4ce4e457ba [2020-09-28T22:59:53.587Z] Removing intermediate container 2b4ce4e457ba [2020-09-28T22:59:53.587Z] ---> c0c4fbc1d117 [2020-09-28T22:59:53.587Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-28T22:59:53.852Z] ---> Running in 39b9365ea034 [2020-09-28T22:59:54.434Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-28T22:59:55.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-28T22:59:55.281Z] (1/14) Installing libmagic (5.38-r0) [2020-09-28T22:59:55.546Z] (2/14) Installing file (5.38-r0) [2020-09-28T22:59:55.546Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-28T22:59:55.809Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-28T22:59:59.129Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-28T22:59:59.129Z] (6/14) Installing patch (2.7.6-r6) [2020-09-28T22:59:59.129Z] (7/14) Installing build-base (0.5-r2) [2020-09-28T22:59:59.129Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-28T22:59:59.129Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-28T22:59:59.129Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-28T22:59:59.393Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-28T22:59:59.657Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-28T22:59:59.657Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-28T22:59:59.657Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-28T22:59:59.953Z] Executing busybox-1.31.1-r16.trigger [2020-09-28T22:59:59.953Z] OK: 237 MiB in 53 packages [2020-09-28T23:00:03.289Z] Removing intermediate container 39b9365ea034 [2020-09-28T23:00:03.289Z] ---> c33c45ae7a31 [2020-09-28T23:00:03.289Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-28T23:00:03.289Z] ---> Running in e27b2bdbebba [2020-09-28T23:00:03.289Z] Removing intermediate container e27b2bdbebba [2020-09-28T23:00:03.289Z] ---> 2097ad58843b [2020-09-28T23:00:03.289Z] Step 7/8 : COPY . . [2020-09-28T23:00:04.243Z] ---> 061aa327d6f1 [2020-09-28T23:00:04.243Z] Step 8/8 : RUN go mod download [2020-09-28T23:00:04.508Z] ---> Running in 59b185e41062 [2020-09-28T23:00:16.781Z] Removing intermediate container 59b185e41062 [2020-09-28T23:00:16.781Z] ---> 7848ce57e6b2 [2020-09-28T23:00:16.781Z] Successfully built 7848ce57e6b2 [2020-09-28T23:00:16.781Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-28T23:00:17.156Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-28T23:00:17.156Z] . [Pipeline] withDockerContainer [2020-09-28T23:00:17.392Z] prd-centos7-docker-4c-2g-1841 does not seem to be running inside a container [2020-09-28T23:00:17.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@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 ******** -e ******** ci-base-image-x86_64 cat [2020-09-28T23:00:18.668Z] $ docker top c0be194d5cd8dffbcd36eb946b481b3355be19ca600161136b321c4a66b1a08a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-28T23:00:19.221Z] + go version [2020-09-28T23:00:19.222Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-28T23:00:19.241Z] $ docker stop --time=1 c0be194d5cd8dffbcd36eb946b481b3355be19ca600161136b321c4a66b1a08a [2020-09-28T23:00:20.593Z] $ docker rm -f c0be194d5cd8dffbcd36eb946b481b3355be19ca600161136b321c4a66b1a08a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-28T23:00:21.562Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-28T23:00:21.562Z] . [Pipeline] withDockerContainer [2020-09-28T23:00:21.683Z] prd-centos7-docker-4c-2g-1841 does not seem to be running inside a container [2020-09-28T23:00:21.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@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 ******** -e ******** ci-base-image-x86_64 cat [2020-09-28T23:00:22.643Z] $ docker top c0ab214068d02b30acc97287ff325cb97da9e789729abff9592f84bb998e0093 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-28T23:00:23.173Z] + make test [2020-09-28T23:00:23.173Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-28T23:00:23.759Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-09-28T23:00:33.923Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-09-28T23:00:33.923Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.253s coverage: 50.3% of statements [2020-09-28T23:00:33.923Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-28T23:00:35.343Z] gofmt -l . [2020-09-28T23:00:35.343Z] [ "`gofmt -l .`" = "" ] [2020-09-28T23:00:35.343Z] ./bin/test-attribution-txt.sh [2020-09-28T23:00:35.924Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-28T23:00:36.511Z] Stashed 1 file(s) [Pipeline] } [2020-09-28T23:00:36.526Z] $ docker stop --time=1 c0ab214068d02b30acc97287ff325cb97da9e789729abff9592f84bb998e0093 [2020-09-28T23:00:38.839Z] $ docker rm -f c0ab214068d02b30acc97287ff325cb97da9e789729abff9592f84bb998e0093 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-09-28T23:00:42.282Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-28T23:00:42.588Z] + ls -al . [2020-09-28T23:00:42.588Z] total 104 [2020-09-28T23:00:42.588Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 28 23:00 . [2020-09-28T23:00:42.588Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 28 22:59 .. [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 4913 Sep 28 22:59 Attribution.txt [2020-09-28T23:00:42.588Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 28 22:59 bin [2020-09-28T23:00:42.588Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 28 22:59 cmd [2020-09-28T23:00:42.588Z] -rw-r--r--. 1 jenkins jenkins 22364 Sep 28 23:00 coverage.out [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 1430 Sep 28 22:59 Dockerfile [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 954 Sep 28 22:59 Dockerfile.build [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 28 22:59 .dockerignore [2020-09-28T23:00:42.588Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 28 22:59 .git [2020-09-28T23:00:42.588Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 28 22:59 .github [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 338 Sep 28 22:59 .gitignore [2020-09-28T23:00:42.588Z] -rw-r--r--. 1 jenkins jenkins 559 Sep 28 23:00 go.mod [2020-09-28T23:00:42.588Z] -rw-r--r--. 1 jenkins jenkins 13471 Sep 28 23:00 go.sum [2020-09-28T23:00:42.588Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 28 22:59 internal [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 679 Sep 28 22:59 Jenkinsfile [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 28 22:59 LICENSE [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 880 Sep 28 22:59 Makefile [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 591 Sep 28 22:59 README.md [2020-09-28T23:00:42.588Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 28 22:59 .semver [2020-09-28T23:00:42.588Z] drwxrwxr-x. 2 jenkins jenkins 52 Sep 28 22:59 simulator [2020-09-28T23:00:42.588Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 28 22:59 snap [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 28 22:56 VERSION [2020-09-28T23:00:42.588Z] -rw-rw-r--. 1 jenkins jenkins 229 Sep 28 22:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-28T23:00:42.903Z] + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4e643a1f29167f031cde4052fe602111bd6f8a66 --label arch=amd64 --label version=0.0.0 . [2020-09-28T23:00:43.168Z] Sending build context to Docker daemon 801.3kB [2020-09-28T23:00:43.168Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-09-28T23:00:43.168Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-28T23:00:43.168Z] ---> 7848ce57e6b2 [2020-09-28T23:00:43.168Z] Step 3/20 : ARG MAKE='make build' [2020-09-28T23:00:43.755Z] ---> Running in d7a6ed838d5a [2020-09-28T23:00:44.026Z] Removing intermediate container d7a6ed838d5a [2020-09-28T23:00:44.026Z] ---> b191f863f2ac [2020-09-28T23:00:44.026Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-28T23:00:44.026Z] ---> Running in e9ff412b0aff [2020-09-28T23:00:44.994Z] Removing intermediate container e9ff412b0aff [2020-09-28T23:00:44.994Z] ---> 90cfd6b45cc4 [2020-09-28T23:00:44.994Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-28T23:00:44.994Z] ---> Running in 2d5e53e6447a [2020-09-28T23:00:45.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-28T23:00:46.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-28T23:00:46.736Z] OK: 237 MiB in 53 packages [2020-09-28T23:00:47.315Z] Removing intermediate container 2d5e53e6447a [2020-09-28T23:00:47.315Z] ---> 508a4c7d5818 [2020-09-28T23:00:47.315Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-28T23:00:47.315Z] ---> Running in a6c98a893fdb [2020-09-28T23:00:47.315Z] Removing intermediate container a6c98a893fdb [2020-09-28T23:00:47.315Z] ---> 39414c0c2bea [2020-09-28T23:00:47.315Z] Step 7/20 : COPY . . [2020-09-28T23:00:48.266Z] ---> 0d22766f6ea9 [2020-09-28T23:00:48.266Z] Step 8/20 : RUN ${MAKE} [2020-09-28T23:00:48.266Z] ---> Running in dfe509af7d7b [2020-09-28T23:00:48.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-09-28T23:00:57.150Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-28T23:00:59.090Z] Removing intermediate container dfe509af7d7b [2020-09-28T23:00:59.090Z] ---> 40339560745e [2020-09-28T23:00:59.090Z] Step 9/20 : FROM scratch [2020-09-28T23:00:59.090Z] ---> [2020-09-28T23:00:59.090Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-28T23:00:59.356Z] ---> Running in 716d9eb8adf2 [2020-09-28T23:00:59.356Z] Removing intermediate container 716d9eb8adf2 [2020-09-28T23:00:59.356Z] ---> 6fd57d02f5eb [2020-09-28T23:00:59.356Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-28T23:00:59.356Z] ---> Running in 11afb93c3a1e [2020-09-28T23:00:59.619Z] Removing intermediate container 11afb93c3a1e [2020-09-28T23:00:59.619Z] ---> 06ea1c6517e4 [2020-09-28T23:00:59.619Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-28T23:01:00.198Z] ---> 36a9a18753e8 [2020-09-28T23:01:00.198Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-28T23:01:00.198Z] ---> 6c2c7c2183d2 [2020-09-28T23:01:00.198Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-28T23:01:00.461Z] ---> 3e416f54d774 [2020-09-28T23:01:00.461Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-28T23:01:00.723Z] ---> Running in 506d77d2d5c9 [2020-09-28T23:01:00.723Z] Removing intermediate container 506d77d2d5c9 [2020-09-28T23:01:00.723Z] ---> da1e16197a32 [2020-09-28T23:01:00.723Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-28T23:01:00.723Z] ---> Running in f31ee33d6213 [2020-09-28T23:01:00.987Z] Removing intermediate container f31ee33d6213 [2020-09-28T23:01:00.987Z] ---> 5942f488db79 [2020-09-28T23:01:00.987Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-28T23:01:00.987Z] ---> Running in cc6deb63986b [2020-09-28T23:01:01.250Z] Removing intermediate container cc6deb63986b [2020-09-28T23:01:01.250Z] ---> ad73d92a6b50 [2020-09-28T23:01:01.250Z] Step 18/20 : LABEL arch=amd64 [2020-09-28T23:01:01.250Z] ---> Running in 0f6a89eb628d [2020-09-28T23:01:01.518Z] Removing intermediate container 0f6a89eb628d [2020-09-28T23:01:01.518Z] ---> 82727d8e4698 [2020-09-28T23:01:01.518Z] Step 19/20 : LABEL git_sha=4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T23:01:01.518Z] ---> Running in 934662fd051b [2020-09-28T23:01:01.518Z] Removing intermediate container 934662fd051b [2020-09-28T23:01:01.518Z] ---> d5913a1486b5 [2020-09-28T23:01:01.518Z] Step 20/20 : LABEL version=0.0.0 [2020-09-28T23:01:01.788Z] ---> Running in 1d7a0fba20ad [2020-09-28T23:01:01.788Z] Removing intermediate container 1d7a0fba20ad [2020-09-28T23:01:01.788Z] ---> 3bd79157f53c [2020-09-28T23:01:01.788Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-28T23:01:01.788Z] Successfully built 3bd79157f53c [2020-09-28T23:01:01.788Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-28T23:01:17.353Z] Still waiting to schedule task [2020-09-28T23:01:17.353Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-28T23:01:22.876Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1842 in /w/workspace/xfoundry_device-modbus-go_PR-176 [Pipeline] { [Pipeline] ws [2020-09-28T23:01:22.979Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2020-09-28T23:01:29.272Z] using credential edgex-jenkins-ssh [2020-09-28T23:01:29.355Z] Cloning the remote Git repository [2020-09-28T23:01:29.431Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:01:29.577Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-09-28T23:01:29.691Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:01:29.692Z] > git --version # timeout=10 [2020-09-28T23:01:29.708Z] > git --version # 'git version 2.17.1' [2020-09-28T23:01:29.710Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:01:29.788Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T23:01:30.565Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-28T23:01:30.587Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T23:01:30.618Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-28T23:01:30.660Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:01:30.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:01:30.672Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/176/head:refs/remotes/origin/PR-176 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-28T23:01:31.311Z] Merging remotes/origin/master commit 986986d893843ca2c4c8974c29aa772854012406 into PR head commit 4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T23:01:31.674Z] Merge succeeded, producing 4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T23:01:31.674Z] Checking out Revision 4e643a1f29167f031cde4052fe602111bd6f8a66 (PR-176) [2020-09-28T23:01:31.342Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T23:01:31.357Z] > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 [2020-09-28T23:01:31.574Z] > git remote # timeout=10 [2020-09-28T23:01:31.598Z] > git config --get remote.origin.url # timeout=10 [2020-09-28T23:01:31.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:01:31.633Z] > git merge 986986d893843ca2c4c8974c29aa772854012406 # timeout=10 [2020-09-28T23:01:31.667Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-28T23:01:31.712Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T23:01:31.725Z] > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 [2020-09-28T23:01:36.780Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-28T23:01:38.594Z] ========================================================= [2020-09-28T23:01:38.594Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-28T23:01:38.594Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-28T23:01:39.868Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-28T23:01:40.524Z] Sending build context to Docker daemon 770kB [2020-09-28T23:01:40.524Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-28T23:01:40.524Z] Step 2/8 : FROM ${BASE} [2020-09-28T23:01:41.142Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-28T23:01:41.142Z] b538f80385f9: Pulling fs layer [2020-09-28T23:01:41.142Z] 74f711af9a0d: Pulling fs layer [2020-09-28T23:01:41.142Z] 99f96fe45779: Pulling fs layer [2020-09-28T23:01:41.142Z] 8529a6b9a6be: Pulling fs layer [2020-09-28T23:01:41.142Z] 45590311c82a: Pulling fs layer [2020-09-28T23:01:41.142Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-28T23:01:41.142Z] 209524e5b208: Pulling fs layer [2020-09-28T23:01:41.142Z] 8529a6b9a6be: Waiting [2020-09-28T23:01:41.142Z] 45590311c82a: Waiting [2020-09-28T23:01:41.142Z] 69ca0ff8b7b3: Waiting [2020-09-28T23:01:41.142Z] 209524e5b208: Waiting [2020-09-28T23:01:41.142Z] 99f96fe45779: Verifying Checksum [2020-09-28T23:01:41.142Z] 99f96fe45779: Download complete [2020-09-28T23:01:41.142Z] 74f711af9a0d: Verifying Checksum [2020-09-28T23:01:41.142Z] 74f711af9a0d: Download complete [2020-09-28T23:01:41.142Z] 45590311c82a: Verifying Checksum [2020-09-28T23:01:41.142Z] 45590311c82a: Download complete [2020-09-28T23:01:41.142Z] 69ca0ff8b7b3: Download complete [2020-09-28T23:01:41.771Z] b538f80385f9: Verifying Checksum [2020-09-28T23:01:41.771Z] b538f80385f9: Download complete [2020-09-28T23:01:42.387Z] b538f80385f9: Pull complete [2020-09-28T23:01:42.670Z] 74f711af9a0d: Pull complete [2020-09-28T23:01:43.295Z] 99f96fe45779: Pull complete [2020-09-28T23:01:44.350Z] 209524e5b208: Download complete [2020-09-28T23:01:45.372Z] 8529a6b9a6be: Verifying Checksum [2020-09-28T23:01:45.372Z] 8529a6b9a6be: Download complete [2020-09-28T23:01:55.605Z] 8529a6b9a6be: Pull complete [2020-09-28T23:01:55.605Z] 45590311c82a: Pull complete [2020-09-28T23:01:55.879Z] 69ca0ff8b7b3: Pull complete [2020-09-28T23:01:59.293Z] 209524e5b208: Pull complete [2020-09-28T23:01:59.293Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-28T23:01:59.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-28T23:01:59.293Z] ---> 5bddaf1c2fca [2020-09-28T23:01:59.293Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-28T23:02:02.704Z] ---> Running in f8d1315d88ec [2020-09-28T23:02:02.704Z] Removing intermediate container f8d1315d88ec [2020-09-28T23:02:02.704Z] ---> 7cbb187b4f61 [2020-09-28T23:02:02.704Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-28T23:02:02.979Z] ---> Running in 66e20827b51f [2020-09-28T23:02:05.648Z] Removing intermediate container 66e20827b51f [2020-09-28T23:02:05.648Z] ---> 7f448b98aed8 [2020-09-28T23:02:05.648Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-28T23:02:05.648Z] ---> Running in 810e970fc1bc [2020-09-28T23:02:07.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-28T23:02:07.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-28T23:02:08.514Z] (1/14) Installing libmagic (5.38-r0) [2020-09-28T23:02:08.786Z] (2/14) Installing file (5.38-r0) [2020-09-28T23:02:09.059Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-28T23:02:09.059Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-28T23:02:15.757Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-28T23:02:15.757Z] (6/14) Installing patch (2.7.6-r6) [2020-09-28T23:02:15.757Z] (7/14) Installing build-base (0.5-r2) [2020-09-28T23:02:15.757Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-28T23:02:15.757Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-28T23:02:15.757Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-28T23:02:15.757Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-28T23:02:16.029Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-28T23:02:16.029Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-28T23:02:16.300Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-28T23:02:16.301Z] Executing busybox-1.31.1-r16.trigger [2020-09-28T23:02:16.301Z] OK: 221 MiB in 53 packages [2020-09-28T23:02:20.633Z] Removing intermediate container 810e970fc1bc [2020-09-28T23:02:20.633Z] ---> d96e94d99fd8 [2020-09-28T23:02:20.633Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-28T23:02:20.633Z] ---> Running in dffd3c20cbdc [2020-09-28T23:02:21.100Z] Running on prd-centos7-docker-8c-8g-1843 in /w/workspace/xfoundry_device-modbus-go_PR-176 [Pipeline] { [Pipeline] ws [2020-09-28T23:02:21.180Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [2020-09-28T23:02:21.234Z] Removing intermediate container dffd3c20cbdc [2020-09-28T23:02:21.234Z] ---> 0dbe04a7252e [2020-09-28T23:02:21.234Z] Step 7/8 : COPY . . [Pipeline] checkout [2020-09-28T23:02:22.232Z] ---> df183ed7d200 [2020-09-28T23:02:22.232Z] Step 8/8 : RUN go mod download [2020-09-28T23:02:22.517Z] ---> Running in a099c149633f [2020-09-28T23:02:23.088Z] using credential edgex-jenkins-ssh [2020-09-28T23:02:23.151Z] Cloning the remote Git repository [2020-09-28T23:02:23.170Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:02:23.233Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-09-28T23:02:23.255Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:02:23.256Z] > git --version # timeout=10 [2020-09-28T23:02:23.263Z] > git --version # 'git version 2.16.5' [2020-09-28T23:02:23.264Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:02:23.286Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T23:02:24.159Z] Merging remotes/origin/master commit 986986d893843ca2c4c8974c29aa772854012406 into PR head commit 4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T23:02:24.215Z] Merge succeeded, producing 4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T23:02:24.216Z] Checking out Revision 4e643a1f29167f031cde4052fe602111bd6f8a66 (PR-176) [2020-09-28T23:02:23.746Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-28T23:02:23.750Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T23:02:23.758Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-28T23:02:23.767Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:02:23.767Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:02:23.771Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/176/head:refs/remotes/origin/PR-176 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-28T23:02:24.167Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T23:02:24.171Z] > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 [2020-09-28T23:02:24.195Z] > git remote # timeout=10 [2020-09-28T23:02:24.199Z] > git config --get remote.origin.url # timeout=10 [2020-09-28T23:02:24.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:02:24.205Z] > git merge 986986d893843ca2c4c8974c29aa772854012406 # timeout=10 [2020-09-28T23:02:24.212Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-28T23:02:24.219Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T23:02:24.222Z] > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 [2020-09-28T23:02:27.746Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-28T23:02:29.056Z] ++ find /w/workspace/device-modbus-go/2 [2020-09-28T23:02:29.056Z] ++ grep snapcraft.yaml [2020-09-28T23:02:29.057Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-28T23:02:29.208Z] provisioning config files... [2020-09-28T23:02:29.218Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/2@tmp/config7005992116170279329tmp [Pipeline] { [Pipeline] sh [2020-09-28T23:02:29.595Z] + cp /w/workspace/device-modbus-go/2@tmp/config7005992116170279329tmp /w/workspace/device-modbus-go/2/edgex-snap-store-login [Pipeline] sh [2020-09-28T23:02:29.890Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-28T23:02:29.891Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-28T23:02:29.891Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-28T23:02:29.891Z] f08d8e2a3ba1: Pulling fs layer [2020-09-28T23:02:29.891Z] 3baa9cb2483b: Pulling fs layer [2020-09-28T23:02:29.891Z] 94e5ff4c0b15: Pulling fs layer [2020-09-28T23:02:29.891Z] 1860925334f9: Pulling fs layer [2020-09-28T23:02:29.891Z] 2daf38717194: Pulling fs layer [2020-09-28T23:02:29.891Z] 309017e8d7a4: Pulling fs layer [2020-09-28T23:02:29.891Z] f7790dc9fd0f: Pulling fs layer [2020-09-28T23:02:29.891Z] cac0ae9282c2: Pulling fs layer [2020-09-28T23:02:29.891Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-28T23:02:29.891Z] f7790dc9fd0f: Waiting [2020-09-28T23:02:29.891Z] 1860925334f9: Waiting [2020-09-28T23:02:29.891Z] cac0ae9282c2: Waiting [2020-09-28T23:02:29.891Z] 2daf38717194: Waiting [2020-09-28T23:02:29.891Z] 1f4cadf9a1ed: Waiting [2020-09-28T23:02:29.891Z] 309017e8d7a4: Waiting [2020-09-28T23:02:30.156Z] 94e5ff4c0b15: Verifying Checksum [2020-09-28T23:02:30.156Z] 94e5ff4c0b15: Download complete [2020-09-28T23:02:30.156Z] 3baa9cb2483b: Download complete [2020-09-28T23:02:30.156Z] 1860925334f9: Verifying Checksum [2020-09-28T23:02:30.156Z] 1860925334f9: Download complete [2020-09-28T23:02:30.156Z] 309017e8d7a4: Verifying Checksum [2020-09-28T23:02:30.156Z] 309017e8d7a4: Download complete [2020-09-28T23:02:30.156Z] f7790dc9fd0f: Verifying Checksum [2020-09-28T23:02:30.156Z] f7790dc9fd0f: Download complete [2020-09-28T23:02:30.156Z] cac0ae9282c2: Verifying Checksum [2020-09-28T23:02:30.156Z] cac0ae9282c2: Download complete [2020-09-28T23:02:30.156Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-28T23:02:30.156Z] 1f4cadf9a1ed: Download complete [2020-09-28T23:02:30.417Z] f08d8e2a3ba1: Verifying Checksum [2020-09-28T23:02:30.417Z] f08d8e2a3ba1: Download complete [2020-09-28T23:02:31.813Z] f08d8e2a3ba1: Pull complete [2020-09-28T23:02:31.813Z] 3baa9cb2483b: Pull complete [2020-09-28T23:02:32.074Z] 94e5ff4c0b15: Pull complete [2020-09-28T23:02:32.074Z] 1860925334f9: Pull complete [2020-09-28T23:02:37.411Z] 2daf38717194: Verifying Checksum [2020-09-28T23:02:37.411Z] 2daf38717194: Download complete [2020-09-28T23:02:37.625Z] Removing intermediate container a099c149633f [2020-09-28T23:02:37.625Z] ---> c3e4237bedd1 [2020-09-28T23:02:37.625Z] Successfully built c3e4237bedd1 [2020-09-28T23:02:37.625Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-28T23:02:38.044Z] + docker inspect -f . ci-base-image-arm64 [2020-09-28T23:02:38.044Z] . [Pipeline] withDockerContainer [2020-09-28T23:02:38.277Z] prd-ubuntu18.04-docker-arm64-4c-16g-1842 does not seem to be running inside a container [2020-09-28T23:02:38.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-28T23:02:40.189Z] $ docker top 8040ffdc4b2c270c8a5067244bd98bc2fe7e1901206bb21dd454af8e19516fb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-28T23:02:41.531Z] + go version [2020-09-28T23:02:41.531Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-28T23:02:41.581Z] $ docker stop --time=1 8040ffdc4b2c270c8a5067244bd98bc2fe7e1901206bb21dd454af8e19516fb8 [2020-09-28T23:02:43.489Z] $ docker rm -f 8040ffdc4b2c270c8a5067244bd98bc2fe7e1901206bb21dd454af8e19516fb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-28T23:02:44.578Z] + docker inspect -f . ci-base-image-arm64 [2020-09-28T23:02:44.578Z] . [Pipeline] withDockerContainer [2020-09-28T23:02:44.828Z] prd-ubuntu18.04-docker-arm64-4c-16g-1842 does not seem to be running inside a container [2020-09-28T23:02:44.939Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-28T23:02:46.700Z] $ docker top 2f00895cb3769ca4cfb25d649dfa8f77942f4d5d6bf1d828c1ca396a01ba671b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-28T23:02:48.094Z] + make test [2020-09-28T23:02:48.094Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-28T23:02:49.077Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-09-28T23:02:55.535Z] 2daf38717194: Pull complete [2020-09-28T23:02:55.535Z] 309017e8d7a4: Pull complete [2020-09-28T23:02:55.535Z] f7790dc9fd0f: Pull complete [2020-09-28T23:02:55.535Z] cac0ae9282c2: Pull complete [2020-09-28T23:02:55.535Z] 1f4cadf9a1ed: Pull complete [2020-09-28T23:02:55.535Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-28T23:02:55.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-28T23:02:56.920Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-28T23:02:56.920Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-28T23:02:56.920Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-28T23:02:56.920Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-28T23:02:57.181Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1115 kB] [2020-09-28T23:02:57.181Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [146 kB] [2020-09-28T23:02:57.181Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [33.9 kB] [2020-09-28T23:02:57.181Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1406 kB] [2020-09-28T23:02:57.441Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [908 kB] [2020-09-28T23:02:57.441Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1435 kB] [2020-09-28T23:02:57.441Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [126 kB] [2020-09-28T23:02:57.441Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-28T23:02:58.013Z] Fetched 5432 kB in 1s (3707 kB/s) [2020-09-28T23:02:58.958Z] Reading package lists... [2020-09-28T23:03:02.254Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-28T23:03:02.254Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-28T23:03:02.254Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-28T23:03:02.254Z] 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-28T23:03:03.457Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 62% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-28T23:03:05.367Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-28T23:03:06.199Z] 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... 64% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-28T23:03:06.459Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-28T23:03:06.460Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-28T23:03:06.722Z] The following packages were automatically installed and are no longer required: [2020-09-28T23:03:06.722Z] libjq1 libonig4 [2020-09-28T23:03:06.722Z] Use 'sudo apt autoremove' to remove them. [2020-09-28T23:03:06.722Z] Suggested packages: [2020-09-28T23:03:06.722Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-28T23:03:06.722Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-28T23:03:06.722Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-28T23:03:06.722Z] | libterm-readline-perl-perl [2020-09-28T23:03:06.722Z] The following NEW packages will be installed: [2020-09-28T23:03:06.722Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-28T23:03:06.722Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-28T23:03:06.722Z] 0 upgraded, 14 newly installed, 0 to remove and 25 not upgraded. [2020-09-28T23:03:06.722Z] Need to get 12.0 MB of archives. [2020-09-28T23:03:06.722Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-28T23:03:06.984Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-28T23:03:07.561Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 676 kB/2763 kB 24%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-09-28T23:03:07.561Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-28T23:03:07.561Z] 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-28T23:03:07.822Z] 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-28T23:03:07.822Z] 48% [5 perl 3468 B/201 kB 2%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-28T23:03:07.822Z] 51% [6 less 59.3 kB/112 kB 53%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-28T23:03:07.822Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-28T23:03:07.822Z] 54% [8 curl 0 B/159 kB 0%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-09-28T23:03:07.822Z] 57% [9 libcurl3-gnutls 8192 B/213 kB 4%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-28T23:03:07.822Z] 60% [10 liberror-perl 6227 B/22.8 kB 27%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-28T23:03:07.822Z] 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-09-28T23:03:08.083Z] 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-09-28T23:03:08.083Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Working] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-09-28T23:03:08.083Z] 98% [14 patch 0 B/102 kB 0%] 100% [Working] Fetched 12.0 MB in 1s (8452 kB/s) [2020-09-28T23:03:08.343Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-28T23:03:08.343Z] Selecting previously unselected package perl-modules-5.26. [2020-09-28T23:03:08.343Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-09-28T23:03:08.343Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-28T23:03:08.343Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-28T23:03:09.284Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-28T23:03:09.284Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-28T23:03:09.284Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-28T23:03:09.284Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-28T23:03:09.284Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-28T23:03:09.284Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-28T23:03:09.284Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-28T23:03:09.284Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-28T23:03:09.284Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-28T23:03:09.854Z] Selecting previously unselected package perl. [2020-09-28T23:03:09.854Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-28T23:03:09.854Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-28T23:03:10.114Z] Selecting previously unselected package less. [2020-09-28T23:03:10.114Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-28T23:03:10.114Z] Unpacking less (487-0.1) ... [2020-09-28T23:03:10.114Z] Selecting previously unselected package netbase. [2020-09-28T23:03:10.114Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-28T23:03:10.114Z] Unpacking netbase (5.4) ... [2020-09-28T23:03:10.114Z] Selecting previously unselected package curl. [2020-09-28T23:03:10.114Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-28T23:03:10.114Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-28T23:03:10.114Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-28T23:03:10.114Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-28T23:03:10.114Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-28T23:03:10.374Z] Selecting previously unselected package liberror-perl. [2020-09-28T23:03:10.374Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-28T23:03:10.374Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-28T23:03:10.374Z] Selecting previously unselected package git-man. [2020-09-28T23:03:10.374Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-28T23:03:10.374Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-28T23:03:10.635Z] Selecting previously unselected package git. [2020-09-28T23:03:10.635Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-28T23:03:10.635Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-28T23:03:11.205Z] Selecting previously unselected package make. [2020-09-28T23:03:11.205Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-28T23:03:11.205Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-28T23:03:11.205Z] Selecting previously unselected package patch. [2020-09-28T23:03:11.205Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-28T23:03:11.205Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-28T23:03:11.205Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-28T23:03:11.205Z] Setting up less (487-0.1) ... [2020-09-28T23:03:11.466Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-28T23:03:11.466Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-28T23:03:11.466Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-28T23:03:11.466Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-28T23:03:11.466Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-28T23:03:11.466Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-28T23:03:11.725Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-28T23:03:11.725Z] Setting up netbase (5.4) ... [2020-09-28T23:03:11.725Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-28T23:03:11.725Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-28T23:03:11.725Z] Setting up liberror-perl (0.17025-1) ... [2020-09-28T23:03:11.725Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-28T23:03:11.725Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-28T23:03:11.985Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-28T23:03:13.368Z] curl set to automatically installed. [2020-09-28T23:03:13.368Z] git set to automatically installed. [2020-09-28T23:03:13.368Z] git-man set to automatically installed. [2020-09-28T23:03:13.368Z] less set to automatically installed. [2020-09-28T23:03:13.368Z] libcurl3-gnutls set to automatically installed. [2020-09-28T23:03:13.368Z] liberror-perl set to automatically installed. [2020-09-28T23:03:13.368Z] libgdbm-compat4 set to automatically installed. [2020-09-28T23:03:13.368Z] libgdbm5 set to automatically installed. [2020-09-28T23:03:13.368Z] libperl5.26 set to automatically installed. [2020-09-28T23:03:13.368Z] make set to automatically installed. [2020-09-28T23:03:13.368Z] netbase set to automatically installed. [2020-09-28T23:03:13.368Z] patch set to automatically installed. [2020-09-28T23:03:13.368Z] perl set to automatically installed. [2020-09-28T23:03:13.368Z] perl-modules-5.26 set to automatically installed. [2020-09-28T23:03:13.368Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-28T23:03:13.368Z] Please ensure the environment is properly setup before continuing. [2020-09-28T23:03:13.368Z] Ignore this message if the appropriate measures have already been taken [2020-09-28T23:03:13.939Z] Pulling go  [2020-09-28T23:03:14.884Z] 'device-modbus' has dependencies that need to be staged: go [2020-09-28T23:03:14.884Z] Skipping pull go (already ran) [2020-09-28T23:03:14.884Z] Building go  [2020-09-28T23:03:14.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-28T23:03:14.884Z] Dload Upload Total Spent Left Speed [2020-09-28T23:03:16.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 10.6M 0 0 31.1M 0 0:00:03 --:--:-- 0:00:03 31.0M 67 115M 67 78.3M 0 0 58.5M 0 0:00:01 0:00:01 --:--:-- 58.5M 100 115M 100 115M 0 0 60.4M 0 0:00:01 0:00:01 --:--:-- 60.4M [2020-09-28T23:03:17.627Z] go1.15.2.linux-amd64.tar.gz: OK [2020-09-28T23:03:21.488Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-09-28T23:03:21.488Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.354s coverage: 50.3% of statements [2020-09-28T23:03:21.488Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-28T23:03:24.210Z] Staging go  [2020-09-28T23:03:24.211Z] Pulling device-modbus  [2020-09-28T23:03:24.975Z] gofmt -l . [2020-09-28T23:03:25.160Z] Skipping build go (already ran) [2020-09-28T23:03:25.160Z] Building device-modbus  [2020-09-28T23:03:25.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-09-28T23:03:25.250Z] [ "`gofmt -l .`" = "" ] [2020-09-28T23:03:25.250Z] ./bin/test-attribution-txt.sh [2020-09-28T23:03:25.848Z] ./bin/test-go-mod-tidy.sh [2020-09-28T23:03:26.104Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-28T23:03:26.104Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-28T23:03:26.104Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-09-28T23:03:26.104Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-09-28T23:03:26.104Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-28T23:03:26.104Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-28T23:03:26.104Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-28T23:03:26.104Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-28T23:03:26.104Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-28T23:03:26.104Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-28T23:03:26.104Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-28T23:03:26.104Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-28T23:03:26.104Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-28T23:03:26.104Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-28T23:03:26.104Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-28T23:03:26.104Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-28T23:03:26.104Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-28T23:03:26.104Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-28T23:03:26.104Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-28T23:03:26.104Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-28T23:03:26.104Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-28T23:03:26.104Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-28T23:03:26.104Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-28T23:03:26.104Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-28T23:03:26.104Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-28T23:03:26.104Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-28T23:03:26.365Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-28T23:03:26.365Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-28T23:03:26.365Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-28T23:03:26.365Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-28T23:03:26.365Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [Pipeline] stash [2020-09-28T23:03:26.479Z] Warning: overwriting stash ‘coverage-report’ [2020-09-28T23:03:27.192Z] Stashed 1 file(s) [Pipeline] } [2020-09-28T23:03:27.230Z] $ docker stop --time=1 2f00895cb3769ca4cfb25d649dfa8f77942f4d5d6bf1d828c1ca396a01ba671b [2020-09-28T23:03:29.583Z] $ docker rm -f 2f00895cb3769ca4cfb25d649dfa8f77942f4d5d6bf1d828c1ca396a01ba671b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-28T23:03:31.010Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-28T23:03:31.409Z] + ls -al . [2020-09-28T23:03:31.409Z] total 140 [2020-09-28T23:03:31.409Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 28 23:03 . [2020-09-28T23:03:31.409Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 28 23:01 .. [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 28 23:01 .dockerignore [2020-09-28T23:03:31.409Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 28 23:01 .git [2020-09-28T23:03:31.409Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 28 23:01 .github [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 338 Sep 28 23:01 .gitignore [2020-09-28T23:03:31.409Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 23:01 .semver [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 4913 Sep 28 23:01 Attribution.txt [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 1430 Sep 28 23:01 Dockerfile [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 954 Sep 28 23:01 Dockerfile.build [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 679 Sep 28 23:01 Jenkinsfile [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 28 23:01 LICENSE [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 880 Sep 28 23:01 Makefile [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 591 Sep 28 23:01 README.md [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 28 22:56 VERSION [2020-09-28T23:03:31.409Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 28 23:01 bin [2020-09-28T23:03:31.409Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 23:01 cmd [2020-09-28T23:03:31.409Z] -rw-r--r-- 1 jenkins jenkins 22364 Sep 28 23:03 coverage.out [2020-09-28T23:03:31.409Z] -rw-r--r-- 1 jenkins jenkins 559 Sep 28 23:03 go.mod [2020-09-28T23:03:31.409Z] -rw-r--r-- 1 jenkins jenkins 13471 Sep 28 23:03 go.sum [2020-09-28T23:03:31.409Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 28 23:01 internal [2020-09-28T23:03:31.409Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 28 23:01 simulator [2020-09-28T23:03:31.409Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 28 23:01 snap [2020-09-28T23:03:31.409Z] -rw-rw-r-- 1 jenkins jenkins 229 Sep 28 23:01 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-28T23:03:31.696Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-28T23:03:31.781Z] + 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=4e643a1f29167f031cde4052fe602111bd6f8a66 --label arch=arm64 --label version=0.0.0 . [2020-09-28T23:03:32.054Z] Sending build context to Docker daemon 801.3kB [2020-09-28T23:03:32.327Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-09-28T23:03:32.327Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-28T23:03:32.327Z] ---> c3e4237bedd1 [2020-09-28T23:03:32.327Z] Step 3/20 : ARG MAKE='make build' [2020-09-28T23:03:32.601Z] ---> Running in 5089bab7e67e [2020-09-28T23:03:32.874Z] Removing intermediate container 5089bab7e67e [2020-09-28T23:03:32.874Z] ---> a3789cfdd0c5 [2020-09-28T23:03:32.874Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-28T23:03:33.149Z] ---> Running in 7bf8bb98e36d [2020-09-28T23:03:34.238Z] Skipping stage go (already ran) [2020-09-28T23:03:34.238Z] Staging device-modbus  [2020-09-28T23:03:35.178Z] Priming go  [2020-09-28T23:03:35.749Z] Priming device-modbus  [2020-09-28T23:03:35.765Z] Removing intermediate container 7bf8bb98e36d [2020-09-28T23:03:35.765Z] ---> 4fd407e7705c [2020-09-28T23:03:35.765Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-28T23:03:35.765Z] ---> Running in e65d3a4a262c [2020-09-28T23:03:36.711Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-28T23:03:36.711Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-28T23:03:36.711Z] Determining the version from the project repo (version-script). [2020-09-28T23:03:36.711Z] The version has been set to 'local-dev-20200928+4e643a1' [2020-09-28T23:03:37.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-28T23:03:37.274Z] Snapping | Snapping / Snapping - Snapping | [2020-09-28T23:03:37.274Z] Snapped edgex-device-modbus_local-dev-20200928+4e643a1_amd64.snap [2020-09-28T23:03:37.790Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-28T23:03:38.777Z] OK: 221 MiB in 53 packages [2020-09-28T23:03:39.756Z] Removing intermediate container e65d3a4a262c [2020-09-28T23:03:39.756Z] ---> a27d266b1f13 [2020-09-28T23:03:39.756Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [Pipeline] } [2020-09-28T23:03:39.831Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [2020-09-28T23:03:40.044Z] ---> Running in 4f98ca32384c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-09-28T23:03:40.662Z] Removing intermediate container 4f98ca32384c [2020-09-28T23:03:40.662Z] ---> d71499eca5a8 [2020-09-28T23:03:40.662Z] Step 7/20 : COPY . . [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-28T23:03:41.652Z] ---> 1d9fbed34587 [2020-09-28T23:03:41.653Z] Step 8/20 : RUN ${MAKE} [2020-09-28T23:03:41.653Z] ---> Running in c30c891c8a6a [2020-09-28T23:03:43.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-09-28T23:04:09.906Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-28T23:04:12.524Z] Removing intermediate container c30c891c8a6a [2020-09-28T23:04:12.524Z] ---> 0ec6c712b710 [2020-09-28T23:04:12.524Z] Step 9/20 : FROM scratch [2020-09-28T23:04:12.524Z] ---> [2020-09-28T23:04:12.524Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-28T23:04:12.524Z] ---> Running in 75b1ea3ce1af [2020-09-28T23:04:12.524Z] Removing intermediate container 75b1ea3ce1af [2020-09-28T23:04:12.524Z] ---> ee63af5d2eba [2020-09-28T23:04:12.524Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-28T23:04:12.524Z] ---> Running in 059eb2246b6e [2020-09-28T23:04:13.116Z] Removing intermediate container 059eb2246b6e [2020-09-28T23:04:13.116Z] ---> 611e77f72d96 [2020-09-28T23:04:13.116Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-28T23:04:14.087Z] ---> 81b60d1c9110 [2020-09-28T23:04:14.087Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-28T23:04:14.677Z] ---> 0b0d8e32abd3 [2020-09-28T23:04:14.677Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-28T23:04:15.274Z] ---> 28f863431ed6 [2020-09-28T23:04:15.274Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-28T23:04:15.548Z] ---> Running in 1c9a03689ed7 [2020-09-28T23:04:15.820Z] Removing intermediate container 1c9a03689ed7 [2020-09-28T23:04:15.820Z] ---> 1c919a70ae73 [2020-09-28T23:04:15.820Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-28T23:04:16.094Z] ---> Running in 28f21d1a0af3 [2020-09-28T23:04:16.370Z] Removing intermediate container 28f21d1a0af3 [2020-09-28T23:04:16.370Z] ---> 9356be8a5ad3 [2020-09-28T23:04:16.370Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-28T23:04:16.643Z] ---> Running in c199f25ba77b [2020-09-28T23:04:16.917Z] Removing intermediate container c199f25ba77b [2020-09-28T23:04:16.917Z] ---> ae22a451e30f [2020-09-28T23:04:16.917Z] Step 18/20 : LABEL arch=arm64 [2020-09-28T23:04:17.189Z] ---> Running in 9284ef4d1ea1 [2020-09-28T23:04:17.464Z] Removing intermediate container 9284ef4d1ea1 [2020-09-28T23:04:17.464Z] ---> b15b6173c4a2 [2020-09-28T23:04:17.464Z] Step 19/20 : LABEL git_sha=4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T23:04:17.737Z] ---> Running in c00bf037893f [2020-09-28T23:04:18.333Z] Removing intermediate container c00bf037893f [2020-09-28T23:04:18.333Z] ---> 8d9b98503a7d [2020-09-28T23:04:18.333Z] Step 20/20 : LABEL version=0.0.0 [2020-09-28T23:04:18.333Z] ---> Running in d704293240ec [2020-09-28T23:04:18.605Z] Removing intermediate container d704293240ec [2020-09-28T23:04:18.605Z] ---> 4f7a633161a6 [2020-09-28T23:04:18.605Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-28T23:04:18.875Z] Successfully built 4f7a633161a6 [2020-09-28T23:04:18.875Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-09-28T23:04:34.518Z] Still waiting to schedule task [2020-09-28T23:04:34.518Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-28T23:06:23.217Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-1845 in /w/workspace/xfoundry_device-modbus-go_PR-176 [Pipeline] { [Pipeline] ws [2020-09-28T23:06:23.332Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2020-09-28T23:06:27.336Z] using credential edgex-jenkins-ssh [2020-09-28T23:06:27.434Z] Cloning the remote Git repository [2020-09-28T23:06:27.484Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:06:27.595Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-09-28T23:06:27.659Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:06:27.659Z] > git --version # timeout=10 [2020-09-28T23:06:27.675Z] > git --version # 'git version 2.17.1' [2020-09-28T23:06:27.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:06:27.724Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T23:06:29.003Z] Merging remotes/origin/master commit 986986d893843ca2c4c8974c29aa772854012406 into PR head commit 4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T23:06:29.169Z] Merge succeeded, producing 4e643a1f29167f031cde4052fe602111bd6f8a66 [2020-09-28T23:06:29.170Z] Checking out Revision 4e643a1f29167f031cde4052fe602111bd6f8a66 (PR-176) [2020-09-28T23:06:28.396Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-28T23:06:28.409Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-28T23:06:28.431Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-28T23:06:28.459Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-28T23:06:28.460Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:06:28.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/176/head:refs/remotes/origin/PR-176 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-28T23:06:29.022Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T23:06:29.034Z] > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 [2020-09-28T23:06:29.108Z] > git remote # timeout=10 [2020-09-28T23:06:29.122Z] > git config --get remote.origin.url # timeout=10 [2020-09-28T23:06:29.131Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-28T23:06:29.140Z] > git merge 986986d893843ca2c4c8974c29aa772854012406 # timeout=10 [2020-09-28T23:06:29.159Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-28T23:06:29.177Z] > git config core.sparsecheckout # timeout=10 [2020-09-28T23:06:29.200Z] > git checkout -f 4e643a1f29167f031cde4052fe602111bd6f8a66 # timeout=10 [2020-09-28T23:06:33.324Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-28T23:06:34.540Z] + find /w/workspace/device-modbus-go/2 [2020-09-28T23:06:34.540Z] + grep snapcraft.yaml [2020-09-28T23:06:34.540Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-28T23:06:34.773Z] provisioning config files... [2020-09-28T23:06:34.814Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/2@tmp/config519078702968393076tmp [Pipeline] { [Pipeline] sh [2020-09-28T23:06:35.228Z] + cp /w/workspace/device-modbus-go/2@tmp/config519078702968393076tmp /w/workspace/device-modbus-go/2/edgex-snap-store-login [Pipeline] sh [2020-09-28T23:06:35.570Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-28T23:06:36.167Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-28T23:06:36.443Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-28T23:06:36.443Z] 237528ba509b: Pulling fs layer [2020-09-28T23:06:36.443Z] 393b96f31d8b: Pulling fs layer [2020-09-28T23:06:36.443Z] 4d82b0e39008: Pulling fs layer [2020-09-28T23:06:36.443Z] e7ca375b8d34: Pulling fs layer [2020-09-28T23:06:36.443Z] 418f656485bb: Pulling fs layer [2020-09-28T23:06:36.443Z] aebe8db9254c: Pulling fs layer [2020-09-28T23:06:36.443Z] 4f5f7b207d3f: Pulling fs layer [2020-09-28T23:06:36.443Z] d19ca6af091a: Pulling fs layer [2020-09-28T23:06:36.443Z] 16b5a0711add: Pulling fs layer [2020-09-28T23:06:36.443Z] 16b5a0711add: Waiting [2020-09-28T23:06:36.443Z] 418f656485bb: Waiting [2020-09-28T23:06:36.443Z] e7ca375b8d34: Waiting [2020-09-28T23:06:36.443Z] 4f5f7b207d3f: Waiting [2020-09-28T23:06:36.443Z] aebe8db9254c: Waiting [2020-09-28T23:06:36.443Z] d19ca6af091a: Waiting [2020-09-28T23:06:36.443Z] 393b96f31d8b: Download complete [2020-09-28T23:06:36.443Z] 4d82b0e39008: Verifying Checksum [2020-09-28T23:06:36.443Z] 4d82b0e39008: Download complete [2020-09-28T23:06:36.443Z] e7ca375b8d34: Verifying Checksum [2020-09-28T23:06:36.443Z] e7ca375b8d34: Download complete [2020-09-28T23:06:36.443Z] aebe8db9254c: Download complete [2020-09-28T23:06:36.718Z] 4f5f7b207d3f: Verifying Checksum [2020-09-28T23:06:36.718Z] 4f5f7b207d3f: Download complete [2020-09-28T23:06:36.995Z] d19ca6af091a: Verifying Checksum [2020-09-28T23:06:36.995Z] d19ca6af091a: Download complete [2020-09-28T23:06:36.995Z] 16b5a0711add: Download complete [2020-09-28T23:06:39.632Z] 237528ba509b: Verifying Checksum [2020-09-28T23:06:39.632Z] 237528ba509b: Download complete [2020-09-28T23:06:42.268Z] 237528ba509b: Pull complete [2020-09-28T23:06:42.268Z] 393b96f31d8b: Pull complete [2020-09-28T23:06:42.547Z] 4d82b0e39008: Pull complete [2020-09-28T23:06:43.142Z] e7ca375b8d34: Pull complete [2020-09-28T23:06:48.553Z] 418f656485bb: Verifying Checksum [2020-09-28T23:06:48.553Z] 418f656485bb: Download complete [2020-09-28T23:07:35.549Z] 418f656485bb: Pull complete [2020-09-28T23:07:35.549Z] aebe8db9254c: Pull complete [2020-09-28T23:07:35.549Z] 4f5f7b207d3f: Pull complete [2020-09-28T23:07:35.549Z] d19ca6af091a: Pull complete [2020-09-28T23:07:35.549Z] 16b5a0711add: Pull complete [2020-09-28T23:07:35.549Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-28T23:07:35.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-28T23:07:35.549Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-28T23:07:35.827Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-28T23:07:36.421Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-28T23:07:36.421Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-28T23:07:37.017Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [4035 B] [2020-09-28T23:07:37.017Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1270 kB] [2020-09-28T23:07:37.997Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1583 B] [2020-09-28T23:07:37.997Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [952 kB] [2020-09-28T23:07:38.599Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [686 kB] [2020-09-28T23:07:38.875Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [795 kB] [2020-09-28T23:07:39.477Z] Fetched 3961 kB in 4s (945 kB/s) [2020-09-28T23:07:43.786Z] Reading package lists... [2020-09-28T23:07:58.863Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-28T23:07:58.863Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-28T23:07:58.863Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-28T23:07:58.864Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-28T23:08:03.761Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 49% Reading package lists... 67% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 84% Reading package lists... 88% Reading package lists... 88% Reading package lists... 88% Reading package lists... 88% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-28T23:08:10.462Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-28T23:08:15.454Z] 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... 8% Reading package lists... 27% Reading package lists... 45% Reading package lists... 61% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 72% Reading package lists... 74% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 88% Reading package lists... 88% Reading package lists... 88% Reading package lists... 88% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-28T23:08:16.602Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 62% Building dependency tree [2020-09-28T23:08:16.602Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-28T23:08:17.586Z] The following packages were automatically installed and are no longer required: [2020-09-28T23:08:17.586Z] libjq1 libonig4 [2020-09-28T23:08:17.586Z] Use 'sudo apt autoremove' to remove them. [2020-09-28T23:08:17.586Z] Suggested packages: [2020-09-28T23:08:17.586Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-28T23:08:17.586Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-28T23:08:17.586Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-28T23:08:17.586Z] | libterm-readline-perl-perl [2020-09-28T23:08:17.861Z] The following NEW packages will be installed: [2020-09-28T23:08:17.861Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-28T23:08:17.861Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-28T23:08:17.861Z] 0 upgraded, 14 newly installed, 0 to remove and 25 not upgraded. [2020-09-28T23:08:17.861Z] Need to get 10.8 MB of archives. [2020-09-28T23:08:17.861Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-28T23:08:18.135Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-28T23:08:20.471Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 1% [1 perl-modules-5.26 88.6 kB/2763 kB 3%] 3% [1 perl-modules-5.26 469 kB/2763 kB 17%] 9% [1 perl-modules-5.26 1153 kB/2763 kB 42%] 18% [1 perl-modules-5.26 2425 kB/2763 kB 88%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-28T23:08:20.471Z] 22% [2 libgdbm5 10.1 kB/23.1 kB 44%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-28T23:08:20.471Z] 24% [3 libgdbm-compat4 3455 B/5536 B 62%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-09-28T23:08:21.692Z] 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 39% [4 libperl5.26 1851 kB/3326 kB 56%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-28T23:08:21.692Z] 51% [5 perl 20.5 kB/201 kB 10%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-28T23:08:21.692Z] 54% [6 less 4096 B/99.7 kB 4%] 56% [Waiting for headers] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-28T23:08:21.692Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-09-28T23:08:21.692Z] 58% [8 curl 41.0 kB/152 kB 27%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-09-28T23:08:21.692Z] 61% [9 libcurl3-gnutls 26.4 kB/179 kB 15%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-28T23:08:21.692Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-28T23:08:21.975Z] 65% [11 git-man 10.9 kB/804 kB 1%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-28T23:08:22.857Z] 72% [12 git 11.2 kB/2952 kB 0%] 84% [12 git 1612 kB/2952 kB 55%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-09-28T23:08:22.857Z] 96% [13 make 36.9 kB/139 kB 27%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-09-28T23:08:22.857Z] 98% [14 patch 61.4 kB/91.8 kB 67%] 100% [Working] Fetched 10.8 MB in 5s (2216 kB/s) [2020-09-28T23:08:23.486Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-28T23:08:23.776Z] Selecting previously unselected package perl-modules-5.26. [2020-09-28T23:08:23.776Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-09-28T23:08:23.776Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-28T23:08:23.776Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-28T23:08:25.269Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-28T23:08:25.269Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-28T23:08:25.269Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-28T23:08:25.269Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-28T23:08:25.269Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-28T23:08:25.269Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-28T23:08:25.549Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-28T23:08:25.549Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-28T23:08:25.549Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-28T23:08:27.002Z] Selecting previously unselected package perl. [2020-09-28T23:08:27.002Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-28T23:08:27.002Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-28T23:08:27.002Z] Selecting previously unselected package less. [2020-09-28T23:08:27.002Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-28T23:08:27.002Z] Unpacking less (487-0.1) ... [2020-09-28T23:08:27.279Z] Selecting previously unselected package netbase. [2020-09-28T23:08:27.279Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-28T23:08:27.279Z] Unpacking netbase (5.4) ... [2020-09-28T23:08:27.279Z] Selecting previously unselected package curl. [2020-09-28T23:08:27.279Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-28T23:08:27.279Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-28T23:08:27.558Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-28T23:08:27.558Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-28T23:08:27.558Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-28T23:08:27.558Z] Selecting previously unselected package liberror-perl. [2020-09-28T23:08:27.558Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-28T23:08:27.558Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-28T23:08:27.901Z] Selecting previously unselected package git-man. [2020-09-28T23:08:27.901Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-28T23:08:27.901Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-28T23:08:27.901Z] Selecting previously unselected package git. [2020-09-28T23:08:28.188Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-28T23:08:28.188Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-28T23:08:29.198Z] Selecting previously unselected package make. [2020-09-28T23:08:29.198Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-28T23:08:29.482Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-28T23:08:29.482Z] Selecting previously unselected package patch. [2020-09-28T23:08:29.482Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-28T23:08:29.482Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-28T23:08:29.760Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-28T23:08:29.760Z] Setting up less (487-0.1) ... [2020-09-28T23:08:30.055Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-28T23:08:30.056Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-28T23:08:30.056Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-28T23:08:30.366Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-28T23:08:30.366Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-28T23:08:30.366Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-28T23:08:30.366Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-28T23:08:30.366Z] Setting up netbase (5.4) ... [2020-09-28T23:08:30.366Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-28T23:08:30.366Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-28T23:08:30.640Z] Setting up liberror-perl (0.17025-1) ... [2020-09-28T23:08:30.640Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-28T23:08:30.640Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-28T23:08:30.640Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-28T23:08:37.549Z] curl set to automatically installed. [2020-09-28T23:08:37.549Z] git set to automatically installed. [2020-09-28T23:08:37.549Z] git-man set to automatically installed. [2020-09-28T23:08:37.549Z] less set to automatically installed. [2020-09-28T23:08:37.549Z] libcurl3-gnutls set to automatically installed. [2020-09-28T23:08:37.549Z] liberror-perl set to automatically installed. [2020-09-28T23:08:37.549Z] libgdbm-compat4 set to automatically installed. [2020-09-28T23:08:37.836Z] libgdbm5 set to automatically installed. [2020-09-28T23:08:37.836Z] libperl5.26 set to automatically installed. [2020-09-28T23:08:37.836Z] make set to automatically installed. [2020-09-28T23:08:37.836Z] netbase set to automatically installed. [2020-09-28T23:08:37.836Z] patch set to automatically installed. [2020-09-28T23:08:37.836Z] perl set to automatically installed. [2020-09-28T23:08:37.836Z] perl-modules-5.26 set to automatically installed. [2020-09-28T23:08:38.130Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-28T23:08:38.130Z] Please ensure the environment is properly setup before continuing. [2020-09-28T23:08:38.130Z] Ignore this message if the appropriate measures have already been taken [2020-09-28T23:08:38.742Z] Pulling go  [2020-09-28T23:08:43.097Z] 'device-modbus' has dependencies that need to be staged: go [2020-09-28T23:08:43.097Z] Skipping pull go (already ran) [2020-09-28T23:08:43.097Z] Building go  [2020-09-28T23:08:43.097Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-28T23:08:43.097Z] Dload Upload Total Spent Left Speed [2020-09-28T23:08:45.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 39 93.2M 39 36.8M 0 0 33.1M 0 0:00:02 0:00:01 0:00:01 33.1M 84 93.2M 84 79.0M 0 0 37.7M 0 0:00:02 0:00:02 --:--:-- 37.7M 100 93.2M 100 93.2M 0 0 38.0M 0 0:00:02 0:00:02 --:--:-- 38.0M [2020-09-28T23:08:46.774Z] go1.15.2.linux-arm64.tar.gz: OK [2020-09-28T23:09:09.210Z] Staging go  [2020-09-28T23:09:10.651Z] Pulling device-modbus  [2020-09-28T23:09:16.090Z] Skipping build go (already ran) [2020-09-28T23:09:16.090Z] Building device-modbus  [2020-09-28T23:09:16.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-09-28T23:09:18.069Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-28T23:09:18.069Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-09-28T23:09:18.069Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-28T23:09:18.069Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-09-28T23:09:18.069Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-28T23:09:18.069Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-28T23:09:18.069Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-28T23:09:18.069Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-28T23:09:18.069Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-28T23:09:18.069Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-28T23:09:18.069Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-28T23:09:18.069Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-28T23:09:18.069Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-28T23:09:18.069Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-28T23:09:18.069Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-28T23:09:18.343Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-28T23:09:18.343Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-28T23:09:18.343Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-28T23:09:18.343Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-28T23:09:18.343Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-28T23:09:18.343Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-28T23:09:18.343Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-28T23:09:18.343Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-28T23:09:18.343Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-28T23:09:18.343Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-28T23:09:18.343Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-28T23:09:18.343Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-28T23:09:18.617Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-28T23:09:18.617Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-28T23:09:18.895Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-28T23:09:18.895Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-09-28T23:09:37.207Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-28T23:09:52.297Z] Skipping stage go (already ran) [2020-09-28T23:09:52.297Z] Staging device-modbus  [2020-09-28T23:09:54.907Z] Priming go  [2020-09-28T23:09:58.288Z] Priming device-modbus  [2020-09-28T23:10:01.669Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-28T23:10:01.669Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-28T23:10:01.669Z] Determining the version from the project repo (version-script). [2020-09-28T23:10:01.669Z] The version has been set to 'local-dev-20200928+4e643a1' [2020-09-28T23:10:02.493Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-09-28T23:10:02.493Z] Snapped edgex-device-modbus_local-dev-20200928+4e643a1_arm64.snap [Pipeline] } [2020-09-28T23:10:04.481Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-28T23:10:06.735Z] provisioning config files... [2020-09-28T23:10:06.749Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-176@tmp/config4404720327479629388tmp [Pipeline] { [Pipeline] sh [2020-09-28T23:10:07.140Z] + set +x [2020-09-28T23:10:07.140Z] + curl -s https://codecov.io/bash [2020-09-28T23:10:07.140Z] + bash -s -- [2020-09-28T23:10:07.404Z] [2020-09-28T23:10:07.404Z] _____ _ [2020-09-28T23:10:07.404Z] / ____| | | [2020-09-28T23:10:07.404Z] | | ___ __| | ___ ___ _____ __ [2020-09-28T23:10:07.404Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-09-28T23:10:07.404Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-09-28T23:10:07.404Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-09-28T23:10:07.404Z] Bash-20200917-4e8f14b [2020-09-28T23:10:07.404Z] [2020-09-28T23:10:07.404Z] [2020-09-28T23:10:07.404Z] ==> Jenkins CI detected. [2020-09-28T23:10:07.404Z] project root: . [2020-09-28T23:10:07.404Z] --> token set from env [2020-09-28T23:10:07.404Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-09-28T23:10:07.404Z] ==> Running gcov in . (disable via -X gcov) [2020-09-28T23:10:07.404Z] ==> Python coveragepy not found [2020-09-28T23:10:07.404Z] ==> Searching for coverage reports in: [2020-09-28T23:10:07.404Z] + . [2020-09-28T23:10:07.404Z] -> Found 1 reports [2020-09-28T23:10:07.404Z] ==> Detecting git/mercurial file structure [2020-09-28T23:10:07.404Z] ==> Reading reports [2020-09-28T23:10:07.404Z] + ./coverage.out bytes=22364 [2020-09-28T23:10:07.404Z] ==> Appending adjustments [2020-09-28T23:10:07.404Z] https://docs.codecov.io/docs/fixing-reports [2020-09-28T23:10:07.666Z] + Found adjustments [2020-09-28T23:10:07.666Z] ==> Gzipping contents [2020-09-28T23:10:07.666Z] ==> Uploading reports [2020-09-28T23:10:07.666Z] url: https://codecov.io [2020-09-28T23:10:07.666Z] query: branch=PR-176&commit=4e643a1f29167f031cde4052fe602111bd6f8a66&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-176%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=176&job=&cmd_args= [2020-09-28T23:10:07.666Z] -> Pinging Codecov [2020-09-28T23:10:07.666Z] https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-176&commit=4e643a1f29167f031cde4052fe602111bd6f8a66&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-176%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=176&job=&cmd_args= [2020-09-28T23:10:08.242Z] -> Uploading to [2020-09-28T23:10:08.242Z] https://storage.googleapis.com/codecov/v4/raw/2020-09-28/55DBCA73C666E3227836607328DD7E49/4e643a1f29167f031cde4052fe602111bd6f8a66/1e424faf-6d54-4ea2-a350-0307dd0448a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200928%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200928T231008Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e1effc8283a36013dda49f9a775cb07250346902e00b6edb369da5d9ea317a40 [2020-09-28T23:10:08.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-28T23:10:08.242Z] Dload Upload Total Spent Left Speed [2020-09-28T23:10:08.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4162 0 0 100 4162 0 10347 --:--:-- --:--:-- --:--:-- 10379 [2020-09-28T23:10:08.505Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/4e643a1f29167f031cde4052fe602111bd6f8a66 [Pipeline] } [2020-09-28T23:10:08.515Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-28T23:10:11.276Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T23:10:11.851Z] ---> package-listing.sh [2020-09-28T23:10:11.852Z] ++ facter osfamily [2020-09-28T23:10:11.852Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-28T23:10:11.852Z] + OS_FAMILY=redhat [2020-09-28T23:10:11.852Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-176 [2020-09-28T23:10:11.852Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-28T23:10:11.852Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-28T23:10:11.852Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-28T23:10:11.852Z] + PACKAGES=/tmp/packages_start.txt [2020-09-28T23:10:11.852Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-176 ']' [2020-09-28T23:10:11.852Z] + PACKAGES=/tmp/packages_end.txt [2020-09-28T23:10:11.852Z] + case "${OS_FAMILY}" in [2020-09-28T23:10:11.852Z] + rpm -qa [2020-09-28T23:10:11.852Z] + sort [2020-09-28T23:10:16.104Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-28T23:10:16.104Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-28T23:10:16.104Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-28T23:10:16.104Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-176 ']' [2020-09-28T23:10:16.104Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-176/archives/ [2020-09-28T23:10:16.104Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-176/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-28T23:10:16.743Z] provisioning config files... [2020-09-28T23:10:16.766Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-176@tmp/config6510959922380764218tmp [Pipeline] { [Pipeline] echo [2020-09-28T23:10:16.837Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T23:10:17.140Z] ---> create-netrc.sh [Pipeline] } [2020-09-28T23:10:17.149Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-09-28T23:10:17.256Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T23:10:17.555Z] ---> python-tools-install.sh [2020-09-28T23:10:17.555Z] Generating Requirements File [2020-09-28T23:11:39.136Z] Python 3.6.8 [2020-09-28T23:11:39.136Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-09-28T23:11:39.136Z] aiohttp==3.6.2 [2020-09-28T23:11:39.136Z] appdirs==1.4.3 [2020-09-28T23:11:39.136Z] argcomplete==1.12.1 [2020-09-28T23:11:39.136Z] aspy.yaml==1.3.0 [2020-09-28T23:11:39.136Z] async-timeout==3.0.1 [2020-09-28T23:11:39.136Z] attrs==19.3.0 [2020-09-28T23:11:39.136Z] Babel==2.8.0 [2020-09-28T23:11:39.136Z] beautifulsoup4==4.8.2 [2020-09-28T23:11:39.136Z] boto3==1.11.6 [2020-09-28T23:11:39.136Z] botocore==1.14.6 [2020-09-28T23:11:39.136Z] bs4==0.0.1 [2020-09-28T23:11:39.136Z] cachetools==4.1.1 [2020-09-28T23:11:39.136Z] certifi==2019.11.28 [2020-09-28T23:11:39.136Z] cffi==1.14.3 [2020-09-28T23:11:39.136Z] cfgv==2.0.1 [2020-09-28T23:11:39.136Z] chardet==3.0.4 [2020-09-28T23:11:39.136Z] click==7.1 [2020-09-28T23:11:39.136Z] cliff==3.4.0 [2020-09-28T23:11:39.136Z] cmd2==1.3.10 [2020-09-28T23:11:39.136Z] colorama==0.4.3 [2020-09-28T23:11:39.136Z] cryptography==3.1.1 [2020-09-28T23:11:39.136Z] debtcollector==2.2.0 [2020-09-28T23:11:39.136Z] decorator==4.4.2 [2020-09-28T23:11:39.136Z] defusedxml==0.6.0 [2020-09-28T23:11:39.136Z] Deprecated==1.2.7 [2020-09-28T23:11:39.136Z] distlib==0.3.1 [2020-09-28T23:11:39.136Z] distro==1.2.0 [2020-09-28T23:11:39.136Z] dnspython==1.16.0 [2020-09-28T23:11:39.136Z] docker==4.2.0 [2020-09-28T23:11:39.136Z] docutils==0.15.2 [2020-09-28T23:11:39.136Z] dogpile.cache==1.0.2 [2020-09-28T23:11:39.136Z] email-validator==1.0.5 [2020-09-28T23:11:39.136Z] filelock==3.0.12 [2020-09-28T23:11:39.136Z] future==0.18.2 [2020-09-28T23:11:39.136Z] google-auth==1.22.0 [2020-09-28T23:11:39.136Z] httplib2==0.17.0 [2020-09-28T23:11:39.136Z] identify==1.4.11 [2020-09-28T23:11:39.136Z] idna==2.9 [2020-09-28T23:11:39.136Z] idna-ssl==1.1.0 [2020-09-28T23:11:39.136Z] importlib-metadata==1.7.0 [2020-09-28T23:11:39.136Z] importlib-resources==1.5.0 [2020-09-28T23:11:39.136Z] iso8601==0.1.13 [2020-09-28T23:11:39.136Z] Jinja2==2.11.1 [2020-09-28T23:11:39.136Z] jmespath==0.10.0 [2020-09-28T23:11:39.136Z] jsonpatch==1.26 [2020-09-28T23:11:39.136Z] jsonpointer==2.0 [2020-09-28T23:11:39.136Z] jsonschema==3.2.0 [2020-09-28T23:11:39.136Z] keystoneauth1==4.2.1 [2020-09-28T23:11:39.136Z] kubernetes==11.0.0 [2020-09-28T23:11:39.136Z] lftools==0.34.2 [2020-09-28T23:11:39.136Z] lxml==4.5.0 [2020-09-28T23:11:39.136Z] MarkupSafe==0.23 [2020-09-28T23:11:39.136Z] msgpack==1.0.0 [2020-09-28T23:11:39.136Z] multi-key-dict==2.0.3 [2020-09-28T23:11:39.136Z] multidict==4.7.6 [2020-09-28T23:11:39.136Z] munch==2.5.0 [2020-09-28T23:11:39.136Z] netaddr==0.8.0 [2020-09-28T23:11:39.136Z] netifaces==0.10.9 [2020-09-28T23:11:39.136Z] niet==1.4.2 [2020-09-28T23:11:39.136Z] nodeenv==1.3.5 [2020-09-28T23:11:39.136Z] oauth2client==4.1.3 [2020-09-28T23:11:39.136Z] oauthlib==3.1.0 [2020-09-28T23:11:39.136Z] openstacksdk==0.50.0 [2020-09-28T23:11:39.136Z] os-client-config==2.1.0 [2020-09-28T23:11:39.136Z] os-service-types==1.7.0 [2020-09-28T23:11:39.136Z] osc-lib==2.2.1 [2020-09-28T23:11:39.136Z] oslo.config==8.3.2 [2020-09-28T23:11:39.136Z] oslo.context==3.1.1 [2020-09-28T23:11:39.136Z] oslo.i18n==5.0.1 [2020-09-28T23:11:39.136Z] oslo.log==4.4.0 [2020-09-28T23:11:39.136Z] oslo.serialization==4.0.1 [2020-09-28T23:11:39.136Z] oslo.utils==4.6.0 [2020-09-28T23:11:39.136Z] packaging==20.4 [2020-09-28T23:11:39.136Z] pbr==5.4.4 [2020-09-28T23:11:39.136Z] pluggy==0.13.1 [2020-09-28T23:11:39.136Z] prettytable==0.7.2 [2020-09-28T23:11:39.136Z] py==1.9.0 [2020-09-28T23:11:39.136Z] pyasn1==0.4.8 [2020-09-28T23:11:39.136Z] pyasn1-modules==0.2.8 [2020-09-28T23:11:39.136Z] pycparser==2.20 [2020-09-28T23:11:39.136Z] pygerrit2==2.0.10 [2020-09-28T23:11:39.136Z] PyGithub==1.46 [2020-09-28T23:11:39.136Z] pyinotify==0.9.6 [2020-09-28T23:11:39.136Z] PyJWT==1.7.1 [2020-09-28T23:11:39.136Z] pyparsing==2.4.7 [2020-09-28T23:11:39.136Z] pyperclip==1.8.0 [2020-09-28T23:11:39.136Z] pyroute2==0.4.13 [2020-09-28T23:11:39.136Z] pyrsistent==0.15.7 [2020-09-28T23:11:39.136Z] PySocks==1.6.8 [2020-09-28T23:11:39.136Z] python-cinderclient==7.2.0 [2020-09-28T23:11:39.136Z] python-dateutil==2.8.1 [2020-09-28T23:11:39.136Z] python-heatclient==2.2.1 [2020-09-28T23:11:39.136Z] python-jenkins==1.7.0 [2020-09-28T23:11:39.136Z] python-keystoneclient==4.1.1 [2020-09-28T23:11:39.136Z] python-magnumclient==3.2.1 [2020-09-28T23:11:39.136Z] python-novaclient==17.2.1 [2020-09-28T23:11:39.136Z] python-openstackclient==5.3.1 [2020-09-28T23:11:39.136Z] python-swiftclient==3.10.1 [2020-09-28T23:11:39.136Z] pytz==2020.1 [2020-09-28T23:11:39.136Z] PyYAML==5.3 [2020-09-28T23:11:39.136Z] requests==2.23.0 [2020-09-28T23:11:39.136Z] requests-oauthlib==1.3.0 [2020-09-28T23:11:39.136Z] requestsexceptions==1.4.0 [2020-09-28T23:11:39.136Z] rfc3986==1.4.0 [2020-09-28T23:11:39.136Z] rpm==4.11.3 [2020-09-28T23:11:39.136Z] rsa==4.0 [2020-09-28T23:11:39.136Z] ruamel.yaml==0.16.10 [2020-09-28T23:11:39.136Z] ruamel.yaml.clib==0.2.0 [2020-09-28T23:11:39.136Z] s3transfer==0.3.3 [2020-09-28T23:11:39.136Z] shade==1.27.2 [2020-09-28T23:11:39.136Z] simplejson==3.17.2 [2020-09-28T23:11:39.136Z] six==1.14.0 [2020-09-28T23:11:39.137Z] soupsieve==2.0 [2020-09-28T23:11:39.137Z] stevedore==3.2.2 [2020-09-28T23:11:39.137Z] tabulate==0.8.6 [2020-09-28T23:11:39.137Z] toml==0.10.0 [2020-09-28T23:11:39.137Z] tox==3.20.0 [2020-09-28T23:11:39.137Z] tqdm==4.43.0 [2020-09-28T23:11:39.137Z] typing-extensions==3.7.4.3 [2020-09-28T23:11:39.137Z] urllib3==1.25.8 [2020-09-28T23:11:39.137Z] virtualenv==20.0.31 [2020-09-28T23:11:39.137Z] wcwidth==0.2.5 [2020-09-28T23:11:39.137Z] websocket-client==0.57.0 [2020-09-28T23:11:39.137Z] wrapt==1.12.1 [2020-09-28T23:11:39.137Z] xdg==3.0.2 [2020-09-28T23:11:39.137Z] xmltodict==0.12.0 [2020-09-28T23:11:39.137Z] yarl==1.6.0 [2020-09-28T23:11:39.137Z] yq==2.11.1 [2020-09-28T23:11:39.137Z] zipp==3.2.0 [2020-09-28T23:11:39.137Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:39.137Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-09-28T23:11:40.546Z] Python 2.7.5 [2020-09-28T23:11:40.546Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-09-28T23:11:41.183Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-09-28T23:11:41.764Z] ansible==2.9.7 [2020-09-28T23:11:41.764Z] Babel==0.9.6 [2020-09-28T23:11:41.764Z] backports.ssl-match-hostname==3.5.0.1 [2020-09-28T23:11:41.764Z] beautifulsoup4==4.4.1 [2020-09-28T23:11:41.764Z] bodhi==2.11.0 [2020-09-28T23:11:41.764Z] bodhi-client==2.11.0 [2020-09-28T23:11:41.764Z] CCColUtils==1.4 [2020-09-28T23:11:41.764Z] cffi==1.6.0 [2020-09-28T23:11:41.764Z] chardet==2.2.1 [2020-09-28T23:11:41.764Z] click==6.7 [2020-09-28T23:11:41.764Z] cloud-init==18.5 [2020-09-28T23:11:41.764Z] configobj==4.7.2 [2020-09-28T23:11:41.764Z] cryptography==1.7.2 [2020-09-28T23:11:41.764Z] decorator==3.4.0 [2020-09-28T23:11:41.764Z] distro==1.2.0 [2020-09-28T23:11:41.764Z] enum34==1.0.4 [2020-09-28T23:11:41.764Z] fedpkg==1.38 [2020-09-28T23:11:41.764Z] futures==3.1.1 [2020-09-28T23:11:41.764Z] gitdb==0.6.4 [2020-09-28T23:11:41.764Z] GitPython==1.0.1 [2020-09-28T23:11:41.764Z] html5lib==0.999 [2020-09-28T23:11:41.764Z] httplib2==0.9.2 [2020-09-28T23:11:41.764Z] idna==2.4 [2020-09-28T23:11:41.764Z] iniparse==0.4 [2020-09-28T23:11:41.764Z] ipaddress==1.0.16 [2020-09-28T23:11:41.764Z] IPy==0.75 [2020-09-28T23:11:41.764Z] javapackages==1.0.0 [2020-09-28T23:11:41.764Z] Jinja2==2.7.2 [2020-09-28T23:11:41.764Z] jmespath==0.9.4 [2020-09-28T23:11:41.764Z] jsonpatch==1.2 [2020-09-28T23:11:41.764Z] jsonpointer==1.9 [2020-09-28T23:11:41.764Z] kerberos==1.1 [2020-09-28T23:11:41.764Z] kitchen==1.1.1 [2020-09-28T23:11:41.764Z] langtable==0.0.31 [2020-09-28T23:11:41.764Z] lockfile==0.9.1 [2020-09-28T23:11:41.764Z] lxml==3.2.1 [2020-09-28T23:11:41.764Z] MarkupSafe==0.11 [2020-09-28T23:11:41.764Z] munch==2.0.2 [2020-09-28T23:11:41.764Z] offtrac==0.1.0 [2020-09-28T23:11:41.764Z] openidc-client==0.6.0 [2020-09-28T23:11:41.764Z] packagedb-cli==2.14.1 [2020-09-28T23:11:41.764Z] paramiko==2.1.1 [2020-09-28T23:11:41.764Z] perf==0.1 [2020-09-28T23:11:41.764Z] ply==3.4 [2020-09-28T23:11:41.764Z] policycoreutils-default-encoding==0.1 [2020-09-28T23:11:41.764Z] prettytable==0.7.2 [2020-09-28T23:11:41.764Z] pyasn1==0.1.9 [2020-09-28T23:11:41.764Z] pycparser==2.14 [2020-09-28T23:11:41.764Z] pycurl==7.19.0 [2020-09-28T23:11:41.764Z] pygobject==3.22.0 [2020-09-28T23:11:41.764Z] pygpgme==0.3 [2020-09-28T23:11:41.764Z] pyliblzma==0.5.3 [2020-09-28T23:11:41.764Z] pyOpenSSL==0.13.1 [2020-09-28T23:11:41.764Z] pyparsing==1.5.6 [2020-09-28T23:11:41.764Z] pyserial==2.6 [2020-09-28T23:11:41.764Z] python-augeas==0.5.0 [2020-09-28T23:11:41.764Z] python-bugzilla==2.3.0 [2020-09-28T23:11:41.764Z] python-dateutil==1.5 [2020-09-28T23:11:41.764Z] python-fedora==0.10.0 [2020-09-28T23:11:41.764Z] python-linux-procfs==0.4.9 [2020-09-28T23:11:41.764Z] python-yubico==1.2.3 [2020-09-28T23:11:41.764Z] pyudev==0.15 [2020-09-28T23:11:41.764Z] pyusb==1.0.0b1 [2020-09-28T23:11:41.764Z] pyxattr==0.5.1 [2020-09-28T23:11:41.764Z] PyYAML==3.10 [2020-09-28T23:11:41.764Z] requests==2.6.0 [2020-09-28T23:11:41.764Z] requests-kerberos==0.7.0 [2020-09-28T23:11:41.764Z] rpkg==1.60 [2020-09-28T23:11:41.764Z] schedutils==0.4 [2020-09-28T23:11:41.764Z] seobject==0.1 [2020-09-28T23:11:41.764Z] sepolicy==1.1 [2020-09-28T23:11:41.764Z] six==1.9.0 [2020-09-28T23:11:41.764Z] smmap==0.9.0 [2020-09-28T23:11:41.764Z] urlgrabber==3.10 [2020-09-28T23:11:41.764Z] urllib3==1.10.2 [2020-09-28T23:11:41.764Z] virtualenv==15.1.0 [2020-09-28T23:11:41.764Z] yum-langpacks==0.4.2 [2020-09-28T23:11:41.764Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-09-28T23:11:41.785Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T23:11:42.163Z] ---> sudo-logs.sh [2020-09-28T23:11:42.163Z] Archiving 'sudo' log.. [Pipeline] echo [2020-09-28T23:11:42.463Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T23:11:42.797Z] ---> job-cost.sh [2020-09-28T23:11:42.797Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jYOt [2020-09-28T23:11:52.844Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:52.844Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:53.795Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:53.795Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:53.795Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:53.795Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:54.059Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:54.059Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:54.323Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:54.323Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:54.323Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:54.323Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:54.586Z] Cache entry deserialization failed, entry ignored [2020-09-28T23:11:57.146Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-09-28T23:12:29.313Z] ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. [2020-09-28T23:12:29.313Z] [2020-09-28T23:12:29.313Z] We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. [2020-09-28T23:12:29.313Z] [2020-09-28T23:12:29.313Z] virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. [2020-09-28T23:12:29.313Z] lf-activate-venv(): INFO: Adding /tmp/venv-jYOt/bin to PATH [2020-09-28T23:12:29.313Z] INFO: No Stack... [2020-09-28T23:12:29.313Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-09-28T23:12:29.313Z] INFO: Archiving Costs [Pipeline] echo [2020-09-28T23:12:29.329Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-28T23:12:29.641Z] ---> logs-deploy.sh [2020-09-28T23:12:29.641Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-176/2 [2020-09-28T23:12:29.641Z] INFO: archiving workspace using pattern(s): [2020-09-28T23:12:31.567Z] Archives upload complete. [2020-09-28T23:12:31.567Z] INFO: archiving logs to Nexus