Pull request #579 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 205e078090c85c2987ffa64a69d75c76dffd8e81 rather than dce49d45e0edaf845c6128fa74cfd956fa4709d5 Obtained Jenkinsfile from 205e078090c85c2987ffa64a69d75c76dffd8e81 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-33548’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-blackbox-4c-2g-33549’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-176’ is offline; ‘prd-centos7-docker-4c-2g-181’ is offline; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-178’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-182 in /w/workspace/dry_go-mod-core-contracts_PR-579 [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-579 # 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 Merging remotes/origin/master commit 205e078090c85c2987ffa64a69d75c76dffd8e81 into PR head commit dce49d45e0edaf845c6128fa74cfd956fa4709d5 Merge succeeded, producing dce49d45e0edaf845c6128fa74cfd956fa4709d5 Checking out Revision dce49d45e0edaf845c6128fa74cfd956fa4709d5 (PR-579) > 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/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # 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 205e078090c85c2987ffa64a69d75c76dffd8e81 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 Commit message: "feat: Add GoDoc comments for public functions" > git rev-list --no-walk 260befc4f76a04cde41f429afd3efde8b3f2bea8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-15T02:44:16.647Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-15T02:44:16.742Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-15T02:44:16.770Z] ========================================================= [2021-04-15T02:44:16.770Z] EdgeX Global Pipelines Version Info [2021-04-15T02:44:16.770Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:44:18.307Z] ------------------- [2021-04-15T02:44:18.307Z] stable info: [2021-04-15T02:44:18.307Z] ------------------- [2021-04-15T02:44:18.307Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-15T02:44:18.307Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-15T02:44:18.307Z] Message: update stable to v1.0.186 [2021-04-15T02:44:19.263Z] ------------------- [2021-04-15T02:44:19.263Z] experimental info: [2021-04-15T02:44:19.263Z] ------------------- [2021-04-15T02:44:19.263Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-15T02:44:19.263Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-15T02:44:19.263Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-15T02:44:19.397Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-04-15T02:44:19.422Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-04-15T02:44:19.446Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-15T02:44:19.469Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-15T02:44:19.492Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-15T02:44:19.516Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-15T02:44:19.559Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-15T02:44:19.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-15T02:44:19.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-15T02:44:19.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-15T02:44:19.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-15T02:44:19.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-04-15T02:44:19.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-15T02:44:19.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-15T02:44:19.746Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T02:44:19.803Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T02:44:19.828Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T02:44:19.852Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-15T02:44:19.877Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-15T02:44:19.902Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-15T02:44:19.926Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-15T02:44:19.951Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-15T02:44:19.976Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-15T02:44:20.001Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-15T02:44:20.051Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-04-15T02:44:20.074Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-15T02:44:20.098Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-579 [Pipeline] echo [2021-04-15T02:44:20.121Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-579 [Pipeline] echo [2021-04-15T02:44:20.144Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-579 [Pipeline] echo [2021-04-15T02:44:20.167Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dce49d45e0edaf845c6128fa74cfd956fa4709d5 [Pipeline] echo [2021-04-15T02:44:20.190Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dce49d4 [Pipeline] echo [2021-04-15T02:44:20.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T02:44:20.650Z] + git log --format=format:%s -1 dce49d45e0edaf845c6128fa74cfd956fa4709d5 [Pipeline] echo [2021-04-15T02:44:20.730Z] GIT_COMMIT: dce49d45e0edaf845c6128fa74cfd956fa4709d5, Commit Message: feat: Add GoDoc comments for public functions [Pipeline] echo [2021-04-15T02:44:20.745Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:44:21.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T02:44:22.227Z] [2021-04-15T02:44:22.227Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:44:22.542Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T02:44:22.542Z] latest: Pulling from edgex-devops/git-semver [2021-04-15T02:44:22.542Z] 31603596830f: Pulling fs layer [2021-04-15T02:44:22.542Z] 2a8b12db71e7: Pulling fs layer [2021-04-15T02:44:22.542Z] 6ca5941a6612: Pulling fs layer [2021-04-15T02:44:22.542Z] ecc8261a40a4: Pulling fs layer [2021-04-15T02:44:22.542Z] ecc8261a40a4: Waiting [2021-04-15T02:44:22.542Z] 2a8b12db71e7: Verifying Checksum [2021-04-15T02:44:22.542Z] 2a8b12db71e7: Download complete [2021-04-15T02:44:22.542Z] 31603596830f: Verifying Checksum [2021-04-15T02:44:22.542Z] 31603596830f: Download complete [2021-04-15T02:44:22.812Z] ecc8261a40a4: Verifying Checksum [2021-04-15T02:44:22.812Z] ecc8261a40a4: Download complete [2021-04-15T02:44:22.812Z] 6ca5941a6612: Verifying Checksum [2021-04-15T02:44:22.812Z] 6ca5941a6612: Download complete [2021-04-15T02:44:23.076Z] 31603596830f: Pull complete [2021-04-15T02:44:23.076Z] 2a8b12db71e7: Pull complete [2021-04-15T02:44:24.034Z] 6ca5941a6612: Pull complete [2021-04-15T02:44:24.299Z] ecc8261a40a4: Pull complete [2021-04-15T02:44:24.299Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-15T02:44:24.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-15T02:44:24.299Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-15T02:44:24.497Z] prd-centos7-docker-4c-2g-182 does not seem to be running inside a container [2021-04-15T02:44:24.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-579 -v /w/workspace/dry_go-mod-core-contracts_PR-579:/w/workspace/dry_go-mod-core-contracts_PR-579:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-579@tmp:/w/workspace/dry_go-mod-core-contracts_PR-579@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-15T02:44:26.625Z] $ docker top 748cc8e5ca84b1337a624b9e9e9c1c0354e47bc7c9d3845ad8fe79211b9301b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-15T02:44:26.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T02:44:26.798Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T02:44:27.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T02:44:27.024Z] $ docker exec 748cc8e5ca84b1337a624b9e9e9c1c0354e47bc7c9d3845ad8fe79211b9301b9 ssh-agent [2021-04-15T02:44:27.208Z] SSH_AUTH_SOCK=/tmp/ssh-URLjf4vvXeuU/agent.13 [2021-04-15T02:44:27.208Z] SSH_AGENT_PID=18 [2021-04-15T02:44:27.220Z] Running ssh-add (command line suppressed) [2021-04-15T02:44:27.340Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-579@tmp/private_key_8273183642014136801.key (/w/workspace/dry_go-mod-core-contracts_PR-579@tmp/private_key_8273183642014136801.key) [2021-04-15T02:44:27.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T02:44:27.709Z] + git tag --points-at HEAD [Pipeline] } [2021-04-15T02:44:27.730Z] $ docker exec --env ******** --env ******** 748cc8e5ca84b1337a624b9e9e9c1c0354e47bc7c9d3845ad8fe79211b9301b9 ssh-agent -k [2021-04-15T02:44:27.841Z] unset SSH_AUTH_SOCK; [2021-04-15T02:44:27.841Z] unset SSH_AGENT_PID; [2021-04-15T02:44:27.841Z] echo Agent pid 18 killed; [2021-04-15T02:44:27.890Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-15T02:44:27.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-15T02:44:27.930Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-15T02:44:28.094Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-15T02:44:28.099Z] $ docker exec 748cc8e5ca84b1337a624b9e9e9c1c0354e47bc7c9d3845ad8fe79211b9301b9 ssh-agent [2021-04-15T02:44:28.263Z] SSH_AUTH_SOCK=/tmp/ssh-846NLkuXzAOl/agent.48 [2021-04-15T02:44:28.263Z] SSH_AGENT_PID=53 [2021-04-15T02:44:28.269Z] Running ssh-add (command line suppressed) [2021-04-15T02:44:28.386Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-579@tmp/private_key_2702776179663796467.key (/w/workspace/dry_go-mod-core-contracts_PR-579@tmp/private_key_2702776179663796467.key) [2021-04-15T02:44:28.438Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-15T02:44:28.737Z] + git semver init [2021-04-15T02:44:28.737Z] # -> Open(): unable to determine branch for HEAD [2021-04-15T02:44:28.737Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-579/.git [2021-04-15T02:44:28.737Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-579 [2021-04-15T02:44:28.737Z] # $SEMVER_REMOTE_NAME = origin [2021-04-15T02:44:28.737Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-15T02:44:28.737Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-15T02:44:28.737Z] # $SEMVER_BRANCH = PR-579 [2021-04-15T02:44:28.737Z] # $SEMVER_TEMP = /tmp/semver-443255707 [2021-04-15T02:44:28.737Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-04-15T02:44:29.688Z] # '/tmp/semver-443255707' -> '/w/workspace/dry_go-mod-core-contracts_PR-579/.semver' [2021-04-15T02:44:29.688Z] # -> Force: false [2021-04-15T02:44:29.688Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-579/.semver [Pipeline] } [2021-04-15T02:44:29.702Z] $ docker exec --env ******** --env ******** 748cc8e5ca84b1337a624b9e9e9c1c0354e47bc7c9d3845ad8fe79211b9301b9 ssh-agent -k [2021-04-15T02:44:29.818Z] unset SSH_AUTH_SOCK; [2021-04-15T02:44:29.819Z] unset SSH_AGENT_PID; [2021-04-15T02:44:29.819Z] echo Agent pid 53 killed; [2021-04-15T02:44:29.871Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-15T02:44:30.201Z] + git semver [Pipeline] } [2021-04-15T02:44:30.221Z] $ docker stop --time=1 748cc8e5ca84b1337a624b9e9e9c1c0354e47bc7c9d3845ad8fe79211b9301b9 [2021-04-15T02:44:31.842Z] $ docker rm -f 748cc8e5ca84b1337a624b9e9e9c1c0354e47bc7c9d3845ad8fe79211b9301b9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T02:44:32.246Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-15T02:44:32.577Z] Stashed 1 file(s) [Pipeline] echo [2021-04-15T02:44:32.580Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-15T02:44:47.775Z] Still waiting to schedule task [2021-04-15T02:44:47.775Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-15T02:44:47.778Z] Still waiting to schedule task [2021-04-15T02:44:47.778Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-15T02:47:31.082Z] Running on prd-centos7-docker-4c-2g-184 in /w/workspace/dry_go-mod-core-contracts_PR-579 [Pipeline] { [Pipeline] ws [2021-04-15T02:47:31.100Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-04-15T02:47:34.092Z] using credential edgex-jenkins-ssh [2021-04-15T02:47:34.107Z] Cloning the remote Git repository [2021-04-15T02:47:33.728Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T02:47:33.804Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-04-15T02:47:33.885Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T02:47:33.885Z] > git --version # timeout=10 [2021-04-15T02:47:33.895Z] > git --version # 'git version 2.24.3' [2021-04-15T02:47:33.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:47:33.927Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T02:47:34.705Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T02:47:34.714Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T02:47:34.731Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T02:47:34.776Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T02:47:34.776Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:47:34.782Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T02:47:35.617Z] Merging remotes/origin/master commit 205e078090c85c2987ffa64a69d75c76dffd8e81 into PR head commit dce49d45e0edaf845c6128fa74cfd956fa4709d5 [2021-04-15T02:47:35.760Z] Merge succeeded, producing dce49d45e0edaf845c6128fa74cfd956fa4709d5 [2021-04-15T02:47:35.761Z] Checking out Revision dce49d45e0edaf845c6128fa74cfd956fa4709d5 (PR-579) [2021-04-15T02:47:35.349Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T02:47:35.356Z] > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 [2021-04-15T02:47:35.446Z] > git remote # timeout=10 [2021-04-15T02:47:35.453Z] > git config --get remote.origin.url # timeout=10 [2021-04-15T02:47:35.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:47:35.468Z] > git merge 205e078090c85c2987ffa64a69d75c76dffd8e81 # timeout=10 [2021-04-15T02:47:35.482Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-15T02:47:35.496Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T02:47:35.502Z] > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 [2021-04-15T02:47:39.217Z] Commit message: "feat: Add GoDoc comments for public functions" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T02:47:40.490Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-15T02:47:40.824Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T02:47:41.124Z] + sudo service docker restart [2021-04-15T02:47:41.124Z] + true [2021-04-15T02:47:41.124Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-04-15T02:47:42.226Z] ========================================================= [2021-04-15T02:47:42.226Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-15T02:47:42.226Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:47:42.541Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-15T02:47:43.141Z] Sending build context to Docker daemon 2.999MB [2021-04-15T02:47:43.141Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-15T02:47:43.141Z] Step 2/7 : FROM ${BASE} [2021-04-15T02:47:43.141Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-15T02:47:43.141Z] 188c0c94c7c5: Pulling fs layer [2021-04-15T02:47:43.141Z] 0ef7d3d256c8: Pulling fs layer [2021-04-15T02:47:43.141Z] de9db76c5a1d: Pulling fs layer [2021-04-15T02:47:43.141Z] bca2f99d35d6: Pulling fs layer [2021-04-15T02:47:43.141Z] 93359f2a8cfa: Pulling fs layer [2021-04-15T02:47:43.141Z] 7c6f9722023f: Pulling fs layer [2021-04-15T02:47:43.141Z] a35cf1a2eb13: Pulling fs layer [2021-04-15T02:47:43.141Z] 93359f2a8cfa: Waiting [2021-04-15T02:47:43.141Z] 7c6f9722023f: Waiting [2021-04-15T02:47:43.141Z] a35cf1a2eb13: Waiting [2021-04-15T02:47:43.141Z] bca2f99d35d6: Waiting [2021-04-15T02:47:43.141Z] de9db76c5a1d: Verifying Checksum [2021-04-15T02:47:43.141Z] de9db76c5a1d: Download complete [2021-04-15T02:47:43.141Z] 0ef7d3d256c8: Verifying Checksum [2021-04-15T02:47:43.141Z] 0ef7d3d256c8: Download complete [2021-04-15T02:47:43.415Z] 93359f2a8cfa: Download complete [2021-04-15T02:47:43.415Z] 7c6f9722023f: Verifying Checksum [2021-04-15T02:47:43.415Z] 7c6f9722023f: Download complete [2021-04-15T02:47:43.415Z] 188c0c94c7c5: Verifying Checksum [2021-04-15T02:47:43.415Z] 188c0c94c7c5: Download complete [2021-04-15T02:47:43.689Z] 188c0c94c7c5: Pull complete [2021-04-15T02:47:43.960Z] 0ef7d3d256c8: Pull complete [2021-04-15T02:47:43.960Z] de9db76c5a1d: Pull complete [2021-04-15T02:47:45.356Z] a35cf1a2eb13: Verifying Checksum [2021-04-15T02:47:45.356Z] a35cf1a2eb13: Download complete [2021-04-15T02:47:46.311Z] bca2f99d35d6: Verifying Checksum [2021-04-15T02:47:46.311Z] bca2f99d35d6: Download complete [2021-04-15T02:47:51.672Z] bca2f99d35d6: Pull complete [2021-04-15T02:47:51.672Z] 93359f2a8cfa: Pull complete [2021-04-15T02:47:51.941Z] 7c6f9722023f: Pull complete [2021-04-15T02:47:57.272Z] a35cf1a2eb13: Pull complete [2021-04-15T02:47:57.272Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-15T02:47:57.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-15T02:47:57.272Z] ---> a62c8e92a672 [2021-04-15T02:47:57.272Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-15T02:47:57.272Z] ---> Running in 9139157746dd [2021-04-15T02:47:57.272Z] Removing intermediate container 9139157746dd [2021-04-15T02:47:57.272Z] ---> c09966a7f9cf [2021-04-15T02:47:57.272Z] Step 4/7 : RUN apk add bash [2021-04-15T02:47:57.272Z] ---> Running in fc9d30b8dbd5 [2021-04-15T02:47:57.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-15T02:47:58.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-15T02:47:58.999Z] OK: 166 MiB in 39 packages [2021-04-15T02:47:59.579Z] Removing intermediate container fc9d30b8dbd5 [2021-04-15T02:47:59.579Z] ---> 5204a92f4bc6 [2021-04-15T02:47:59.579Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-15T02:47:59.579Z] ---> Running in fc94c8dfbe54 [2021-04-15T02:47:59.843Z] Removing intermediate container fc94c8dfbe54 [2021-04-15T02:47:59.843Z] ---> 51e37535a62a [2021-04-15T02:47:59.843Z] Step 6/7 : COPY go.mod . [2021-04-15T02:48:00.105Z] ---> 7c7bd30b7459 [2021-04-15T02:48:00.105Z] Step 7/7 : RUN go mod download [2021-04-15T02:48:00.105Z] ---> Running in 13683c52822e [2021-04-15T02:48:15.082Z] Removing intermediate container 13683c52822e [2021-04-15T02:48:15.082Z] ---> 9c9119345e33 [2021-04-15T02:48:15.082Z] Successfully built 9c9119345e33 [2021-04-15T02:48:15.082Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:48:15.406Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T02:48:15.406Z] . [Pipeline] withDockerContainer [2021-04-15T02:48:15.534Z] prd-centos7-docker-4c-2g-184 does not seem to be running inside a container [2021-04-15T02:48:15.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-15T02:48:16.389Z] $ docker top 907697680e605e34686f2d9bc25f72ae5b1501889bf0a7c9c42a51a27d1c15dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:48:16.803Z] + go version [2021-04-15T02:48:16.803Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-15T02:48:16.824Z] $ docker stop --time=1 907697680e605e34686f2d9bc25f72ae5b1501889bf0a7c9c42a51a27d1c15dd [2021-04-15T02:48:18.200Z] $ docker rm -f 907697680e605e34686f2d9bc25f72ae5b1501889bf0a7c9c42a51a27d1c15dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:48:18.711Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-15T02:48:18.711Z] . [Pipeline] withDockerContainer [2021-04-15T02:48:18.818Z] prd-centos7-docker-4c-2g-184 does not seem to be running inside a container [2021-04-15T02:48:18.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-15T02:48:19.502Z] $ docker top 123e62667101e32064efef73d718b198db14de28bf84c8295ea378a17265e323 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:48:19.922Z] + make test [2021-04-15T02:48:19.922Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-15T02:48:28.201Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-15T02:48:28.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.038s coverage: 85.7% of statements [2021-04-15T02:48:28.474Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.022s coverage: 100.0% of statements [2021-04-15T02:48:28.753Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.040s coverage: 45.4% of statements [2021-04-15T02:48:28.753Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.032s coverage: 77.8% of statements [2021-04-15T02:48:28.753Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-15T02:48:29.735Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.012s coverage: 26.3% of statements [2021-04-15T02:48:29.735Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.013s coverage: 14.7% of statements [2021-04-15T02:48:29.735Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.019s coverage: 100.0% of statements [2021-04-15T02:48:30.007Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.026s coverage: 91.8% of statements [2021-04-15T02:48:30.007Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-15T02:48:30.007Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-15T02:48:30.007Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.012s coverage: 100.0% of statements [2021-04-15T02:48:30.007Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.005s coverage: 35.5% of statements [2021-04-15T02:48:31.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.018s coverage: 63.0% of statements [2021-04-15T02:48:31.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements [2021-04-15T02:48:31.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.004s coverage: 15.4% of statements [2021-04-15T02:48:31.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.021s coverage: 15.4% of statements [2021-04-15T02:48:31.979Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.054s coverage: 14.3% of statements [2021-04-15T02:48:32.959Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-15T02:48:34.959Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.128s coverage: 84.0% of statements [2021-04-15T02:48:34.959Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-15T02:48:34.959Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-15T02:48:34.959Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-15T02:48:34.959Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.043s coverage: 49.4% of statements [2021-04-15T02:48:34.959Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.013s coverage: 94.7% of statements [2021-04-15T02:48:35.223Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.066s coverage: 87.8% of statements [2021-04-15T02:48:35.223Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.016s coverage: 100.0% of statements [2021-04-15T02:48:35.485Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.008s coverage: 69.6% of statements [2021-04-15T02:48:35.761Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-15T02:48:38.465Z] gofmt -l . [2021-04-15T02:48:38.465Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-15T02:48:38.489Z] $ docker stop --time=1 123e62667101e32064efef73d718b198db14de28bf84c8295ea378a17265e323 [2021-04-15T02:48:41.050Z] $ docker rm -f 123e62667101e32064efef73d718b198db14de28bf84c8295ea378a17265e323 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T02:48:41.595Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T02:48:42.094Z] 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-04-15T02:48:42.869Z] ---> job-cost.sh [2021-04-15T02:48:42.869Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Z0Uc [2021-04-15T02:48:50.583Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-185 in /w/workspace/dry_go-mod-core-contracts_PR-579 [Pipeline] { [Pipeline] ws [2021-04-15T02:48:50.599Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-04-15T02:48:56.301Z] using credential edgex-jenkins-ssh [2021-04-15T02:48:56.325Z] Cloning the remote Git repository [2021-04-15T02:48:56.394Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T02:48:56.506Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-04-15T02:48:56.603Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T02:48:56.603Z] > git --version # timeout=10 [2021-04-15T02:48:56.626Z] > git --version # 'git version 2.17.1' [2021-04-15T02:48:56.628Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:48:56.671Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T02:48:57.825Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T02:48:57.754Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T02:48:57.779Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-15T02:48:57.803Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-04-15T02:48:57.846Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-04-15T02:48:57.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:48:57.858Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-15T02:48:58.532Z] Merging remotes/origin/master commit 205e078090c85c2987ffa64a69d75c76dffd8e81 into PR head commit dce49d45e0edaf845c6128fa74cfd956fa4709d5 [2021-04-15T02:48:58.806Z] Merge succeeded, producing dce49d45e0edaf845c6128fa74cfd956fa4709d5 [2021-04-15T02:48:58.807Z] Checking out Revision dce49d45e0edaf845c6128fa74cfd956fa4709d5 (PR-579) [2021-04-15T02:48:58.568Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T02:48:58.583Z] > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 [2021-04-15T02:48:58.727Z] > git remote # timeout=10 [2021-04-15T02:48:58.748Z] > git config --get remote.origin.url # timeout=10 [2021-04-15T02:48:58.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-15T02:48:58.780Z] > git merge 205e078090c85c2987ffa64a69d75c76dffd8e81 # timeout=10 [2021-04-15T02:48:58.803Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-15T02:48:58.825Z] > git config core.sparsecheckout # timeout=10 [2021-04-15T02:48:58.838Z] > git checkout -f dce49d45e0edaf845c6128fa74cfd956fa4709d5 # timeout=10 [2021-04-15T02:49:03.116Z] Commit message: "feat: Add GoDoc comments for public functions" [2021-04-15T02:49:03.435Z] [2021-04-15T02:49:03.435Z] GitHub has been notified of this commit’s build result [2021-04-15T02:49:03.435Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-15T02:49:04.521Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-15T02:49:04.928Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-15T02:49:05.269Z] + sudo service docker restart [2021-04-15T02:49:05.270Z] + true [Pipeline] unstash [Pipeline] echo [2021-04-15T02:49:08.187Z] ========================================================= [2021-04-15T02:49:08.187Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-15T02:49:08.187Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:49:08.535Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-15T02:49:09.518Z] Sending build context to Docker daemon 2.998MB [2021-04-15T02:49:09.518Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-04-15T02:49:09.518Z] Step 2/7 : FROM ${BASE} [2021-04-15T02:49:10.115Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-15T02:49:10.115Z] 5f621e34cdf4: Pulling fs layer [2021-04-15T02:49:10.115Z] a4357932f1b6: Pulling fs layer [2021-04-15T02:49:10.115Z] 18c013af1878: Pulling fs layer [2021-04-15T02:49:10.115Z] 00ac8860ef70: Pulling fs layer [2021-04-15T02:49:10.115Z] 63d7cb157983: Pulling fs layer [2021-04-15T02:49:10.115Z] b116817d02f9: Pulling fs layer [2021-04-15T02:49:10.115Z] 745a02a5169b: Pulling fs layer [2021-04-15T02:49:10.115Z] 00ac8860ef70: Waiting [2021-04-15T02:49:10.115Z] 63d7cb157983: Waiting [2021-04-15T02:49:10.115Z] b116817d02f9: Waiting [2021-04-15T02:49:10.115Z] 745a02a5169b: Waiting [2021-04-15T02:49:10.115Z] 18c013af1878: Verifying Checksum [2021-04-15T02:49:10.115Z] 18c013af1878: Download complete [2021-04-15T02:49:10.115Z] a4357932f1b6: Verifying Checksum [2021-04-15T02:49:10.115Z] a4357932f1b6: Download complete [2021-04-15T02:49:10.115Z] 63d7cb157983: Verifying Checksum [2021-04-15T02:49:10.115Z] b116817d02f9: Download complete [2021-04-15T02:49:10.115Z] 5f621e34cdf4: Verifying Checksum [2021-04-15T02:49:10.115Z] 5f621e34cdf4: Download complete [2021-04-15T02:49:10.717Z] 5f621e34cdf4: Pull complete [2021-04-15T02:49:11.335Z] a4357932f1b6: Pull complete [2021-04-15T02:49:11.946Z] 18c013af1878: Pull complete [2021-04-15T02:49:12.549Z] 745a02a5169b: Verifying Checksum [2021-04-15T02:49:12.549Z] 745a02a5169b: Download complete [2021-04-15T02:49:13.991Z] 00ac8860ef70: Verifying Checksum [2021-04-15T02:49:13.991Z] 00ac8860ef70: Download complete [2021-04-15T02:49:24.141Z] 00ac8860ef70: Pull complete [2021-04-15T02:49:24.141Z] 63d7cb157983: Pull complete [2021-04-15T02:49:24.141Z] b116817d02f9: Pull complete [2021-04-15T02:49:28.490Z] 745a02a5169b: Pull complete [2021-04-15T02:49:28.490Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-15T02:49:28.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-15T02:49:28.490Z] ---> b7e6874047d6 [2021-04-15T02:49:28.490Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-15T02:49:30.024Z] lf-activate-venv(): INFO: Adding /tmp/venv-Z0Uc/bin to PATH [2021-04-15T02:49:30.024Z] INFO: No Stack... [2021-04-15T02:49:30.024Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T02:49:30.024Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T02:49:30.342Z] + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv [2021-04-15T02:49:30.342Z] + cut -d, -f6 [Pipeline] lock [2021-04-15T02:49:30.424Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-4-stack-cost] [2021-04-15T02:49:30.452Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-4-stack-cost] did not exist. Created. [2021-04-15T02:49:30.452Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T02:49:30.781Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-15T02:49:30.910Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T02:49:30.925Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-15T02:49:31.153Z] ---> Running in b3bab44777f1 [2021-04-15T02:49:31.435Z] Removing intermediate container b3bab44777f1 [2021-04-15T02:49:31.435Z] ---> 4428cae2c7b9 [2021-04-15T02:49:31.435Z] Step 4/7 : RUN apk add bash [2021-04-15T02:49:31.435Z] ---> Running in 3a275f03efb4 [2021-04-15T02:49:32.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-15T02:49:33.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-15T02:49:34.453Z] OK: 142 MiB in 39 packages [2021-04-15T02:49:35.888Z] Removing intermediate container 3a275f03efb4 [2021-04-15T02:49:35.888Z] ---> 4d1d3d9fb12e [2021-04-15T02:49:35.888Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-04-15T02:49:35.888Z] ---> Running in 75a87853d10b [2021-04-15T02:49:36.163Z] Removing intermediate container 75a87853d10b [2021-04-15T02:49:36.163Z] ---> 02cdd7dec3ff [2021-04-15T02:49:36.163Z] Step 6/7 : COPY go.mod . [2021-04-15T02:49:37.135Z] ---> d2032046aa74 [2021-04-15T02:49:37.135Z] Step 7/7 : RUN go mod download [2021-04-15T02:49:37.135Z] ---> Running in 8c01e8ddcc43 [2021-04-15T02:49:55.459Z] Removing intermediate container 8c01e8ddcc43 [2021-04-15T02:49:55.459Z] ---> bd74bf10d9f7 [2021-04-15T02:49:55.459Z] Successfully built bd74bf10d9f7 [2021-04-15T02:49:55.459Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:49:55.801Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T02:49:55.802Z] . [Pipeline] withDockerContainer [2021-04-15T02:49:56.032Z] prd-ubuntu18.04-docker-arm64-4c-16g-185 does not seem to be running inside a container [2021-04-15T02:49:56.126Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-15T02:49:57.642Z] $ docker top 7f16a424ea4729549faa432420865986a7d4472c5f467eae74573bf6e3e5dcc1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:49:58.571Z] + go version [2021-04-15T02:49:58.572Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-15T02:49:58.600Z] $ docker stop --time=1 7f16a424ea4729549faa432420865986a7d4472c5f467eae74573bf6e3e5dcc1 [2021-04-15T02:50:00.598Z] $ docker rm -f 7f16a424ea4729549faa432420865986a7d4472c5f467eae74573bf6e3e5dcc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:50:01.296Z] + docker inspect -f . ci-base-image-arm64 [2021-04-15T02:50:01.297Z] . [Pipeline] withDockerContainer [2021-04-15T02:50:01.560Z] prd-ubuntu18.04-docker-arm64-4c-16g-185 does not seem to be running inside a container [2021-04-15T02:50:01.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-15T02:50:03.310Z] $ docker top 0999ca90b07b6b67ce88190bb62b64154e02958420cac317736d95edff687f93 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:50:04.258Z] + make test [2021-04-15T02:50:04.259Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-04-15T02:50:31.073Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-04-15T02:50:31.073Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.049s coverage: 85.7% of statements [2021-04-15T02:50:31.073Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.023s coverage: 100.0% of statements [2021-04-15T02:50:31.073Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.062s coverage: 45.4% of statements [2021-04-15T02:50:31.073Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.039s coverage: 77.8% of statements [2021-04-15T02:50:31.073Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-04-15T02:50:33.068Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements [2021-04-15T02:50:33.068Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.048s coverage: 14.7% of statements [2021-04-15T02:50:33.675Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.027s coverage: 100.0% of statements [2021-04-15T02:50:34.663Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.082s coverage: 91.8% of statements [2021-04-15T02:50:34.663Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-04-15T02:50:34.663Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-04-15T02:50:34.663Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.061s coverage: 100.0% of statements [2021-04-15T02:50:34.663Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.033s coverage: 35.5% of statements [2021-04-15T02:50:40.092Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.113s coverage: 63.0% of statements [2021-04-15T02:50:40.092Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements [2021-04-15T02:50:40.092Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.022s coverage: 15.4% of statements [2021-04-15T02:50:40.092Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.045s coverage: 15.4% of statements [2021-04-15T02:50:40.092Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.026s coverage: 14.3% of statements [2021-04-15T02:50:40.092Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-04-15T02:50:44.411Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.281s coverage: 84.0% of statements [2021-04-15T02:50:44.411Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-04-15T02:50:44.411Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-04-15T02:50:44.411Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-04-15T02:50:44.411Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.106s coverage: 49.4% of statements [2021-04-15T02:50:44.691Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.064s coverage: 94.7% of statements [2021-04-15T02:50:47.343Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.174s coverage: 87.8% of statements [2021-04-15T02:50:47.343Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements [2021-04-15T02:50:47.343Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.025s coverage: 69.6% of statements [2021-04-15T02:50:47.343Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-15T02:50:54.069Z] gofmt -l . [2021-04-15T02:50:54.069Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-04-15T02:50:54.681Z] $ docker stop --time=1 0999ca90b07b6b67ce88190bb62b64154e02958420cac317736d95edff687f93 [2021-04-15T02:50:56.792Z] $ docker rm -f 0999ca90b07b6b67ce88190bb62b64154e02958420cac317736d95edff687f93 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-15T02:50:57.582Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-15T02:50:57.612Z] Warning: overwriting stash ‘coverage-report’ [2021-04-15T02:50:58.617Z] 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-04-15T02:50:59.122Z] ---> job-cost.sh [2021-04-15T02:50:59.122Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gNNQ [2021-04-15T02:51:38.113Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-15T02:52:59.851Z] lf-activate-venv(): INFO: Adding /tmp/venv-gNNQ/bin to PATH [2021-04-15T02:52:59.851Z] INFO: No Stack... [2021-04-15T02:53:00.445Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-15T02:53:00.716Z] INFO: Archiving Costs [Pipeline] sh [2021-04-15T02:53:01.062Z] + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv [2021-04-15T02:53:01.062Z] + cut -d, -f6 [Pipeline] lock [2021-04-15T02:53:01.173Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-4-stack-cost] [2021-04-15T02:53:01.182Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-4-stack-cost] did not exist. Created. [2021-04-15T02:53:01.182Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-15T02:53:01.557Z] /w/workspace/go-mod-core-contracts/4@tmp/durable-34696f10/script.sh: 1: /w/workspace/go-mod-core-contracts/4@tmp/durable-34696f10/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-15T02:53:01.908Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-15T02:53:01.929Z] Warning: overwriting stash ‘stack-cost’ [2021-04-15T02:53:02.099Z] Stashed 1 file(s) [Pipeline] } [2021-04-15T02:53:02.119Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-579-4-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-04-15T02:53:02.706Z] provisioning config files... [2021-04-15T02:53:02.721Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-579@tmp/config1479115857903152852tmp [Pipeline] { [Pipeline] sh [2021-04-15T02:53:03.062Z] + set +x [2021-04-15T02:53:03.062Z] + curl -s https://codecov.io/bash [2021-04-15T02:53:03.062Z] + bash -s -- [2021-04-15T02:53:03.382Z] [2021-04-15T02:53:03.382Z] _____ _ [2021-04-15T02:53:03.382Z] / ____| | | [2021-04-15T02:53:03.382Z] | | ___ __| | ___ ___ _____ __ [2021-04-15T02:53:03.382Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-15T02:53:03.382Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-15T02:53:03.382Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-15T02:53:03.382Z] Bash-1.0.1 [2021-04-15T02:53:03.382Z] [2021-04-15T02:53:03.382Z] [2021-04-15T02:53:03.382Z] ==> git version 2.24.3 found [2021-04-15T02:53:03.382Z] ==> 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-04-15T02:53:03.382Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-15T02:53:03.382Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-15T02:53:03.382Z] ==> Jenkins CI detected. [2021-04-15T02:53:03.382Z] project root: . [2021-04-15T02:53:03.382Z] --> token set from env [2021-04-15T02:53:03.382Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-15T02:53:03.382Z] ==> Running gcov in . (disable via -X gcov) [2021-04-15T02:53:03.382Z] ==> Python coveragepy not found [2021-04-15T02:53:03.382Z] ==> Searching for coverage reports in: [2021-04-15T02:53:03.382Z] + . [2021-04-15T02:53:03.382Z] -> Found 1 reports [2021-04-15T02:53:03.382Z] ==> Detecting git/mercurial file structure [2021-04-15T02:53:03.382Z] ==> Reading reports [2021-04-15T02:53:03.382Z] + ./coverage.out bytes=167903 [2021-04-15T02:53:03.383Z] ==> Appending adjustments [2021-04-15T02:53:03.383Z] https://docs.codecov.io/docs/fixing-reports [2021-04-15T02:53:04.361Z] + Found adjustments [2021-04-15T02:53:04.361Z] ==> Gzipping contents [2021-04-15T02:53:04.624Z] 28K /tmp/codecov.Ebssid.gz [2021-04-15T02:53:04.624Z] ==> Uploading reports [2021-04-15T02:53:04.624Z] url: https://codecov.io [2021-04-15T02:53:04.624Z] query: branch=PR-579&commit=dce49d45e0edaf845c6128fa74cfd956fa4709d5&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-579%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=579&job=&cmd_args= [2021-04-15T02:53:04.624Z] -> Pinging Codecov [2021-04-15T02:53:04.624Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-579&commit=dce49d45e0edaf845c6128fa74cfd956fa4709d5&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-579%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=579&job=&cmd_args= [2021-04-15T02:53:04.888Z] -> Uploading to [2021-04-15T02:53:04.888Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-15/71470A77251A30514AAF9C0BB2E5B6CE/dce49d45e0edaf845c6128fa74cfd956fa4709d5/0ba726da-4cd9-4985-85c8-57bcb9da79bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210415%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210415T025304Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d52a7440691a2450236fb3a9c1a79b604725a2af86b3389ae7a59cda97a82e7e [2021-04-15T02:53:04.888Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-15T02:53:04.888Z] Dload Upload Total Spent Left Speed [2021-04-15T02:53:05.466Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24829 0 0 100 24829 0 44003 --:--:-- --:--:-- --:--:-- 44023 [2021-04-15T02:53:05.466Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/dce49d45e0edaf845c6128fa74cfd956fa4709d5 [Pipeline] } [2021-04-15T02:53:05.477Z] 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-04-15T02:53:06.682Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:53:07.255Z] ---> package-listing.sh [2021-04-15T02:53:07.255Z] ++ facter osfamily [2021-04-15T02:53:07.255Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-15T02:53:07.255Z] + OS_FAMILY=redhat [2021-04-15T02:53:07.255Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-579 [2021-04-15T02:53:07.255Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-15T02:53:07.255Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-15T02:53:07.255Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-15T02:53:07.255Z] + PACKAGES=/tmp/packages_start.txt [2021-04-15T02:53:07.255Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-579 ']' [2021-04-15T02:53:07.255Z] + PACKAGES=/tmp/packages_end.txt [2021-04-15T02:53:07.255Z] + case "${OS_FAMILY}" in [2021-04-15T02:53:07.255Z] + rpm -qa [2021-04-15T02:53:07.255Z] + sort [2021-04-15T02:53:12.573Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-15T02:53:12.573Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-15T02:53:12.573Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-15T02:53:12.573Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-579 ']' [2021-04-15T02:53:12.573Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-579/archives/ [2021-04-15T02:53:12.573Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-579/archives/ [Pipeline] echo [2021-04-15T02:53:12.591Z] 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-579/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-15T02:53:12.882Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:53:13.187Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T02:53:13.187Z] [2021-04-15T02:53:13.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-15T02:53:13.506Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T02:53:13.506Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-15T02:53:13.506Z] df20fa9351a1: Pulling fs layer [2021-04-15T02:53:13.506Z] 36b3adc4ff6f: Pulling fs layer [2021-04-15T02:53:13.506Z] 8ad3a11d3b57: Pulling fs layer [2021-04-15T02:53:13.506Z] 46f8f816bc3b: Pulling fs layer [2021-04-15T02:53:13.506Z] 93b61091891f: Pulling fs layer [2021-04-15T02:53:13.506Z] 93b9cdb0e59b: Pulling fs layer [2021-04-15T02:53:13.506Z] 5e14af77c1be: Pulling fs layer [2021-04-15T02:53:13.506Z] 01666e4c0597: Pulling fs layer [2021-04-15T02:53:13.506Z] aa168da1d23b: Pulling fs layer [2021-04-15T02:53:13.506Z] 93b9cdb0e59b: Waiting [2021-04-15T02:53:13.506Z] 5e14af77c1be: Waiting [2021-04-15T02:53:13.506Z] 01666e4c0597: Waiting [2021-04-15T02:53:13.506Z] aa168da1d23b: Waiting [2021-04-15T02:53:13.506Z] 46f8f816bc3b: Waiting [2021-04-15T02:53:13.506Z] 36b3adc4ff6f: Verifying Checksum [2021-04-15T02:53:13.506Z] 36b3adc4ff6f: Download complete [2021-04-15T02:53:13.506Z] 46f8f816bc3b: Download complete [2021-04-15T02:53:13.506Z] df20fa9351a1: Verifying Checksum [2021-04-15T02:53:13.506Z] df20fa9351a1: Download complete [2021-04-15T02:53:13.506Z] 93b9cdb0e59b: Verifying Checksum [2021-04-15T02:53:13.506Z] 93b9cdb0e59b: Download complete [2021-04-15T02:53:13.776Z] 93b61091891f: Verifying Checksum [2021-04-15T02:53:13.776Z] 93b61091891f: Download complete [2021-04-15T02:53:13.776Z] 5e14af77c1be: Verifying Checksum [2021-04-15T02:53:13.776Z] 5e14af77c1be: Download complete [2021-04-15T02:53:13.776Z] 01666e4c0597: Verifying Checksum [2021-04-15T02:53:13.776Z] 01666e4c0597: Download complete [2021-04-15T02:53:13.776Z] 8ad3a11d3b57: Verifying Checksum [2021-04-15T02:53:13.776Z] 8ad3a11d3b57: Download complete [2021-04-15T02:53:14.047Z] df20fa9351a1: Pull complete [2021-04-15T02:53:14.311Z] 36b3adc4ff6f: Pull complete [2021-04-15T02:53:15.272Z] 8ad3a11d3b57: Pull complete [2021-04-15T02:53:15.536Z] 46f8f816bc3b: Pull complete [2021-04-15T02:53:15.536Z] aa168da1d23b: Verifying Checksum [2021-04-15T02:53:15.536Z] aa168da1d23b: Download complete [2021-04-15T02:53:16.111Z] 93b61091891f: Pull complete [2021-04-15T02:53:16.111Z] 93b9cdb0e59b: Pull complete [2021-04-15T02:53:16.376Z] 5e14af77c1be: Pull complete [2021-04-15T02:53:16.376Z] 01666e4c0597: Pull complete [2021-04-15T02:53:24.557Z] aa168da1d23b: Pull complete [2021-04-15T02:53:24.557Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-15T02:53:24.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-15T02:53:24.557Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-15T02:53:24.764Z] prd-centos7-docker-4c-2g-182 does not seem to be running inside a container [2021-04-15T02:53:24.815Z] $ 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-579/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-579 -v /w/workspace/dry_go-mod-core-contracts_PR-579:/w/workspace/dry_go-mod-core-contracts_PR-579:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-579@tmp:/w/workspace/dry_go-mod-core-contracts_PR-579@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-15T02:53:27.934Z] $ docker top 6c1a80a5735c472238ebfc44497e9c6cb8e32473b92716127f26f451a09d0f34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-15T02:53:28.398Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-15T02:53:28.701Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-15T02:53:29.014Z] + ls /var/log/sa-host [2021-04-15T02:53:29.014Z] + sadf -c /var/log/sa-host/sa15 [2021-04-15T02:53:29.014Z] file_magic: OK [2021-04-15T02:53:29.014Z] HZ: Using current value: 100 [2021-04-15T02:53:29.014Z] file_header: OK [2021-04-15T02:53:29.014Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-15T02:53:29.014Z] Statistics: [2021-04-15T02:53:29.014Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-15T02:53:29.014Z] File successfully converted to sysstat format version 12.2.1 [2021-04-15T02:53:29.014Z] + sadf -c /var/log/sa-host/sa23 [2021-04-15T02:53:29.014Z] file_magic: OK [2021-04-15T02:53:29.014Z] HZ: Using current value: 100 [2021-04-15T02:53:29.014Z] file_header: OK [2021-04-15T02:53:29.014Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-15T02:53:29.014Z] Statistics: [2021-04-15T02:53:29.014Z] Hnuu...uuuununununu... [2021-04-15T02:53:29.014Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-15T02:53:29.180Z] provisioning config files... [2021-04-15T02:53:29.199Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-579@tmp/config8841643688283441568tmp [Pipeline] { [Pipeline] echo [2021-04-15T02:53:29.221Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:53:29.520Z] ---> create-netrc.sh [Pipeline] } [2021-04-15T02:53:29.530Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-15T02:53:29.558Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:53:29.866Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-15T02:53:29.881Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:53:30.185Z] ---> sudo-logs.sh [2021-04-15T02:53:30.185Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-15T02:53:30.219Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:53:30.517Z] ---> job-cost.sh [2021-04-15T02:53:30.517Z] lf-activate-venv: SKIPPING [2021-04-15T02:53:30.517Z] DEBUG: total: 0.20999999344348907 [2021-04-15T02:53:30.517Z] INFO: Retrieving Stack Cost... [2021-04-15T02:53:32.442Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-15T02:53:33.018Z] INFO: Archiving Costs [Pipeline] echo [2021-04-15T02:53:33.033Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-15T02:53:33.334Z] ---> logs-deploy.sh [2021-04-15T02:53:33.334Z] lf-activate-venv: SKIPPING [2021-04-15T02:53:33.334Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-579/4 [2021-04-15T02:53:33.334Z] INFO: archiving workspace using pattern(s): [2021-04-15T02:53:35.894Z] Archives upload complete. [2021-04-15T02:53:35.894Z] INFO: archiving logs to Nexus