Pull request #345 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 cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from e7304d552eaaf88cc98ad393a1864a902c3fb4b9+98daafbb41d32662c234c03b24ed2e451e027361 (607877b159d4fe3c09edef18cdc4f503a1f17a59) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts 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-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6140 in /w/workspace/dry_go-mod-core-contracts_PR-345 [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/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-345 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit e7304d552eaaf88cc98ad393a1864a902c3fb4b9 Merge succeeded, producing e7304d552eaaf88cc98ad393a1864a902c3fb4b9 Checking out Revision e7304d552eaaf88cc98ad393a1864a902c3fb4b9 (PR-345) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # 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 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 Commit message: "refactor: remove all ResponseNoMessage funcs in V2" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 3addc65e16ab681756c5cf7bd1ff4ad503be2a70 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:44:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:44:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:44:34 ========================================================= 02:44:34 EdgeX Global Pipelines Version Info 02:44:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:44:36 ------------------- 02:44:36 stable info: 02:44:36 ------------------- 02:44:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:44:36 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 02:44:36 Message: update stable to v1.0.144 02:44:37 ------------------- 02:44:37 experimental info: 02:44:37 ------------------- 02:44:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:44:37 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 02:44:37 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:44:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 02:44:37 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 02:44:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:44:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:44:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-345 [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-345 [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-345 [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e7304d5 [Pipeline] echo 02:44:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:41 + git log --format=format:%s -1 e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [Pipeline] echo 02:44:41 GIT_COMMIT: e7304d552eaaf88cc98ad393a1864a902c3fb4b9, Commit Message: refactor: remove all ResponseNoMessage funcs in V2 [Pipeline] echo 02:44:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:44:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:42 02:44:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:44:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:42 latest: Pulling from edgex-devops/git-semver 02:44:42 31603596830f: Pulling fs layer 02:44:42 2a8b12db71e7: Pulling fs layer 02:44:42 6ca5941a6612: Pulling fs layer 02:44:42 ecc8261a40a4: Pulling fs layer 02:44:42 ecc8261a40a4: Waiting 02:44:42 2a8b12db71e7: Verifying Checksum 02:44:42 2a8b12db71e7: Download complete 02:44:42 31603596830f: Verifying Checksum 02:44:42 31603596830f: Download complete 02:44:43 ecc8261a40a4: Verifying Checksum 02:44:43 ecc8261a40a4: Download complete 02:44:43 6ca5941a6612: Verifying Checksum 02:44:43 6ca5941a6612: Download complete 02:44:43 31603596830f: Pull complete 02:44:43 2a8b12db71e7: Pull complete 02:44:44 6ca5941a6612: Pull complete 02:44:44 ecc8261a40a4: Pull complete 02:44:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:44:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:44:44 prd-centos7-docker-4c-2g-6140 does not seem to be running inside a container 02:44:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-345 -v /w/workspace/dry_go-mod-core-contracts_PR-345:/w/workspace/dry_go-mod-core-contracts_PR-345:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-345@tmp:/w/workspace/dry_go-mod-core-contracts_PR-345@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 02:44:46 $ docker top ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:44:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:46 [ssh-agent] Looking for ssh-agent implementation... 02:44:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:46 $ docker exec ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 ssh-agent 02:44:47 SSH_AUTH_SOCK=/tmp/ssh-wGA3Hs5c3TkG/agent.11 02:44:47 SSH_AGENT_PID=16 02:44:47 Running ssh-add (command line suppressed) 02:44:47 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_4187945141483015919.key (/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_4187945141483015919.key) 02:44:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:47 + git tag --points-at HEAD [Pipeline] } 02:44:47 $ docker exec --env ******** --env ******** ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 ssh-agent -k 02:44:47 unset SSH_AUTH_SOCK; 02:44:47 unset SSH_AGENT_PID; 02:44:47 echo Agent pid 16 killed; 02:44:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:44:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:48 [ssh-agent] Looking for ssh-agent implementation... 02:44:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:48 $ docker exec ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 ssh-agent 02:44:48 SSH_AUTH_SOCK=/tmp/ssh-SW10Q5U2ar2F/agent.44 02:44:48 SSH_AGENT_PID=50 02:44:48 Running ssh-add (command line suppressed) 02:44:48 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_634194615445230795.key (/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_634194615445230795.key) 02:44:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:48 + git semver init 02:44:48 # -> Open(): unable to determine branch for HEAD 02:44:48 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-345/.git 02:44:48 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-345 02:44:48 # $SEMVER_REMOTE_NAME = origin 02:44:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:44:48 # $SEMVER_USER_NAME = edgex-jenkins 02:44:48 # $SEMVER_BRANCH = PR-345 02:44:48 # $SEMVER_TEMP = /tmp/semver-265142419 02:44:48 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 02:44:49 # '/tmp/semver-265142419' -> '/w/workspace/dry_go-mod-core-contracts_PR-345/.semver' 02:44:49 # -> Force: false 02:44:49 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-345/.semver [Pipeline] } 02:44:49 $ docker exec --env ******** --env ******** ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 ssh-agent -k 02:44:49 unset SSH_AUTH_SOCK; 02:44:49 unset SSH_AGENT_PID; 02:44:49 echo Agent pid 50 killed; 02:44:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:44:50 + git semver [Pipeline] } 02:44:50 $ docker stop --time=1 ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 02:44:51 $ docker rm -f ed20ba4bd03be5abef4e3e4d7a50ef1d7ef0de2ede38d73df90a753e302b3b24 [Pipeline] // withDockerContainer [Pipeline] sh 02:44:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:44:52 Stashed 1 file(s) [Pipeline] echo 02:44:52 [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 02:45:08 Still waiting to schedule task 02:45:08 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:45:08 Still waiting to schedule task 02:45:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:45:44 Running on prd-centos7-docker-4c-2g-6142 in /w/workspace/dry_go-mod-core-contracts_PR-345 [Pipeline] { [Pipeline] ws 02:45:44 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 02:45:53 using credential edgex-jenkins-ssh 02:45:53 Cloning the remote Git repository 02:45:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:53 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 02:45:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:53 > git --version # timeout=10 02:45:53 > git --version # 'git version 2.16.5' 02:45:53 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:45:55 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit e7304d552eaaf88cc98ad393a1864a902c3fb4b9 02:45:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:45:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:55 > git config core.sparsecheckout # timeout=10 02:45:55 > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 02:45:55 Merge succeeded, producing e7304d552eaaf88cc98ad393a1864a902c3fb4b9 02:45:55 Checking out Revision e7304d552eaaf88cc98ad393a1864a902c3fb4b9 (PR-345) 02:45:55 > git remote # timeout=10 02:45:55 > git config --get remote.origin.url # timeout=10 02:45:55 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:55 > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 02:45:55 > git rev-parse HEAD^{commit} # timeout=10 02:45:55 > git config core.sparsecheckout # timeout=10 02:45:55 > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 02:46:02 Commit message: "refactor: remove all ResponseNoMessage funcs in V2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:46:03 ========================================================= 02:46:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:05 + 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 . 02:46:06 Sending build context to Docker daemon 1.779MB 02:46:06 Step 1/7 : ARG BASE=golang:1.15-alpine 02:46:06 Step 2/7 : FROM ${BASE} 02:46:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:06 df20fa9351a1: Pulling fs layer 02:46:06 ed8968b2872e: Pulling fs layer 02:46:06 a92cc7c5fd73: Pulling fs layer 02:46:06 e871e8e8d7a9: Pulling fs layer 02:46:06 e73272ec9a57: Pulling fs layer 02:46:06 1e910a182e73: Pulling fs layer 02:46:06 4e634b169226: Pulling fs layer 02:46:06 e871e8e8d7a9: Waiting 02:46:06 e73272ec9a57: Waiting 02:46:06 1e910a182e73: Waiting 02:46:06 4e634b169226: Waiting 02:46:06 a92cc7c5fd73: Verifying Checksum 02:46:06 a92cc7c5fd73: Download complete 02:46:06 ed8968b2872e: Verifying Checksum 02:46:06 ed8968b2872e: Download complete 02:46:06 e73272ec9a57: Verifying Checksum 02:46:06 e73272ec9a57: Download complete 02:46:06 1e910a182e73: Verifying Checksum 02:46:06 1e910a182e73: Download complete 02:46:07 df20fa9351a1: Verifying Checksum 02:46:07 df20fa9351a1: Download complete 02:46:08 df20fa9351a1: Pull complete 02:46:08 ed8968b2872e: Pull complete 02:46:09 a92cc7c5fd73: Pull complete 02:46:15 4e634b169226: Verifying Checksum 02:46:15 4e634b169226: Download complete 02:46:17 e871e8e8d7a9: Verifying Checksum 02:46:17 e871e8e8d7a9: Download complete 02:46:30 e871e8e8d7a9: Pull complete 02:46:30 e73272ec9a57: Pull complete 02:46:30 1e910a182e73: Pull complete 02:46:35 4e634b169226: Pull complete 02:46:35 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:46:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:35 ---> f7629b54cfaa 02:46:35 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:46:35 ---> Running in 52febc063d33 02:46:35 Removing intermediate container 52febc063d33 02:46:35 ---> 938d6bc5b9cc 02:46:35 Step 4/7 : RUN apk add bash 02:46:35 ---> Running in 8e71621f8678 02:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:38 OK: 166 MiB in 39 packages 02:46:39 Removing intermediate container 8e71621f8678 02:46:39 ---> 25f76b31dd57 02:46:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:46:39 ---> Running in 84fabbceb911 02:46:39 Removing intermediate container 84fabbceb911 02:46:39 ---> ffc2754e6375 02:46:39 Step 6/7 : COPY go.mod . 02:46:39 ---> 9c503c16d4a0 02:46:39 Step 7/7 : RUN go mod download 02:46:40 ---> Running in 4c6694fac994 02:46:55 Removing intermediate container 4c6694fac994 02:46:55 ---> 526f379049ce 02:46:55 Successfully built 526f379049ce 02:46:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:56 + docker inspect -f . ci-base-image-x86_64 02:46:56 . [Pipeline] withDockerContainer 02:46:57 prd-centos7-docker-4c-2g-6142 does not seem to be running inside a container 02:46:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:59 $ docker top 4e87b3dbbddbed01cb2be4d8a837022fcb4343a8e8da06e18e74d424dca4ef7b -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:00 + go version 02:47:00 go version go1.15.2 linux/amd64 [Pipeline] } 02:47:00 $ docker stop --time=1 4e87b3dbbddbed01cb2be4d8a837022fcb4343a8e8da06e18e74d424dca4ef7b 02:47:01 $ docker rm -f 4e87b3dbbddbed01cb2be4d8a837022fcb4343a8e8da06e18e74d424dca4ef7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:03 + docker inspect -f . ci-base-image-x86_64 02:47:03 . [Pipeline] withDockerContainer 02:47:03 prd-centos7-docker-4c-2g-6142 does not seem to be running inside a container 02:47:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:47:05 $ docker top b8f66ddfb1a2e9535eab9e9ed7cc1a53029f8f336ce3119f209558870cdb719e -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:06 + make test 02:47:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:47:25 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:47:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.082s coverage: 85.7% of statements 02:47:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.048s coverage: 100.0% of statements 02:47:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.028s coverage: 45.4% of statements 02:47:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements 02:47:25 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:47:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.007s coverage: 6.4% of statements 02:47:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.076s coverage: 14.7% of statements 02:47:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.018s coverage: 100.0% of statements 02:47:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.052s coverage: 91.8% of statements 02:47:26 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:47:26 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:47:26 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.007s coverage: 100.0% of statements 02:47:27 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.026s coverage: 48.9% of statements 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.069s coverage: 63.0% of statements 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.041s coverage: 15.4% of statements 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.047s coverage: 15.4% of statements 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements 02:47:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.013s coverage: 29.1% of statements 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 100.0% of statements 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.020s coverage: 94.4% of statements 02:47:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.011s coverage: 92.3% of statements 02:47:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:47:30 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:47:33 gofmt -l . 02:47:33 [ "`gofmt -l .`" = "" ] [Pipeline] stash 02:47:34 Stashed 1 file(s) [Pipeline] } 02:47:34 $ docker stop --time=1 b8f66ddfb1a2e9535eab9e9ed7cc1a53029f8f336ce3119f209558870cdb719e 02:47:36 $ docker rm -f b8f66ddfb1a2e9535eab9e9ed7cc1a53029f8f336ce3119f209558870cdb719e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:48:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6144 in /w/workspace/dry_go-mod-core-contracts_PR-345 [Pipeline] { [Pipeline] ws 02:48:20 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 02:48:26 using credential edgex-jenkins-ssh 02:48:26 Cloning the remote Git repository 02:48:26 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:48:26 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 02:48:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:48:26 > git --version # timeout=10 02:48:26 > git --version # 'git version 2.17.1' 02:48:26 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:48:28 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit e7304d552eaaf88cc98ad393a1864a902c3fb4b9 02:48:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:48:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:48:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:48:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:48:27 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:48:28 > git config core.sparsecheckout # timeout=10 02:48:28 > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 02:48:28 Merge succeeded, producing e7304d552eaaf88cc98ad393a1864a902c3fb4b9 02:48:28 Checking out Revision e7304d552eaaf88cc98ad393a1864a902c3fb4b9 (PR-345) 02:48:28 > git remote # timeout=10 02:48:28 > git config --get remote.origin.url # timeout=10 02:48:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:28 > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 02:48:28 > git rev-parse HEAD^{commit} # timeout=10 02:48:28 > git config core.sparsecheckout # timeout=10 02:48:28 > git checkout -f e7304d552eaaf88cc98ad393a1864a902c3fb4b9 # timeout=10 02:48:33 Commit message: "refactor: remove all ResponseNoMessage funcs in V2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:48:34 ========================================================= 02:48:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:48:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:48:35 + 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 . 02:48:36 Sending build context to Docker daemon 1.781MB 02:48:36 Step 1/7 : ARG BASE=golang:1.15-alpine 02:48:36 Step 2/7 : FROM ${BASE} 02:48:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:48:37 b538f80385f9: Pulling fs layer 02:48:37 74f711af9a0d: Pulling fs layer 02:48:37 99f96fe45779: Pulling fs layer 02:48:37 8529a6b9a6be: Pulling fs layer 02:48:37 45590311c82a: Pulling fs layer 02:48:37 69ca0ff8b7b3: Pulling fs layer 02:48:37 209524e5b208: Pulling fs layer 02:48:37 8529a6b9a6be: Waiting 02:48:37 45590311c82a: Waiting 02:48:37 69ca0ff8b7b3: Waiting 02:48:37 209524e5b208: Waiting 02:48:37 99f96fe45779: Verifying Checksum 02:48:37 99f96fe45779: Download complete 02:48:37 74f711af9a0d: Verifying Checksum 02:48:37 74f711af9a0d: Download complete 02:48:37 45590311c82a: Download complete 02:48:37 69ca0ff8b7b3: Verifying Checksum 02:48:37 69ca0ff8b7b3: Download complete 02:48:37 b538f80385f9: Verifying Checksum 02:48:37 b538f80385f9: Download complete 02:48:38 b538f80385f9: Pull complete 02:48:38 74f711af9a0d: Pull complete 02:48:39 99f96fe45779: Pull complete 02:48:40 209524e5b208: Verifying Checksum 02:48:40 209524e5b208: Download complete 02:48:41 8529a6b9a6be: Verifying Checksum 02:48:41 8529a6b9a6be: Download complete 02:48:51 8529a6b9a6be: Pull complete 02:48:51 45590311c82a: Pull complete 02:48:51 69ca0ff8b7b3: Pull complete 02:48:56 209524e5b208: Pull complete 02:48:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:48:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:48:56 ---> 5bddaf1c2fca 02:48:56 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:48:58 ---> Running in ed02db6e311f 02:48:58 Removing intermediate container ed02db6e311f 02:48:58 ---> 32e3f9fd3f1e 02:48:58 Step 4/7 : RUN apk add bash 02:48:58 ---> Running in 7fea4d2b3bcc 02:49:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:02 OK: 142 MiB in 39 packages 02:49:03 Removing intermediate container 7fea4d2b3bcc 02:49:03 ---> 20b5ad471133 02:49:03 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:49:03 ---> Running in 07e5a618572a 02:49:04 Removing intermediate container 07e5a618572a 02:49:04 ---> 8b1de3d0b389 02:49:04 Step 6/7 : COPY go.mod . 02:49:05 ---> 0d298b622a70 02:49:05 Step 7/7 : RUN go mod download 02:49:05 ---> Running in b08806528ca5 02:49:20 Removing intermediate container b08806528ca5 02:49:20 ---> 090f403312a9 02:49:20 Successfully built 090f403312a9 02:49:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:49:20 + docker inspect -f . ci-base-image-arm64 02:49:20 . [Pipeline] withDockerContainer 02:49:20 prd-ubuntu18.04-docker-arm64-4c-16g-6144 does not seem to be running inside a container 02:49:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:49:22 $ docker top e04a94ff35c6007d80633bac698334e03c322cab252cc3132cc586692ba9a55a -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:24 + go version 02:49:24 go version go1.15.2 linux/arm64 [Pipeline] } 02:49:24 $ docker stop --time=1 e04a94ff35c6007d80633bac698334e03c322cab252cc3132cc586692ba9a55a 02:49:26 $ docker rm -f e04a94ff35c6007d80633bac698334e03c322cab252cc3132cc586692ba9a55a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:27 + docker inspect -f . ci-base-image-arm64 02:49:27 . [Pipeline] withDockerContainer 02:49:27 prd-ubuntu18.04-docker-arm64-4c-16g-6144 does not seem to be running inside a container 02:49:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:49:29 $ docker top ab0d1b0f296442acc708ceabf272978809137ae47c0bdd4a17cccfde656f28ab -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:31 + make test 02:49:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:49:53 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:49:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.038s coverage: 85.7% of statements 02:49:53 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements 02:49:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.030s coverage: 45.4% of statements 02:49:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.045s coverage: 77.8% of statements 02:49:55 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:49:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements 02:49:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.055s coverage: 14.7% of statements 02:49:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.053s coverage: 100.0% of statements 02:49:58 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.073s coverage: 91.8% of statements 02:49:58 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:49:58 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:49:58 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.043s coverage: 100.0% of statements 02:49:58 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.048s coverage: 48.9% of statements 02:50:04 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.121s coverage: 63.0% of statements 02:50:04 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.024s coverage: 26.3% of statements 02:50:04 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.031s coverage: 15.4% of statements 02:50:04 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.040s coverage: 15.4% of statements 02:50:04 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.044s coverage: 14.3% of statements 02:50:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:50:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.045s coverage: 29.1% of statements 02:50:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 100.0% of statements 02:50:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.051s coverage: 94.4% of statements 02:50:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.023s coverage: 92.3% of statements 02:50:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:50:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:50:09 gofmt -l . 02:50:09 [ "`gofmt -l .`" = "" ] [Pipeline] stash 02:50:10 Warning: overwriting stash ‘coverage-report’ 02:50:11 Stashed 1 file(s) [Pipeline] } 02:50:11 $ docker stop --time=1 ab0d1b0f296442acc708ceabf272978809137ae47c0bdd4a17cccfde656f28ab 02:50:13 $ docker rm -f ab0d1b0f296442acc708ceabf272978809137ae47c0bdd4a17cccfde656f28ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [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 02:50:17 provisioning config files... 02:50:17 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/config2356874542293425232tmp [Pipeline] { [Pipeline] sh 02:50:17 + set +x 02:50:17 + curl -s https://codecov.io/bash 02:50:17 + bash -s -- 02:50:17 02:50:17 _____ _ 02:50:17 / ____| | | 02:50:17 | | ___ __| | ___ ___ _____ __ 02:50:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:50:17 | |___| (_) | (_| | __/ (_| (_) \ V / 02:50:17 \_____\___/ \__,_|\___|\___\___/ \_/ 02:50:17 Bash-20201009-048fee3 02:50:17 02:50:17 02:50:17 ==> Jenkins CI detected. 02:50:17 project root: . 02:50:17 --> token set from env 02:50:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:50:17 ==> Running gcov in . (disable via -X gcov) 02:50:17 ==> Python coveragepy not found 02:50:17 ==> Searching for coverage reports in: 02:50:17 + . 02:50:17 -> Found 1 reports 02:50:17 ==> Detecting git/mercurial file structure 02:50:17 ==> Reading reports 02:50:17 + ./coverage.out bytes=105826 02:50:17 ==> Appending adjustments 02:50:17 https://docs.codecov.io/docs/fixing-reports 02:50:18 + Found adjustments 02:50:18 ==> Gzipping contents 02:50:18 ==> Uploading reports 02:50:18 url: https://codecov.io 02:50:18 query: branch=PR-345&commit=e7304d552eaaf88cc98ad393a1864a902c3fb4b9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-345%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=345&job=&cmd_args= 02:50:18 -> Pinging Codecov 02:50:18 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-345&commit=e7304d552eaaf88cc98ad393a1864a902c3fb4b9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-345%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=345&job=&cmd_args= 02:50:18 -> Uploading to 02:50:18 02:50:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:18 Dload Upload Total Spent Left Speed 02:50:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:50:18 X> Failed to upload 02:50:18 ==> Uploading to Codecov 02:50:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:18 Dload Upload Total Spent Left Speed 02:50:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17131 100 118 100 17013 170 24513 --:--:-- --:--:-- --:--:-- 24514 02:50:19 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/e7304d552eaaf88cc98ad393a1864a902c3fb4b9 [Pipeline] } 02:50:19 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 02:50:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:50:22 ---> package-listing.sh 02:50:22 ++ facter osfamily 02:50:22 ++ tr '[:upper:]' '[:lower:]' 02:50:22 + OS_FAMILY=redhat 02:50:22 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-345 02:50:22 + START_PACKAGES=/tmp/packages_start.txt 02:50:22 + END_PACKAGES=/tmp/packages_end.txt 02:50:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:50:22 + PACKAGES=/tmp/packages_start.txt 02:50:22 + '[' /w/workspace/dry_go-mod-core-contracts_PR-345 ']' 02:50:22 + PACKAGES=/tmp/packages_end.txt 02:50:22 + case "${OS_FAMILY}" in 02:50:22 + rpm -qa 02:50:22 + sort 02:50:27 + '[' -f /tmp/packages_start.txt ']' 02:50:27 + '[' -f /tmp/packages_end.txt ']' 02:50:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:50:27 + '[' /w/workspace/dry_go-mod-core-contracts_PR-345 ']' 02:50:27 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-345/archives/ 02:50:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-345/archives/ [Pipeline] echo 02:50:27 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/dry_go-mod-core-contracts_PR-345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:50:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:50:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:27 02:50:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:50:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:28 alpine: Pulling from edgex-lftools-log-publisher 02:50:28 df20fa9351a1: Pulling fs layer 02:50:28 36b3adc4ff6f: Pulling fs layer 02:50:28 8ad3a11d3b57: Pulling fs layer 02:50:28 46f8f816bc3b: Pulling fs layer 02:50:28 93b61091891f: Pulling fs layer 02:50:28 93b9cdb0e59b: Pulling fs layer 02:50:28 5e14af77c1be: Pulling fs layer 02:50:28 01666e4c0597: Pulling fs layer 02:50:28 aa168da1d23b: Pulling fs layer 02:50:28 93b61091891f: Waiting 02:50:28 93b9cdb0e59b: Waiting 02:50:28 5e14af77c1be: Waiting 02:50:28 01666e4c0597: Waiting 02:50:28 aa168da1d23b: Waiting 02:50:28 46f8f816bc3b: Waiting 02:50:28 36b3adc4ff6f: Verifying Checksum 02:50:28 36b3adc4ff6f: Download complete 02:50:28 46f8f816bc3b: Verifying Checksum 02:50:28 46f8f816bc3b: Download complete 02:50:28 df20fa9351a1: Verifying Checksum 02:50:28 93b9cdb0e59b: Verifying Checksum 02:50:28 93b9cdb0e59b: Download complete 02:50:28 5e14af77c1be: Verifying Checksum 02:50:28 5e14af77c1be: Download complete 02:50:28 01666e4c0597: Verifying Checksum 02:50:28 01666e4c0597: Download complete 02:50:28 93b61091891f: Verifying Checksum 02:50:28 93b61091891f: Download complete 02:50:28 df20fa9351a1: Pull complete 02:50:28 36b3adc4ff6f: Pull complete 02:50:28 8ad3a11d3b57: Verifying Checksum 02:50:28 8ad3a11d3b57: Download complete 02:50:29 8ad3a11d3b57: Pull complete 02:50:29 46f8f816bc3b: Pull complete 02:50:29 93b61091891f: Pull complete 02:50:29 93b9cdb0e59b: Pull complete 02:50:30 5e14af77c1be: Pull complete 02:50:30 01666e4c0597: Pull complete 02:50:31 aa168da1d23b: Verifying Checksum 02:50:31 aa168da1d23b: Download complete 02:50:37 aa168da1d23b: Pull complete 02:50:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:50:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:50:37 prd-centos7-docker-4c-2g-6140 does not seem to be running inside a container 02:50:37 $ 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/dry_go-mod-core-contracts_PR-345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-345 -v /w/workspace/dry_go-mod-core-contracts_PR-345:/w/workspace/dry_go-mod-core-contracts_PR-345:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-345@tmp:/w/workspace/dry_go-mod-core-contracts_PR-345@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 02:50:46 $ docker top 6e78ff3d81872b0c9ab363d1563e6727fccdeb99d2d8f38280d366fa2cdf6a7e -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:47 + touch /tmp/pre-build-complete [Pipeline] sh 02:50:47 + mkdir -p /var/log/sa [Pipeline] sh 02:50:47 + ls /var/log/sa-host 02:50:47 + sadf -c /var/log/sa-host/sa05 02:50:47 file_magic: OK 02:50:47 HZ: Using current value: 100 02:50:47 file_header: OK 02:50:47 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 02:50:47 Statistics: 02:50:47 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:50:47 File successfully converted to sysstat format version 12.2.1 02:50:47 + sadf -c /var/log/sa-host/sa19 02:50:47 file_magic: OK 02:50:47 HZ: Using current value: 100 02:50:47 file_header: OK 02:50:47 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 02:50:47 Statistics: 02:50:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:50:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:50:48 provisioning config files... 02:50:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/config4045737024199001755tmp [Pipeline] { [Pipeline] echo 02:50:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:50:48 ---> create-netrc.sh [Pipeline] } 02:50:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:50:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:50:48 ---> python-tools-install.sh [Pipeline] echo 02:50:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:50:49 ---> sudo-logs.sh 02:50:49 Archiving 'sudo' log.. [Pipeline] echo 02:50:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:50:49 ---> job-cost.sh 02:50:49 lf-activate-venv: SKIPPING 02:50:49 INFO: No Stack... 02:50:50 INFO: Retrieving Pricing Info for: v1-standard-2 02:50:51 INFO: Archiving Costs [Pipeline] echo 02:50:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:50:51 ---> logs-deploy.sh 02:50:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-345/3 02:50:51 INFO: archiving workspace using pattern(s): 02:50:53 Archives upload complete. 02:50:53 INFO: archiving logs to Nexus