Branch indexing 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 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb rather than 80f746f5fbc4d94781b0d8b71641159ed823a805 Obtained Jenkinsfile from 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3754 in /w/workspace/dry_go-mod-core-contracts_PR-605 [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-605 # 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 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb into PR head commit 80f746f5fbc4d94781b0d8b71641159ed823a805 Merge succeeded, producing ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3 Checking out Revision ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3 (PR-605) > 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/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 80f746f5fbc4d94781b0d8b71641159ed823a805 # 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 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3 # timeout=10 Commit message: "Merge commit '98a7dc1ab8e1cd369d44dda4f248af720b9e02eb' into HEAD" > git rev-list --no-walk 80f746f5fbc4d94781b0d8b71641159ed823a805 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-08T16:39:38.555Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-08T16:39:38.663Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-08T16:39:38.694Z] ========================================================= [2021-05-08T16:39:38.694Z] EdgeX Global Pipelines Version Info [2021-05-08T16:39:38.694Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-08T16:39:40.257Z] ------------------- [2021-05-08T16:39:40.258Z] stable info: [2021-05-08T16:39:40.258Z] ------------------- [2021-05-08T16:39:40.258Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-08T16:39:40.258Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T16:39:40.258Z] Message: update stable to v1.0.191 [2021-05-08T16:39:41.211Z] ------------------- [2021-05-08T16:39:41.211Z] experimental info: [2021-05-08T16:39:41.211Z] ------------------- [2021-05-08T16:39:41.212Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-08T16:39:41.212Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-08T16:39:41.212Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-08T16:39:41.398Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-05-08T16:39:41.439Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-05-08T16:39:41.479Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-08T16:39:41.535Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-08T16:39:41.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-08T16:39:41.621Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-08T16:39:41.661Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-08T16:39:41.714Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-08T16:39:41.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-08T16:39:41.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-08T16:39:41.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-08T16:39:41.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-05-08T16:39:41.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-08T16:39:41.957Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-08T16:39:41.995Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T16:39:42.050Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T16:39:42.088Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T16:39:42.127Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-08T16:39:42.167Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-08T16:39:42.218Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-08T16:39:42.258Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-08T16:39:42.298Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-08T16:39:42.394Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-08T16:39:42.434Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-08T16:39:42.457Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-08T16:39:42.480Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-08T16:39:42.502Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-605 [Pipeline] echo [2021-05-08T16:39:42.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-605 [Pipeline] echo [2021-05-08T16:39:42.569Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-605 [Pipeline] echo [2021-05-08T16:39:42.595Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3 [Pipeline] echo [2021-05-08T16:39:42.618Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ce74d5c [Pipeline] echo [2021-05-08T16:39:42.656Z] [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-08T16:39:43.137Z] + git log --format=format:%s -1 ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3 [Pipeline] echo [2021-05-08T16:39:43.216Z] GIT_COMMIT: ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3, Commit Message: Merge commit '98a7dc1ab8e1cd369d44dda4f248af720b9e02eb' into HEAD [Pipeline] echo [2021-05-08T16:39:43.232Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:39:44.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T16:39:44.390Z] [2021-05-08T16:39:44.390Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:39:44.706Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T16:39:44.706Z] latest: Pulling from edgex-devops/git-semver [2021-05-08T16:39:44.706Z] 31603596830f: Pulling fs layer [2021-05-08T16:39:44.706Z] 54011a49482f: Pulling fs layer [2021-05-08T16:39:44.706Z] a6820b24f6d8: Pulling fs layer [2021-05-08T16:39:44.706Z] f581987b2513: Pulling fs layer [2021-05-08T16:39:44.706Z] f581987b2513: Waiting [2021-05-08T16:39:44.970Z] 54011a49482f: Download complete [2021-05-08T16:39:44.970Z] 31603596830f: Verifying Checksum [2021-05-08T16:39:44.970Z] 31603596830f: Download complete [2021-05-08T16:39:44.970Z] f581987b2513: Verifying Checksum [2021-05-08T16:39:44.970Z] f581987b2513: Download complete [2021-05-08T16:39:45.233Z] a6820b24f6d8: Verifying Checksum [2021-05-08T16:39:45.233Z] a6820b24f6d8: Download complete [2021-05-08T16:39:45.504Z] 31603596830f: Pull complete [2021-05-08T16:39:45.504Z] 54011a49482f: Pull complete [2021-05-08T16:39:46.459Z] a6820b24f6d8: Pull complete [2021-05-08T16:39:46.459Z] f581987b2513: Pull complete [2021-05-08T16:39:46.721Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-08T16:39:46.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-08T16:39:46.721Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-08T16:39:46.826Z] prd-centos7-docker-4c-2g-3754 does not seem to be running inside a container [2021-05-08T16:39:46.874Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-605 -v /w/workspace/dry_go-mod-core-contracts_PR-605:/w/workspace/dry_go-mod-core-contracts_PR-605:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-605@tmp:/w/workspace/dry_go-mod-core-contracts_PR-605@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-05-08T16:39:48.810Z] $ docker top 01b4be513106556cbb7878301a0cbe76fc856fe48130c54f4b5e8fbd694a2c52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-08T16:39:49.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T16:39:49.039Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T16:39:49.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T16:39:49.291Z] $ docker exec 01b4be513106556cbb7878301a0cbe76fc856fe48130c54f4b5e8fbd694a2c52 ssh-agent [2021-05-08T16:39:49.456Z] SSH_AUTH_SOCK=/tmp/ssh-RYBWen9GmECi/agent.12 [2021-05-08T16:39:49.456Z] SSH_AGENT_PID=17 [2021-05-08T16:39:49.467Z] Running ssh-add (command line suppressed) [2021-05-08T16:39:49.594Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-605@tmp/private_key_4483649802631871878.key (/w/workspace/dry_go-mod-core-contracts_PR-605@tmp/private_key_4483649802631871878.key) [2021-05-08T16:39:49.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T16:39:49.956Z] + git tag --points-at HEAD [Pipeline] } [2021-05-08T16:39:49.980Z] $ docker exec --env ******** --env ******** 01b4be513106556cbb7878301a0cbe76fc856fe48130c54f4b5e8fbd694a2c52 ssh-agent -k [2021-05-08T16:39:50.101Z] unset SSH_AUTH_SOCK; [2021-05-08T16:39:50.102Z] unset SSH_AGENT_PID; [2021-05-08T16:39:50.102Z] echo Agent pid 17 killed; [2021-05-08T16:39:50.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-08T16:39:50.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-08T16:39:50.190Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-08T16:39:50.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-08T16:39:50.384Z] $ docker exec 01b4be513106556cbb7878301a0cbe76fc856fe48130c54f4b5e8fbd694a2c52 ssh-agent [2021-05-08T16:39:50.547Z] SSH_AUTH_SOCK=/tmp/ssh-s3yOiyOd5zkf/agent.45 [2021-05-08T16:39:50.547Z] SSH_AGENT_PID=50 [2021-05-08T16:39:50.555Z] Running ssh-add (command line suppressed) [2021-05-08T16:39:50.677Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-605@tmp/private_key_4206363960998129896.key (/w/workspace/dry_go-mod-core-contracts_PR-605@tmp/private_key_4206363960998129896.key) [2021-05-08T16:39:50.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-08T16:39:51.036Z] + git semver init [2021-05-08T16:39:51.036Z] # -> Open(): unable to determine branch for HEAD [2021-05-08T16:39:51.036Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-605/.git [2021-05-08T16:39:51.036Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-605 [2021-05-08T16:39:51.036Z] # $SEMVER_REMOTE_NAME = origin [2021-05-08T16:39:51.036Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-08T16:39:51.036Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-08T16:39:51.036Z] # $SEMVER_BRANCH = PR-605 [2021-05-08T16:39:51.036Z] # $SEMVER_TEMP = /tmp/semver-488867420 [2021-05-08T16:39:51.036Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-05-08T16:39:51.987Z] # '/tmp/semver-488867420' -> '/w/workspace/dry_go-mod-core-contracts_PR-605/.semver' [2021-05-08T16:39:51.987Z] # -> Force: false [2021-05-08T16:39:51.987Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-605/.semver [Pipeline] } [2021-05-08T16:39:52.001Z] $ docker exec --env ******** --env ******** 01b4be513106556cbb7878301a0cbe76fc856fe48130c54f4b5e8fbd694a2c52 ssh-agent -k [2021-05-08T16:39:52.113Z] unset SSH_AUTH_SOCK; [2021-05-08T16:39:52.114Z] unset SSH_AGENT_PID; [2021-05-08T16:39:52.114Z] echo Agent pid 50 killed; [2021-05-08T16:39:52.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-08T16:39:52.490Z] + git semver [Pipeline] } [2021-05-08T16:39:52.509Z] $ docker stop --time=1 01b4be513106556cbb7878301a0cbe76fc856fe48130c54f4b5e8fbd694a2c52 [2021-05-08T16:39:54.736Z] $ docker rm -f 01b4be513106556cbb7878301a0cbe76fc856fe48130c54f4b5e8fbd694a2c52 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T16:39:55.190Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-08T16:39:55.578Z] Stashed 1 file(s) [Pipeline] echo [2021-05-08T16:39:55.581Z] [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-08T16:40:10.768Z] Still waiting to schedule task [2021-05-08T16:40:10.768Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3754’ [2021-05-08T16:40:10.770Z] Still waiting to schedule task [2021-05-08T16:40:10.770Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-08T16:41:47.191Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3755 in /w/workspace/dry_go-mod-core-contracts_PR-605 [Pipeline] { [Pipeline] ws [2021-05-08T16:41:47.212Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-05-08T16:41:52.606Z] using credential edgex-jenkins-ssh [2021-05-08T16:41:52.627Z] Cloning the remote Git repository [2021-05-08T16:41:52.702Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-08T16:41:52.810Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-05-08T16:41:52.998Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-08T16:41:53.000Z] > git --version # timeout=10 [2021-05-08T16:41:53.036Z] > git --version # 'git version 2.17.1' [2021-05-08T16:41:53.038Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T16:41:53.129Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T16:41:54.344Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-08T16:41:54.356Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T16:41:54.393Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-08T16:41:54.446Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-08T16:41:54.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T16:41:54.457Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T16:41:55.120Z] Merging remotes/origin/master commit 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb into PR head commit 80f746f5fbc4d94781b0d8b71641159ed823a805 [2021-05-08T16:41:55.503Z] Merge succeeded, producing c37d8ea1846fe3ed3c736eba45781860f07dfb4f [2021-05-08T16:41:55.503Z] Checking out Revision c37d8ea1846fe3ed3c736eba45781860f07dfb4f (PR-605) [2021-05-08T16:41:55.154Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T16:41:55.184Z] > git checkout -f 80f746f5fbc4d94781b0d8b71641159ed823a805 # timeout=10 [2021-05-08T16:41:55.331Z] > git remote # timeout=10 [2021-05-08T16:41:55.346Z] > git config --get remote.origin.url # timeout=10 [2021-05-08T16:41:55.364Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T16:41:55.374Z] > git merge 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 [2021-05-08T16:41:55.504Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-08T16:41:55.525Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T16:41:55.545Z] > git checkout -f c37d8ea1846fe3ed3c736eba45781860f07dfb4f # timeout=10 [2021-05-08T16:41:59.756Z] Commit message: "Merge commit '98a7dc1ab8e1cd369d44dda4f248af720b9e02eb' into HEAD" [2021-05-08T16:41:59.779Z] > git rev-list --no-walk 80f746f5fbc4d94781b0d8b71641159ed823a805 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T16:42:01.290Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-08T16:42:01.683Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T16:42:02.021Z] + sudo service docker restart [2021-05-08T16:42:02.021Z] + true [Pipeline] unstash [Pipeline] echo [2021-05-08T16:42:04.929Z] ========================================================= [2021-05-08T16:42:04.929Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-08T16:42:04.929Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:42:05.294Z] + 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-08T16:42:06.743Z] Sending build context to Docker daemon 3.126MB [2021-05-08T16:42:06.743Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-08T16:42:06.743Z] Step 2/7 : FROM ${BASE} [2021-05-08T16:42:06.743Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-08T16:42:06.743Z] 595b0fe564bb: Pulling fs layer [2021-05-08T16:42:06.743Z] 7186ed65a4f7: Pulling fs layer [2021-05-08T16:42:06.743Z] 316046926c0a: Pulling fs layer [2021-05-08T16:42:06.743Z] 4ebd0625c992: Pulling fs layer [2021-05-08T16:42:06.743Z] 207e8628e3a3: Pulling fs layer [2021-05-08T16:42:06.743Z] c791037a9be2: Pulling fs layer [2021-05-08T16:42:06.743Z] ffd874e62e21: Pulling fs layer [2021-05-08T16:42:06.743Z] 4ebd0625c992: Waiting [2021-05-08T16:42:06.743Z] 207e8628e3a3: Waiting [2021-05-08T16:42:06.743Z] c791037a9be2: Waiting [2021-05-08T16:42:06.743Z] ffd874e62e21: Waiting [2021-05-08T16:42:06.743Z] 316046926c0a: Download complete [2021-05-08T16:42:06.743Z] 7186ed65a4f7: Verifying Checksum [2021-05-08T16:42:06.743Z] 7186ed65a4f7: Download complete [2021-05-08T16:42:07.018Z] 207e8628e3a3: Download complete [2021-05-08T16:42:07.018Z] c791037a9be2: Verifying Checksum [2021-05-08T16:42:07.018Z] c791037a9be2: Download complete [2021-05-08T16:42:07.018Z] 595b0fe564bb: Download complete [2021-05-08T16:42:07.618Z] 595b0fe564bb: Pull complete [2021-05-08T16:42:08.215Z] 7186ed65a4f7: Pull complete [2021-05-08T16:42:08.486Z] 316046926c0a: Pull complete [2021-05-08T16:42:09.081Z] ffd874e62e21: Verifying Checksum [2021-05-08T16:42:09.082Z] ffd874e62e21: Download complete [2021-05-08T16:42:11.049Z] 4ebd0625c992: Verifying Checksum [2021-05-08T16:42:11.049Z] 4ebd0625c992: Download complete [2021-05-08T16:42:21.234Z] 4ebd0625c992: Pull complete [2021-05-08T16:42:21.234Z] 207e8628e3a3: Pull complete [2021-05-08T16:42:21.234Z] c791037a9be2: Pull complete [2021-05-08T16:42:24.632Z] ffd874e62e21: Pull complete [2021-05-08T16:42:24.632Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-08T16:42:24.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-08T16:42:24.632Z] ---> cfc18b08335c [2021-05-08T16:42:24.632Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-08T16:42:28.030Z] ---> Running in 7eec69b2cba2 [2021-05-08T16:42:28.030Z] Removing intermediate container 7eec69b2cba2 [2021-05-08T16:42:28.030Z] ---> 5fe5a84afeb6 [2021-05-08T16:42:28.030Z] Step 4/7 : RUN apk add bash [2021-05-08T16:42:28.030Z] ---> Running in ca9ef4376a0f [2021-05-08T16:42:29.569Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-08T16:42:31.537Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-08T16:42:33.516Z] OK: 138 MiB in 40 packages [2021-05-08T16:42:34.499Z] Removing intermediate container ca9ef4376a0f [2021-05-08T16:42:34.499Z] ---> 6c7cf61636c3 [2021-05-08T16:42:34.499Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-08T16:42:34.499Z] ---> Running in 4af7644658ff [2021-05-08T16:42:35.096Z] Removing intermediate container 4af7644658ff [2021-05-08T16:42:35.096Z] ---> d82bb54431dc [2021-05-08T16:42:35.096Z] Step 6/7 : COPY go.mod . [2021-05-08T16:42:35.689Z] ---> f45e1ea3da98 [2021-05-08T16:42:35.689Z] Step 7/7 : RUN go mod download [2021-05-08T16:42:35.689Z] ---> Running in e7282f54aa44 [2021-05-08T16:42:54.104Z] Removing intermediate container e7282f54aa44 [2021-05-08T16:42:54.104Z] ---> c573587d5720 [2021-05-08T16:42:54.104Z] Successfully built c573587d5720 [2021-05-08T16:42:54.104Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:42:54.444Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T16:42:54.444Z] . [Pipeline] withDockerContainer [2021-05-08T16:42:54.668Z] prd-ubuntu18.04-docker-arm64-4c-16g-3755 does not seem to be running inside a container [2021-05-08T16:42:54.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-08T16:42:56.217Z] $ docker top 0c4b573cec6f4b3220bf7c8375197bc9468866f8c766d83acc23a5e3d91535ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T16:42:57.103Z] + go version [2021-05-08T16:42:57.103Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-08T16:42:57.152Z] $ docker stop --time=1 0c4b573cec6f4b3220bf7c8375197bc9468866f8c766d83acc23a5e3d91535ce [2021-05-08T16:42:59.017Z] $ docker rm -f 0c4b573cec6f4b3220bf7c8375197bc9468866f8c766d83acc23a5e3d91535ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:42:59.644Z] + docker inspect -f . ci-base-image-arm64 [2021-05-08T16:42:59.645Z] . [Pipeline] withDockerContainer [2021-05-08T16:42:59.877Z] prd-ubuntu18.04-docker-arm64-4c-16g-3755 does not seem to be running inside a container [2021-05-08T16:42:59.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-08T16:43:01.384Z] $ docker top f678e07b483a04e87a6cc577d14e8f08c09c89a8d4d0540f73130a52eea22099 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T16:43:02.322Z] + go mod tidy [Pipeline] sh [2021-05-08T16:43:03.255Z] + make test [2021-05-08T16:43:03.255Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-08T16:43:05.152Z] Running on prd-centos7-docker-4c-2g-3756 in /w/workspace/dry_go-mod-core-contracts_PR-605 [Pipeline] { [Pipeline] ws [2021-05-08T16:43:05.171Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-05-08T16:43:09.733Z] using credential edgex-jenkins-ssh [2021-05-08T16:43:09.748Z] Cloning the remote Git repository [2021-05-08T16:43:09.790Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-08T16:43:09.939Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-05-08T16:43:10.083Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-08T16:43:10.083Z] > git --version # timeout=10 [2021-05-08T16:43:10.104Z] > git --version # 'git version 2.24.3' [2021-05-08T16:43:10.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T16:43:10.178Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T16:43:11.132Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-08T16:43:11.156Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-08T16:43:11.224Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-08T16:43:11.253Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-08T16:43:11.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T16:43:11.260Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-08T16:43:11.844Z] Merging remotes/origin/master commit 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb into PR head commit 80f746f5fbc4d94781b0d8b71641159ed823a805 [2021-05-08T16:43:12.054Z] Merge succeeded, producing 6c4f5b536ff33c0ac2210619d1fa30dd55b7a269 [2021-05-08T16:43:12.055Z] Checking out Revision 6c4f5b536ff33c0ac2210619d1fa30dd55b7a269 (PR-605) [2021-05-08T16:43:11.860Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T16:43:11.872Z] > git checkout -f 80f746f5fbc4d94781b0d8b71641159ed823a805 # timeout=10 [2021-05-08T16:43:11.983Z] > git remote # timeout=10 [2021-05-08T16:43:11.991Z] > git config --get remote.origin.url # timeout=10 [2021-05-08T16:43:12.002Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-08T16:43:12.008Z] > git merge 98a7dc1ab8e1cd369d44dda4f248af720b9e02eb # timeout=10 [2021-05-08T16:43:12.052Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-08T16:43:12.064Z] > git config core.sparsecheckout # timeout=10 [2021-05-08T16:43:12.071Z] > git checkout -f 6c4f5b536ff33c0ac2210619d1fa30dd55b7a269 # timeout=10 [2021-05-08T16:43:15.815Z] Commit message: "Merge commit '98a7dc1ab8e1cd369d44dda4f248af720b9e02eb' into HEAD" [2021-05-08T16:43:15.826Z] > git rev-list --no-walk 80f746f5fbc4d94781b0d8b71641159ed823a805 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-08T16:43:17.021Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-08T16:43:17.363Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-08T16:43:17.668Z] + true [2021-05-08T16:43:17.669Z] + sudo service docker restart [2021-05-08T16:43:17.669Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-08T16:43:19.226Z] ========================================================= [2021-05-08T16:43:19.226Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-08T16:43:19.226Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:43:19.559Z] + 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-08T16:43:20.138Z] Sending build context to Docker daemon 3.128MB [2021-05-08T16:43:20.138Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-08T16:43:20.138Z] Step 2/7 : FROM ${BASE} [2021-05-08T16:43:20.407Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-08T16:43:20.407Z] 540db60ca938: Pulling fs layer [2021-05-08T16:43:20.407Z] adcc1eea9eea: Pulling fs layer [2021-05-08T16:43:20.407Z] 4c4ab2625f07: Pulling fs layer [2021-05-08T16:43:20.407Z] 0510c868ecb4: Pulling fs layer [2021-05-08T16:43:20.407Z] afea3b2eda06: Pulling fs layer [2021-05-08T16:43:20.407Z] 7809a108b3ef: Pulling fs layer [2021-05-08T16:43:20.407Z] f706445af74f: Pulling fs layer [2021-05-08T16:43:20.407Z] afea3b2eda06: Waiting [2021-05-08T16:43:20.407Z] 7809a108b3ef: Waiting [2021-05-08T16:43:20.407Z] 0510c868ecb4: Waiting [2021-05-08T16:43:20.407Z] f706445af74f: Waiting [2021-05-08T16:43:20.407Z] 4c4ab2625f07: Verifying Checksum [2021-05-08T16:43:20.407Z] 4c4ab2625f07: Download complete [2021-05-08T16:43:20.407Z] adcc1eea9eea: Download complete [2021-05-08T16:43:20.407Z] afea3b2eda06: Verifying Checksum [2021-05-08T16:43:20.407Z] afea3b2eda06: Download complete [2021-05-08T16:43:20.407Z] 7809a108b3ef: Verifying Checksum [2021-05-08T16:43:20.407Z] 7809a108b3ef: Download complete [2021-05-08T16:43:20.407Z] 540db60ca938: Verifying Checksum [2021-05-08T16:43:20.407Z] 540db60ca938: Download complete [2021-05-08T16:43:20.681Z] 540db60ca938: Pull complete [2021-05-08T16:43:20.951Z] adcc1eea9eea: Pull complete [2021-05-08T16:43:21.217Z] 4c4ab2625f07: Pull complete [2021-05-08T16:43:22.167Z] f706445af74f: Verifying Checksum [2021-05-08T16:43:22.167Z] f706445af74f: Download complete [2021-05-08T16:43:23.121Z] 0510c868ecb4: Verifying Checksum [2021-05-08T16:43:23.121Z] 0510c868ecb4: Download complete [2021-05-08T16:43:29.780Z] 0510c868ecb4: Pull complete [2021-05-08T16:43:29.780Z] afea3b2eda06: Pull complete [2021-05-08T16:43:29.780Z] 7809a108b3ef: Pull complete [2021-05-08T16:43:31.028Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-08T16:43:31.028Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.045s coverage: 85.7% of statements [2021-05-08T16:43:31.028Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.052s coverage: 100.0% of statements [2021-05-08T16:43:31.028Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.063s coverage: 45.4% of statements [2021-05-08T16:43:31.028Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.032s coverage: 77.8% of statements [2021-05-08T16:43:31.028Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-08T16:43:32.506Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.026s coverage: 26.3% of statements [2021-05-08T16:43:32.506Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.059s coverage: 14.7% of statements [2021-05-08T16:43:32.506Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.044s coverage: 100.0% of statements [2021-05-08T16:43:33.487Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.076s coverage: 91.8% of statements [2021-05-08T16:43:33.487Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-08T16:43:33.487Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-08T16:43:33.487Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.031s coverage: 100.0% of statements [2021-05-08T16:43:33.767Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.024s coverage: 35.5% of statements [2021-05-08T16:43:35.150Z] f706445af74f: Pull complete [2021-05-08T16:43:35.150Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-08T16:43:35.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-08T16:43:35.150Z] ---> b068be0155e3 [2021-05-08T16:43:35.150Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-08T16:43:35.150Z] ---> Running in 7710e50ecbea [2021-05-08T16:43:35.431Z] Removing intermediate container 7710e50ecbea [2021-05-08T16:43:35.431Z] ---> 6d12295d7568 [2021-05-08T16:43:35.431Z] Step 4/7 : RUN apk add bash [2021-05-08T16:43:35.431Z] ---> Running in d42a4db1b682 [2021-05-08T16:43:36.390Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-08T16:43:37.344Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-08T16:43:38.300Z] OK: 149 MiB in 40 packages [2021-05-08T16:43:38.880Z] Removing intermediate container d42a4db1b682 [2021-05-08T16:43:38.880Z] ---> 153907073954 [2021-05-08T16:43:38.880Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-08T16:43:38.880Z] ---> Running in c0248ffedfda [2021-05-08T16:43:38.880Z] Removing intermediate container c0248ffedfda [2021-05-08T16:43:38.880Z] ---> b71c0644773c [2021-05-08T16:43:38.880Z] Step 6/7 : COPY go.mod . [2021-05-08T16:43:39.148Z] ---> 3fa84fcd3ac9 [2021-05-08T16:43:39.148Z] Step 7/7 : RUN go mod download [2021-05-08T16:43:39.415Z] ---> Running in f19ce9f98548 [2021-05-08T16:43:40.506Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.243s coverage: 63.0% of statements [2021-05-08T16:43:40.507Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.017s coverage: 26.3% of statements [2021-05-08T16:43:40.507Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.010s coverage: 15.4% of statements [2021-05-08T16:43:40.507Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.011s coverage: 15.4% of statements [2021-05-08T16:43:40.507Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.012s coverage: 14.3% of statements [2021-05-08T16:43:40.507Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-08T16:43:40.507Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-08T16:43:44.855Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.256s coverage: 83.0% of statements [2021-05-08T16:43:44.855Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-08T16:43:44.855Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-08T16:43:44.855Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-08T16:43:46.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.058s coverage: 45.4% of statements [2021-05-08T16:43:46.309Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.041s coverage: 94.7% of statements [2021-05-08T16:43:47.760Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.198s coverage: 86.3% of statements [2021-05-08T16:43:47.760Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.059s coverage: 60.5% of statements [2021-05-08T16:43:48.353Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.028s coverage: 58.2% of statements [2021-05-08T16:43:48.353Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-08T16:43:54.412Z] Removing intermediate container f19ce9f98548 [2021-05-08T16:43:54.412Z] ---> 769850b81fc0 [2021-05-08T16:43:54.412Z] Successfully built 769850b81fc0 [2021-05-08T16:43:54.412Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:43:54.916Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T16:43:54.916Z] . [Pipeline] withDockerContainer [2021-05-08T16:43:55.043Z] prd-centos7-docker-4c-2g-3756 does not seem to be running inside a container [2021-05-08T16:43:55.113Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-08T16:43:56.288Z] $ docker top 6fa312504bb483de1f4db8678e5b23ef06eaa8e9002e4224501fd4560fb0da80 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T16:43:56.970Z] + go version [2021-05-08T16:43:57.237Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-08T16:43:57.260Z] $ docker stop --time=1 6fa312504bb483de1f4db8678e5b23ef06eaa8e9002e4224501fd4560fb0da80 [2021-05-08T16:43:58.693Z] $ docker rm -f 6fa312504bb483de1f4db8678e5b23ef06eaa8e9002e4224501fd4560fb0da80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:43:59.229Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-08T16:43:59.229Z] . [Pipeline] withDockerContainer [2021-05-08T16:43:59.380Z] prd-centos7-docker-4c-2g-3756 does not seem to be running inside a container [2021-05-08T16:43:59.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-08T16:44:00.333Z] $ docker top a6bdd03b8a6fa98923379487dc696a4f8337e25b86186a7cf5b65635063470e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T16:44:00.803Z] + go mod tidy [Pipeline] sh [2021-05-08T16:44:01.393Z] + make test [2021-05-08T16:44:01.393Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-08T16:44:10.569Z] gofmt -l . [2021-05-08T16:44:10.569Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-08T16:44:10.633Z] $ docker stop --time=1 f678e07b483a04e87a6cc577d14e8f08c09c89a8d4d0540f73130a52eea22099 [2021-05-08T16:44:12.775Z] $ docker rm -f f678e07b483a04e87a6cc577d14e8f08c09c89a8d4d0540f73130a52eea22099 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T16:44:13.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T16:44:13.997Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-08T16:44:13.997Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.022s coverage: 85.7% of statements [2021-05-08T16:44:13.998Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.031s coverage: 100.0% of statements [2021-05-08T16:44:13.998Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.077s coverage: 45.4% of statements [2021-05-08T16:44:13.998Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.020s coverage: 77.8% of statements [2021-05-08T16:44:13.998Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-08T16:44:14.656Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.046s coverage: 26.3% of statements [2021-05-08T16:44:14.681Z] 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-08T16:44:15.611Z] ---> job-cost.sh [2021-05-08T16:44:15.611Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-pW3V [2021-05-08T16:44:15.691Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.024s coverage: 14.7% of statements [2021-05-08T16:44:15.691Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.008s coverage: 100.0% of statements [2021-05-08T16:44:15.985Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.084s coverage: 91.8% of statements [2021-05-08T16:44:15.985Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-08T16:44:15.985Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-08T16:44:15.985Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements [2021-05-08T16:44:15.985Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.019s coverage: 35.5% of statements [2021-05-08T16:44:20.542Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.050s coverage: 63.0% of statements [2021-05-08T16:44:20.542Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements [2021-05-08T16:44:20.542Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.028s coverage: 15.4% of statements [2021-05-08T16:44:20.542Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements [2021-05-08T16:44:20.542Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.010s coverage: 14.3% of statements [2021-05-08T16:44:21.252Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-08T16:44:21.252Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-08T16:44:24.875Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.179s coverage: 83.0% of statements [2021-05-08T16:44:24.875Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-08T16:44:24.875Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-08T16:44:24.875Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-08T16:44:24.875Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.033s coverage: 45.4% of statements [2021-05-08T16:44:24.875Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.014s coverage: 94.7% of statements [2021-05-08T16:44:25.647Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.172s coverage: 86.3% of statements [2021-05-08T16:44:25.648Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 60.5% of statements [2021-05-08T16:44:25.995Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.021s coverage: 58.2% of statements [2021-05-08T16:44:26.376Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-08T16:44:39.224Z] gofmt -l . [2021-05-08T16:44:39.224Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-08T16:44:39.247Z] $ docker stop --time=1 a6bdd03b8a6fa98923379487dc696a4f8337e25b86186a7cf5b65635063470e4 [2021-05-08T16:44:40.978Z] $ docker rm -f a6bdd03b8a6fa98923379487dc696a4f8337e25b86186a7cf5b65635063470e4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-08T16:44:41.531Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-08T16:44:41.561Z] Warning: overwriting stash ‘coverage-report’ [2021-05-08T16:44:41.965Z] 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-08T16:44:42.582Z] ---> job-cost.sh [2021-05-08T16:44:42.582Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lmq1 [2021-05-08T16:44:54.654Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T16:45:00.759Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-08T16:45:33.069Z] lf-activate-venv(): INFO: Adding /tmp/venv-lmq1/bin to PATH [2021-05-08T16:45:33.069Z] INFO: No Stack... [2021-05-08T16:45:33.069Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T16:45:33.069Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T16:45:33.402Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [2021-05-08T16:45:33.402Z] + cut -d, -f6 [Pipeline] lock [2021-05-08T16:45:33.518Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-605-3-stack-cost] [2021-05-08T16:45:33.528Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-605-3-stack-cost] did not exist. Created. [2021-05-08T16:45:33.528Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-605-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T16:45:33.879Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-08T16:45:34.048Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T16:45:34.065Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-605-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-08T16:46:16.422Z] lf-activate-venv(): INFO: Adding /tmp/venv-pW3V/bin to PATH [2021-05-08T16:46:16.422Z] INFO: No Stack... [2021-05-08T16:46:16.422Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-08T16:46:16.422Z] INFO: Archiving Costs [Pipeline] sh [2021-05-08T16:46:16.762Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [2021-05-08T16:46:16.762Z] + cut -d, -f6 [Pipeline] lock [2021-05-08T16:46:16.885Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-605-3-stack-cost] [2021-05-08T16:46:16.893Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-605-3-stack-cost] did not exist. Created. [2021-05-08T16:46:16.894Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-605-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-08T16:46:17.266Z] /w/workspace/go-mod-core-contracts/3@tmp/durable-2e61aae7/script.sh: 1: /w/workspace/go-mod-core-contracts/3@tmp/durable-2e61aae7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-08T16:46:17.615Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-08T16:46:17.647Z] Warning: overwriting stash ‘stack-cost’ [2021-05-08T16:46:17.850Z] Stashed 1 file(s) [Pipeline] } [2021-05-08T16:46:17.884Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-605-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-08T16:46:18.578Z] provisioning config files... [2021-05-08T16:46:18.592Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-605@tmp/config2796560873572235347tmp [Pipeline] { [Pipeline] sh [2021-05-08T16:46:18.929Z] + set +x [2021-05-08T16:46:18.929Z] + curl -s https://codecov.io/bash [2021-05-08T16:46:18.929Z] + bash -s -- [2021-05-08T16:46:19.195Z] [2021-05-08T16:46:19.195Z] _____ _ [2021-05-08T16:46:19.195Z] / ____| | | [2021-05-08T16:46:19.195Z] | | ___ __| | ___ ___ _____ __ [2021-05-08T16:46:19.195Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-08T16:46:19.195Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-08T16:46:19.195Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-08T16:46:19.195Z] Bash-1.0.2 [2021-05-08T16:46:19.195Z] [2021-05-08T16:46:19.195Z] [2021-05-08T16:46:19.195Z] ==> git version 2.24.3 found [2021-05-08T16:46:19.195Z] ==> 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-08T16:46:19.195Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-08T16:46:19.195Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-08T16:46:19.195Z] ==> Jenkins CI detected. [2021-05-08T16:46:19.195Z] project root: . [2021-05-08T16:46:19.195Z] --> token set from env [2021-05-08T16:46:19.195Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-08T16:46:19.195Z] ==> Running gcov in . (disable via -X gcov) [2021-05-08T16:46:19.195Z] ==> Python coveragepy not found [2021-05-08T16:46:19.195Z] ==> Searching for coverage reports in: [2021-05-08T16:46:19.195Z] + . [2021-05-08T16:46:19.195Z] -> Found 1 reports [2021-05-08T16:46:19.195Z] ==> Detecting git/mercurial file structure [2021-05-08T16:46:19.195Z] ==> Reading reports [2021-05-08T16:46:19.195Z] + ./coverage.out bytes=176242 [2021-05-08T16:46:19.195Z] ==> Appending adjustments [2021-05-08T16:46:19.195Z] https://docs.codecov.io/docs/fixing-reports [2021-05-08T16:46:20.593Z] + Found adjustments [2021-05-08T16:46:20.593Z] ==> Gzipping contents [2021-05-08T16:46:20.593Z] 28K /tmp/codecov.fcQLdR.gz [2021-05-08T16:46:20.593Z] ==> Uploading reports [2021-05-08T16:46:20.593Z] url: https://codecov.io [2021-05-08T16:46:20.593Z] query: branch=PR-605&commit=ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-605%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=605&job=&cmd_args= [2021-05-08T16:46:20.593Z] -> Pinging Codecov [2021-05-08T16:46:20.593Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-605&commit=ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-605%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=605&job=&cmd_args= [2021-05-08T16:46:20.861Z] -> Uploading to [2021-05-08T16:46:20.861Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-08/71470A77251A30514AAF9C0BB2E5B6CE/ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3/b4c98c57-ae65-4bb9-aba6-d4fc221971a5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210508T164620Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7f7a7544b00bfdce1dd983458ebff650766385648a838c44d3ad0b7e64bf2f4a [2021-05-08T16:46:20.861Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-08T16:46:20.861Z] Dload Upload Total Spent Left Speed [2021-05-08T16:46:21.437Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25863 0 0 100 25863 0 48462 --:--:-- --:--:-- --:--:-- 48523 [2021-05-08T16:46:21.437Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ce74d5c02f5cedab02008cbcfe653b4fc0cdf7f3 [Pipeline] } [2021-05-08T16:46:21.449Z] 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-08T16:46:22.751Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T16:46:23.326Z] ---> package-listing.sh [2021-05-08T16:46:23.326Z] ++ facter osfamily [2021-05-08T16:46:23.326Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-08T16:46:23.326Z] + OS_FAMILY=redhat [2021-05-08T16:46:23.326Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-605 [2021-05-08T16:46:23.326Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-08T16:46:23.326Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-08T16:46:23.326Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-08T16:46:23.326Z] + PACKAGES=/tmp/packages_start.txt [2021-05-08T16:46:23.326Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-605 ']' [2021-05-08T16:46:23.326Z] + PACKAGES=/tmp/packages_end.txt [2021-05-08T16:46:23.326Z] + case "${OS_FAMILY}" in [2021-05-08T16:46:23.326Z] + rpm -qa [2021-05-08T16:46:23.326Z] + sort [2021-05-08T16:46:27.648Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-08T16:46:27.649Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-08T16:46:27.649Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-08T16:46:27.649Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-605 ']' [2021-05-08T16:46:27.649Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-605/archives/ [2021-05-08T16:46:27.649Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-605/archives/ [Pipeline] echo [2021-05-08T16:46:27.690Z] 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-605/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-08T16:46:27.980Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:46:28.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T16:46:28.319Z] [2021-05-08T16:46:28.319Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-08T16:46:28.639Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T16:46:28.639Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-08T16:46:28.639Z] df20fa9351a1: Pulling fs layer [2021-05-08T16:46:28.639Z] 36b3adc4ff6f: Pulling fs layer [2021-05-08T16:46:28.639Z] 8ad3a11d3b57: Pulling fs layer [2021-05-08T16:46:28.639Z] 46f8f816bc3b: Pulling fs layer [2021-05-08T16:46:28.639Z] 93b61091891f: Pulling fs layer [2021-05-08T16:46:28.639Z] 93b9cdb0e59b: Pulling fs layer [2021-05-08T16:46:28.639Z] 5e14af77c1be: Pulling fs layer [2021-05-08T16:46:28.639Z] 01666e4c0597: Pulling fs layer [2021-05-08T16:46:28.639Z] aa168da1d23b: Pulling fs layer [2021-05-08T16:46:28.639Z] 46f8f816bc3b: Waiting [2021-05-08T16:46:28.639Z] 93b61091891f: Waiting [2021-05-08T16:46:28.639Z] 93b9cdb0e59b: Waiting [2021-05-08T16:46:28.639Z] 5e14af77c1be: Waiting [2021-05-08T16:46:28.639Z] 01666e4c0597: Waiting [2021-05-08T16:46:28.639Z] aa168da1d23b: Waiting [2021-05-08T16:46:28.639Z] 36b3adc4ff6f: Verifying Checksum [2021-05-08T16:46:28.639Z] 36b3adc4ff6f: Download complete [2021-05-08T16:46:28.639Z] 46f8f816bc3b: Verifying Checksum [2021-05-08T16:46:28.639Z] 46f8f816bc3b: Download complete [2021-05-08T16:46:28.903Z] df20fa9351a1: Verifying Checksum [2021-05-08T16:46:28.903Z] df20fa9351a1: Download complete [2021-05-08T16:46:28.903Z] 93b9cdb0e59b: Verifying Checksum [2021-05-08T16:46:28.903Z] 93b9cdb0e59b: Download complete [2021-05-08T16:46:28.903Z] 5e14af77c1be: Verifying Checksum [2021-05-08T16:46:28.903Z] 5e14af77c1be: Download complete [2021-05-08T16:46:28.903Z] 01666e4c0597: Verifying Checksum [2021-05-08T16:46:28.903Z] 01666e4c0597: Download complete [2021-05-08T16:46:28.903Z] 93b61091891f: Verifying Checksum [2021-05-08T16:46:28.903Z] 93b61091891f: Download complete [2021-05-08T16:46:29.170Z] 8ad3a11d3b57: Verifying Checksum [2021-05-08T16:46:29.170Z] 8ad3a11d3b57: Download complete [2021-05-08T16:46:29.170Z] df20fa9351a1: Pull complete [2021-05-08T16:46:29.434Z] 36b3adc4ff6f: Pull complete [2021-05-08T16:46:30.017Z] 8ad3a11d3b57: Pull complete [2021-05-08T16:46:30.287Z] 46f8f816bc3b: Pull complete [2021-05-08T16:46:30.551Z] 93b61091891f: Pull complete [2021-05-08T16:46:30.814Z] 93b9cdb0e59b: Pull complete [2021-05-08T16:46:31.767Z] 5e14af77c1be: Pull complete [2021-05-08T16:46:31.767Z] aa168da1d23b: Verifying Checksum [2021-05-08T16:46:31.767Z] aa168da1d23b: Download complete [2021-05-08T16:46:32.035Z] 01666e4c0597: Pull complete [2021-05-08T16:46:38.696Z] aa168da1d23b: Pull complete [2021-05-08T16:46:38.696Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-08T16:46:38.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-08T16:46:38.958Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-08T16:46:39.162Z] prd-centos7-docker-4c-2g-3754 does not seem to be running inside a container [2021-05-08T16:46:39.217Z] $ 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-605/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-605 -v /w/workspace/dry_go-mod-core-contracts_PR-605:/w/workspace/dry_go-mod-core-contracts_PR-605:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-605@tmp:/w/workspace/dry_go-mod-core-contracts_PR-605@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-05-08T16:46:42.560Z] $ docker top 54383a697c94e6c0f05b52c14e8a1babcb3405f913eafe1b600e551c35966bdc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-08T16:46:43.016Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-08T16:46:43.322Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-08T16:46:43.629Z] + ls /var/log/sa-host [2021-05-08T16:46:43.629Z] + sadf -c /var/log/sa-host/sa08 [2021-05-08T16:46:43.629Z] file_magic: OK [2021-05-08T16:46:43.629Z] HZ: Using current value: 100 [2021-05-08T16:46:43.629Z] file_header: OK [2021-05-08T16:46:43.629Z] 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-08T16:46:43.629Z] Statistics: [2021-05-08T16:46:43.629Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-08T16:46:43.629Z] File successfully converted to sysstat format version 12.2.1 [2021-05-08T16:46:43.629Z] + sadf -c /var/log/sa-host/sa23 [2021-05-08T16:46:43.629Z] file_magic: OK [2021-05-08T16:46:43.629Z] HZ: Using current value: 100 [2021-05-08T16:46:43.629Z] file_header: OK [2021-05-08T16:46:43.629Z] 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-08T16:46:43.629Z] Statistics: [2021-05-08T16:46:43.629Z] Hnuu...uuuununununu... [2021-05-08T16:46:43.629Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-08T16:46:44.302Z] provisioning config files... [2021-05-08T16:46:44.317Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-605@tmp/config4133606041631783023tmp [Pipeline] { [Pipeline] echo [2021-05-08T16:46:44.391Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T16:46:44.696Z] ---> create-netrc.sh [Pipeline] } [2021-05-08T16:46:44.707Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-08T16:46:44.735Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T16:46:45.042Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-08T16:46:45.054Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T16:46:45.355Z] ---> sudo-logs.sh [2021-05-08T16:46:45.355Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-08T16:46:45.393Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T16:46:45.695Z] ---> job-cost.sh [2021-05-08T16:46:45.695Z] lf-activate-venv: SKIPPING [2021-05-08T16:46:45.695Z] DEBUG: total: 0.20999999344348907 [2021-05-08T16:46:45.695Z] INFO: Retrieving Stack Cost... [2021-05-08T16:46:46.645Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-08T16:46:46.907Z] INFO: Archiving Costs [Pipeline] echo [2021-05-08T16:46:46.923Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-08T16:46:47.226Z] ---> logs-deploy.sh [2021-05-08T16:46:47.226Z] lf-activate-venv: SKIPPING [2021-05-08T16:46:47.226Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-605/3 [2021-05-08T16:46:47.226Z] INFO: archiving workspace using pattern(s): [2021-05-08T16:46:49.149Z] Archives upload complete. [2021-05-08T16:46:49.149Z] INFO: archiving logs to Nexus