Pull request #224 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492+81056913ade62285a0719976c4ebc3b61d7097b7 (0d2ad2e53061a9accb47c107662fbad0b1579397) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-772 in /w/workspace/xfoundry_device-modbus-go_PR-224 [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-224 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 81056913ade62285a0719976c4ebc3b61d7097b7 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 Merge succeeded, producing 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 Checking out Revision 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 (PR-224) > git config core.sparsecheckout # timeout=10 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # 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 81056913ade62285a0719976c4ebc3b61d7097b7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T09:54:09.148Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T09:54:09.241Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T09:54:09.269Z] ========================================================= [2021-04-19T09:54:09.269Z] EdgeX Global Pipelines Version Info [2021-04-19T09:54:09.269Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 45fed09d970e59a00ad08871c495676406948a39 # timeout=10 [2021-04-19T09:54:12.188Z] ------------------- [2021-04-19T09:54:12.189Z] stable info: [2021-04-19T09:54:12.189Z] ------------------- [2021-04-19T09:54:12.189Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T09:54:12.189Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T09:54:12.189Z] Message: update stable to v1.0.186 [2021-04-19T09:54:13.333Z] ------------------- [2021-04-19T09:54:13.334Z] experimental info: [2021-04-19T09:54:13.334Z] ------------------- [2021-04-19T09:54:13.334Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T09:54:13.334Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-19T09:54:13.334Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T09:54:13.491Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2021-04-19T09:54:13.516Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2021-04-19T09:54:13.540Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T09:54:13.566Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T09:54:13.590Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T09:54:13.614Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T09:54:13.639Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T09:54:13.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T09:54:13.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T09:54:13.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T09:54:13.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T09:54:13.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2021-04-19T09:54:13.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T09:54:13.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T09:54:13.864Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T09:54:13.888Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T09:54:13.920Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T09:54:13.950Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T09:54:13.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T09:54:14.015Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T09:54:14.039Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T09:54:14.063Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T09:54:14.086Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T09:54:14.112Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T09:54:14.136Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T09:54:14.162Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T09:54:14.185Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-224 [Pipeline] echo [2021-04-19T09:54:14.208Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-224 [Pipeline] echo [2021-04-19T09:54:14.230Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-224 [Pipeline] echo [2021-04-19T09:54:14.273Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [Pipeline] echo [2021-04-19T09:54:14.296Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 658f49e [Pipeline] echo [2021-04-19T09:54:14.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T09:54:14.386Z] provisioning config files... [2021-04-19T09:54:14.424Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/config749864125264231446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T09:54:14.771Z] ---> docker-login.sh [2021-04-19T09:54:14.771Z] nexus3.edgexfoundry.org:10001 [2021-04-19T09:54:15.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:54:15.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:54:15.747Z] Configure a credential helper to remove this warning. See [2021-04-19T09:54:15.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:54:15.747Z] [2021-04-19T09:54:15.747Z] Login Succeeded [2021-04-19T09:54:15.747Z] nexus3.edgexfoundry.org:10002 [2021-04-19T09:54:16.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:54:16.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:54:16.019Z] Configure a credential helper to remove this warning. See [2021-04-19T09:54:16.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:54:16.019Z] [2021-04-19T09:54:16.019Z] Login Succeeded [2021-04-19T09:54:16.019Z] nexus3.edgexfoundry.org:10003 [2021-04-19T09:54:16.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:54:16.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:54:16.283Z] Configure a credential helper to remove this warning. See [2021-04-19T09:54:16.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:54:16.283Z] [2021-04-19T09:54:16.283Z] Login Succeeded [2021-04-19T09:54:16.283Z] nexus3.edgexfoundry.org:10004 [2021-04-19T09:54:16.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:54:16.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:54:16.556Z] Configure a credential helper to remove this warning. See [2021-04-19T09:54:16.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:54:16.556Z] [2021-04-19T09:54:16.556Z] Login Succeeded [2021-04-19T09:54:16.556Z] docker.io [2021-04-19T09:54:16.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:54:16.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:54:16.835Z] Configure a credential helper to remove this warning. See [2021-04-19T09:54:16.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:54:16.835Z] [2021-04-19T09:54:16.835Z] Login Succeeded [2021-04-19T09:54:16.835Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T09:54:16.849Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T09:54:17.302Z] + git log --format=format:%s -1 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [Pipeline] echo [2021-04-19T09:54:17.409Z] GIT_COMMIT: 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-04-19T09:54:17.423Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T09:54:18.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T09:54:18.299Z] [2021-04-19T09:54:18.299Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T09:54:19.852Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T09:54:19.852Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T09:54:19.852Z] 31603596830f: Pulling fs layer [2021-04-19T09:54:19.852Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T09:54:19.852Z] 6ca5941a6612: Pulling fs layer [2021-04-19T09:54:19.852Z] ecc8261a40a4: Pulling fs layer [2021-04-19T09:54:19.852Z] ecc8261a40a4: Waiting [2021-04-19T09:54:19.852Z] 2a8b12db71e7: Download complete [2021-04-19T09:54:19.852Z] 31603596830f: Verifying Checksum [2021-04-19T09:54:19.852Z] 31603596830f: Download complete [2021-04-19T09:54:19.852Z] ecc8261a40a4: Verifying Checksum [2021-04-19T09:54:19.852Z] ecc8261a40a4: Download complete [2021-04-19T09:54:19.852Z] 6ca5941a6612: Verifying Checksum [2021-04-19T09:54:19.852Z] 6ca5941a6612: Download complete [2021-04-19T09:54:20.148Z] 31603596830f: Pull complete [2021-04-19T09:54:20.417Z] 2a8b12db71e7: Pull complete [2021-04-19T09:54:21.860Z] 6ca5941a6612: Pull complete [2021-04-19T09:54:22.488Z] ecc8261a40a4: Pull complete [2021-04-19T09:54:22.489Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T09:54:22.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T09:54:22.489Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T09:54:22.859Z] prd-centos7-docker-4c-2g-772 does not seem to be running inside a container [2021-04-19T09:54:23.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-224 -v /w/workspace/xfoundry_device-modbus-go_PR-224:/w/workspace/xfoundry_device-modbus-go_PR-224:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-224@tmp:/w/workspace/xfoundry_device-modbus-go_PR-224@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 [2021-04-19T09:54:25.728Z] $ docker top cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T09:54:25.961Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T09:54:25.961Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T09:54:26.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T09:54:26.258Z] $ docker exec cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c ssh-agent [2021-04-19T09:54:26.476Z] SSH_AUTH_SOCK=/tmp/ssh-gMQcG1qD8Alp/agent.12 [2021-04-19T09:54:26.476Z] SSH_AGENT_PID=18 [2021-04-19T09:54:26.492Z] Running ssh-add (command line suppressed) [2021-04-19T09:54:26.664Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_7361385341907877212.key (/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_7361385341907877212.key) [2021-04-19T09:54:26.729Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T09:54:27.050Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T09:54:27.078Z] $ docker exec --env ******** --env ******** cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c ssh-agent -k [2021-04-19T09:54:27.234Z] unset SSH_AUTH_SOCK; [2021-04-19T09:54:27.234Z] unset SSH_AGENT_PID; [2021-04-19T09:54:27.234Z] echo Agent pid 18 killed; [2021-04-19T09:54:27.303Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T09:54:27.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T09:54:27.347Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T09:54:27.630Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T09:54:27.636Z] $ docker exec cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c ssh-agent [2021-04-19T09:54:27.991Z] SSH_AUTH_SOCK=/tmp/ssh-ePKQXbHCbyVI/agent.47 [2021-04-19T09:54:27.991Z] SSH_AGENT_PID=53 [2021-04-19T09:54:28.002Z] Running ssh-add (command line suppressed) [2021-04-19T09:54:28.325Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_5826081311560877911.key (/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_5826081311560877911.key) [2021-04-19T09:54:28.529Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T09:54:29.257Z] + git semver init [2021-04-19T09:54:29.257Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T09:54:29.257Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-224/.git [2021-04-19T09:54:29.257Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-224 [2021-04-19T09:54:29.257Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T09:54:29.257Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T09:54:29.257Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T09:54:29.257Z] # $SEMVER_BRANCH = PR-224 [2021-04-19T09:54:29.257Z] # $SEMVER_TEMP = /tmp/semver-222232494 [2021-04-19T09:54:29.257Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2021-04-19T09:54:29.856Z] # '/tmp/semver-222232494' -> '/w/workspace/xfoundry_device-modbus-go_PR-224/.semver' [2021-04-19T09:54:29.856Z] # -> Force: false [2021-04-19T09:54:29.856Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-224/.semver [Pipeline] } [2021-04-19T09:54:29.870Z] $ docker exec --env ******** --env ******** cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c ssh-agent -k [2021-04-19T09:54:30.034Z] unset SSH_AUTH_SOCK; [2021-04-19T09:54:30.035Z] unset SSH_AGENT_PID; [2021-04-19T09:54:30.035Z] echo Agent pid 53 killed; [2021-04-19T09:54:30.089Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T09:54:30.754Z] + git semver [Pipeline] } [2021-04-19T09:54:30.774Z] $ docker stop --time=1 cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c [2021-04-19T09:54:32.227Z] $ docker rm -f cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T09:54:32.707Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T09:54:33.105Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T09:54:33.108Z] [edgeXSemver]: initialized semver on 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 [2021-04-19T09:54:48.282Z] Still waiting to schedule task [2021-04-19T09:54:48.283Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-19T09:54:48.285Z] Still waiting to schedule task [2021-04-19T09:54:48.285Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-19T09:59:15.191Z] Running on prd-centos7-docker-4c-2g-777 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] ws [2021-04-19T09:59:15.212Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2021-04-19T09:59:16.541Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-778 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] ws [2021-04-19T09:59:16.561Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2021-04-19T09:59:22.330Z] using credential edgex-jenkins-ssh [2021-04-19T09:59:22.352Z] Cloning the remote Git repository [2021-04-19T09:59:22.405Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-04-19T09:59:22.512Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2021-04-19T09:59:22.632Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-04-19T09:59:22.633Z] > git --version # timeout=10 [2021-04-19T09:59:22.659Z] > git --version # 'git version 2.17.1' [2021-04-19T09:59:22.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T09:59:22.726Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T09:59:24.211Z] Merging remotes/origin/master commit 81056913ade62285a0719976c4ebc3b61d7097b7 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [2021-04-19T09:59:23.611Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-04-19T09:59:23.638Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T09:59:23.674Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-04-19T09:59:23.709Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-04-19T09:59:23.710Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T09:59:23.723Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T09:59:24.234Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T09:59:24.247Z] > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [2021-04-19T09:59:24.419Z] Merge succeeded, producing 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [2021-04-19T09:59:24.420Z] Checking out Revision 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 (PR-224) [2021-04-19T09:59:24.332Z] > git remote # timeout=10 [2021-04-19T09:59:24.351Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T09:59:24.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T09:59:24.379Z] > git merge 81056913ade62285a0719976c4ebc3b61d7097b7 # timeout=10 [2021-04-19T09:59:24.406Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T09:59:24.430Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T09:59:24.440Z] > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [2021-04-19T09:59:26.779Z] using credential edgex-jenkins-ssh [2021-04-19T09:59:26.802Z] Cloning the remote Git repository [2021-04-19T09:59:26.841Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-04-19T09:59:26.934Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2021-04-19T09:59:27.033Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-04-19T09:59:27.033Z] > git --version # timeout=10 [2021-04-19T09:59:27.043Z] > git --version # 'git version 2.24.3' [2021-04-19T09:59:27.045Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T09:59:27.114Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T09:59:28.356Z] Merging remotes/origin/master commit 81056913ade62285a0719976c4ebc3b61d7097b7 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [2021-04-19T09:59:28.541Z] Merge succeeded, producing 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [2021-04-19T09:59:28.541Z] Checking out Revision 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 (PR-224) [2021-04-19T09:59:27.807Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-04-19T09:59:27.837Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T09:59:27.877Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-04-19T09:59:27.901Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-04-19T09:59:27.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T09:59:27.910Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T09:59:28.369Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T09:59:28.392Z] > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [2021-04-19T09:59:28.446Z] > git remote # timeout=10 [2021-04-19T09:59:28.458Z] > git config --get remote.origin.url # timeout=10 [2021-04-19T09:59:28.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T09:59:28.494Z] > git merge 81056913ade62285a0719976c4ebc3b61d7097b7 # timeout=10 [2021-04-19T09:59:28.518Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-19T09:59:28.549Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T09:59:28.559Z] > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [2021-04-19T09:59:28.735Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T09:59:30.150Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T09:59:30.548Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T09:59:30.894Z] + + sudo servicetrue [2021-04-19T09:59:30.894Z] docker restart [2021-04-19T09:59:32.744Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T09:59:33.897Z] provisioning config files... [2021-04-19T09:59:33.971Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/2@tmp/config1262320132703264945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T09:59:34.178Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T09:59:34.342Z] ---> docker-login.sh [2021-04-19T09:59:34.342Z] nexus3.edgexfoundry.org:10001 [2021-04-19T09:59:34.569Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T09:59:34.913Z] + true [2021-04-19T09:59:34.913Z] + sudo service docker restart [2021-04-19T09:59:34.913Z] Redirecting to /bin/systemctl restart docker.service [2021-04-19T09:59:34.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:35.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:35.543Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:35.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:35.543Z] [2021-04-19T09:59:35.543Z] Login Succeeded [2021-04-19T09:59:35.543Z] nexus3.edgexfoundry.org:10002 [2021-04-19T09:59:35.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:36.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:36.094Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:36.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:36.094Z] [2021-04-19T09:59:36.094Z] Login Succeeded [2021-04-19T09:59:36.094Z] nexus3.edgexfoundry.org:10003 [2021-04-19T09:59:36.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:36.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:36.644Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:36.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:36.644Z] [2021-04-19T09:59:36.644Z] Login Succeeded [2021-04-19T09:59:36.644Z] nexus3.edgexfoundry.org:10004 [2021-04-19T09:59:36.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:36.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:36.917Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:36.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:36.917Z] [2021-04-19T09:59:36.917Z] Login Succeeded [2021-04-19T09:59:36.917Z] docker.io [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T09:59:37.038Z] provisioning config files... [2021-04-19T09:59:37.086Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/2@tmp/config446508901355529030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T09:59:37.502Z] ---> docker-login.sh [2021-04-19T09:59:37.502Z] nexus3.edgexfoundry.org:10001 [2021-04-19T09:59:37.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:37.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:37.783Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:37.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:37.783Z] [2021-04-19T09:59:37.783Z] Login Succeeded [2021-04-19T09:59:37.783Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T09:59:37.799Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T09:59:38.112Z] ========================================================= [2021-04-19T09:59:38.112Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T09:59:38.112Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T09:59:38.498Z] + 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 . [2021-04-19T09:59:38.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:38.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:38.547Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:38.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:38.547Z] [2021-04-19T09:59:38.547Z] Login Succeeded [2021-04-19T09:59:38.547Z] nexus3.edgexfoundry.org:10002 [2021-04-19T09:59:38.785Z] Sending build context to Docker daemon 586.2kB [2021-04-19T09:59:38.785Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T09:59:38.785Z] Step 2/8 : FROM ${BASE} [2021-04-19T09:59:38.785Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T09:59:38.785Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T09:59:38.785Z] a4357932f1b6: Pulling fs layer [2021-04-19T09:59:38.785Z] 18c013af1878: Pulling fs layer [2021-04-19T09:59:38.785Z] 00ac8860ef70: Pulling fs layer [2021-04-19T09:59:38.785Z] 63d7cb157983: Pulling fs layer [2021-04-19T09:59:38.785Z] b116817d02f9: Pulling fs layer [2021-04-19T09:59:38.785Z] 745a02a5169b: Pulling fs layer [2021-04-19T09:59:38.785Z] 63d7cb157983: Waiting [2021-04-19T09:59:38.785Z] 00ac8860ef70: Waiting [2021-04-19T09:59:38.785Z] b116817d02f9: Waiting [2021-04-19T09:59:38.785Z] 745a02a5169b: Waiting [2021-04-19T09:59:38.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:38.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:38.829Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:38.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:38.829Z] [2021-04-19T09:59:38.829Z] Login Succeeded [2021-04-19T09:59:38.829Z] nexus3.edgexfoundry.org:10003 [2021-04-19T09:59:39.061Z] 18c013af1878: Verifying Checksum [2021-04-19T09:59:39.061Z] 18c013af1878: Download complete [2021-04-19T09:59:39.061Z] a4357932f1b6: Verifying Checksum [2021-04-19T09:59:39.061Z] a4357932f1b6: Download complete [2021-04-19T09:59:39.061Z] 63d7cb157983: Verifying Checksum [2021-04-19T09:59:39.061Z] 63d7cb157983: Download complete [2021-04-19T09:59:39.061Z] b116817d02f9: Verifying Checksum [2021-04-19T09:59:39.061Z] b116817d02f9: Download complete [2021-04-19T09:59:39.061Z] 5f621e34cdf4: Download complete [2021-04-19T09:59:39.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:39.661Z] 5f621e34cdf4: Pull complete [2021-04-19T09:59:40.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:40.030Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:40.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:40.030Z] [2021-04-19T09:59:40.030Z] Login Succeeded [2021-04-19T09:59:40.030Z] nexus3.edgexfoundry.org:10004 [2021-04-19T09:59:40.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:40.262Z] a4357932f1b6: Pull complete [2021-04-19T09:59:40.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:40.300Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:40.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:40.300Z] [2021-04-19T09:59:40.300Z] Login Succeeded [2021-04-19T09:59:40.300Z] docker.io [2021-04-19T09:59:40.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T09:59:40.547Z] 18c013af1878: Pull complete [2021-04-19T09:59:40.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T09:59:40.568Z] Configure a credential helper to remove this warning. See [2021-04-19T09:59:40.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T09:59:40.568Z] [2021-04-19T09:59:40.568Z] Login Succeeded [2021-04-19T09:59:40.568Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T09:59:40.578Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T09:59:40.845Z] ========================================================= [2021-04-19T09:59:40.845Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T09:59:40.845Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T09:59:41.171Z] + 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 . [2021-04-19T09:59:41.454Z] Sending build context to Docker daemon 587.3kB [2021-04-19T09:59:41.454Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T09:59:41.454Z] Step 2/8 : FROM ${BASE} [2021-04-19T09:59:41.454Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T09:59:41.454Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T09:59:41.454Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T09:59:41.454Z] de9db76c5a1d: Pulling fs layer [2021-04-19T09:59:41.454Z] bca2f99d35d6: Pulling fs layer [2021-04-19T09:59:41.454Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T09:59:41.454Z] 7c6f9722023f: Pulling fs layer [2021-04-19T09:59:41.454Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T09:59:41.454Z] bca2f99d35d6: Waiting [2021-04-19T09:59:41.454Z] 93359f2a8cfa: Waiting [2021-04-19T09:59:41.454Z] 7c6f9722023f: Waiting [2021-04-19T09:59:41.454Z] a35cf1a2eb13: Waiting [2021-04-19T09:59:41.454Z] de9db76c5a1d: Download complete [2021-04-19T09:59:41.454Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T09:59:41.454Z] 0ef7d3d256c8: Download complete [2021-04-19T09:59:41.455Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T09:59:41.455Z] 93359f2a8cfa: Download complete [2021-04-19T09:59:41.455Z] 7c6f9722023f: Verifying Checksum [2021-04-19T09:59:41.455Z] 7c6f9722023f: Download complete [2021-04-19T09:59:41.547Z] 745a02a5169b: Download complete [2021-04-19T09:59:42.455Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T09:59:42.455Z] 188c0c94c7c5: Download complete [2021-04-19T09:59:43.093Z] 188c0c94c7c5: Pull complete [2021-04-19T09:59:43.535Z] 00ac8860ef70: Verifying Checksum [2021-04-19T09:59:43.535Z] 00ac8860ef70: Download complete [2021-04-19T09:59:43.702Z] 0ef7d3d256c8: Pull complete [2021-04-19T09:59:43.978Z] de9db76c5a1d: Pull complete [2021-04-19T09:59:45.442Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T09:59:45.442Z] a35cf1a2eb13: Download complete [2021-04-19T09:59:46.439Z] bca2f99d35d6: Verifying Checksum [2021-04-19T09:59:46.439Z] bca2f99d35d6: Download complete [2021-04-19T09:59:53.714Z] 00ac8860ef70: Pull complete [2021-04-19T09:59:53.714Z] 63d7cb157983: Pull complete [2021-04-19T09:59:53.714Z] b116817d02f9: Pull complete [2021-04-19T09:59:57.123Z] 745a02a5169b: Pull complete [2021-04-19T09:59:57.123Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T09:59:57.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T09:59:57.123Z] ---> b7e6874047d6 [2021-04-19T09:59:57.123Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-19T09:59:59.734Z] ---> Running in bef10255518b [2021-04-19T10:00:00.007Z] Removing intermediate container bef10255518b [2021-04-19T10:00:00.007Z] ---> a0c511f49e10 [2021-04-19T10:00:00.007Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T10:00:00.007Z] ---> Running in 1db9a29b5c40 [2021-04-19T10:00:01.784Z] bca2f99d35d6: Pull complete [2021-04-19T10:00:01.994Z] Removing intermediate container 1db9a29b5c40 [2021-04-19T10:00:01.994Z] ---> 6317272d83e9 [2021-04-19T10:00:01.994Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-19T10:00:02.095Z] 93359f2a8cfa: Pull complete [2021-04-19T10:00:02.271Z] ---> Running in 1c3085793f9d [2021-04-19T10:00:02.779Z] 7c6f9722023f: Pull complete [2021-04-19T10:00:03.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T10:00:04.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T10:00:05.217Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-19T10:00:05.217Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-19T10:00:05.217Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-19T10:00:05.500Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-19T10:00:05.500Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-19T10:00:05.772Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-19T10:00:06.043Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-19T10:00:07.031Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-19T10:00:07.031Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-19T10:00:07.031Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-19T10:00:07.302Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-19T10:00:07.573Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-19T10:00:07.846Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-19T10:00:07.846Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T10:00:07.846Z] OK: 149 MiB in 52 packages [2021-04-19T10:00:09.304Z] Removing intermediate container 1c3085793f9d [2021-04-19T10:00:09.304Z] ---> c679c85664f9 [2021-04-19T10:00:09.304Z] Step 6/8 : WORKDIR /device-modbus-go [2021-04-19T10:00:09.578Z] ---> Running in 1fb428fa68d6 [2021-04-19T10:00:10.171Z] Removing intermediate container 1fb428fa68d6 [2021-04-19T10:00:10.172Z] ---> 30f8f17195f0 [2021-04-19T10:00:10.172Z] Step 7/8 : COPY . . [2021-04-19T10:00:11.160Z] ---> 0f1defd4bd82 [2021-04-19T10:00:11.160Z] Step 8/8 : RUN go mod download [2021-04-19T10:00:11.160Z] ---> Running in 55381927f9a7 [2021-04-19T10:00:11.422Z] a35cf1a2eb13: Pull complete [2021-04-19T10:00:11.422Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T10:00:11.422Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T10:00:11.422Z] ---> a62c8e92a672 [2021-04-19T10:00:11.422Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-19T10:00:11.718Z] ---> Running in de6ca7066fd4 [2021-04-19T10:00:12.038Z] Removing intermediate container de6ca7066fd4 [2021-04-19T10:00:12.038Z] ---> 0dae0927a81c [2021-04-19T10:00:12.038Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T10:00:12.323Z] ---> Running in db04305e9b4a [2021-04-19T10:00:15.090Z] Removing intermediate container db04305e9b4a [2021-04-19T10:00:15.091Z] ---> 474b1b779fdd [2021-04-19T10:00:15.091Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-19T10:00:15.379Z] ---> Running in ef3ac4106e1b [2021-04-19T10:00:16.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T10:00:17.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T10:00:18.646Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-19T10:00:18.646Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-19T10:00:18.646Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-19T10:00:18.957Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-19T10:00:18.957Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-19T10:00:19.284Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-19T10:00:19.284Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-19T10:00:20.305Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-19T10:00:20.305Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-19T10:00:20.610Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-19T10:00:20.610Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-19T10:00:20.883Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-19T10:00:21.154Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-19T10:00:21.154Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T10:00:21.154Z] OK: 173 MiB in 52 packages [2021-04-19T10:00:22.669Z] Removing intermediate container ef3ac4106e1b [2021-04-19T10:00:22.669Z] ---> a6d8ddba7cc9 [2021-04-19T10:00:22.669Z] Step 6/8 : WORKDIR /device-modbus-go [2021-04-19T10:00:22.669Z] ---> Running in c5207a6db310 [2021-04-19T10:00:22.971Z] Removing intermediate container c5207a6db310 [2021-04-19T10:00:22.971Z] ---> 56eb518b91aa [2021-04-19T10:00:22.971Z] Step 7/8 : COPY . . [2021-04-19T10:00:24.016Z] ---> f34bbcf51ea8 [2021-04-19T10:00:24.016Z] Step 8/8 : RUN go mod download [2021-04-19T10:00:24.297Z] ---> Running in b1b21f6851d2 [2021-04-19T10:00:38.019Z] Removing intermediate container 55381927f9a7 [2021-04-19T10:00:38.019Z] ---> fa8256a58ae1 [2021-04-19T10:00:38.019Z] Successfully built fa8256a58ae1 [2021-04-19T10:00:38.019Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:00:38.359Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T10:00:38.359Z] . [Pipeline] withDockerContainer [2021-04-19T10:00:38.640Z] prd-ubuntu18.04-docker-arm64-4c-16g-778 does not seem to be running inside a container [2021-04-19T10:00:38.724Z] $ 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-arm64 cat [2021-04-19T10:00:40.220Z] $ docker top ea0390869603f3c5d0191d6dd07e01c7430a71b7c07450c4fc01b84ecd678999 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:00:41.183Z] + go version [2021-04-19T10:00:41.183Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T10:00:41.214Z] $ docker stop --time=1 ea0390869603f3c5d0191d6dd07e01c7430a71b7c07450c4fc01b84ecd678999 [2021-04-19T10:00:43.179Z] $ docker rm -f ea0390869603f3c5d0191d6dd07e01c7430a71b7c07450c4fc01b84ecd678999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:00:43.889Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T10:00:43.890Z] . [Pipeline] withDockerContainer [2021-04-19T10:00:44.157Z] prd-ubuntu18.04-docker-arm64-4c-16g-778 does not seem to be running inside a container [2021-04-19T10:00:44.246Z] $ 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-arm64 cat [2021-04-19T10:00:45.710Z] $ docker top 966989fcfc90d39b2769015aaf72490649168e846a4f0b4f2e95e502438a7775 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:00:46.665Z] + make test [2021-04-19T10:00:46.665Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-19T10:00:48.128Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-04-19T10:01:03.793Z] Removing intermediate container b1b21f6851d2 [2021-04-19T10:01:03.793Z] ---> e2e6fa33772b [2021-04-19T10:01:03.793Z] Successfully built e2e6fa33772b [2021-04-19T10:01:03.793Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:01:04.166Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T10:01:04.433Z] . [Pipeline] withDockerContainer [2021-04-19T10:01:04.612Z] prd-centos7-docker-4c-2g-777 does not seem to be running inside a container [2021-04-19T10:01:04.716Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-19T10:01:06.956Z] $ docker top 8f4fe408d862f44e08ff3e031c90adcd8f0a1801924c8e91b60d39ea21a2aff1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:01:07.964Z] + go version [2021-04-19T10:01:07.964Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T10:01:08.007Z] $ docker stop --time=1 8f4fe408d862f44e08ff3e031c90adcd8f0a1801924c8e91b60d39ea21a2aff1 [2021-04-19T10:01:09.767Z] $ docker rm -f 8f4fe408d862f44e08ff3e031c90adcd8f0a1801924c8e91b60d39ea21a2aff1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:01:10.727Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T10:01:10.728Z] . [Pipeline] withDockerContainer [2021-04-19T10:01:10.874Z] prd-centos7-docker-4c-2g-777 does not seem to be running inside a container [2021-04-19T10:01:11.000Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-19T10:01:12.379Z] $ docker top 67e37b7ddfab01709730e0f100fb6b3a842edec5ac1a86e90e19997488895130 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:01:13.456Z] + make test [2021-04-19T10:01:13.456Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-19T10:01:17.088Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-04-19T10:01:27.187Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-04-19T10:01:27.187Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.035s coverage: 50.1% of statements [2021-04-19T10:01:27.462Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-19T10:01:37.745Z] gofmt -l . [2021-04-19T10:01:37.745Z] [ "`gofmt -l .`" = "" ] [2021-04-19T10:01:37.745Z] ./bin/test-attribution-txt.sh [2021-04-19T10:01:38.051Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-19T10:01:38.322Z] make: *** [Makefile:29: test] Error 1 [Pipeline] } [2021-04-19T10:01:38.364Z] $ docker stop --time=1 966989fcfc90d39b2769015aaf72490649168e846a4f0b4f2e95e502438a7775 [2021-04-19T10:01:40.685Z] $ docker rm -f 966989fcfc90d39b2769015aaf72490649168e846a4f0b4f2e95e502438a7775 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:01:41.750Z] ---> job-cost.sh [2021-04-19T10:01:41.751Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DZ2c [2021-04-19T10:01:57.685Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-04-19T10:01:57.685Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.064s coverage: 50.1% of statements [2021-04-19T10:01:57.685Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-19T10:02:06.373Z] gofmt -l . [2021-04-19T10:02:06.373Z] [ "`gofmt -l .`" = "" ] [2021-04-19T10:02:06.373Z] ./bin/test-attribution-txt.sh [2021-04-19T10:02:07.824Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-19T10:02:08.089Z] make: *** [Makefile:29: test] Error 1 [Pipeline] } [2021-04-19T10:02:08.116Z] $ docker stop --time=1 67e37b7ddfab01709730e0f100fb6b3a842edec5ac1a86e90e19997488895130 [2021-04-19T10:02:10.632Z] $ docker rm -f 67e37b7ddfab01709730e0f100fb6b3a842edec5ac1a86e90e19997488895130 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:02:11.949Z] ---> job-cost.sh [2021-04-19T10:02:11.949Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FJY0 [2021-04-19T10:02:20.729Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T10:02:44.665Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T10:03:31.953Z] lf-activate-venv(): INFO: Adding /tmp/venv-FJY0/bin to PATH [2021-04-19T10:03:31.953Z] INFO: No Stack... [2021-04-19T10:03:31.953Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T10:03:31.953Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T10:03:33.337Z] + cat /w/workspace/device-modbus-go/2/archives/cost.csv [2021-04-19T10:03:33.338Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T10:03:34.585Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [2021-04-19T10:03:34.596Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] did not exist. Created. [2021-04-19T10:03:34.597Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T10:03:35.231Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-19T10:03:36.869Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T10:03:36.878Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T10:03:37.027Z] Failed in branch amd64 [2021-04-19T10:03:42.437Z] lf-activate-venv(): INFO: Adding /tmp/venv-DZ2c/bin to PATH [2021-04-19T10:03:42.437Z] INFO: No Stack... [2021-04-19T10:03:43.031Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T10:03:43.628Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T10:03:43.965Z] + cut -d, -f6 [2021-04-19T10:03:43.965Z] + cat /w/workspace/device-modbus-go/2/archives/cost.csv [Pipeline] lock [2021-04-19T10:03:44.280Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [2021-04-19T10:03:44.288Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] did not exist. Created. [2021-04-19T10:03:44.288Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T10:03:44.688Z] /w/workspace/device-modbus-go/2@tmp/durable-6ce6a520/script.sh: 1: /w/workspace/device-modbus-go/2@tmp/durable-6ce6a520/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-19T10:03:45.037Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T10:03:45.068Z] Warning: overwriting stash ‘stack-cost’ [2021-04-19T10:03:45.623Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T10:03:45.635Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T10:03:45.816Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:03:47.025Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:03:47.648Z] ---> package-listing.sh [2021-04-19T10:03:47.649Z] ++ facter osfamily [2021-04-19T10:03:47.649Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T10:03:47.918Z] + OS_FAMILY=redhat [2021-04-19T10:03:47.918Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-224 [2021-04-19T10:03:47.918Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T10:03:47.918Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T10:03:47.918Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T10:03:47.918Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T10:03:47.918Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-224 ']' [2021-04-19T10:03:47.918Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T10:03:47.918Z] + case "${OS_FAMILY}" in [2021-04-19T10:03:47.918Z] + rpm -qa [2021-04-19T10:03:47.918Z] + sort [2021-04-19T10:03:58.278Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T10:03:58.278Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T10:03:58.278Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T10:03:58.278Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-224 ']' [2021-04-19T10:03:58.278Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-224/archives/ [2021-04-19T10:03:58.278Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-224/archives/ [Pipeline] echo [2021-04-19T10:03:58.293Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T10:03:58.813Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:03:59.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T10:03:59.525Z] [2021-04-19T10:03:59.525Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T10:03:59.871Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T10:03:59.872Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T10:03:59.872Z] df20fa9351a1: Pulling fs layer [2021-04-19T10:03:59.872Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T10:03:59.872Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T10:03:59.872Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T10:03:59.872Z] 93b61091891f: Pulling fs layer [2021-04-19T10:03:59.872Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T10:03:59.872Z] 5e14af77c1be: Pulling fs layer [2021-04-19T10:03:59.872Z] 01666e4c0597: Pulling fs layer [2021-04-19T10:03:59.872Z] aa168da1d23b: Pulling fs layer [2021-04-19T10:03:59.872Z] 46f8f816bc3b: Waiting [2021-04-19T10:03:59.872Z] 93b61091891f: Waiting [2021-04-19T10:03:59.872Z] 93b9cdb0e59b: Waiting [2021-04-19T10:03:59.872Z] 5e14af77c1be: Waiting [2021-04-19T10:03:59.872Z] 01666e4c0597: Waiting [2021-04-19T10:03:59.872Z] aa168da1d23b: Waiting [2021-04-19T10:04:00.217Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T10:04:00.217Z] 36b3adc4ff6f: Download complete [2021-04-19T10:04:00.217Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T10:04:00.217Z] 46f8f816bc3b: Download complete [2021-04-19T10:04:00.217Z] df20fa9351a1: Verifying Checksum [2021-04-19T10:04:00.550Z] 93b9cdb0e59b: Download complete [2021-04-19T10:04:00.550Z] 5e14af77c1be: Verifying Checksum [2021-04-19T10:04:00.550Z] 5e14af77c1be: Download complete [2021-04-19T10:04:00.550Z] 01666e4c0597: Verifying Checksum [2021-04-19T10:04:00.550Z] 01666e4c0597: Download complete [2021-04-19T10:04:00.550Z] 93b61091891f: Verifying Checksum [2021-04-19T10:04:00.550Z] 93b61091891f: Download complete [2021-04-19T10:04:01.262Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T10:04:01.262Z] 8ad3a11d3b57: Download complete [2021-04-19T10:04:01.262Z] df20fa9351a1: Pull complete [2021-04-19T10:04:01.949Z] 36b3adc4ff6f: Pull complete [2021-04-19T10:04:04.711Z] 8ad3a11d3b57: Pull complete [2021-04-19T10:04:05.028Z] 46f8f816bc3b: Pull complete [2021-04-19T10:04:07.758Z] 93b61091891f: Pull complete [2021-04-19T10:04:08.038Z] 93b9cdb0e59b: Pull complete [2021-04-19T10:04:08.344Z] 5e14af77c1be: Pull complete [2021-04-19T10:04:08.959Z] aa168da1d23b: Verifying Checksum [2021-04-19T10:04:08.959Z] aa168da1d23b: Download complete [2021-04-19T10:04:08.959Z] 01666e4c0597: Pull complete [2021-04-19T10:04:24.181Z] aa168da1d23b: Pull complete [2021-04-19T10:04:24.181Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T10:04:24.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T10:04:24.181Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T10:04:25.151Z] prd-centos7-docker-4c-2g-772 does not seem to be running inside a container [2021-04-19T10:04:25.310Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-224 -v /w/workspace/xfoundry_device-modbus-go_PR-224:/w/workspace/xfoundry_device-modbus-go_PR-224:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-224@tmp:/w/workspace/xfoundry_device-modbus-go_PR-224@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T10:04:27.867Z] $ docker top f2e3034db1c13ac32ac83b27a2e9135b4c3d436dd8b45dbbdc7292983146176a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T10:04:28.682Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T10:04:29.613Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T10:04:30.524Z] + ls /var/log/sa-host [2021-04-19T10:04:30.524Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T10:04:30.524Z] file_magic: OK [2021-04-19T10:04:30.524Z] HZ: Using current value: 100 [2021-04-19T10:04:30.524Z] file_header: OK [2021-04-19T10:04:30.524Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T10:04:30.524Z] Statistics: [2021-04-19T10:04:30.524Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T10:04:30.524Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T10:04:30.524Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T10:04:30.524Z] file_magic: OK [2021-04-19T10:04:30.524Z] HZ: Using current value: 100 [2021-04-19T10:04:30.524Z] file_header: OK [2021-04-19T10:04:30.524Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T10:04:30.524Z] Statistics: [2021-04-19T10:04:30.524Z] Hnuu...uuuununununu... [2021-04-19T10:04:30.525Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T10:04:30.798Z] provisioning config files... [2021-04-19T10:04:30.890Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/config8263156679120874193tmp [Pipeline] { [Pipeline] echo [2021-04-19T10:04:30.926Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:04:31.644Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T10:04:31.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T10:04:31.694Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:04:32.035Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T10:04:32.056Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:04:32.908Z] ---> sudo-logs.sh [2021-04-19T10:04:32.908Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T10:04:33.163Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:04:33.860Z] ---> job-cost.sh [2021-04-19T10:04:33.860Z] lf-activate-venv: SKIPPING [2021-04-19T10:04:33.860Z] DEBUG: total: 0.20999999344348907 [2021-04-19T10:04:33.860Z] INFO: Retrieving Stack Cost... [2021-04-19T10:04:34.834Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T10:04:35.438Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T10:04:35.454Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T10:04:36.573Z] ---> logs-deploy.sh [2021-04-19T10:04:36.573Z] lf-activate-venv: SKIPPING [2021-04-19T10:04:36.573Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-224/2 [2021-04-19T10:04:36.573Z] INFO: archiving workspace using pattern(s): [2021-04-19T10:04:39.161Z] Archives upload complete. [2021-04-19T10:04:39.161Z] INFO: archiving logs to Nexus