Pull request #540 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 rather than dfbdc067819c3f861e18963d73118eb86a3492bd Obtained Jenkinsfile from b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29475 in /w/workspace/dry_go-mod-core-contracts_PR-540 [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-540 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.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/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit dfbdc067819c3f861e18963d73118eb86a3492bd Merge succeeded, producing dfbdc067819c3f861e18963d73118eb86a3492bd Checking out Revision dfbdc067819c3f861e18963d73118eb86a3492bd (PR-540) > 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 --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # 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 b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 Commit message: "feat: add omitempty to IsHidden for both json and yaml" > git rev-list --no-walk d416b800869623a351e523115ad69519c97f3189 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T05:50:56.479Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T05:50:56.777Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T05:50:56.889Z] ========================================================= [2021-03-11T05:50:56.889Z] EdgeX Global Pipelines Version Info [2021-03-11T05:50:56.889Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:50:58.628Z] ------------------- [2021-03-11T05:50:58.628Z] stable info: [2021-03-11T05:50:58.628Z] ------------------- [2021-03-11T05:50:58.628Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T05:50:58.628Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T05:50:58.628Z] Message: update stable to v1.0.184 [2021-03-11T05:51:00.158Z] ------------------- [2021-03-11T05:51:00.158Z] experimental info: [2021-03-11T05:51:00.158Z] ------------------- [2021-03-11T05:51:00.158Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T05:51:00.158Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T05:51:00.158Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T05:51:00.483Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-11T05:51:00.625Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-11T05:51:00.752Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T05:51:00.855Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T05:51:00.960Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T05:51:01.060Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T05:51:01.232Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T05:51:01.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T05:51:01.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-11T05:51:01.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T05:51:01.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T05:51:01.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-11T05:51:01.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T05:51:01.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T05:51:02.026Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-11T05:51:02.119Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-11T05:51:02.214Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-11T05:51:02.305Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-11T05:51:02.407Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T05:51:02.496Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-11T05:51:02.589Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-11T05:51:02.683Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-11T05:51:02.769Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-11T05:51:02.858Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-11T05:51:02.949Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-11T05:51:03.107Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T05:51:03.217Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-540 [Pipeline] echo [2021-03-11T05:51:03.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-540 [Pipeline] echo [2021-03-11T05:51:03.447Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-540 [Pipeline] echo [2021-03-11T05:51:03.540Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dfbdc067819c3f861e18963d73118eb86a3492bd [Pipeline] echo [2021-03-11T05:51:03.634Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dfbdc06 [Pipeline] echo [2021-03-11T05:51:03.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T05:51:04.670Z] + git log --format=format:%s -1 dfbdc067819c3f861e18963d73118eb86a3492bd [Pipeline] echo [2021-03-11T05:51:04.831Z] GIT_COMMIT: dfbdc067819c3f861e18963d73118eb86a3492bd, Commit Message: feat: add omitempty to IsHidden for both json and yaml [Pipeline] echo [2021-03-11T05:51:04.875Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:51:05.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T05:51:07.009Z] [2021-03-11T05:51:07.009Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:51:07.402Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T05:51:07.992Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T05:51:07.992Z] 31603596830f: Pulling fs layer [2021-03-11T05:51:07.992Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T05:51:07.992Z] 6ca5941a6612: Pulling fs layer [2021-03-11T05:51:07.992Z] ecc8261a40a4: Pulling fs layer [2021-03-11T05:51:07.992Z] ecc8261a40a4: Waiting [2021-03-11T05:51:07.992Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T05:51:07.992Z] 2a8b12db71e7: Download complete [2021-03-11T05:51:07.992Z] 31603596830f: Verifying Checksum [2021-03-11T05:51:07.992Z] 31603596830f: Download complete [2021-03-11T05:51:08.261Z] ecc8261a40a4: Verifying Checksum [2021-03-11T05:51:08.261Z] ecc8261a40a4: Download complete [2021-03-11T05:51:08.261Z] 6ca5941a6612: Verifying Checksum [2021-03-11T05:51:08.261Z] 6ca5941a6612: Download complete [2021-03-11T05:51:08.531Z] 31603596830f: Pull complete [2021-03-11T05:51:08.801Z] 2a8b12db71e7: Pull complete [2021-03-11T05:51:09.772Z] 6ca5941a6612: Pull complete [2021-03-11T05:51:11.208Z] ecc8261a40a4: Pull complete [2021-03-11T05:51:11.208Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T05:51:11.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T05:51:11.208Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T05:51:11.527Z] prd-centos7-docker-4c-2g-29475 does not seem to be running inside a container [2021-03-11T05:51:11.636Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-540 -v /w/workspace/dry_go-mod-core-contracts_PR-540:/w/workspace/dry_go-mod-core-contracts_PR-540:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-540@tmp:/w/workspace/dry_go-mod-core-contracts_PR-540@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T05:51:14.996Z] $ docker top b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T05:51:15.658Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T05:51:15.658Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T05:51:16.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T05:51:16.217Z] $ docker exec b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 ssh-agent [2021-03-11T05:51:16.613Z] SSH_AUTH_SOCK=/tmp/ssh-Oh1r1DPLeRTC/agent.11 [2021-03-11T05:51:16.613Z] SSH_AGENT_PID=17 [2021-03-11T05:51:16.633Z] Running ssh-add (command line suppressed) [2021-03-11T05:51:16.866Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_7425093429130909148.key (/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_7425093429130909148.key) [2021-03-11T05:51:16.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T05:51:17.339Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T05:51:17.380Z] $ docker exec --env ******** --env ******** b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 ssh-agent -k [2021-03-11T05:51:17.572Z] unset SSH_AUTH_SOCK; [2021-03-11T05:51:17.573Z] unset SSH_AGENT_PID; [2021-03-11T05:51:17.573Z] echo Agent pid 17 killed; [2021-03-11T05:51:17.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T05:51:17.794Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T05:51:17.794Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T05:51:18.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T05:51:18.065Z] $ docker exec b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 ssh-agent [2021-03-11T05:51:18.312Z] SSH_AUTH_SOCK=/tmp/ssh-YYonb8Ekuqop/agent.47 [2021-03-11T05:51:18.312Z] SSH_AGENT_PID=52 [2021-03-11T05:51:18.331Z] Running ssh-add (command line suppressed) [2021-03-11T05:51:18.531Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5710309882379330266.key (/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5710309882379330266.key) [2021-03-11T05:51:18.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T05:51:19.542Z] + git semver init [2021-03-11T05:51:19.542Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T05:51:19.542Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-540/.git [2021-03-11T05:51:19.542Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-540 [2021-03-11T05:51:19.542Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T05:51:19.542Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T05:51:19.542Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T05:51:19.542Z] # $SEMVER_BRANCH = PR-540 [2021-03-11T05:51:19.542Z] # $SEMVER_TEMP = /tmp/semver-768346715 [2021-03-11T05:51:19.542Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-11T05:51:20.542Z] # '/tmp/semver-768346715' -> '/w/workspace/dry_go-mod-core-contracts_PR-540/.semver' [2021-03-11T05:51:20.542Z] # -> Force: false [2021-03-11T05:51:20.542Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-540/.semver [Pipeline] } [2021-03-11T05:51:20.575Z] $ docker exec --env ******** --env ******** b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 ssh-agent -k [2021-03-11T05:51:20.816Z] unset SSH_AUTH_SOCK; [2021-03-11T05:51:20.817Z] unset SSH_AGENT_PID; [2021-03-11T05:51:20.817Z] echo Agent pid 52 killed; [2021-03-11T05:51:20.896Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T05:51:21.403Z] + git semver [Pipeline] } [2021-03-11T05:51:21.433Z] $ docker stop --time=1 b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 [2021-03-11T05:51:23.132Z] $ docker rm -f b6c476a81e0f296ad1ba520df1e5e9964b8d685384989126ee9ae75ee286cfa9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T05:51:23.811Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T05:51:24.946Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T05:51:24.951Z] [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-03-11T05:51:25.794Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29470 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] ws [2021-03-11T05:51:25.842Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-03-11T05:51:30.280Z] using credential edgex-jenkins-ssh [2021-03-11T05:51:30.333Z] Cloning the remote Git repository [2021-03-11T05:51:30.388Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T05:51:30.496Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-03-11T05:51:30.603Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T05:51:30.604Z] > git --version # timeout=10 [2021-03-11T05:51:30.628Z] > git --version # 'git version 2.17.1' [2021-03-11T05:51:30.631Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:51:30.731Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T05:51:31.722Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-11T05:51:31.746Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T05:51:31.767Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-11T05:51:31.795Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T05:51:31.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:51:31.807Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T05:51:32.464Z] Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit dfbdc067819c3f861e18963d73118eb86a3492bd [2021-03-11T05:51:32.704Z] Merge succeeded, producing dfbdc067819c3f861e18963d73118eb86a3492bd [2021-03-11T05:51:32.705Z] Checking out Revision dfbdc067819c3f861e18963d73118eb86a3492bd (PR-540) [2021-03-11T05:51:32.482Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T05:51:32.500Z] > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 [2021-03-11T05:51:32.631Z] > git remote # timeout=10 [2021-03-11T05:51:32.647Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T05:51:32.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:51:32.669Z] > git merge b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 [2021-03-11T05:51:32.691Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T05:51:32.710Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T05:51:32.731Z] > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 [2021-03-11T05:51:36.969Z] Commit message: "feat: add omitempty to IsHidden for both json and yaml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T05:51:38.580Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T05:51:38.999Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T05:51:39.345Z] + true [2021-03-11T05:51:39.345Z] + sudo service docker restart [2021-03-11T05:51:40.611Z] Still waiting to schedule task [2021-03-11T05:51:40.611Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29475’ [Pipeline] unstash [Pipeline] echo [2021-03-11T05:51:41.606Z] ========================================================= [2021-03-11T05:51:41.606Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T05:51:41.606Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:51:42.010Z] + 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-03-11T05:51:42.991Z] Sending build context to Docker daemon 2.806MB [2021-03-11T05:51:42.991Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-11T05:51:42.991Z] Step 2/7 : FROM ${BASE} [2021-03-11T05:51:43.264Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T05:51:43.264Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T05:51:43.264Z] a4357932f1b6: Pulling fs layer [2021-03-11T05:51:43.264Z] 18c013af1878: Pulling fs layer [2021-03-11T05:51:43.264Z] 00ac8860ef70: Pulling fs layer [2021-03-11T05:51:43.264Z] 63d7cb157983: Pulling fs layer [2021-03-11T05:51:43.264Z] b116817d02f9: Pulling fs layer [2021-03-11T05:51:43.264Z] 745a02a5169b: Pulling fs layer [2021-03-11T05:51:43.264Z] 00ac8860ef70: Waiting [2021-03-11T05:51:43.539Z] b116817d02f9: Waiting [2021-03-11T05:51:43.539Z] 63d7cb157983: Waiting [2021-03-11T05:51:43.539Z] 745a02a5169b: Waiting [2021-03-11T05:51:43.539Z] 18c013af1878: Verifying Checksum [2021-03-11T05:51:43.539Z] 18c013af1878: Download complete [2021-03-11T05:51:43.539Z] a4357932f1b6: Verifying Checksum [2021-03-11T05:51:43.539Z] a4357932f1b6: Download complete [2021-03-11T05:51:43.539Z] 63d7cb157983: Verifying Checksum [2021-03-11T05:51:43.539Z] 63d7cb157983: Download complete [2021-03-11T05:51:44.141Z] b116817d02f9: Verifying Checksum [2021-03-11T05:51:44.141Z] b116817d02f9: Download complete [2021-03-11T05:51:44.141Z] 5f621e34cdf4: Download complete [2021-03-11T05:51:45.130Z] 5f621e34cdf4: Pull complete [2021-03-11T05:51:45.735Z] a4357932f1b6: Pull complete [2021-03-11T05:51:46.010Z] 18c013af1878: Pull complete [2021-03-11T05:51:46.615Z] 745a02a5169b: Verifying Checksum [2021-03-11T05:51:46.615Z] 745a02a5169b: Download complete [2021-03-11T05:51:48.059Z] 00ac8860ef70: Verifying Checksum [2021-03-11T05:51:48.059Z] 00ac8860ef70: Download complete [2021-03-11T05:51:58.239Z] 00ac8860ef70: Pull complete [2021-03-11T05:51:58.239Z] 63d7cb157983: Pull complete [2021-03-11T05:51:58.239Z] b116817d02f9: Pull complete [2021-03-11T05:52:02.558Z] 745a02a5169b: Pull complete [2021-03-11T05:52:02.558Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T05:52:02.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T05:52:02.558Z] ---> b7e6874047d6 [2021-03-11T05:52:02.558Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-11T05:52:05.184Z] ---> Running in 11cb8e777476 [2021-03-11T05:52:05.778Z] Removing intermediate container 11cb8e777476 [2021-03-11T05:52:05.778Z] ---> 026bf35c77d9 [2021-03-11T05:52:05.778Z] Step 4/7 : RUN apk add bash [2021-03-11T05:52:05.778Z] ---> Running in 6036bef129be [2021-03-11T05:52:07.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T05:52:08.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T05:52:09.615Z] OK: 142 MiB in 39 packages [2021-03-11T05:52:11.050Z] Removing intermediate container 6036bef129be [2021-03-11T05:52:11.050Z] ---> e7372f59ef69 [2021-03-11T05:52:11.050Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-11T05:52:11.050Z] ---> Running in 121b5f577c11 [2021-03-11T05:52:11.645Z] Removing intermediate container 121b5f577c11 [2021-03-11T05:52:11.646Z] ---> 6772a31dda51 [2021-03-11T05:52:11.646Z] Step 6/7 : COPY go.mod . [2021-03-11T05:52:12.259Z] ---> e4d4802f9f48 [2021-03-11T05:52:12.259Z] Step 7/7 : RUN go mod download [2021-03-11T05:52:12.259Z] ---> Running in fa9f06868afe [2021-03-11T05:52:30.594Z] Removing intermediate container fa9f06868afe [2021-03-11T05:52:30.594Z] ---> 7a0a162641b0 [2021-03-11T05:52:30.594Z] Successfully built 7a0a162641b0 [2021-03-11T05:52:30.594Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:52:30.944Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T05:52:30.944Z] . [Pipeline] withDockerContainer [2021-03-11T05:52:31.232Z] prd-ubuntu18.04-docker-arm64-4c-16g-29470 does not seem to be running inside a container [2021-03-11T05:52:31.315Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T05:52:32.790Z] $ docker top 8007b972f33d218242b5ba8ddaf2b5214db357d2e14774995957e5f5619d29ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:52:33.852Z] + go version [2021-03-11T05:52:33.852Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T05:52:33.875Z] $ docker stop --time=1 8007b972f33d218242b5ba8ddaf2b5214db357d2e14774995957e5f5619d29ac [2021-03-11T05:52:35.846Z] $ docker rm -f 8007b972f33d218242b5ba8ddaf2b5214db357d2e14774995957e5f5619d29ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:52:36.835Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T05:52:36.835Z] . [Pipeline] withDockerContainer [2021-03-11T05:52:37.095Z] prd-ubuntu18.04-docker-arm64-4c-16g-29470 does not seem to be running inside a container [2021-03-11T05:52:37.183Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T05:52:38.680Z] $ docker top df77384e0c9ef7a11bf901da52545ca467a396347ba1f6f37ce675f6c3c9e3cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:52:39.724Z] + make test [2021-03-11T05:52:39.724Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-11T05:53:01.959Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-11T05:53:03.950Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.030s coverage: 85.7% of statements [2021-03-11T05:53:03.950Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements [2021-03-11T05:53:05.958Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.043s coverage: 45.4% of statements [2021-03-11T05:53:05.958Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements [2021-03-11T05:53:05.958Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-11T05:53:06.945Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.021s coverage: 26.3% of statements [2021-03-11T05:53:07.545Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.054s coverage: 14.7% of statements [2021-03-11T05:53:07.545Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements [2021-03-11T05:53:09.536Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.093s coverage: 91.8% of statements [2021-03-11T05:53:09.536Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-11T05:53:09.536Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-11T05:53:09.536Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.028s coverage: 100.0% of statements [2021-03-11T05:53:09.536Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.036s coverage: 36.7% of statements [2021-03-11T05:53:13.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.128s coverage: 63.0% of statements [2021-03-11T05:53:13.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.042s coverage: 26.3% of statements [2021-03-11T05:53:13.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.021s coverage: 15.4% of statements [2021-03-11T05:53:13.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements [2021-03-11T05:53:13.851Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.042s coverage: 14.3% of statements [2021-03-11T05:53:13.851Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-11T05:53:18.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.267s coverage: 84.6% of statements [2021-03-11T05:53:18.189Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-11T05:53:18.189Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-11T05:53:18.189Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-11T05:53:18.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.117s coverage: 47.0% of statements [2021-03-11T05:53:18.189Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.029s coverage: 94.7% of statements [2021-03-11T05:53:20.823Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.175s coverage: 89.4% of statements [2021-03-11T05:53:20.823Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.039s coverage: 100.0% of statements [2021-03-11T05:53:20.823Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-11T05:53:20.823Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-11T05:53:26.246Z] gofmt -l . [2021-03-11T05:53:26.845Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-11T05:53:27.466Z] $ docker stop --time=1 df77384e0c9ef7a11bf901da52545ca467a396347ba1f6f37ce675f6c3c9e3cc [2021-03-11T05:53:29.986Z] $ docker rm -f df77384e0c9ef7a11bf901da52545ca467a396347ba1f6f37ce675f6c3c9e3cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T05:53:30.957Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-11T05:53:32.107Z] Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:53:34.889Z] ---> job-cost.sh [2021-03-11T05:53:34.889Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6NcD [2021-03-11T05:54:13.840Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T05:54:39.938Z] Running on prd-centos7-docker-4c-2g-29476 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] ws [2021-03-11T05:54:40.078Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-03-11T05:54:49.839Z] using credential edgex-jenkins-ssh [2021-03-11T05:54:49.942Z] Cloning the remote Git repository [2021-03-11T05:54:50.214Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T05:54:50.383Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-03-11T05:54:50.698Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T05:54:50.698Z] > git --version # timeout=10 [2021-03-11T05:54:50.788Z] > git --version # 'git version 2.24.3' [2021-03-11T05:54:50.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:54:50.969Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T05:54:52.603Z] Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit dfbdc067819c3f861e18963d73118eb86a3492bd [2021-03-11T05:54:52.780Z] Merge succeeded, producing dfbdc067819c3f861e18963d73118eb86a3492bd [2021-03-11T05:54:52.781Z] Checking out Revision dfbdc067819c3f861e18963d73118eb86a3492bd (PR-540) [2021-03-11T05:54:51.778Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-11T05:54:51.850Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T05:54:51.922Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-11T05:54:52.047Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-11T05:54:52.048Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:54:52.056Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T05:54:52.618Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T05:54:52.626Z] > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 [2021-03-11T05:54:52.723Z] > git remote # timeout=10 [2021-03-11T05:54:52.733Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T05:54:52.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T05:54:52.760Z] > git merge b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 [2021-03-11T05:54:52.774Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T05:54:52.789Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T05:54:52.797Z] > git checkout -f dfbdc067819c3f861e18963d73118eb86a3492bd # timeout=10 [2021-03-11T05:54:56.981Z] Commit message: "feat: add omitempty to IsHidden for both json and yaml" [2021-03-11T05:54:57.419Z] [2021-03-11T05:54:57.419Z] GitHub has been notified of this commit’s build result [2021-03-11T05:54:57.419Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T05:54:58.791Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T05:54:59.488Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T05:54:59.901Z] + sudo service docker restart [2021-03-11T05:54:59.901Z] + true [2021-03-11T05:54:59.901Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-11T05:55:02.196Z] ========================================================= [2021-03-11T05:55:02.196Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T05:55:02.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:55:02.607Z] + 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-03-11T05:55:03.630Z] Sending build context to Docker daemon 2.806MB [2021-03-11T05:55:03.630Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-11T05:55:03.630Z] Step 2/7 : FROM ${BASE} [2021-03-11T05:55:03.905Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T05:55:03.905Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T05:55:03.905Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T05:55:03.905Z] de9db76c5a1d: Pulling fs layer [2021-03-11T05:55:03.905Z] bca2f99d35d6: Pulling fs layer [2021-03-11T05:55:03.905Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T05:55:03.905Z] 7c6f9722023f: Pulling fs layer [2021-03-11T05:55:03.905Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T05:55:03.905Z] 7c6f9722023f: Waiting [2021-03-11T05:55:03.905Z] bca2f99d35d6: Waiting [2021-03-11T05:55:03.905Z] 93359f2a8cfa: Waiting [2021-03-11T05:55:03.905Z] a35cf1a2eb13: Waiting [2021-03-11T05:55:03.905Z] de9db76c5a1d: Verifying Checksum [2021-03-11T05:55:03.905Z] de9db76c5a1d: Download complete [2021-03-11T05:55:03.905Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T05:55:03.905Z] 0ef7d3d256c8: Download complete [2021-03-11T05:55:03.905Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T05:55:03.905Z] 93359f2a8cfa: Download complete [2021-03-11T05:55:04.204Z] 7c6f9722023f: Verifying Checksum [2021-03-11T05:55:04.204Z] 7c6f9722023f: Download complete [2021-03-11T05:55:04.532Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T05:55:04.532Z] 188c0c94c7c5: Download complete [2021-03-11T05:55:05.217Z] 188c0c94c7c5: Pull complete [2021-03-11T05:55:05.501Z] 0ef7d3d256c8: Pull complete [2021-03-11T05:55:06.106Z] de9db76c5a1d: Pull complete [2021-03-11T05:55:07.096Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T05:55:07.096Z] a35cf1a2eb13: Download complete [2021-03-11T05:55:08.095Z] bca2f99d35d6: Verifying Checksum [2021-03-11T05:55:08.096Z] bca2f99d35d6: Download complete [2021-03-11T05:55:26.527Z] bca2f99d35d6: Pull complete [2021-03-11T05:55:26.527Z] 93359f2a8cfa: Pull complete [2021-03-11T05:55:26.527Z] 7c6f9722023f: Pull complete [2021-03-11T05:55:33.403Z] a35cf1a2eb13: Pull complete [2021-03-11T05:55:33.403Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T05:55:33.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T05:55:33.403Z] ---> a62c8e92a672 [2021-03-11T05:55:33.403Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-11T05:55:33.403Z] ---> Running in 13d94c17c50a [2021-03-11T05:55:33.403Z] Removing intermediate container 13d94c17c50a [2021-03-11T05:55:33.403Z] ---> da2db3eb8e58 [2021-03-11T05:55:33.403Z] Step 4/7 : RUN apk add bash [2021-03-11T05:55:33.403Z] ---> Running in 8f9ff701dc76 [2021-03-11T05:55:34.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T05:55:35.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T05:55:36.404Z] OK: 166 MiB in 39 packages [2021-03-11T05:55:37.022Z] Removing intermediate container 8f9ff701dc76 [2021-03-11T05:55:37.022Z] ---> 177c52f9840e [2021-03-11T05:55:37.022Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-11T05:55:37.296Z] ---> Running in 3a838619bc1b [2021-03-11T05:55:37.591Z] Removing intermediate container 3a838619bc1b [2021-03-11T05:55:37.591Z] ---> 9eb2c3c09038 [2021-03-11T05:55:37.591Z] Step 6/7 : COPY go.mod . [2021-03-11T05:55:38.202Z] ---> 274a9248ce32 [2021-03-11T05:55:38.202Z] Step 7/7 : RUN go mod download [2021-03-11T05:55:38.202Z] ---> Running in 9f6d0a7514eb [2021-03-11T05:55:50.599Z] lf-activate-venv(): INFO: Adding /tmp/venv-6NcD/bin to PATH [2021-03-11T05:55:50.599Z] INFO: No Stack... [2021-03-11T05:55:50.599Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T05:55:50.599Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T05:55:50.942Z] + cut -d, -f6 [2021-03-11T05:55:50.942Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [Pipeline] lock [2021-03-11T05:55:51.049Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [2021-03-11T05:55:51.056Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] did not exist. Created. [2021-03-11T05:55:51.056Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T05:55:51.481Z] + echo total: 0.4099999964237213 [Pipeline] stash [2021-03-11T05:55:51.716Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T05:55:51.729Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T05:56:00.514Z] Removing intermediate container 9f6d0a7514eb [2021-03-11T05:56:00.514Z] ---> cf78d7a895bf [2021-03-11T05:56:00.514Z] Successfully built cf78d7a895bf [2021-03-11T05:56:00.514Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:56:00.862Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T05:56:01.498Z] . [Pipeline] withDockerContainer [2021-03-11T05:56:02.196Z] prd-centos7-docker-4c-2g-29476 does not seem to be running inside a container [2021-03-11T05:56:02.753Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T05:56:05.267Z] $ docker top 3dcab5982f4820cc71a388a980b9314d436a152dfd66ead5a79d97c87084df58 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:56:06.531Z] + go version [2021-03-11T05:56:06.531Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T05:56:06.607Z] $ docker stop --time=1 3dcab5982f4820cc71a388a980b9314d436a152dfd66ead5a79d97c87084df58 [2021-03-11T05:56:08.779Z] $ docker rm -f 3dcab5982f4820cc71a388a980b9314d436a152dfd66ead5a79d97c87084df58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:56:09.878Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T05:56:09.878Z] . [Pipeline] withDockerContainer [2021-03-11T05:56:10.288Z] prd-centos7-docker-4c-2g-29476 does not seem to be running inside a container [2021-03-11T05:56:10.377Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T05:56:12.315Z] $ docker top d1f32e66c1d28de4933f09fb3780273e3fe1f3ae41f2c6158049df8c65dea3ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:56:13.942Z] + make test [2021-03-11T05:56:13.942Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-11T05:56:26.561Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-11T05:56:26.835Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements [2021-03-11T05:56:26.835Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.017s coverage: 100.0% of statements [2021-03-11T05:56:27.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.064s coverage: 45.4% of statements [2021-03-11T05:56:27.125Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.023s coverage: 77.8% of statements [2021-03-11T05:56:27.125Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-11T05:56:29.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.038s coverage: 26.3% of statements [2021-03-11T05:56:29.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.048s coverage: 14.7% of statements [2021-03-11T05:56:29.209Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.020s coverage: 100.0% of statements [2021-03-11T05:56:30.013Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.171s coverage: 91.8% of statements [2021-03-11T05:56:30.013Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-11T05:56:30.013Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-11T05:56:30.013Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.237s coverage: 100.0% of statements [2021-03-11T05:56:30.702Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.013s coverage: 36.7% of statements [2021-03-11T05:56:36.447Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.103s coverage: 63.0% of statements [2021-03-11T05:56:36.447Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements [2021-03-11T05:56:36.447Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.023s coverage: 15.4% of statements [2021-03-11T05:56:36.447Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements [2021-03-11T05:56:36.447Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.040s coverage: 14.3% of statements [2021-03-11T05:56:36.447Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-11T05:56:42.435Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.123s coverage: 84.6% of statements [2021-03-11T05:56:42.435Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-11T05:56:42.435Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-11T05:56:42.435Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-11T05:56:43.164Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.098s coverage: 47.0% of statements [2021-03-11T05:56:43.164Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.050s coverage: 94.7% of statements [2021-03-11T05:56:44.321Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.574s coverage: 89.4% of statements [2021-03-11T05:56:44.321Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.018s coverage: 100.0% of statements [2021-03-11T05:56:44.321Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-11T05:56:44.321Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-11T05:56:51.492Z] gofmt -l . [2021-03-11T05:56:51.492Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-11T05:56:52.111Z] $ docker stop --time=1 d1f32e66c1d28de4933f09fb3780273e3fe1f3ae41f2c6158049df8c65dea3ea [2021-03-11T05:56:55.259Z] $ docker rm -f d1f32e66c1d28de4933f09fb3780273e3fe1f3ae41f2c6158049df8c65dea3ea [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T05:56:56.382Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-11T05:56:56.676Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T05:56:57.499Z] Stashed 1 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:56:58.640Z] ---> job-cost.sh [2021-03-11T05:56:58.640Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HZRe [2021-03-11T05:57:25.707Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T05:58:13.115Z] lf-activate-venv(): INFO: Adding /tmp/venv-HZRe/bin to PATH [2021-03-11T05:58:13.115Z] INFO: No Stack... [2021-03-11T05:58:13.115Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T05:58:13.115Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T05:58:13.454Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [2021-03-11T05:58:13.454Z] + cut -d, -f6 [Pipeline] lock [2021-03-11T05:58:13.554Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [2021-03-11T05:58:13.567Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] did not exist. Created. [2021-03-11T05:58:13.567Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-11T05:58:14.068Z] /w/workspace/go-mod-core-contracts/3@tmp/durable-30624a91/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-03-11T05:58:14.515Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-11T05:58:14.592Z] Warning: overwriting stash ‘stack-cost’ [2021-03-11T05:58:14.745Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T05:58:14.763Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-3-stack-cost] [Pipeline] // lock [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 [2021-03-11T05:58:16.244Z] provisioning config files... [2021-03-11T05:58:16.262Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/config8597774429107869319tmp [Pipeline] { [Pipeline] sh [2021-03-11T05:58:16.691Z] + set +x [2021-03-11T05:58:16.691Z] + curl -s https://codecov.io/bash [2021-03-11T05:58:16.691Z] + bash -s -- [2021-03-11T05:58:17.019Z] [2021-03-11T05:58:17.019Z] _____ _ [2021-03-11T05:58:17.019Z] / ____| | | [2021-03-11T05:58:17.019Z] | | ___ __| | ___ ___ _____ __ [2021-03-11T05:58:17.019Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-11T05:58:17.019Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-11T05:58:17.019Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-11T05:58:17.019Z] Bash-20210309-2b87ace [2021-03-11T05:58:17.019Z] [2021-03-11T05:58:17.019Z] [2021-03-11T05:58:17.019Z] ==> git version 2.24.3 found [2021-03-11T05:58:17.019Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-11T05:58:17.019Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-11T05:58:17.019Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-11T05:58:17.019Z] ==> Jenkins CI detected. [2021-03-11T05:58:17.019Z] project root: . [2021-03-11T05:58:17.019Z] --> token set from env [2021-03-11T05:58:17.019Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-11T05:58:17.293Z] ==> Running gcov in . (disable via -X gcov) [2021-03-11T05:58:17.293Z] ==> Python coveragepy not found [2021-03-11T05:58:17.293Z] ==> Searching for coverage reports in: [2021-03-11T05:58:17.293Z] + . [2021-03-11T05:58:17.293Z] -> Found 1 reports [2021-03-11T05:58:17.293Z] ==> Detecting git/mercurial file structure [2021-03-11T05:58:17.293Z] ==> Reading reports [2021-03-11T05:58:17.293Z] + ./coverage.out bytes=157997 [2021-03-11T05:58:17.293Z] ==> Appending adjustments [2021-03-11T05:58:17.293Z] https://docs.codecov.io/docs/fixing-reports [2021-03-11T05:58:19.947Z] + Found adjustments [2021-03-11T05:58:19.947Z] ==> Gzipping contents [2021-03-11T05:58:19.947Z] 24K /tmp/codecov.9H0oNN.gz [2021-03-11T05:58:19.947Z] ==> Uploading reports [2021-03-11T05:58:19.947Z] url: https://codecov.io [2021-03-11T05:58:19.947Z] query: branch=PR-540&commit=dfbdc067819c3f861e18963d73118eb86a3492bd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-540%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=540&job=&cmd_args= [2021-03-11T05:58:19.947Z] -> Pinging Codecov [2021-03-11T05:58:19.947Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-540&commit=dfbdc067819c3f861e18963d73118eb86a3492bd&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-540%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=540&job=&cmd_args= [2021-03-11T05:58:20.286Z] -> Uploading to [2021-03-11T05:58:20.287Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-11/71470A77251A30514AAF9C0BB2E5B6CE/dfbdc067819c3f861e18963d73118eb86a3492bd/c40bbf52-43cc-4089-b9ff-a7df023a49b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T055820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c30ab24b8fd622f3a33d0595187bf8ba76c9bacfb93adca6e0cb1d7c2afe0374 [2021-03-11T05:58:20.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-11T05:58:20.287Z] Dload Upload Total Spent Left Speed [2021-03-11T05:58:20.882Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23789 0 0 100 23789 0 50592 --:--:-- --:--:-- --:--:-- 50614 100 23789 0 0 100 23789 0 50552 --:--:-- --:--:-- --:--:-- 50507 [2021-03-11T05:58:20.882Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/dfbdc067819c3f861e18963d73118eb86a3492bd [Pipeline] } [2021-03-11T05:58:20.894Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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 [2021-03-11T05:58:23.423Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:58:24.094Z] ---> package-listing.sh [2021-03-11T05:58:24.094Z] ++ facter osfamily [2021-03-11T05:58:24.094Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T05:58:24.388Z] + OS_FAMILY=redhat [2021-03-11T05:58:24.388Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-540 [2021-03-11T05:58:24.389Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T05:58:24.389Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T05:58:24.389Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T05:58:24.389Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T05:58:24.389Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-540 ']' [2021-03-11T05:58:24.389Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T05:58:24.389Z] + case "${OS_FAMILY}" in [2021-03-11T05:58:24.389Z] + sort [2021-03-11T05:58:24.389Z] + rpm -qa [2021-03-11T05:58:34.567Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T05:58:34.567Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T05:58:34.567Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T05:58:34.567Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-540 ']' [2021-03-11T05:58:34.567Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-540/archives/ [2021-03-11T05:58:34.567Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-540/archives/ [Pipeline] echo [2021-03-11T05:58:34.589Z] 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-540/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T05:58:35.057Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:58:35.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:58:35.664Z] [2021-03-11T05:58:35.664Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T05:58:36.113Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:58:36.113Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T05:58:36.113Z] df20fa9351a1: Pulling fs layer [2021-03-11T05:58:36.113Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T05:58:36.113Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T05:58:36.113Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T05:58:36.113Z] 93b61091891f: Pulling fs layer [2021-03-11T05:58:36.113Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T05:58:36.113Z] 5e14af77c1be: Pulling fs layer [2021-03-11T05:58:36.113Z] 01666e4c0597: Pulling fs layer [2021-03-11T05:58:36.113Z] aa168da1d23b: Pulling fs layer [2021-03-11T05:58:36.113Z] 46f8f816bc3b: Waiting [2021-03-11T05:58:36.113Z] 93b61091891f: Waiting [2021-03-11T05:58:36.113Z] 93b9cdb0e59b: Waiting [2021-03-11T05:58:36.113Z] 5e14af77c1be: Waiting [2021-03-11T05:58:36.113Z] 01666e4c0597: Waiting [2021-03-11T05:58:36.113Z] aa168da1d23b: Waiting [2021-03-11T05:58:36.387Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T05:58:36.387Z] 36b3adc4ff6f: Download complete [2021-03-11T05:58:36.387Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T05:58:36.387Z] 46f8f816bc3b: Download complete [2021-03-11T05:58:36.387Z] df20fa9351a1: Verifying Checksum [2021-03-11T05:58:36.387Z] df20fa9351a1: Download complete [2021-03-11T05:58:36.387Z] 93b9cdb0e59b: Download complete [2021-03-11T05:58:36.387Z] 93b61091891f: Verifying Checksum [2021-03-11T05:58:36.387Z] 93b61091891f: Download complete [2021-03-11T05:58:36.387Z] 5e14af77c1be: Verifying Checksum [2021-03-11T05:58:36.387Z] 5e14af77c1be: Download complete [2021-03-11T05:58:36.387Z] 01666e4c0597: Verifying Checksum [2021-03-11T05:58:36.387Z] 01666e4c0597: Download complete [2021-03-11T05:58:36.972Z] df20fa9351a1: Pull complete [2021-03-11T05:58:37.240Z] 36b3adc4ff6f: Pull complete [2021-03-11T05:58:37.240Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T05:58:37.240Z] 8ad3a11d3b57: Download complete [2021-03-11T05:58:38.671Z] 8ad3a11d3b57: Pull complete [2021-03-11T05:58:38.937Z] 46f8f816bc3b: Pull complete [2021-03-11T05:58:40.521Z] 93b61091891f: Pull complete [2021-03-11T05:58:40.797Z] 93b9cdb0e59b: Pull complete [2021-03-11T05:58:41.067Z] 5e14af77c1be: Pull complete [2021-03-11T05:58:41.067Z] 01666e4c0597: Pull complete [2021-03-11T05:58:41.351Z] aa168da1d23b: Verifying Checksum [2021-03-11T05:58:41.351Z] aa168da1d23b: Download complete [2021-03-11T05:58:59.907Z] aa168da1d23b: Pull complete [2021-03-11T05:58:59.907Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T05:58:59.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T05:58:59.907Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T05:59:00.330Z] prd-centos7-docker-4c-2g-29475 does not seem to be running inside a container [2021-03-11T05:59:00.395Z] $ 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-540/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-540 -v /w/workspace/dry_go-mod-core-contracts_PR-540:/w/workspace/dry_go-mod-core-contracts_PR-540:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-540@tmp:/w/workspace/dry_go-mod-core-contracts_PR-540@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T05:59:04.923Z] $ docker top fe6eece14e4e830e52e23eb62693ab47cc4a9a78c712550c3461f06e9a5cf981 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T05:59:06.132Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T05:59:06.857Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T05:59:07.224Z] + ls /var/log/sa-host [2021-03-11T05:59:07.224Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T05:59:07.224Z] file_magic: OK [2021-03-11T05:59:07.224Z] HZ: Using current value: 100 [2021-03-11T05:59:07.224Z] file_header: OK [2021-03-11T05:59:07.224Z] 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-03-11T05:59:07.224Z] Statistics: [2021-03-11T05:59:07.525Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T05:59:07.525Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T05:59:07.525Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T05:59:07.525Z] file_magic: OK [2021-03-11T05:59:07.525Z] HZ: Using current value: 100 [2021-03-11T05:59:07.525Z] file_header: OK [2021-03-11T05:59:07.525Z] 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-03-11T05:59:07.525Z] Statistics: [2021-03-11T05:59:07.525Z] Hnuu...uuuununununu... [2021-03-11T05:59:07.525Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T05:59:08.274Z] provisioning config files... [2021-03-11T05:59:08.332Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/config2893511358257040253tmp [Pipeline] { [Pipeline] echo [2021-03-11T05:59:08.445Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:59:08.818Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T05:59:08.838Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T05:59:08.938Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:59:09.270Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T05:59:09.286Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:59:09.609Z] ---> sudo-logs.sh [2021-03-11T05:59:09.609Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T05:59:09.732Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:59:10.051Z] ---> job-cost.sh [2021-03-11T05:59:10.051Z] lf-activate-venv: SKIPPING [2021-03-11T05:59:10.051Z] DEBUG: total: 0.029999999329447746 [2021-03-11T05:59:10.051Z] INFO: Retrieving Stack Cost... [2021-03-11T05:59:11.011Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T05:59:11.599Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T05:59:11.618Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T05:59:12.297Z] ---> logs-deploy.sh [2021-03-11T05:59:12.297Z] lf-activate-venv: SKIPPING [2021-03-11T05:59:12.297Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-540/3 [2021-03-11T05:59:12.297Z] INFO: archiving workspace using pattern(s): [2021-03-11T05:59:15.045Z] Archives upload complete. [2021-03-11T05:59:15.045Z] INFO: archiving logs to Nexus