Pull request #607 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fec431e7a586d50318ce15cf08bd788890d40e94+3e69df61d12908c9f1be535e4d71be1fabedaaf4 (bcdf61f1aac05fe762adf32db2fdf0241481ab82) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4209 in /w/workspace/dry_go-mod-core-contracts_PR-607 [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-607 # 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 > 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/607/head:refs/remotes/origin/PR-607 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3e69df61d12908c9f1be535e4d71be1fabedaaf4 into PR head commit fec431e7a586d50318ce15cf08bd788890d40e94 Merge succeeded, producing fec431e7a586d50318ce15cf08bd788890d40e94 Checking out Revision fec431e7a586d50318ce15cf08bd788890d40e94 (PR-607) > git config core.sparsecheckout # timeout=10 > git checkout -f fec431e7a586d50318ce15cf08bd788890d40e94 # 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 3e69df61d12908c9f1be535e4d71be1fabedaaf4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fec431e7a586d50318ce15cf08bd788890d40e94 # timeout=10 Commit message: "build(deps): bump github.com/go-playground/validator/v10" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T20:38:13.705Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 7257ea92d543a29971a5783e91346e4688f33ffd # timeout=10 [Pipeline] withCredentials [2021-05-10T20:38:13.806Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T20:38:13.835Z] ========================================================= [2021-05-10T20:38:13.835Z] EdgeX Global Pipelines Version Info [2021-05-10T20:38:13.835Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:38:16.448Z] ------------------- [2021-05-10T20:38:16.448Z] stable info: [2021-05-10T20:38:16.448Z] ------------------- [2021-05-10T20:38:16.448Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T20:38:16.448Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T20:38:16.448Z] Message: update stable to v1.0.191 [2021-05-10T20:38:17.462Z] ------------------- [2021-05-10T20:38:17.462Z] experimental info: [2021-05-10T20:38:17.462Z] ------------------- [2021-05-10T20:38:17.462Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T20:38:17.462Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-10T20:38:17.462Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T20:38:17.633Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-05-10T20:38:17.656Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-05-10T20:38:17.682Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T20:38:17.707Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T20:38:17.731Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T20:38:17.788Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T20:38:17.813Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T20:38:17.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T20:38:17.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-10T20:38:17.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T20:38:17.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T20:38:17.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-05-10T20:38:17.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T20:38:18.001Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T20:38:18.027Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T20:38:18.054Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T20:38:18.085Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T20:38:18.111Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-10T20:38:18.137Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T20:38:18.163Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-10T20:38:18.189Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-10T20:38:18.218Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-10T20:38:18.243Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-10T20:38:18.269Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-10T20:38:18.299Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-10T20:38:18.325Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T20:38:18.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-607 [Pipeline] echo [2021-05-10T20:38:18.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-607 [Pipeline] echo [2021-05-10T20:38:18.413Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-607 [Pipeline] echo [2021-05-10T20:38:18.441Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fec431e7a586d50318ce15cf08bd788890d40e94 [Pipeline] echo [2021-05-10T20:38:18.474Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fec431e [Pipeline] echo [2021-05-10T20:38:18.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T20:38:18.935Z] + git log --format=format:%s -1 fec431e7a586d50318ce15cf08bd788890d40e94 [Pipeline] echo [2021-05-10T20:38:19.057Z] GIT_COMMIT: fec431e7a586d50318ce15cf08bd788890d40e94, Commit Message: build(deps): bump github.com/go-playground/validator/v10 [Pipeline] echo [2021-05-10T20:38:19.072Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:38:19.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T20:38:19.931Z] [2021-05-10T20:38:19.931Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:38:20.591Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T20:38:20.868Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T20:38:20.868Z] 31603596830f: Pulling fs layer [2021-05-10T20:38:20.868Z] 54011a49482f: Pulling fs layer [2021-05-10T20:38:20.868Z] a6820b24f6d8: Pulling fs layer [2021-05-10T20:38:20.868Z] f581987b2513: Pulling fs layer [2021-05-10T20:38:20.868Z] f581987b2513: Waiting [2021-05-10T20:38:20.868Z] 54011a49482f: Download complete [2021-05-10T20:38:20.868Z] 31603596830f: Verifying Checksum [2021-05-10T20:38:20.868Z] 31603596830f: Download complete [2021-05-10T20:38:21.478Z] a6820b24f6d8: Verifying Checksum [2021-05-10T20:38:21.479Z] a6820b24f6d8: Download complete [2021-05-10T20:38:21.479Z] f581987b2513: Verifying Checksum [2021-05-10T20:38:21.479Z] f581987b2513: Download complete [2021-05-10T20:38:21.763Z] 31603596830f: Pull complete [2021-05-10T20:38:21.763Z] 54011a49482f: Pull complete [2021-05-10T20:38:23.209Z] a6820b24f6d8: Pull complete [2021-05-10T20:38:23.209Z] f581987b2513: Pull complete [2021-05-10T20:38:23.494Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T20:38:23.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T20:38:23.494Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T20:38:23.684Z] prd-centos7-docker-4c-2g-4209 does not seem to be running inside a container [2021-05-10T20:38:23.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-607 -v /w/workspace/dry_go-mod-core-contracts_PR-607:/w/workspace/dry_go-mod-core-contracts_PR-607:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-607@tmp:/w/workspace/dry_go-mod-core-contracts_PR-607@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T20:38:26.175Z] $ docker top b34deac987c1fec282ce568d6ad6737e0e3cc8e965470a6e115f764e2e873873 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T20:38:26.378Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T20:38:26.379Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T20:38:26.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T20:38:26.639Z] $ docker exec b34deac987c1fec282ce568d6ad6737e0e3cc8e965470a6e115f764e2e873873 ssh-agent [2021-05-10T20:38:26.851Z] SSH_AUTH_SOCK=/tmp/ssh-fG4Nyk9iDBk9/agent.11 [2021-05-10T20:38:26.851Z] SSH_AGENT_PID=16 [2021-05-10T20:38:26.873Z] Running ssh-add (command line suppressed) [2021-05-10T20:38:27.022Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-607@tmp/private_key_6105953529919416773.key (/w/workspace/dry_go-mod-core-contracts_PR-607@tmp/private_key_6105953529919416773.key) [2021-05-10T20:38:27.095Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T20:38:27.411Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T20:38:27.435Z] $ docker exec --env ******** --env ******** b34deac987c1fec282ce568d6ad6737e0e3cc8e965470a6e115f764e2e873873 ssh-agent -k [2021-05-10T20:38:27.571Z] unset SSH_AUTH_SOCK; [2021-05-10T20:38:27.572Z] unset SSH_AGENT_PID; [2021-05-10T20:38:27.572Z] echo Agent pid 16 killed; [2021-05-10T20:38:27.622Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T20:38:27.665Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T20:38:27.665Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T20:38:27.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T20:38:27.899Z] $ docker exec b34deac987c1fec282ce568d6ad6737e0e3cc8e965470a6e115f764e2e873873 ssh-agent [2021-05-10T20:38:28.165Z] SSH_AUTH_SOCK=/tmp/ssh-9tLnJyR7QnTg/agent.45 [2021-05-10T20:38:28.165Z] SSH_AGENT_PID=50 [2021-05-10T20:38:28.176Z] Running ssh-add (command line suppressed) [2021-05-10T20:38:28.354Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-607@tmp/private_key_1426656940409173064.key (/w/workspace/dry_go-mod-core-contracts_PR-607@tmp/private_key_1426656940409173064.key) [2021-05-10T20:38:28.461Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T20:38:29.122Z] + git semver init [2021-05-10T20:38:29.122Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T20:38:29.122Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-607/.git [2021-05-10T20:38:29.122Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-607 [2021-05-10T20:38:29.122Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T20:38:29.122Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T20:38:29.122Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T20:38:29.122Z] # $SEMVER_BRANCH = PR-607 [2021-05-10T20:38:29.122Z] # $SEMVER_TEMP = /tmp/semver-361553940 [2021-05-10T20:38:29.122Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-05-10T20:38:29.765Z] # '/tmp/semver-361553940' -> '/w/workspace/dry_go-mod-core-contracts_PR-607/.semver' [2021-05-10T20:38:30.037Z] # -> Force: false [2021-05-10T20:38:30.037Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-607/.semver [Pipeline] } [2021-05-10T20:38:30.056Z] $ docker exec --env ******** --env ******** b34deac987c1fec282ce568d6ad6737e0e3cc8e965470a6e115f764e2e873873 ssh-agent -k [2021-05-10T20:38:30.222Z] unset SSH_AUTH_SOCK; [2021-05-10T20:38:30.223Z] unset SSH_AGENT_PID; [2021-05-10T20:38:30.223Z] echo Agent pid 50 killed; [2021-05-10T20:38:30.274Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T20:38:30.628Z] + git semver [Pipeline] } [2021-05-10T20:38:30.648Z] $ docker stop --time=1 b34deac987c1fec282ce568d6ad6737e0e3cc8e965470a6e115f764e2e873873 [2021-05-10T20:38:32.333Z] $ docker rm -f b34deac987c1fec282ce568d6ad6737e0e3cc8e965470a6e115f764e2e873873 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T20:38:32.850Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T20:38:33.324Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T20:38:33.328Z] [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-05-10T20:38:48.536Z] Still waiting to schedule task [2021-05-10T20:38:48.536Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-10T20:38:48.539Z] Still waiting to schedule task [2021-05-10T20:38:48.540Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-10T20:39:57.620Z] Running on prd-centos7-docker-4c-2g-4212 in /w/workspace/dry_go-mod-core-contracts_PR-607 [Pipeline] { [Pipeline] ws [2021-05-10T20:39:57.639Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-05-10T20:40:00.340Z] using credential edgex-jenkins-ssh [2021-05-10T20:40:00.353Z] Cloning the remote Git repository [2021-05-10T20:40:00.375Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-10T20:40:00.448Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-05-10T20:40:00.516Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-10T20:40:00.517Z] > git --version # timeout=10 [2021-05-10T20:40:00.522Z] > git --version # 'git version 2.24.3' [2021-05-10T20:40:00.523Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:40:00.546Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:40:01.316Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-10T20:40:01.323Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:40:01.333Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-10T20:40:01.349Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-10T20:40:01.349Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:40:01.355Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/607/head:refs/remotes/origin/PR-607 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T20:40:03.376Z] Merging remotes/origin/master commit 3e69df61d12908c9f1be535e4d71be1fabedaaf4 into PR head commit fec431e7a586d50318ce15cf08bd788890d40e94 [2021-05-10T20:40:03.506Z] Merge succeeded, producing fec431e7a586d50318ce15cf08bd788890d40e94 [2021-05-10T20:40:03.506Z] Checking out Revision fec431e7a586d50318ce15cf08bd788890d40e94 (PR-607) [2021-05-10T20:40:03.389Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:40:03.395Z] > git checkout -f fec431e7a586d50318ce15cf08bd788890d40e94 # timeout=10 [2021-05-10T20:40:03.474Z] > git remote # timeout=10 [2021-05-10T20:40:03.481Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T20:40:03.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:40:03.490Z] > git merge 3e69df61d12908c9f1be535e4d71be1fabedaaf4 # timeout=10 [2021-05-10T20:40:03.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T20:40:03.510Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:40:03.515Z] > git checkout -f fec431e7a586d50318ce15cf08bd788890d40e94 # timeout=10 [2021-05-10T20:40:07.296Z] Commit message: "build(deps): bump github.com/go-playground/validator/v10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T20:40:08.355Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T20:40:08.695Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T20:40:08.991Z] + sudo service docker restart [2021-05-10T20:40:08.991Z] + true [2021-05-10T20:40:08.991Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-10T20:40:10.522Z] ========================================================= [2021-05-10T20:40:10.522Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T20:40:10.522Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:40:10.834Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T20:40:11.417Z] Sending build context to Docker daemon 3.124MB [2021-05-10T20:40:11.417Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-10T20:40:11.417Z] Step 2/7 : FROM ${BASE} [2021-05-10T20:40:11.417Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T20:40:11.417Z] 540db60ca938: Pulling fs layer [2021-05-10T20:40:11.417Z] adcc1eea9eea: Pulling fs layer [2021-05-10T20:40:11.417Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T20:40:11.417Z] 0510c868ecb4: Pulling fs layer [2021-05-10T20:40:11.417Z] afea3b2eda06: Pulling fs layer [2021-05-10T20:40:11.417Z] 7809a108b3ef: Pulling fs layer [2021-05-10T20:40:11.417Z] f706445af74f: Pulling fs layer [2021-05-10T20:40:11.417Z] 0510c868ecb4: Waiting [2021-05-10T20:40:11.417Z] afea3b2eda06: Waiting [2021-05-10T20:40:11.417Z] 7809a108b3ef: Waiting [2021-05-10T20:40:11.417Z] f706445af74f: Waiting [2021-05-10T20:40:11.417Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T20:40:11.417Z] 4c4ab2625f07: Download complete [2021-05-10T20:40:11.680Z] adcc1eea9eea: Download complete [2021-05-10T20:40:11.680Z] afea3b2eda06: Verifying Checksum [2021-05-10T20:40:11.680Z] afea3b2eda06: Download complete [2021-05-10T20:40:11.680Z] 7809a108b3ef: Verifying Checksum [2021-05-10T20:40:11.680Z] 7809a108b3ef: Download complete [2021-05-10T20:40:11.680Z] 540db60ca938: Verifying Checksum [2021-05-10T20:40:11.680Z] 540db60ca938: Download complete [2021-05-10T20:40:11.943Z] 540db60ca938: Pull complete [2021-05-10T20:40:12.205Z] adcc1eea9eea: Pull complete [2021-05-10T20:40:12.205Z] 4c4ab2625f07: Pull complete [2021-05-10T20:40:13.153Z] f706445af74f: Verifying Checksum [2021-05-10T20:40:13.153Z] f706445af74f: Download complete [2021-05-10T20:40:14.388Z] 0510c868ecb4: Download complete [2021-05-10T20:40:19.707Z] 0510c868ecb4: Pull complete [2021-05-10T20:40:19.707Z] afea3b2eda06: Pull complete [2021-05-10T20:40:19.707Z] 7809a108b3ef: Pull complete [2021-05-10T20:40:23.962Z] f706445af74f: Pull complete [2021-05-10T20:40:23.962Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T20:40:23.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T20:40:23.962Z] ---> b068be0155e3 [2021-05-10T20:40:23.962Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T20:40:24.231Z] ---> Running in def4c386b57a [2021-05-10T20:40:24.501Z] Removing intermediate container def4c386b57a [2021-05-10T20:40:24.501Z] ---> dc099919c5a5 [2021-05-10T20:40:24.501Z] Step 4/7 : RUN apk add bash [2021-05-10T20:40:24.501Z] ---> Running in 02cecf726eee [2021-05-10T20:40:25.086Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T20:40:27.014Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T20:40:27.961Z] OK: 149 MiB in 40 packages [2021-05-10T20:40:28.224Z] Removing intermediate container 02cecf726eee [2021-05-10T20:40:28.224Z] ---> 04cbf5e66b77 [2021-05-10T20:40:28.224Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-10T20:40:28.488Z] ---> Running in 659828d257bf [2021-05-10T20:40:28.488Z] Removing intermediate container 659828d257bf [2021-05-10T20:40:28.488Z] ---> 343f12e7f21d [2021-05-10T20:40:28.488Z] Step 6/7 : COPY go.mod . [2021-05-10T20:40:28.764Z] ---> 8fa08f214b65 [2021-05-10T20:40:28.764Z] Step 7/7 : RUN go mod download [2021-05-10T20:40:28.764Z] ---> Running in ac4a55b89d45 [2021-05-10T20:40:43.752Z] Removing intermediate container ac4a55b89d45 [2021-05-10T20:40:43.752Z] ---> 07685d8cbe7e [2021-05-10T20:40:43.752Z] Successfully built 07685d8cbe7e [2021-05-10T20:40:43.752Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:40:44.078Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T20:40:44.079Z] . [Pipeline] withDockerContainer [2021-05-10T20:40:44.190Z] prd-centos7-docker-4c-2g-4212 does not seem to be running inside a container [2021-05-10T20:40:44.240Z] $ 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 [2021-05-10T20:40:45.030Z] $ docker top a7a066b3576d1ec3c0609e62fb84e6e6591bea7c1ebaa8f28a365711c18927d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:40:45.535Z] + go version [2021-05-10T20:40:45.535Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T20:40:45.552Z] $ docker stop --time=1 a7a066b3576d1ec3c0609e62fb84e6e6591bea7c1ebaa8f28a365711c18927d4 [2021-05-10T20:40:46.911Z] $ docker rm -f a7a066b3576d1ec3c0609e62fb84e6e6591bea7c1ebaa8f28a365711c18927d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:40:47.434Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T20:40:47.434Z] . [Pipeline] withDockerContainer [2021-05-10T20:40:47.527Z] prd-centos7-docker-4c-2g-4212 does not seem to be running inside a container [2021-05-10T20:40:47.574Z] $ 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 [2021-05-10T20:40:48.365Z] $ docker top 847294e7c1fb485fed6b01a8515d8c5a33277a5c4ec82cae91cebc75df73f2a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:40:48.805Z] + go mod tidy [Pipeline] sh [2021-05-10T20:40:49.369Z] + make test [2021-05-10T20:40:49.369Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-10T20:40:57.609Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-10T20:40:57.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.012s coverage: 85.7% of statements [2021-05-10T20:40:57.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.017s coverage: 100.0% of statements [2021-05-10T20:40:57.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.024s coverage: 45.4% of statements [2021-05-10T20:40:57.609Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.035s coverage: 77.8% of statements [2021-05-10T20:40:57.609Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-10T20:40:59.553Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.007s coverage: 26.3% of statements [2021-05-10T20:40:59.553Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.023s coverage: 14.7% of statements [2021-05-10T20:40:59.553Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.049s coverage: 100.0% of statements [2021-05-10T20:40:59.553Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.090s coverage: 91.8% of statements [2021-05-10T20:40:59.553Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-10T20:40:59.553Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-10T20:40:59.553Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.016s coverage: 100.0% of statements [2021-05-10T20:40:59.553Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 35.5% of statements [2021-05-10T20:41:01.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.027s coverage: 63.0% of statements [2021-05-10T20:41:01.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements [2021-05-10T20:41:01.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.016s coverage: 15.4% of statements [2021-05-10T20:41:01.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.005s coverage: 15.4% of statements [2021-05-10T20:41:01.518Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.024s coverage: 14.3% of statements [2021-05-10T20:41:02.513Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-10T20:41:02.513Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-10T20:41:05.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.089s coverage: 83.0% of statements [2021-05-10T20:41:05.120Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-10T20:41:05.120Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-10T20:41:05.120Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-10T20:41:05.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.020s coverage: 45.4% of statements [2021-05-10T20:41:05.120Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.015s coverage: 94.7% of statements [2021-05-10T20:41:05.385Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.064s coverage: 86.3% of statements [2021-05-10T20:41:05.963Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.011s coverage: 60.5% of statements [2021-05-10T20:41:05.963Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.011s coverage: 58.2% of statements [2021-05-10T20:41:06.226Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-10T20:41:13.001Z] gofmt -l . [2021-05-10T20:41:13.263Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-10T20:41:13.545Z] $ docker stop --time=1 847294e7c1fb485fed6b01a8515d8c5a33277a5c4ec82cae91cebc75df73f2a4 [2021-05-10T20:41:15.332Z] $ docker rm -f 847294e7c1fb485fed6b01a8515d8c5a33277a5c4ec82cae91cebc75df73f2a4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T20:41:15.875Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T20:41:16.251Z] 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-05-10T20:41:17.006Z] ---> job-cost.sh [2021-05-10T20:41:17.006Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BxUE [2021-05-10T20:41:31.943Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T20:41:58.582Z] lf-activate-venv(): INFO: Adding /tmp/venv-BxUE/bin to PATH [2021-05-10T20:41:58.582Z] INFO: No Stack... [2021-05-10T20:41:58.865Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T20:41:59.443Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T20:41:59.751Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [2021-05-10T20:41:59.751Z] + cut -d, -f6 [Pipeline] lock [2021-05-10T20:41:59.832Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-607-3-stack-cost] [2021-05-10T20:41:59.841Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-607-3-stack-cost] did not exist. Created. [2021-05-10T20:41:59.841Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-607-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T20:42:00.175Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-10T20:42:00.295Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T20:42:00.305Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-607-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T20:42:35.693Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4214 in /w/workspace/dry_go-mod-core-contracts_PR-607 [Pipeline] { [Pipeline] ws [2021-05-10T20:42:35.713Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-05-10T20:42:41.654Z] using credential edgex-jenkins-ssh [2021-05-10T20:42:41.683Z] Cloning the remote Git repository [2021-05-10T20:42:41.744Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-10T20:42:41.846Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-05-10T20:42:41.921Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-10T20:42:41.922Z] > git --version # timeout=10 [2021-05-10T20:42:41.938Z] > git --version # 'git version 2.17.1' [2021-05-10T20:42:41.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:42:42.034Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:42:43.291Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-10T20:42:43.311Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T20:42:43.336Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-10T20:42:43.370Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-10T20:42:43.371Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:42:43.382Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/607/head:refs/remotes/origin/PR-607 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T20:42:44.020Z] Merging remotes/origin/master commit 3e69df61d12908c9f1be535e4d71be1fabedaaf4 into PR head commit fec431e7a586d50318ce15cf08bd788890d40e94 [2021-05-10T20:42:44.283Z] Merge succeeded, producing fec431e7a586d50318ce15cf08bd788890d40e94 [2021-05-10T20:42:44.283Z] Checking out Revision fec431e7a586d50318ce15cf08bd788890d40e94 (PR-607) [2021-05-10T20:42:44.035Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:42:44.046Z] > git checkout -f fec431e7a586d50318ce15cf08bd788890d40e94 # timeout=10 [2021-05-10T20:42:44.190Z] > git remote # timeout=10 [2021-05-10T20:42:44.206Z] > git config --get remote.origin.url # timeout=10 [2021-05-10T20:42:44.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T20:42:44.244Z] > git merge 3e69df61d12908c9f1be535e4d71be1fabedaaf4 # timeout=10 [2021-05-10T20:42:44.268Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-10T20:42:44.286Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T20:42:44.297Z] > git checkout -f fec431e7a586d50318ce15cf08bd788890d40e94 # timeout=10 [2021-05-10T20:42:48.579Z] Commit message: "build(deps): bump github.com/go-playground/validator/v10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-10T20:42:49.989Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-10T20:42:50.395Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T20:42:50.743Z] + sudo service docker restart [2021-05-10T20:42:50.743Z] + true [Pipeline] unstash [Pipeline] echo [2021-05-10T20:42:53.652Z] ========================================================= [2021-05-10T20:42:53.652Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-10T20:42:53.652Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:42:54.000Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-10T20:42:54.987Z] Sending build context to Docker daemon 3.123MB [2021-05-10T20:42:54.987Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-10T20:42:54.987Z] Step 2/7 : FROM ${BASE} [2021-05-10T20:42:55.589Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-10T20:42:55.589Z] 595b0fe564bb: Pulling fs layer [2021-05-10T20:42:55.589Z] 7186ed65a4f7: Pulling fs layer [2021-05-10T20:42:55.589Z] 316046926c0a: Pulling fs layer [2021-05-10T20:42:55.589Z] 4ebd0625c992: Pulling fs layer [2021-05-10T20:42:55.589Z] 207e8628e3a3: Pulling fs layer [2021-05-10T20:42:55.589Z] c791037a9be2: Pulling fs layer [2021-05-10T20:42:55.589Z] ffd874e62e21: Pulling fs layer [2021-05-10T20:42:55.589Z] 4ebd0625c992: Waiting [2021-05-10T20:42:55.589Z] 207e8628e3a3: Waiting [2021-05-10T20:42:55.589Z] c791037a9be2: Waiting [2021-05-10T20:42:55.589Z] ffd874e62e21: Waiting [2021-05-10T20:42:55.589Z] 316046926c0a: Verifying Checksum [2021-05-10T20:42:55.589Z] 316046926c0a: Download complete [2021-05-10T20:42:55.589Z] 7186ed65a4f7: Download complete [2021-05-10T20:42:55.589Z] 207e8628e3a3: Verifying Checksum [2021-05-10T20:42:55.589Z] 207e8628e3a3: Download complete [2021-05-10T20:42:55.589Z] c791037a9be2: Verifying Checksum [2021-05-10T20:42:55.589Z] c791037a9be2: Download complete [2021-05-10T20:42:55.589Z] 595b0fe564bb: Verifying Checksum [2021-05-10T20:42:55.589Z] 595b0fe564bb: Download complete [2021-05-10T20:42:56.583Z] 595b0fe564bb: Pull complete [2021-05-10T20:42:57.189Z] 7186ed65a4f7: Pull complete [2021-05-10T20:42:57.466Z] 316046926c0a: Pull complete [2021-05-10T20:42:57.741Z] ffd874e62e21: Verifying Checksum [2021-05-10T20:42:57.741Z] ffd874e62e21: Download complete [2021-05-10T20:42:59.719Z] 4ebd0625c992: Verifying Checksum [2021-05-10T20:42:59.719Z] 4ebd0625c992: Download complete [2021-05-10T20:43:09.901Z] 4ebd0625c992: Pull complete [2021-05-10T20:43:09.901Z] 207e8628e3a3: Pull complete [2021-05-10T20:43:10.175Z] c791037a9be2: Pull complete [2021-05-10T20:43:13.555Z] ffd874e62e21: Pull complete [2021-05-10T20:43:13.555Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-10T20:43:13.555Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-10T20:43:13.555Z] ---> cfc18b08335c [2021-05-10T20:43:13.555Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-10T20:43:16.157Z] ---> Running in 044fa0253b10 [2021-05-10T20:43:16.426Z] Removing intermediate container 044fa0253b10 [2021-05-10T20:43:16.426Z] ---> 6d2bd41535ca [2021-05-10T20:43:16.426Z] Step 4/7 : RUN apk add bash [2021-05-10T20:43:16.697Z] ---> Running in 40c9a6d8efbc [2021-05-10T20:43:17.679Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-10T20:43:19.650Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-10T20:43:21.076Z] OK: 138 MiB in 40 packages [2021-05-10T20:43:22.512Z] Removing intermediate container 40c9a6d8efbc [2021-05-10T20:43:22.512Z] ---> 396dc6426c83 [2021-05-10T20:43:22.512Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-10T20:43:22.512Z] ---> Running in a3089a68f956 [2021-05-10T20:43:23.110Z] Removing intermediate container a3089a68f956 [2021-05-10T20:43:23.110Z] ---> 37b379e0a3f4 [2021-05-10T20:43:23.110Z] Step 6/7 : COPY go.mod . [2021-05-10T20:43:24.091Z] ---> 6a1c27fd8ca8 [2021-05-10T20:43:24.091Z] Step 7/7 : RUN go mod download [2021-05-10T20:43:24.371Z] ---> Running in 6bf39ae029d8 [2021-05-10T20:43:42.747Z] Removing intermediate container 6bf39ae029d8 [2021-05-10T20:43:42.747Z] ---> d03d6043b835 [2021-05-10T20:43:42.747Z] Successfully built d03d6043b835 [2021-05-10T20:43:42.747Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:43:43.090Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T20:43:43.091Z] . [Pipeline] withDockerContainer [2021-05-10T20:43:43.362Z] prd-ubuntu18.04-docker-arm64-4c-16g-4214 does not seem to be running inside a container [2021-05-10T20:43:43.446Z] $ 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 [2021-05-10T20:43:45.108Z] $ docker top abe3458139fdb09e6ce328190e62ce8cf478d5853a9103e2fbcfdfeb3a9193b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:43:46.131Z] + go version [2021-05-10T20:43:46.131Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-10T20:43:46.222Z] $ docker stop --time=1 abe3458139fdb09e6ce328190e62ce8cf478d5853a9103e2fbcfdfeb3a9193b0 [2021-05-10T20:43:48.198Z] $ docker rm -f abe3458139fdb09e6ce328190e62ce8cf478d5853a9103e2fbcfdfeb3a9193b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:43:49.002Z] + docker inspect -f . ci-base-image-arm64 [2021-05-10T20:43:49.002Z] . [Pipeline] withDockerContainer [2021-05-10T20:43:49.413Z] prd-ubuntu18.04-docker-arm64-4c-16g-4214 does not seem to be running inside a container [2021-05-10T20:43:49.599Z] $ 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 [2021-05-10T20:43:51.355Z] $ docker top 6fbd690409ca6c5b58bd55bbfd1e3468e08ae44f01d062ca1318874fae7a8324 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:43:52.351Z] + go mod tidy [Pipeline] sh [2021-05-10T20:43:53.287Z] + make test [2021-05-10T20:43:53.287Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-10T20:44:20.192Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-10T20:44:20.192Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.037s coverage: 85.7% of statements [2021-05-10T20:44:20.192Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.076s coverage: 100.0% of statements [2021-05-10T20:44:20.192Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.056s coverage: 45.4% of statements [2021-05-10T20:44:20.786Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.055s coverage: 77.8% of statements [2021-05-10T20:44:20.786Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-10T20:44:24.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.040s coverage: 26.3% of statements [2021-05-10T20:44:24.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.084s coverage: 14.7% of statements [2021-05-10T20:44:24.193Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.025s coverage: 100.0% of statements [2021-05-10T20:44:24.471Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.110s coverage: 91.8% of statements [2021-05-10T20:44:24.471Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-10T20:44:24.471Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-10T20:44:24.471Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.035s coverage: 100.0% of statements [2021-05-10T20:44:25.072Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.019s coverage: 35.5% of statements [2021-05-10T20:44:30.523Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.102s coverage: 63.0% of statements [2021-05-10T20:44:30.523Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.014s coverage: 26.3% of statements [2021-05-10T20:44:30.523Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.031s coverage: 15.4% of statements [2021-05-10T20:44:30.523Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.061s coverage: 15.4% of statements [2021-05-10T20:44:30.523Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.072s coverage: 14.3% of statements [2021-05-10T20:44:31.126Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-10T20:44:31.126Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-10T20:44:37.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.277s coverage: 83.0% of statements [2021-05-10T20:44:37.850Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-10T20:44:37.850Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-10T20:44:37.850Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-10T20:44:37.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.092s coverage: 45.4% of statements [2021-05-10T20:44:37.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.102s coverage: 94.7% of statements [2021-05-10T20:44:37.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.238s coverage: 86.3% of statements [2021-05-10T20:44:37.850Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.040s coverage: 60.5% of statements [2021-05-10T20:44:38.123Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.032s coverage: 58.2% of statements [2021-05-10T20:44:38.397Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-10T20:45:00.662Z] gofmt -l . [2021-05-10T20:45:00.662Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-10T20:45:00.685Z] $ docker stop --time=1 6fbd690409ca6c5b58bd55bbfd1e3468e08ae44f01d062ca1318874fae7a8324 [2021-05-10T20:45:02.856Z] $ docker rm -f 6fbd690409ca6c5b58bd55bbfd1e3468e08ae44f01d062ca1318874fae7a8324 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T20:45:03.685Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-10T20:45:03.707Z] Warning: overwriting stash ‘coverage-report’ [2021-05-10T20:45:04.794Z] 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-05-10T20:45:05.336Z] ---> job-cost.sh [2021-05-10T20:45:05.336Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hiGo [2021-05-10T20:45:44.500Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-10T20:47:06.225Z] lf-activate-venv(): INFO: Adding /tmp/venv-hiGo/bin to PATH [2021-05-10T20:47:06.225Z] INFO: No Stack... [2021-05-10T20:47:06.225Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-10T20:47:06.225Z] INFO: Archiving Costs [Pipeline] sh [2021-05-10T20:47:06.572Z] + cat+ /w/workspace/go-mod-core-contracts/3/archives/cost.csv [2021-05-10T20:47:06.572Z] cut -d, -f6 [Pipeline] lock [2021-05-10T20:47:06.699Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-607-3-stack-cost] [2021-05-10T20:47:06.712Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-607-3-stack-cost] did not exist. Created. [2021-05-10T20:47:06.712Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-607-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-10T20:47:07.084Z] /w/workspace/go-mod-core-contracts/3@tmp/durable-fe84d6da/script.sh: 1: /w/workspace/go-mod-core-contracts/3@tmp/durable-fe84d6da/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-10T20:47:07.439Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-10T20:47:07.478Z] Warning: overwriting stash ‘stack-cost’ [2021-05-10T20:47:07.647Z] Stashed 1 file(s) [Pipeline] } [2021-05-10T20:47:07.660Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-607-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-05-10T20:47:08.106Z] provisioning config files... [2021-05-10T20:47:08.122Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-607@tmp/config3302441149622984452tmp [Pipeline] { [Pipeline] sh [2021-05-10T20:47:08.471Z] + set +x [2021-05-10T20:47:08.471Z] + curl -s https://codecov.io/bash [2021-05-10T20:47:08.471Z] + bash -s -- [2021-05-10T20:47:08.735Z] [2021-05-10T20:47:08.735Z] _____ _ [2021-05-10T20:47:08.735Z] / ____| | | [2021-05-10T20:47:08.735Z] | | ___ __| | ___ ___ _____ __ [2021-05-10T20:47:08.735Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-10T20:47:08.735Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-10T20:47:08.735Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-10T20:47:08.735Z] Bash-1.0.2 [2021-05-10T20:47:08.735Z] [2021-05-10T20:47:08.735Z] [2021-05-10T20:47:08.735Z] ==> git version 2.24.3 found [2021-05-10T20:47:08.735Z] ==> 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-05-10T20:47:08.735Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-10T20:47:08.735Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-10T20:47:08.735Z] ==> Jenkins CI detected. [2021-05-10T20:47:08.735Z] project root: . [2021-05-10T20:47:08.735Z] --> token set from env [2021-05-10T20:47:08.735Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-10T20:47:08.735Z] ==> Running gcov in . (disable via -X gcov) [2021-05-10T20:47:08.735Z] ==> Python coveragepy not found [2021-05-10T20:47:08.735Z] ==> Searching for coverage reports in: [2021-05-10T20:47:08.735Z] + . [2021-05-10T20:47:08.735Z] -> Found 1 reports [2021-05-10T20:47:08.735Z] ==> Detecting git/mercurial file structure [2021-05-10T20:47:08.735Z] ==> Reading reports [2021-05-10T20:47:08.735Z] + ./coverage.out bytes=176242 [2021-05-10T20:47:08.735Z] ==> Appending adjustments [2021-05-10T20:47:08.735Z] https://docs.codecov.io/docs/fixing-reports [2021-05-10T20:47:10.131Z] + Found adjustments [2021-05-10T20:47:10.131Z] ==> Gzipping contents [2021-05-10T20:47:10.131Z] 28K /tmp/codecov.HEiXXJ.gz [2021-05-10T20:47:10.131Z] ==> Uploading reports [2021-05-10T20:47:10.131Z] url: https://codecov.io [2021-05-10T20:47:10.131Z] query: branch=PR-607&commit=fec431e7a586d50318ce15cf08bd788890d40e94&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-607%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=607&job=&cmd_args= [2021-05-10T20:47:10.131Z] -> Pinging Codecov [2021-05-10T20:47:10.131Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-607&commit=fec431e7a586d50318ce15cf08bd788890d40e94&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-607%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=607&job=&cmd_args= [2021-05-10T20:47:10.393Z] -> Uploading to [2021-05-10T20:47:10.393Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-10/71470A77251A30514AAF9C0BB2E5B6CE/fec431e7a586d50318ce15cf08bd788890d40e94/a6bd6f81-d62d-4877-b41b-59f37315d350.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T204710Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=768f23f52c0632e6d2d19db2267f3ae9d2dbd377b0ef3d2b32acd3abafb7ec90 [2021-05-10T20:47:10.393Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-10T20:47:10.393Z] Dload Upload Total Spent Left Speed [2021-05-10T20:47:10.920Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25823 0 0 100 25823 0 50777 --:--:-- --:--:-- --:--:-- 50732 [2021-05-10T20:47:10.920Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/fec431e7a586d50318ce15cf08bd788890d40e94 [Pipeline] } [2021-05-10T20:47:10.929Z] 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-05-10T20:47:11.873Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:47:12.445Z] ---> package-listing.sh [2021-05-10T20:47:12.445Z] ++ facter osfamily [2021-05-10T20:47:12.445Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T20:47:12.445Z] + OS_FAMILY=redhat [2021-05-10T20:47:12.445Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-607 [2021-05-10T20:47:12.445Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T20:47:12.445Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T20:47:12.445Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T20:47:12.445Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T20:47:12.445Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-607 ']' [2021-05-10T20:47:12.445Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T20:47:12.445Z] + case "${OS_FAMILY}" in [2021-05-10T20:47:12.445Z] + rpm -qa [2021-05-10T20:47:12.445Z] + sort [2021-05-10T20:47:17.762Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T20:47:17.762Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T20:47:17.762Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T20:47:17.762Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-607 ']' [2021-05-10T20:47:17.762Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-607/archives/ [2021-05-10T20:47:17.762Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-607/archives/ [Pipeline] echo [2021-05-10T20:47:17.777Z] 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-607/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T20:47:18.069Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:47:18.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T20:47:18.481Z] [2021-05-10T20:47:18.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T20:47:18.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T20:47:18.956Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T20:47:18.956Z] df20fa9351a1: Pulling fs layer [2021-05-10T20:47:18.956Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T20:47:18.956Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T20:47:18.956Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T20:47:18.956Z] 93b61091891f: Pulling fs layer [2021-05-10T20:47:18.956Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T20:47:18.956Z] 5e14af77c1be: Pulling fs layer [2021-05-10T20:47:18.956Z] 01666e4c0597: Pulling fs layer [2021-05-10T20:47:18.956Z] aa168da1d23b: Pulling fs layer [2021-05-10T20:47:18.956Z] 93b61091891f: Waiting [2021-05-10T20:47:18.956Z] 93b9cdb0e59b: Waiting [2021-05-10T20:47:18.956Z] 5e14af77c1be: Waiting [2021-05-10T20:47:18.956Z] 01666e4c0597: Waiting [2021-05-10T20:47:18.956Z] aa168da1d23b: Waiting [2021-05-10T20:47:18.956Z] 46f8f816bc3b: Waiting [2021-05-10T20:47:18.956Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T20:47:18.956Z] 36b3adc4ff6f: Download complete [2021-05-10T20:47:18.956Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T20:47:18.956Z] 46f8f816bc3b: Download complete [2021-05-10T20:47:18.956Z] df20fa9351a1: Verifying Checksum [2021-05-10T20:47:18.956Z] df20fa9351a1: Download complete [2021-05-10T20:47:18.956Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T20:47:18.956Z] 93b9cdb0e59b: Download complete [2021-05-10T20:47:18.956Z] 93b61091891f: Verifying Checksum [2021-05-10T20:47:18.956Z] 93b61091891f: Download complete [2021-05-10T20:47:18.956Z] 5e14af77c1be: Verifying Checksum [2021-05-10T20:47:18.956Z] 5e14af77c1be: Download complete [2021-05-10T20:47:19.237Z] 01666e4c0597: Verifying Checksum [2021-05-10T20:47:19.237Z] 01666e4c0597: Download complete [2021-05-10T20:47:19.502Z] df20fa9351a1: Pull complete [2021-05-10T20:47:19.502Z] 36b3adc4ff6f: Pull complete [2021-05-10T20:47:19.502Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T20:47:19.502Z] 8ad3a11d3b57: Download complete [2021-05-10T20:47:20.463Z] 8ad3a11d3b57: Pull complete [2021-05-10T20:47:20.762Z] 46f8f816bc3b: Pull complete [2021-05-10T20:47:21.028Z] 93b61091891f: Pull complete [2021-05-10T20:47:21.298Z] 93b9cdb0e59b: Pull complete [2021-05-10T20:47:21.566Z] 5e14af77c1be: Pull complete [2021-05-10T20:47:21.566Z] 01666e4c0597: Pull complete [2021-05-10T20:47:21.566Z] aa168da1d23b: Verifying Checksum [2021-05-10T20:47:21.566Z] aa168da1d23b: Download complete [2021-05-10T20:47:29.804Z] aa168da1d23b: Pull complete [2021-05-10T20:47:29.804Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T20:47:29.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T20:47:29.804Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T20:47:30.024Z] prd-centos7-docker-4c-2g-4209 does not seem to be running inside a container [2021-05-10T20:47:30.148Z] $ 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-607/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-607 -v /w/workspace/dry_go-mod-core-contracts_PR-607:/w/workspace/dry_go-mod-core-contracts_PR-607:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-607@tmp:/w/workspace/dry_go-mod-core-contracts_PR-607@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:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T20:47:33.447Z] $ docker top 9684dec27e33e87be90eaca3bb25c86116be07dffe9069587bc3b13073d0bba9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T20:47:34.101Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T20:47:34.809Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T20:47:35.161Z] + ls /var/log/sa-host [2021-05-10T20:47:35.161Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T20:47:35.161Z] file_magic: OK [2021-05-10T20:47:35.161Z] HZ: Using current value: 100 [2021-05-10T20:47:35.161Z] file_header: OK [2021-05-10T20:47:35.161Z] 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-05-10T20:47:35.161Z] Statistics: [2021-05-10T20:47:35.161Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-10T20:47:35.161Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T20:47:35.161Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T20:47:35.161Z] file_magic: OK [2021-05-10T20:47:35.161Z] HZ: Using current value: 100 [2021-05-10T20:47:35.161Z] file_header: OK [2021-05-10T20:47:35.161Z] 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-05-10T20:47:35.161Z] Statistics: [2021-05-10T20:47:35.161Z] Hnuu...uuuununununu... [2021-05-10T20:47:35.161Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T20:47:35.466Z] provisioning config files... [2021-05-10T20:47:35.485Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-607@tmp/config6178798921531438251tmp [Pipeline] { [Pipeline] echo [2021-05-10T20:47:35.510Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:47:35.906Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T20:47:36.192Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T20:47:36.219Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:47:36.583Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T20:47:36.625Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:47:36.985Z] ---> sudo-logs.sh [2021-05-10T20:47:36.986Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T20:47:37.451Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:47:37.862Z] ---> job-cost.sh [2021-05-10T20:47:38.136Z] lf-activate-venv: SKIPPING [2021-05-10T20:47:38.136Z] DEBUG: total: 0.20999999344348907 [2021-05-10T20:47:38.136Z] INFO: Retrieving Stack Cost... [2021-05-10T20:47:39.129Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T20:47:39.720Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T20:47:39.738Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T20:47:40.136Z] ---> logs-deploy.sh [2021-05-10T20:47:40.136Z] lf-activate-venv: SKIPPING [2021-05-10T20:47:40.136Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-607/3 [2021-05-10T20:47:40.136Z] INFO: archiving workspace using pattern(s): [2021-05-10T20:47:44.437Z] Archives upload complete. [2021-05-10T20:47:44.437Z] INFO: archiving logs to Nexus