Pull request #608 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f+2df9cfada3d4ed283aafad06b2eb07b69331e229 (5366426110326ea4204cfd5cef2e1f7da37d26ef) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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: 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-4790 in /w/workspace/dry_go-mod-core-contracts_PR-608 [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-608 # 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/608/head:refs/remotes/origin/PR-608 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2df9cfada3d4ed283aafad06b2eb07b69331e229 into PR head commit 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f Merge succeeded, producing 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f Checking out Revision 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f (PR-608) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # 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 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 Commit message: "build(deps): bump github.com/go-kit/kit from 0.8.0 to 0.9.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T19:57:49.518Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T19:57:49.616Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T19:57:49.644Z] ========================================================= [2021-05-12T19:57:49.644Z] EdgeX Global Pipelines Version Info [2021-05-12T19:57:49.644Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T19:57:51.940Z] ------------------- [2021-05-12T19:57:51.940Z] stable info: [2021-05-12T19:57:51.940Z] ------------------- [2021-05-12T19:57:51.940Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T19:57:51.940Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T19:57:51.940Z] Message: update stable to v1.0.192 [2021-05-12T19:57:52.901Z] ------------------- [2021-05-12T19:57:52.901Z] experimental info: [2021-05-12T19:57:52.901Z] ------------------- [2021-05-12T19:57:52.901Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T19:57:52.901Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T19:57:52.901Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T19:57:53.037Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-05-12T19:57:53.061Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-05-12T19:57:53.085Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T19:57:53.107Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T19:57:53.130Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T19:57:53.152Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T19:57:53.175Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T19:57:53.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T19:57:53.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-12T19:57:53.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T19:57:53.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T19:57:53.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo [2021-05-12T19:57:53.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T19:57:53.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T19:57:53.360Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T19:57:53.384Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T19:57:53.407Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T19:57:53.430Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-12T19:57:53.454Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T19:57:53.479Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-12T19:57:53.503Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-12T19:57:53.526Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-12T19:57:53.551Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-12T19:57:53.574Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-12T19:57:53.598Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-12T19:57:53.621Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T19:57:53.644Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-608 [Pipeline] echo [2021-05-12T19:57:53.667Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-608 [Pipeline] echo [2021-05-12T19:57:53.690Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-608 [Pipeline] echo [2021-05-12T19:57:53.746Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [Pipeline] echo [2021-05-12T19:57:53.769Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d54e33 [Pipeline] echo [2021-05-12T19:57:53.814Z] [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-12T19:57:54.234Z] + git log --format=format:%s -1 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [Pipeline] echo [2021-05-12T19:57:54.377Z] GIT_COMMIT: 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f, Commit Message: build(deps): bump github.com/go-kit/kit from 0.8.0 to 0.9.0 [Pipeline] echo [2021-05-12T19:57:54.390Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-12T19:57:55.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T19:57:55.764Z] [2021-05-12T19:57:55.764Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T19:57:56.147Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T19:57:56.437Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T19:57:56.437Z] 31603596830f: Pulling fs layer [2021-05-12T19:57:56.437Z] 54011a49482f: Pulling fs layer [2021-05-12T19:57:56.437Z] a6820b24f6d8: Pulling fs layer [2021-05-12T19:57:56.437Z] f581987b2513: Pulling fs layer [2021-05-12T19:57:56.437Z] f581987b2513: Waiting [2021-05-12T19:57:56.437Z] 54011a49482f: Verifying Checksum [2021-05-12T19:57:56.437Z] 54011a49482f: Download complete [2021-05-12T19:57:56.437Z] 31603596830f: Verifying Checksum [2021-05-12T19:57:56.437Z] 31603596830f: Download complete [2021-05-12T19:57:56.714Z] a6820b24f6d8: Verifying Checksum [2021-05-12T19:57:56.714Z] a6820b24f6d8: Download complete [2021-05-12T19:57:56.714Z] f581987b2513: Verifying Checksum [2021-05-12T19:57:56.714Z] f581987b2513: Download complete [2021-05-12T19:57:56.980Z] 31603596830f: Pull complete [2021-05-12T19:57:57.249Z] 54011a49482f: Pull complete [2021-05-12T19:57:58.221Z] a6820b24f6d8: Pull complete [2021-05-12T19:57:58.492Z] f581987b2513: Pull complete [2021-05-12T19:57:58.492Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T19:57:58.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T19:57:58.492Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T19:57:58.671Z] prd-centos7-docker-4c-2g-4790 does not seem to be running inside a container [2021-05-12T19:57:58.767Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-608 -v /w/workspace/dry_go-mod-core-contracts_PR-608:/w/workspace/dry_go-mod-core-contracts_PR-608:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-608@tmp:/w/workspace/dry_go-mod-core-contracts_PR-608@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T19:58:01.485Z] $ docker top 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T19:58:01.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T19:58:01.654Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T19:58:01.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T19:58:01.988Z] $ docker exec 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac ssh-agent [2021-05-12T19:58:02.181Z] SSH_AUTH_SOCK=/tmp/ssh-VGwlHHu6ByS3/agent.12 [2021-05-12T19:58:02.181Z] SSH_AGENT_PID=17 [2021-05-12T19:58:02.194Z] Running ssh-add (command line suppressed) [2021-05-12T19:58:02.344Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-608@tmp/private_key_1123931916593568148.key (/w/workspace/dry_go-mod-core-contracts_PR-608@tmp/private_key_1123931916593568148.key) [2021-05-12T19:58:02.408Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T19:58:02.764Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T19:58:02.794Z] $ docker exec --env ******** --env ******** 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac ssh-agent -k [2021-05-12T19:58:03.080Z] unset SSH_AUTH_SOCK; [2021-05-12T19:58:03.081Z] unset SSH_AGENT_PID; [2021-05-12T19:58:03.081Z] echo Agent pid 17 killed; [2021-05-12T19:58:03.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T19:58:03.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T19:58:03.240Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T19:58:03.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T19:58:03.664Z] $ docker exec 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac ssh-agent [2021-05-12T19:58:03.959Z] SSH_AUTH_SOCK=/tmp/ssh-w5qPic56ZFWt/agent.46 [2021-05-12T19:58:03.959Z] SSH_AGENT_PID=52 [2021-05-12T19:58:03.975Z] Running ssh-add (command line suppressed) [2021-05-12T19:58:04.145Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-608@tmp/private_key_7623878503150580063.key (/w/workspace/dry_go-mod-core-contracts_PR-608@tmp/private_key_7623878503150580063.key) [2021-05-12T19:58:04.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T19:58:04.525Z] + git semver init [2021-05-12T19:58:04.525Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T19:58:04.525Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-608/.git [2021-05-12T19:58:04.525Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-608 [2021-05-12T19:58:04.525Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T19:58:04.525Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T19:58:04.525Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T19:58:04.525Z] # $SEMVER_BRANCH = PR-608 [2021-05-12T19:58:04.525Z] # $SEMVER_TEMP = /tmp/semver-126311855 [2021-05-12T19:58:04.525Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-05-12T19:58:05.487Z] # '/tmp/semver-126311855' -> '/w/workspace/dry_go-mod-core-contracts_PR-608/.semver' [2021-05-12T19:58:05.487Z] # -> Force: false [2021-05-12T19:58:05.487Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-608/.semver [Pipeline] } [2021-05-12T19:58:05.507Z] $ docker exec --env ******** --env ******** 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac ssh-agent -k [2021-05-12T19:58:05.636Z] unset SSH_AUTH_SOCK; [2021-05-12T19:58:05.636Z] unset SSH_AGENT_PID; [2021-05-12T19:58:05.636Z] echo Agent pid 52 killed; [2021-05-12T19:58:05.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T19:58:06.062Z] + git semver [Pipeline] } [2021-05-12T19:58:06.099Z] $ docker stop --time=1 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac [2021-05-12T19:58:08.038Z] $ docker rm -f 4d94bcb85aa0b03ace85065671030d9be117b1b717832290576915fe0276cbac [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T19:58:08.512Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T19:58:09.155Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T19:58:09.158Z] [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-12T19:58:24.405Z] Still waiting to schedule task [2021-05-12T19:58:24.405Z] Still waiting to schedule task [2021-05-12T19:58:24.405Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-12T19:58:24.405Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4783’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4788’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4794’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4792’ is offline [2021-05-12T20:00:25.075Z] Running on prd-centos7-docker-4c-2g-4797 in /w/workspace/dry_go-mod-core-contracts_PR-608 [Pipeline] { [Pipeline] ws [2021-05-12T20:00:25.095Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2021-05-12T20:00:27.980Z] using credential edgex-jenkins-ssh [2021-05-12T20:00:28.002Z] Cloning the remote Git repository [2021-05-12T20:00:28.027Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-12T20:00:28.106Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2021-05-12T20:00:28.173Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-12T20:00:28.173Z] > git --version # timeout=10 [2021-05-12T20:00:28.179Z] > git --version # 'git version 2.24.3' [2021-05-12T20:00:28.179Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:00:28.220Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:00:29.570Z] Merging remotes/origin/master commit 2df9cfada3d4ed283aafad06b2eb07b69331e229 into PR head commit 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [2021-05-12T20:00:29.697Z] Merge succeeded, producing 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [2021-05-12T20:00:29.697Z] Checking out Revision 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f (PR-608) [2021-05-12T20:00:29.047Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-12T20:00:29.058Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:00:29.071Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-12T20:00:29.083Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-12T20:00:29.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:00:29.087Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/608/head:refs/remotes/origin/PR-608 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T20:00:29.581Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T20:00:29.586Z] > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 [2021-05-12T20:00:29.665Z] > git remote # timeout=10 [2021-05-12T20:00:29.671Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T20:00:29.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:00:29.682Z] > git merge 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 [2021-05-12T20:00:29.693Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T20:00:29.703Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T20:00:29.707Z] > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 [2021-05-12T20:00:33.555Z] Commit message: "build(deps): bump github.com/go-kit/kit from 0.8.0 to 0.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T20:00:34.768Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:00:35.114Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:00:35.419Z] + sudo service docker restart [2021-05-12T20:00:35.419Z] + true [2021-05-12T20:00:35.419Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-12T20:00:36.569Z] ========================================================= [2021-05-12T20:00:36.570Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T20:00:36.570Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:00:36.921Z] + 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-12T20:00:37.601Z] Sending build context to Docker daemon 3.143MB [2021-05-12T20:00:37.601Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-12T20:00:37.601Z] Step 2/7 : FROM ${BASE} [2021-05-12T20:00:37.601Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T20:00:37.601Z] 540db60ca938: Pulling fs layer [2021-05-12T20:00:37.601Z] adcc1eea9eea: Pulling fs layer [2021-05-12T20:00:37.601Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T20:00:37.601Z] 0510c868ecb4: Pulling fs layer [2021-05-12T20:00:37.601Z] afea3b2eda06: Pulling fs layer [2021-05-12T20:00:37.601Z] 7809a108b3ef: Pulling fs layer [2021-05-12T20:00:37.601Z] f706445af74f: Pulling fs layer [2021-05-12T20:00:37.601Z] afea3b2eda06: Waiting [2021-05-12T20:00:37.601Z] 7809a108b3ef: Waiting [2021-05-12T20:00:37.601Z] 0510c868ecb4: Waiting [2021-05-12T20:00:37.601Z] f706445af74f: Waiting [2021-05-12T20:00:37.601Z] 4c4ab2625f07: Download complete [2021-05-12T20:00:37.601Z] adcc1eea9eea: Download complete [2021-05-12T20:00:37.601Z] afea3b2eda06: Verifying Checksum [2021-05-12T20:00:37.601Z] afea3b2eda06: Download complete [2021-05-12T20:00:37.601Z] 7809a108b3ef: Verifying Checksum [2021-05-12T20:00:37.601Z] 7809a108b3ef: Download complete [2021-05-12T20:00:37.879Z] 540db60ca938: Verifying Checksum [2021-05-12T20:00:37.879Z] 540db60ca938: Download complete [2021-05-12T20:00:38.151Z] 540db60ca938: Pull complete [2021-05-12T20:00:38.151Z] adcc1eea9eea: Pull complete [2021-05-12T20:00:38.423Z] 4c4ab2625f07: Pull complete [2021-05-12T20:00:40.362Z] f706445af74f: Verifying Checksum [2021-05-12T20:00:40.362Z] f706445af74f: Download complete [2021-05-12T20:00:41.317Z] 0510c868ecb4: Download complete [2021-05-12T20:00:46.711Z] 0510c868ecb4: Pull complete [2021-05-12T20:00:46.711Z] afea3b2eda06: Pull complete [2021-05-12T20:00:46.711Z] 7809a108b3ef: Pull complete [2021-05-12T20:00:53.451Z] f706445af74f: Pull complete [2021-05-12T20:00:53.451Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T20:00:53.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T20:00:53.451Z] ---> b068be0155e3 [2021-05-12T20:00:53.451Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T20:00:53.451Z] ---> Running in b6ce2e71c8b1 [2021-05-12T20:00:53.722Z] Removing intermediate container b6ce2e71c8b1 [2021-05-12T20:00:53.722Z] ---> 7346549e49de [2021-05-12T20:00:53.722Z] Step 4/7 : RUN apk add bash [2021-05-12T20:00:53.722Z] ---> Running in 49861014532c [2021-05-12T20:00:54.303Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T20:00:55.259Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T20:00:56.209Z] OK: 149 MiB in 40 packages [2021-05-12T20:00:56.788Z] Removing intermediate container 49861014532c [2021-05-12T20:00:56.788Z] ---> e8decc67a451 [2021-05-12T20:00:56.788Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-12T20:00:56.788Z] ---> Running in 43ff58d7f0ee [2021-05-12T20:00:57.051Z] Removing intermediate container 43ff58d7f0ee [2021-05-12T20:00:57.051Z] ---> f1427bf78ac2 [2021-05-12T20:00:57.051Z] Step 6/7 : COPY go.mod . [2021-05-12T20:00:57.315Z] ---> 379c5e92c317 [2021-05-12T20:00:57.315Z] Step 7/7 : RUN go mod download [2021-05-12T20:00:57.315Z] ---> Running in 642f661f6d46 [2021-05-12T20:01:12.335Z] Removing intermediate container 642f661f6d46 [2021-05-12T20:01:12.335Z] ---> a62b5cc1410f [2021-05-12T20:01:12.335Z] Successfully built a62b5cc1410f [2021-05-12T20:01:12.335Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:01:12.675Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T20:01:12.676Z] . [Pipeline] withDockerContainer [2021-05-12T20:01:12.819Z] prd-centos7-docker-4c-2g-4797 does not seem to be running inside a container [2021-05-12T20:01:12.823Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4798 in /w/workspace/dry_go-mod-core-contracts_PR-608 [2021-05-12T20:01:12.890Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-12T20:01:14.504Z] $ docker top eafc8d210b9c5c4c454f96affbaabb693f7492ba23bb56108c9aba0809cffd44 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-05-12T20:01:14.789Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2021-05-12T20:01:15.045Z] + go version [2021-05-12T20:01:15.045Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T20:01:15.068Z] $ docker stop --time=1 eafc8d210b9c5c4c454f96affbaabb693f7492ba23bb56108c9aba0809cffd44 [2021-05-12T20:01:16.447Z] $ docker rm -f eafc8d210b9c5c4c454f96affbaabb693f7492ba23bb56108c9aba0809cffd44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:01:17.040Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T20:01:17.040Z] . [Pipeline] withDockerContainer [2021-05-12T20:01:17.145Z] prd-centos7-docker-4c-2g-4797 does not seem to be running inside a container [2021-05-12T20:01:17.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-12T20:01:17.983Z] $ docker top 335118f892efed2ea892c40c0ad9faca59aab0f7b53ff74eff472d54b94f32b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:01:18.413Z] + go mod tidy [Pipeline] sh [2021-05-12T20:01:18.991Z] + make test [2021-05-12T20:01:18.991Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-12T20:01:20.825Z] using credential edgex-jenkins-ssh [2021-05-12T20:01:20.843Z] Cloning the remote Git repository [2021-05-12T20:01:20.893Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-12T20:01:21.001Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2021-05-12T20:01:21.112Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-12T20:01:21.113Z] > git --version # timeout=10 [2021-05-12T20:01:21.131Z] > git --version # 'git version 2.17.1' [2021-05-12T20:01:21.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:01:21.193Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:01:23.205Z] Merging remotes/origin/master commit 2df9cfada3d4ed283aafad06b2eb07b69331e229 into PR head commit 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [2021-05-12T20:01:23.459Z] Merge succeeded, producing 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [2021-05-12T20:01:23.459Z] Checking out Revision 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f (PR-608) [2021-05-12T20:01:22.505Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-12T20:01:22.523Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T20:01:22.552Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-12T20:01:22.583Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-12T20:01:22.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:01:22.595Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/608/head:refs/remotes/origin/PR-608 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T20:01:23.225Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T20:01:23.239Z] > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 [2021-05-12T20:01:23.388Z] > git remote # timeout=10 [2021-05-12T20:01:23.403Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T20:01:23.416Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T20:01:23.425Z] > git merge 2df9cfada3d4ed283aafad06b2eb07b69331e229 # timeout=10 [2021-05-12T20:01:23.446Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T20:01:23.465Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T20:01:23.474Z] > git checkout -f 2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f # timeout=10 [2021-05-12T20:01:27.891Z] Commit message: "build(deps): bump github.com/go-kit/kit from 0.8.0 to 0.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T20:01:29.164Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-12T20:01:29.164Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.011s coverage: 85.7% of statements [2021-05-12T20:01:29.164Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements [2021-05-12T20:01:29.164Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.013s coverage: 45.4% of statements [2021-05-12T20:01:29.164Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.028s coverage: 77.8% of statements [2021-05-12T20:01:29.164Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-12T20:01:29.367Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-05-12T20:01:29.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements [2021-05-12T20:01:29.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.016s coverage: 14.7% of statements [2021-05-12T20:01:29.479Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements [Pipeline] sh [2021-05-12T20:01:29.839Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T20:01:30.080Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.027s coverage: 91.8% of statements [2021-05-12T20:01:30.080Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-12T20:01:30.080Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-12T20:01:30.080Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements [2021-05-12T20:01:30.080Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 35.5% of statements [2021-05-12T20:01:30.188Z] + + sudotrue service [2021-05-12T20:01:30.188Z] docker restart [2021-05-12T20:01:32.071Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.059s coverage: 63.0% of statements [2021-05-12T20:01:32.071Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements [2021-05-12T20:01:32.071Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.018s coverage: 15.4% of statements [2021-05-12T20:01:32.071Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements [2021-05-12T20:01:32.071Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.015s coverage: 14.3% of statements [Pipeline] unstash [Pipeline] echo [2021-05-12T20:01:32.509Z] ========================================================= [2021-05-12T20:01:32.509Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T20:01:32.509Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:01:32.876Z] + 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-12T20:01:33.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-12T20:01:33.070Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-12T20:01:33.898Z] Sending build context to Docker daemon 3.143MB [2021-05-12T20:01:33.898Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-12T20:01:33.898Z] Step 2/7 : FROM ${BASE} [2021-05-12T20:01:34.173Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T20:01:34.173Z] 595b0fe564bb: Pulling fs layer [2021-05-12T20:01:34.173Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T20:01:34.173Z] 316046926c0a: Pulling fs layer [2021-05-12T20:01:34.173Z] 4ebd0625c992: Pulling fs layer [2021-05-12T20:01:34.173Z] 207e8628e3a3: Pulling fs layer [2021-05-12T20:01:34.173Z] c791037a9be2: Pulling fs layer [2021-05-12T20:01:34.173Z] ffd874e62e21: Pulling fs layer [2021-05-12T20:01:34.173Z] 4ebd0625c992: Waiting [2021-05-12T20:01:34.173Z] 207e8628e3a3: Waiting [2021-05-12T20:01:34.173Z] c791037a9be2: Waiting [2021-05-12T20:01:34.173Z] ffd874e62e21: Waiting [2021-05-12T20:01:34.173Z] 316046926c0a: Verifying Checksum [2021-05-12T20:01:34.173Z] 316046926c0a: Download complete [2021-05-12T20:01:34.173Z] 7186ed65a4f7: Verifying Checksum [2021-05-12T20:01:34.173Z] 7186ed65a4f7: Download complete [2021-05-12T20:01:34.448Z] 207e8628e3a3: Verifying Checksum [2021-05-12T20:01:34.448Z] 207e8628e3a3: Download complete [2021-05-12T20:01:34.448Z] c791037a9be2: Download complete [2021-05-12T20:01:34.448Z] 595b0fe564bb: Verifying Checksum [2021-05-12T20:01:34.448Z] 595b0fe564bb: Download complete [2021-05-12T20:01:35.051Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.121s coverage: 82.9% of statements [2021-05-12T20:01:35.052Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-12T20:01:35.052Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-12T20:01:35.052Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-12T20:01:35.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.017s coverage: 45.4% of statements [2021-05-12T20:01:35.052Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.018s coverage: 95.2% of statements [2021-05-12T20:01:35.054Z] 595b0fe564bb: Pull complete [2021-05-12T20:01:35.327Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.056s coverage: 86.3% of statements [2021-05-12T20:01:35.594Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 60.5% of statements [2021-05-12T20:01:35.594Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.010s coverage: 58.2% of statements [2021-05-12T20:01:35.657Z] 7186ed65a4f7: Pull complete [2021-05-12T20:01:35.878Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-12T20:01:35.939Z] 316046926c0a: Pull complete [2021-05-12T20:01:36.961Z] ffd874e62e21: Verifying Checksum [2021-05-12T20:01:36.961Z] ffd874e62e21: Download complete [2021-05-12T20:01:38.466Z] 4ebd0625c992: Verifying Checksum [2021-05-12T20:01:38.466Z] 4ebd0625c992: Download complete [2021-05-12T20:01:42.713Z] gofmt -l . [2021-05-12T20:01:42.713Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-12T20:01:42.763Z] $ docker stop --time=1 335118f892efed2ea892c40c0ad9faca59aab0f7b53ff74eff472d54b94f32b7 [2021-05-12T20:01:45.506Z] $ docker rm -f 335118f892efed2ea892c40c0ad9faca59aab0f7b53ff74eff472d54b94f32b7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T20:01:46.223Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T20:01:46.863Z] 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-12T20:01:47.558Z] ---> job-cost.sh [2021-05-12T20:01:47.558Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-51yB [2021-05-12T20:01:48.796Z] 4ebd0625c992: Pull complete [2021-05-12T20:01:48.796Z] 207e8628e3a3: Pull complete [2021-05-12T20:01:49.112Z] c791037a9be2: Pull complete [2021-05-12T20:01:52.728Z] ffd874e62e21: Pull complete [2021-05-12T20:01:52.729Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T20:01:52.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T20:01:52.729Z] ---> cfc18b08335c [2021-05-12T20:01:52.729Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-12T20:01:55.405Z] ---> Running in ff819976fd99 [2021-05-12T20:01:55.685Z] Removing intermediate container ff819976fd99 [2021-05-12T20:01:55.685Z] ---> e1b64afa5b1f [2021-05-12T20:01:55.685Z] Step 4/7 : RUN apk add bash [2021-05-12T20:01:55.965Z] ---> Running in af6bbeee0682 [2021-05-12T20:01:57.022Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T20:01:58.554Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T20:01:59.996Z] OK: 138 MiB in 40 packages [2021-05-12T20:02:01.031Z] Removing intermediate container af6bbeee0682 [2021-05-12T20:02:01.031Z] ---> 0ced9b617e4a [2021-05-12T20:02:01.031Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-12T20:02:01.329Z] ---> Running in e3f6f7adc91f [2021-05-12T20:02:01.947Z] Removing intermediate container e3f6f7adc91f [2021-05-12T20:02:01.947Z] ---> cf069a0aaac8 [2021-05-12T20:02:01.947Z] Step 6/7 : COPY go.mod . [2021-05-12T20:02:02.571Z] ---> 52fb7a8cdb98 [2021-05-12T20:02:02.571Z] Step 7/7 : RUN go mod download [2021-05-12T20:02:02.571Z] ---> Running in bd204966a9db [2021-05-12T20:02:02.693Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T20:02:21.265Z] Removing intermediate container bd204966a9db [2021-05-12T20:02:21.265Z] ---> d84cd888dcb5 [2021-05-12T20:02:21.265Z] Successfully built d84cd888dcb5 [2021-05-12T20:02:21.265Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:02:21.609Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T20:02:21.609Z] . [Pipeline] withDockerContainer [2021-05-12T20:02:21.886Z] prd-ubuntu18.04-docker-arm64-4c-16g-4798 does not seem to be running inside a container [2021-05-12T20:02:21.969Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-12T20:02:23.460Z] $ docker top 15afa630b0f26378f86e3fd98bbe63fd346dd8ad2bc54191b4113d75f45b1a03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:02:24.477Z] + go version [2021-05-12T20:02:24.477Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T20:02:24.514Z] $ docker stop --time=1 15afa630b0f26378f86e3fd98bbe63fd346dd8ad2bc54191b4113d75f45b1a03 [2021-05-12T20:02:26.444Z] $ docker rm -f 15afa630b0f26378f86e3fd98bbe63fd346dd8ad2bc54191b4113d75f45b1a03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:02:27.253Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T20:02:27.253Z] . [Pipeline] withDockerContainer [2021-05-12T20:02:27.515Z] prd-ubuntu18.04-docker-arm64-4c-16g-4798 does not seem to be running inside a container [2021-05-12T20:02:27.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-12T20:02:29.137Z] $ docker top e9b1c89ff54823cdf4a333e5221f4415dd43362d509216ab259ca87e7ee766b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:02:29.703Z] lf-activate-venv(): INFO: Adding /tmp/venv-51yB/bin to PATH [2021-05-12T20:02:29.703Z] INFO: No Stack... [2021-05-12T20:02:29.703Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T20:02:29.703Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T20:02:30.022Z] + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv [2021-05-12T20:02:30.022Z] + cut -d, -f6 [2021-05-12T20:02:30.088Z] + go mod tidy [Pipeline] lock [2021-05-12T20:02:30.123Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] [2021-05-12T20:02:30.137Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] did not exist. Created. [2021-05-12T20:02:30.137Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T20:02:30.473Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-12T20:02:30.605Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T20:02:30.619Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T20:02:31.406Z] + make test [2021-05-12T20:02:31.406Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-12T20:02:58.570Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-12T20:02:58.570Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.039s coverage: 85.7% of statements [2021-05-12T20:02:58.570Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.026s coverage: 100.0% of statements [2021-05-12T20:02:58.570Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.107s coverage: 45.4% of statements [2021-05-12T20:02:58.570Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.032s coverage: 77.8% of statements [2021-05-12T20:02:58.570Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-12T20:03:01.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.027s coverage: 26.3% of statements [2021-05-12T20:03:01.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.066s coverage: 14.7% of statements [2021-05-12T20:03:01.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements [2021-05-12T20:03:01.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.086s coverage: 91.8% of statements [2021-05-12T20:03:01.205Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-12T20:03:01.205Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-12T20:03:01.205Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements [2021-05-12T20:03:01.807Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.023s coverage: 35.5% of statements [2021-05-12T20:03:08.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.178s coverage: 63.0% of statements [2021-05-12T20:03:08.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.020s coverage: 26.3% of statements [2021-05-12T20:03:08.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.034s coverage: 15.4% of statements [2021-05-12T20:03:08.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.013s coverage: 15.4% of statements [2021-05-12T20:03:08.555Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.026s coverage: 14.3% of statements [2021-05-12T20:03:08.555Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-12T20:03:08.555Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-12T20:03:14.266Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.295s coverage: 82.9% of statements [2021-05-12T20:03:14.267Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-12T20:03:14.267Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-12T20:03:14.267Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-12T20:03:16.297Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.095s coverage: 45.4% of statements [2021-05-12T20:03:16.297Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.078s coverage: 95.2% of statements [2021-05-12T20:03:16.297Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.271s coverage: 86.3% of statements [2021-05-12T20:03:16.897Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.043s coverage: 60.5% of statements [2021-05-12T20:03:16.897Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.029s coverage: 58.2% of statements [2021-05-12T20:03:17.174Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-12T20:03:39.398Z] gofmt -l . [2021-05-12T20:03:39.398Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-12T20:03:39.423Z] $ docker stop --time=1 e9b1c89ff54823cdf4a333e5221f4415dd43362d509216ab259ca87e7ee766b2 [2021-05-12T20:03:41.571Z] $ docker rm -f e9b1c89ff54823cdf4a333e5221f4415dd43362d509216ab259ca87e7ee766b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T20:03:42.434Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-12T20:03:42.466Z] Warning: overwriting stash ‘coverage-report’ [2021-05-12T20:03:43.368Z] 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-12T20:03:43.863Z] ---> job-cost.sh [2021-05-12T20:03:43.863Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hzqH [2021-05-12T20:04:22.932Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T20:05:44.687Z] lf-activate-venv(): INFO: Adding /tmp/venv-hzqH/bin to PATH [2021-05-12T20:05:44.687Z] INFO: No Stack... [2021-05-12T20:05:44.687Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T20:05:44.687Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T20:05:45.025Z] + cat /w/workspace/go-mod-core-contracts/5/archives/cost.csv [2021-05-12T20:05:45.026Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T20:05:45.131Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] [2021-05-12T20:05:45.139Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] did not exist. Created. [2021-05-12T20:05:45.139Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T20:05:45.493Z] /w/workspace/go-mod-core-contracts/5@tmp/durable-1ade3f81/script.sh: 1: /w/workspace/go-mod-core-contracts/5@tmp/durable-1ade3f81/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-12T20:05:45.840Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T20:05:45.861Z] Warning: overwriting stash ‘stack-cost’ [2021-05-12T20:05:46.044Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T20:05:46.055Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-608-5-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-12T20:05:46.461Z] provisioning config files... [2021-05-12T20:05:46.478Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-608@tmp/config6273748279975634897tmp [Pipeline] { [Pipeline] sh [2021-05-12T20:05:46.813Z] + set +x [2021-05-12T20:05:46.813Z] + curl -s https://codecov.io/bash [2021-05-12T20:05:46.813Z] + bash -s -- [2021-05-12T20:05:47.079Z] [2021-05-12T20:05:47.079Z] _____ _ [2021-05-12T20:05:47.079Z] / ____| | | [2021-05-12T20:05:47.079Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T20:05:47.079Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T20:05:47.079Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T20:05:47.079Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T20:05:47.079Z] Bash-1.0.2 [2021-05-12T20:05:47.079Z] [2021-05-12T20:05:47.079Z] [2021-05-12T20:05:47.079Z] ==> git version 2.24.3 found [2021-05-12T20:05:47.079Z] ==> 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-12T20:05:47.079Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T20:05:47.079Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T20:05:47.079Z] ==> Jenkins CI detected. [2021-05-12T20:05:47.079Z] project root: . [2021-05-12T20:05:47.079Z] --> token set from env [2021-05-12T20:05:47.079Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T20:05:47.079Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T20:05:47.079Z] ==> Python coveragepy not found [2021-05-12T20:05:47.079Z] ==> Searching for coverage reports in: [2021-05-12T20:05:47.079Z] + . [2021-05-12T20:05:47.347Z] -> Found 1 reports [2021-05-12T20:05:47.347Z] ==> Detecting git/mercurial file structure [2021-05-12T20:05:47.347Z] ==> Reading reports [2021-05-12T20:05:47.347Z] + ./coverage.out bytes=177064 [2021-05-12T20:05:47.347Z] ==> Appending adjustments [2021-05-12T20:05:47.347Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T20:05:48.745Z] + Found adjustments [2021-05-12T20:05:48.745Z] ==> Gzipping contents [2021-05-12T20:05:48.745Z] 28K /tmp/codecov.lJM61l.gz [2021-05-12T20:05:48.745Z] ==> Uploading reports [2021-05-12T20:05:48.745Z] url: https://codecov.io [2021-05-12T20:05:48.745Z] query: branch=PR-608&commit=2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-608%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=608&job=&cmd_args= [2021-05-12T20:05:48.745Z] -> Pinging Codecov [2021-05-12T20:05:48.745Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-608&commit=2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-608%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=608&job=&cmd_args= [2021-05-12T20:05:49.010Z] -> Uploading to [2021-05-12T20:05:49.010Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/71470A77251A30514AAF9C0BB2E5B6CE/2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f/4da51bcb-a571-4f78-8538-ef9e1648103c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T200548Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e851702df1ed3173ef643bfeba81f7aa8b894b6e20b8a3bd75cf2d70093198d8 [2021-05-12T20:05:49.010Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T20:05:49.011Z] Dload Upload Total Spent Left Speed [2021-05-12T20:05:49.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25976 0 0 100 25976 0 27362 --:--:-- --:--:-- --:--:-- 27343 [2021-05-12T20:05:49.972Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2d54e333a38eed7b4ab27ddca70d7a2b0558fa6f [Pipeline] } [2021-05-12T20:05:49.983Z] 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-12T20:05:50.927Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:05:51.516Z] ---> package-listing.sh [2021-05-12T20:05:51.516Z] ++ facter osfamily [2021-05-12T20:05:51.516Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T20:05:51.516Z] + OS_FAMILY=redhat [2021-05-12T20:05:51.516Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-608 [2021-05-12T20:05:51.516Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T20:05:51.516Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T20:05:51.516Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T20:05:51.516Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T20:05:51.516Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-608 ']' [2021-05-12T20:05:51.516Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T20:05:51.516Z] + case "${OS_FAMILY}" in [2021-05-12T20:05:51.516Z] + rpm -qa [2021-05-12T20:05:51.516Z] + sort [2021-05-12T20:05:56.878Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T20:05:56.878Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T20:05:56.878Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T20:05:56.878Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-608 ']' [2021-05-12T20:05:56.878Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-608/archives/ [2021-05-12T20:05:56.878Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-608/archives/ [Pipeline] echo [2021-05-12T20:05:56.926Z] 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-608/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-12T20:05:57.265Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:05:57.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T20:05:58.236Z] [2021-05-12T20:05:58.236Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T20:05:58.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T20:05:58.953Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T20:05:58.953Z] df20fa9351a1: Pulling fs layer [2021-05-12T20:05:58.953Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T20:05:58.953Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T20:05:58.953Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T20:05:58.953Z] 93b61091891f: Pulling fs layer [2021-05-12T20:05:58.953Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T20:05:58.953Z] 5e14af77c1be: Pulling fs layer [2021-05-12T20:05:58.953Z] 01666e4c0597: Pulling fs layer [2021-05-12T20:05:58.953Z] aa168da1d23b: Pulling fs layer [2021-05-12T20:05:58.953Z] 93b9cdb0e59b: Waiting [2021-05-12T20:05:58.953Z] 5e14af77c1be: Waiting [2021-05-12T20:05:58.953Z] 93b61091891f: Waiting [2021-05-12T20:05:58.953Z] 01666e4c0597: Waiting [2021-05-12T20:05:58.953Z] 46f8f816bc3b: Waiting [2021-05-12T20:05:58.953Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T20:05:58.953Z] 36b3adc4ff6f: Download complete [2021-05-12T20:05:58.953Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T20:05:58.953Z] 46f8f816bc3b: Download complete [2021-05-12T20:05:59.235Z] df20fa9351a1: Verifying Checksum [2021-05-12T20:05:59.235Z] df20fa9351a1: Download complete [2021-05-12T20:05:59.235Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T20:05:59.235Z] 93b9cdb0e59b: Download complete [2021-05-12T20:05:59.235Z] 5e14af77c1be: Verifying Checksum [2021-05-12T20:05:59.235Z] 5e14af77c1be: Download complete [2021-05-12T20:05:59.235Z] 93b61091891f: Download complete [2021-05-12T20:05:59.235Z] 01666e4c0597: Download complete [2021-05-12T20:05:59.513Z] df20fa9351a1: Pull complete [2021-05-12T20:05:59.814Z] 36b3adc4ff6f: Pull complete [2021-05-12T20:05:59.814Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T20:05:59.814Z] 8ad3a11d3b57: Download complete [2021-05-12T20:06:00.867Z] 8ad3a11d3b57: Pull complete [2021-05-12T20:06:01.147Z] 46f8f816bc3b: Pull complete [2021-05-12T20:06:01.792Z] 93b61091891f: Pull complete [2021-05-12T20:06:02.087Z] 93b9cdb0e59b: Pull complete [2021-05-12T20:06:02.475Z] 5e14af77c1be: Pull complete [2021-05-12T20:06:02.832Z] 01666e4c0597: Pull complete [2021-05-12T20:06:04.365Z] aa168da1d23b: Verifying Checksum [2021-05-12T20:06:04.365Z] aa168da1d23b: Download complete [2021-05-12T20:06:14.572Z] aa168da1d23b: Pull complete [2021-05-12T20:06:14.572Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T20:06:14.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T20:06:14.572Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T20:06:14.995Z] prd-centos7-docker-4c-2g-4790 does not seem to be running inside a container [2021-05-12T20:06:15.089Z] $ 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-608/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-608 -v /w/workspace/dry_go-mod-core-contracts_PR-608:/w/workspace/dry_go-mod-core-contracts_PR-608:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-608@tmp:/w/workspace/dry_go-mod-core-contracts_PR-608@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T20:06:19.754Z] $ docker top c4445fe006dbb1b92bb1e7e8a0ea7e730896b89537d92f318f144a3914a9d5e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T20:06:20.299Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T20:06:20.626Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T20:06:20.975Z] + ls /var/log/sa-host [2021-05-12T20:06:20.975Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T20:06:20.975Z] file_magic: OK [2021-05-12T20:06:20.975Z] HZ: Using current value: 100 [2021-05-12T20:06:20.975Z] file_header: OK [2021-05-12T20:06:20.975Z] 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-12T20:06:20.975Z] Statistics: [2021-05-12T20:06:20.975Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T20:06:20.975Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T20:06:20.975Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T20:06:20.975Z] file_magic: OK [2021-05-12T20:06:20.975Z] HZ: Using current value: 100 [2021-05-12T20:06:20.975Z] file_header: OK [2021-05-12T20:06:20.975Z] 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-12T20:06:20.975Z] Statistics: [2021-05-12T20:06:20.975Z] Hnuu...uuuununununu... [2021-05-12T20:06:20.975Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T20:06:21.161Z] provisioning config files... [2021-05-12T20:06:21.176Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-608@tmp/config4542358126472762725tmp [Pipeline] { [Pipeline] echo [2021-05-12T20:06:21.201Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:06:21.507Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T20:06:21.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T20:06:21.557Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:06:21.872Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T20:06:21.886Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:06:22.196Z] ---> sudo-logs.sh [2021-05-12T20:06:22.196Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T20:06:22.242Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:06:22.603Z] ---> job-cost.sh [2021-05-12T20:06:22.603Z] lf-activate-venv: SKIPPING [2021-05-12T20:06:22.603Z] DEBUG: total: 0.20999999344348907 [2021-05-12T20:06:22.603Z] INFO: Retrieving Stack Cost... [2021-05-12T20:06:23.609Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T20:06:24.202Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T20:06:24.217Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T20:06:24.578Z] ---> logs-deploy.sh [2021-05-12T20:06:24.578Z] lf-activate-venv: SKIPPING [2021-05-12T20:06:24.578Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-608/5 [2021-05-12T20:06:24.578Z] INFO: archiving workspace using pattern(s): [2021-05-12T20:06:27.976Z] Archives upload complete. [2021-05-12T20:06:28.248Z] INFO: archiving logs to Nexus