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 lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 38ea8fcef721f230d3e779766720e15ab0ac96a6+0ed323b743fc8fe54dc489c41ca6875dcecaf2f0 (3999d7f229627971d33659cd3571b4044ab45f3c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5155 in /w/workspace/dry_go-mod-core-contracts_PR-613 [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-613 # 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 0ed323b743fc8fe54dc489c41ca6875dcecaf2f0 into PR head commit 38ea8fcef721f230d3e779766720e15ab0ac96a6 Merge succeeded, producing 8e808c5c820278969ae47812d37c90caf7d404fd Checking out Revision 8e808c5c820278969ae47812d37c90caf7d404fd (PR-613) > 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/613/head:refs/remotes/origin/PR-613 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38ea8fcef721f230d3e779766720e15ab0ac96a6 # 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 0ed323b743fc8fe54dc489c41ca6875dcecaf2f0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8e808c5c820278969ae47812d37c90caf7d404fd # timeout=10 Commit message: "Merge commit '0ed323b743fc8fe54dc489c41ca6875dcecaf2f0' into HEAD" > git rev-list --no-walk 38ea8fcef721f230d3e779766720e15ab0ac96a6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T16:40:04.590Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T16:40:04.695Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T16:40:04.721Z] ========================================================= [2021-05-13T16:40:04.721Z] EdgeX Global Pipelines Version Info [2021-05-13T16:40:04.721Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T16:40:06.949Z] ------------------- [2021-05-13T16:40:06.949Z] stable info: [2021-05-13T16:40:06.949Z] ------------------- [2021-05-13T16:40:06.949Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T16:40:06.949Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T16:40:06.949Z] Message: update stable to v1.0.192 [2021-05-13T16:40:07.535Z] ------------------- [2021-05-13T16:40:07.535Z] experimental info: [2021-05-13T16:40:07.535Z] ------------------- [2021-05-13T16:40:07.535Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T16:40:07.535Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T16:40:07.535Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T16:40:07.698Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-05-13T16:40:07.722Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-05-13T16:40:07.743Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T16:40:07.765Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T16:40:07.787Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T16:40:07.810Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T16:40:07.834Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T16:40:07.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T16:40:07.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-13T16:40:07.900Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T16:40:07.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T16:40:07.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo [2021-05-13T16:40:07.984Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T16:40:08.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T16:40:08.032Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T16:40:08.065Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T16:40:08.100Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T16:40:08.123Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-13T16:40:08.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T16:40:08.167Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-13T16:40:08.188Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-13T16:40:08.209Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-13T16:40:08.231Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-13T16:40:08.253Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-13T16:40:08.275Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-13T16:40:08.298Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T16:40:08.321Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-613 [Pipeline] echo [2021-05-13T16:40:08.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-613 [Pipeline] echo [2021-05-13T16:40:08.366Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-613 [Pipeline] echo [2021-05-13T16:40:08.398Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8e808c5c820278969ae47812d37c90caf7d404fd [Pipeline] echo [2021-05-13T16:40:08.450Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8e808c5 [Pipeline] echo [2021-05-13T16:40:08.504Z] [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-13T16:40:09.046Z] + git log --format=format:%s -1 8e808c5c820278969ae47812d37c90caf7d404fd [Pipeline] echo [2021-05-13T16:40:09.168Z] GIT_COMMIT: 8e808c5c820278969ae47812d37c90caf7d404fd, Commit Message: Merge commit '0ed323b743fc8fe54dc489c41ca6875dcecaf2f0' into HEAD [Pipeline] echo [2021-05-13T16:40:09.191Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:40:10.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T16:40:10.797Z] [2021-05-13T16:40:10.797Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:40:11.159Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T16:40:11.432Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T16:40:11.432Z] 31603596830f: Pulling fs layer [2021-05-13T16:40:11.432Z] 54011a49482f: Pulling fs layer [2021-05-13T16:40:11.432Z] a6820b24f6d8: Pulling fs layer [2021-05-13T16:40:11.432Z] f581987b2513: Pulling fs layer [2021-05-13T16:40:11.432Z] f581987b2513: Waiting [2021-05-13T16:40:11.432Z] 54011a49482f: Download complete [2021-05-13T16:40:11.432Z] 31603596830f: Verifying Checksum [2021-05-13T16:40:11.432Z] 31603596830f: Download complete [2021-05-13T16:40:11.696Z] f581987b2513: Verifying Checksum [2021-05-13T16:40:11.696Z] f581987b2513: Download complete [2021-05-13T16:40:11.696Z] a6820b24f6d8: Download complete [2021-05-13T16:40:11.959Z] 31603596830f: Pull complete [2021-05-13T16:40:11.959Z] 54011a49482f: Pull complete [2021-05-13T16:40:13.392Z] a6820b24f6d8: Pull complete [2021-05-13T16:40:13.392Z] f581987b2513: Pull complete [2021-05-13T16:40:13.392Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T16:40:13.656Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T16:40:13.656Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T16:40:13.783Z] prd-centos7-docker-4c-2g-5155 does not seem to be running inside a container [2021-05-13T16:40:13.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-613 -v /w/workspace/dry_go-mod-core-contracts_PR-613:/w/workspace/dry_go-mod-core-contracts_PR-613:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-613@tmp:/w/workspace/dry_go-mod-core-contracts_PR-613@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-13T16:40:17.254Z] $ docker top d332761eb7aacf1dfbf584e51fc8a6a434efe5fd1ea5c6278ed25bbebc6af91f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T16:40:17.516Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T16:40:17.516Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T16:40:17.862Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T16:40:17.870Z] $ docker exec d332761eb7aacf1dfbf584e51fc8a6a434efe5fd1ea5c6278ed25bbebc6af91f ssh-agent [2021-05-13T16:40:18.114Z] SSH_AUTH_SOCK=/tmp/ssh-J7Q3aMdybhRe/agent.12 [2021-05-13T16:40:18.114Z] SSH_AGENT_PID=18 [2021-05-13T16:40:18.130Z] Running ssh-add (command line suppressed) [2021-05-13T16:40:18.298Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-613@tmp/private_key_1320086350903398813.key (/w/workspace/dry_go-mod-core-contracts_PR-613@tmp/private_key_1320086350903398813.key) [2021-05-13T16:40:18.359Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T16:40:18.680Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T16:40:18.708Z] $ docker exec --env ******** --env ******** d332761eb7aacf1dfbf584e51fc8a6a434efe5fd1ea5c6278ed25bbebc6af91f ssh-agent -k [2021-05-13T16:40:18.850Z] unset SSH_AUTH_SOCK; [2021-05-13T16:40:18.850Z] unset SSH_AGENT_PID; [2021-05-13T16:40:18.850Z] echo Agent pid 18 killed; [2021-05-13T16:40:18.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T16:40:18.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T16:40:18.940Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T16:40:19.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T16:40:19.149Z] $ docker exec d332761eb7aacf1dfbf584e51fc8a6a434efe5fd1ea5c6278ed25bbebc6af91f ssh-agent [2021-05-13T16:40:19.392Z] SSH_AUTH_SOCK=/tmp/ssh-IkweLmIybUEZ/agent.48 [2021-05-13T16:40:19.392Z] SSH_AGENT_PID=54 [2021-05-13T16:40:19.401Z] Running ssh-add (command line suppressed) [2021-05-13T16:40:19.605Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-613@tmp/private_key_3351754832588069772.key (/w/workspace/dry_go-mod-core-contracts_PR-613@tmp/private_key_3351754832588069772.key) [2021-05-13T16:40:19.759Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T16:40:20.437Z] + git semver init [2021-05-13T16:40:20.437Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T16:40:20.437Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-613/.git [2021-05-13T16:40:20.437Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-613 [2021-05-13T16:40:20.437Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T16:40:20.437Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T16:40:20.437Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T16:40:20.437Z] # $SEMVER_BRANCH = PR-613 [2021-05-13T16:40:20.437Z] # $SEMVER_TEMP = /tmp/semver-933891524 [2021-05-13T16:40:20.437Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-05-13T16:40:21.396Z] # '/tmp/semver-933891524' -> '/w/workspace/dry_go-mod-core-contracts_PR-613/.semver' [2021-05-13T16:40:21.396Z] # -> Force: false [2021-05-13T16:40:21.396Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-613/.semver [Pipeline] } [2021-05-13T16:40:21.416Z] $ docker exec --env ******** --env ******** d332761eb7aacf1dfbf584e51fc8a6a434efe5fd1ea5c6278ed25bbebc6af91f ssh-agent -k [2021-05-13T16:40:21.571Z] unset SSH_AUTH_SOCK; [2021-05-13T16:40:21.571Z] unset SSH_AGENT_PID; [2021-05-13T16:40:21.571Z] echo Agent pid 54 killed; [2021-05-13T16:40:21.654Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T16:40:21.998Z] + git semver [Pipeline] } [2021-05-13T16:40:22.023Z] $ docker stop --time=1 d332761eb7aacf1dfbf584e51fc8a6a434efe5fd1ea5c6278ed25bbebc6af91f [2021-05-13T16:40:24.197Z] $ docker rm -f d332761eb7aacf1dfbf584e51fc8a6a434efe5fd1ea5c6278ed25bbebc6af91f [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T16:40:24.680Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T16:40:25.071Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T16:40:25.074Z] [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-13T16:40:40.251Z] Still waiting to schedule task [2021-05-13T16:40:40.251Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-5155’ [2021-05-13T16:40:40.253Z] Still waiting to schedule task [2021-05-13T16:40:40.253Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-13T16:42:26.540Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5156 in /w/workspace/dry_go-mod-core-contracts_PR-613 [Pipeline] { [Pipeline] ws [2021-05-13T16:42:26.562Z] Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout [2021-05-13T16:42:32.277Z] using credential edgex-jenkins-ssh [2021-05-13T16:42:32.348Z] Cloning the remote Git repository [2021-05-13T16:42:32.434Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-13T16:42:32.609Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-05-13T16:42:32.695Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-13T16:42:32.695Z] > git --version # timeout=10 [2021-05-13T16:42:32.712Z] > git --version # 'git version 2.17.1' [2021-05-13T16:42:32.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T16:42:32.802Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T16:42:34.189Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-13T16:42:34.205Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T16:42:34.230Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-13T16:42:34.978Z] Merging remotes/origin/master commit 0ed323b743fc8fe54dc489c41ca6875dcecaf2f0 into PR head commit 38ea8fcef721f230d3e779766720e15ab0ac96a6 [2021-05-13T16:42:35.353Z] Merge succeeded, producing 83635c24578605630f1b930d302995b5b18d8dc0 [2021-05-13T16:42:35.354Z] Checking out Revision 83635c24578605630f1b930d302995b5b18d8dc0 (PR-613) [2021-05-13T16:42:34.269Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-13T16:42:34.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T16:42:34.285Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/613/head:refs/remotes/origin/PR-613 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T16:42:35.007Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T16:42:35.030Z] > git checkout -f 38ea8fcef721f230d3e779766720e15ab0ac96a6 # timeout=10 [2021-05-13T16:42:35.172Z] > git remote # timeout=10 [2021-05-13T16:42:35.188Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T16:42:35.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T16:42:35.211Z] > git merge 0ed323b743fc8fe54dc489c41ca6875dcecaf2f0 # timeout=10 [2021-05-13T16:42:35.347Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T16:42:35.369Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T16:42:35.380Z] > git checkout -f 83635c24578605630f1b930d302995b5b18d8dc0 # timeout=10 [2021-05-13T16:42:39.692Z] Commit message: "Merge commit '0ed323b743fc8fe54dc489c41ca6875dcecaf2f0' into HEAD" [2021-05-13T16:42:39.707Z] > git rev-list --no-walk 38ea8fcef721f230d3e779766720e15ab0ac96a6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T16:42:41.323Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T16:42:41.732Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T16:42:42.079Z] + sudo service docker restart [2021-05-13T16:42:42.079Z] + true [Pipeline] unstash [Pipeline] echo [2021-05-13T16:42:44.381Z] ========================================================= [2021-05-13T16:42:44.381Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T16:42:44.381Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:42:44.749Z] + 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-13T16:42:46.191Z] Sending build context to Docker daemon 3.159MB [2021-05-13T16:42:46.191Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-13T16:42:46.191Z] Step 2/7 : FROM ${BASE} [2021-05-13T16:42:46.466Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T16:42:46.466Z] 595b0fe564bb: Pulling fs layer [2021-05-13T16:42:46.466Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T16:42:46.466Z] 316046926c0a: Pulling fs layer [2021-05-13T16:42:46.466Z] 4ebd0625c992: Pulling fs layer [2021-05-13T16:42:46.466Z] 207e8628e3a3: Pulling fs layer [2021-05-13T16:42:46.466Z] c791037a9be2: Pulling fs layer [2021-05-13T16:42:46.466Z] ffd874e62e21: Pulling fs layer [2021-05-13T16:42:46.466Z] 207e8628e3a3: Waiting [2021-05-13T16:42:46.466Z] c791037a9be2: Waiting [2021-05-13T16:42:46.466Z] ffd874e62e21: Waiting [2021-05-13T16:42:46.466Z] 4ebd0625c992: Waiting [2021-05-13T16:42:46.466Z] 316046926c0a: Verifying Checksum [2021-05-13T16:42:46.466Z] 316046926c0a: Download complete [2021-05-13T16:42:46.466Z] 7186ed65a4f7: Verifying Checksum [2021-05-13T16:42:46.466Z] 7186ed65a4f7: Download complete [2021-05-13T16:42:46.466Z] 207e8628e3a3: Verifying Checksum [2021-05-13T16:42:46.466Z] 207e8628e3a3: Download complete [2021-05-13T16:42:46.466Z] c791037a9be2: Download complete [2021-05-13T16:42:46.466Z] 595b0fe564bb: Download complete [2021-05-13T16:42:47.067Z] 595b0fe564bb: Pull complete [2021-05-13T16:42:47.673Z] 7186ed65a4f7: Pull complete [2021-05-13T16:42:47.951Z] 316046926c0a: Pull complete [2021-05-13T16:42:48.551Z] ffd874e62e21: Verifying Checksum [2021-05-13T16:42:48.551Z] ffd874e62e21: Download complete [2021-05-13T16:42:50.534Z] 4ebd0625c992: Verifying Checksum [2021-05-13T16:42:50.534Z] 4ebd0625c992: Download complete [2021-05-13T16:43:01.037Z] 4ebd0625c992: Pull complete [2021-05-13T16:43:01.037Z] 207e8628e3a3: Pull complete [2021-05-13T16:43:01.312Z] c791037a9be2: Pull complete [2021-05-13T16:43:05.623Z] ffd874e62e21: Pull complete [2021-05-13T16:43:05.623Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T16:43:05.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T16:43:05.623Z] ---> cfc18b08335c [2021-05-13T16:43:05.623Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-13T16:43:08.246Z] ---> Running in 1c9be7aa7bd1 [2021-05-13T16:43:08.246Z] Removing intermediate container 1c9be7aa7bd1 [2021-05-13T16:43:08.246Z] ---> 04a31b1bfcea [2021-05-13T16:43:08.246Z] Step 4/7 : RUN apk add bash [2021-05-13T16:43:08.520Z] ---> Running in 3dc85c54ddba [2021-05-13T16:43:09.966Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T16:43:10.951Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T16:43:11.553Z] OK: 138 MiB in 40 packages [2021-05-13T16:43:12.985Z] Running on prd-centos7-docker-4c-2g-5157 in /w/workspace/dry_go-mod-core-contracts_PR-613 [Pipeline] { [Pipeline] ws [2021-05-13T16:43:13.006Z] Removing intermediate container 3dc85c54ddba [2021-05-13T16:43:13.006Z] Running in /w/workspace/go-mod-core-contracts/4 [2021-05-13T16:43:13.006Z] ---> c85cd9adc48d [2021-05-13T16:43:13.006Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-13T16:43:13.006Z] ---> Running in c02812d09a93 [Pipeline] { [Pipeline] checkout [2021-05-13T16:43:13.281Z] Removing intermediate container c02812d09a93 [2021-05-13T16:43:13.281Z] ---> 9aa79076a1bd [2021-05-13T16:43:13.281Z] Step 6/7 : COPY go.mod . [2021-05-13T16:43:14.265Z] ---> a7b214701004 [2021-05-13T16:43:14.265Z] Step 7/7 : RUN go mod download [2021-05-13T16:43:14.265Z] ---> Running in 4d8be668c8e2 [2021-05-13T16:43:15.668Z] using credential edgex-jenkins-ssh [2021-05-13T16:43:15.682Z] Cloning the remote Git repository [2021-05-13T16:43:15.672Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-13T16:43:15.763Z] > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 [2021-05-13T16:43:15.828Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-13T16:43:15.829Z] > git --version # timeout=10 [2021-05-13T16:43:15.835Z] > git --version # 'git version 2.24.3' [2021-05-13T16:43:15.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T16:43:15.863Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T16:43:17.146Z] Merging remotes/origin/master commit 0ed323b743fc8fe54dc489c41ca6875dcecaf2f0 into PR head commit 38ea8fcef721f230d3e779766720e15ab0ac96a6 [2021-05-13T16:43:17.299Z] Merge succeeded, producing ce72cd6e78d2da02738a6d288aa0f6debe76b389 [2021-05-13T16:43:17.299Z] Checking out Revision ce72cd6e78d2da02738a6d288aa0f6debe76b389 (PR-613) [2021-05-13T16:43:16.620Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-13T16:43:16.627Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T16:43:16.642Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-05-13T16:43:16.659Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-05-13T16:43:16.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T16:43:16.664Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/613/head:refs/remotes/origin/PR-613 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T16:43:17.153Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T16:43:17.160Z] > git checkout -f 38ea8fcef721f230d3e779766720e15ab0ac96a6 # timeout=10 [2021-05-13T16:43:17.235Z] > git remote # timeout=10 [2021-05-13T16:43:17.241Z] > git config --get remote.origin.url # timeout=10 [2021-05-13T16:43:17.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T16:43:17.250Z] > git merge 0ed323b743fc8fe54dc489c41ca6875dcecaf2f0 # timeout=10 [2021-05-13T16:43:17.292Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-13T16:43:17.301Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T16:43:17.307Z] > git checkout -f ce72cd6e78d2da02738a6d288aa0f6debe76b389 # timeout=10 [2021-05-13T16:43:20.990Z] Commit message: "Merge commit '0ed323b743fc8fe54dc489c41ca6875dcecaf2f0' into HEAD" [2021-05-13T16:43:20.993Z] > git rev-list --no-walk 38ea8fcef721f230d3e779766720e15ab0ac96a6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T16:43:22.161Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T16:43:22.505Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T16:43:22.802Z] + sudo service docker restart [2021-05-13T16:43:22.802Z] + true [2021-05-13T16:43:22.802Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-13T16:43:24.329Z] ========================================================= [2021-05-13T16:43:24.329Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T16:43:24.329Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:43:24.641Z] + 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-13T16:43:25.236Z] Sending build context to Docker daemon 3.16MB [2021-05-13T16:43:25.236Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-05-13T16:43:25.236Z] Step 2/7 : FROM ${BASE} [2021-05-13T16:43:25.236Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T16:43:25.236Z] 540db60ca938: Pulling fs layer [2021-05-13T16:43:25.236Z] adcc1eea9eea: Pulling fs layer [2021-05-13T16:43:25.236Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T16:43:25.236Z] 0510c868ecb4: Pulling fs layer [2021-05-13T16:43:25.236Z] afea3b2eda06: Pulling fs layer [2021-05-13T16:43:25.236Z] 7809a108b3ef: Pulling fs layer [2021-05-13T16:43:25.236Z] f706445af74f: Pulling fs layer [2021-05-13T16:43:25.236Z] 0510c868ecb4: Waiting [2021-05-13T16:43:25.236Z] afea3b2eda06: Waiting [2021-05-13T16:43:25.236Z] 7809a108b3ef: Waiting [2021-05-13T16:43:25.236Z] f706445af74f: Waiting [2021-05-13T16:43:25.236Z] 4c4ab2625f07: Verifying Checksum [2021-05-13T16:43:25.236Z] 4c4ab2625f07: Download complete [2021-05-13T16:43:25.236Z] adcc1eea9eea: Verifying Checksum [2021-05-13T16:43:25.236Z] adcc1eea9eea: Download complete [2021-05-13T16:43:25.236Z] afea3b2eda06: Verifying Checksum [2021-05-13T16:43:25.236Z] afea3b2eda06: Download complete [2021-05-13T16:43:25.236Z] 7809a108b3ef: Verifying Checksum [2021-05-13T16:43:25.236Z] 7809a108b3ef: Download complete [2021-05-13T16:43:25.236Z] 540db60ca938: Verifying Checksum [2021-05-13T16:43:25.236Z] 540db60ca938: Download complete [2021-05-13T16:43:25.499Z] 540db60ca938: Pull complete [2021-05-13T16:43:25.766Z] adcc1eea9eea: Pull complete [2021-05-13T16:43:26.031Z] 4c4ab2625f07: Pull complete [2021-05-13T16:43:26.981Z] f706445af74f: Verifying Checksum [2021-05-13T16:43:26.981Z] f706445af74f: Download complete [2021-05-13T16:43:27.931Z] 0510c868ecb4: Verifying Checksum [2021-05-13T16:43:27.931Z] 0510c868ecb4: Download complete [2021-05-13T16:43:32.562Z] Removing intermediate container 4d8be668c8e2 [2021-05-13T16:43:32.562Z] ---> 0a507a0107c1 [2021-05-13T16:43:32.562Z] Successfully built 0a507a0107c1 [2021-05-13T16:43:32.562Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:43:32.904Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T16:43:32.904Z] . [Pipeline] withDockerContainer [2021-05-13T16:43:33.175Z] prd-ubuntu18.04-docker-arm64-4c-16g-5156 does not seem to be running inside a container [2021-05-13T16:43:33.251Z] 0510c868ecb4: Pull complete [2021-05-13T16:43:33.251Z] afea3b2eda06: Pull complete [2021-05-13T16:43:33.263Z] $ 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-arm64 cat [2021-05-13T16:43:33.524Z] 7809a108b3ef: Pull complete [2021-05-13T16:43:34.810Z] $ docker top 1ba6b5f2acaaa1bace6382495665917134203f920c290babd7807a5c7a93188b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T16:43:35.782Z] + go version [2021-05-13T16:43:35.783Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T16:43:35.814Z] $ docker stop --time=1 1ba6b5f2acaaa1bace6382495665917134203f920c290babd7807a5c7a93188b [2021-05-13T16:43:37.664Z] $ docker rm -f 1ba6b5f2acaaa1bace6382495665917134203f920c290babd7807a5c7a93188b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:43:38.311Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T16:43:38.311Z] . [Pipeline] withDockerContainer [2021-05-13T16:43:38.524Z] prd-ubuntu18.04-docker-arm64-4c-16g-5156 does not seem to be running inside a container [2021-05-13T16:43:38.610Z] $ 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-arm64 cat [2021-05-13T16:43:38.861Z] f706445af74f: Pull complete [2021-05-13T16:43:38.861Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T16:43:38.861Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T16:43:38.861Z] ---> b068be0155e3 [2021-05-13T16:43:38.861Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-13T16:43:39.438Z] ---> Running in 8dc275d53fea [2021-05-13T16:43:39.438Z] Removing intermediate container 8dc275d53fea [2021-05-13T16:43:39.438Z] ---> e91505cc230a [2021-05-13T16:43:39.438Z] Step 4/7 : RUN apk add bash [2021-05-13T16:43:39.702Z] ---> Running in 17bb9896e6f2 [2021-05-13T16:43:40.135Z] $ docker top 09337d5761ee42a7f91de03c03a72934d940b8a6f058da855ebab644a72a9839 -eo pid,comm [2021-05-13T16:43:40.284Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-05-13T16:43:41.073Z] + go mod tidy [2021-05-13T16:43:41.236Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2021-05-13T16:43:41.814Z] OK: 149 MiB in 40 packages [2021-05-13T16:43:42.011Z] + make test [2021-05-13T16:43:42.011Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-13T16:43:42.407Z] Removing intermediate container 17bb9896e6f2 [2021-05-13T16:43:42.407Z] ---> 2affe26f126c [2021-05-13T16:43:42.407Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-05-13T16:43:42.671Z] ---> Running in 8ace2bbfb23e [2021-05-13T16:43:42.671Z] Removing intermediate container 8ace2bbfb23e [2021-05-13T16:43:42.671Z] ---> 2f1cbf29c51b [2021-05-13T16:43:42.671Z] Step 6/7 : COPY go.mod . [2021-05-13T16:43:42.935Z] ---> c212d8c23bce [2021-05-13T16:43:42.935Z] Step 7/7 : RUN go mod download [2021-05-13T16:43:43.198Z] ---> Running in fae635cd407a [2021-05-13T16:43:58.181Z] Removing intermediate container fae635cd407a [2021-05-13T16:43:58.181Z] ---> 19a6cd728286 [2021-05-13T16:43:58.181Z] Successfully built 19a6cd728286 [2021-05-13T16:43:58.181Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:43:58.503Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T16:43:58.503Z] . [Pipeline] withDockerContainer [2021-05-13T16:43:58.617Z] prd-centos7-docker-4c-2g-5157 does not seem to be running inside a container [2021-05-13T16:43:58.666Z] $ 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-x86_64 cat [2021-05-13T16:43:59.510Z] $ docker top 57c95fc3869c074887cbbd4ecbd826128c9efbcce0bc26a4af504693571be18f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T16:43:59.974Z] + go version [2021-05-13T16:43:59.974Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T16:43:59.996Z] $ docker stop --time=1 57c95fc3869c074887cbbd4ecbd826128c9efbcce0bc26a4af504693571be18f [2021-05-13T16:44:01.366Z] $ docker rm -f 57c95fc3869c074887cbbd4ecbd826128c9efbcce0bc26a4af504693571be18f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:44:01.898Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T16:44:01.898Z] . [Pipeline] withDockerContainer [2021-05-13T16:44:02.010Z] prd-centos7-docker-4c-2g-5157 does not seem to be running inside a container [2021-05-13T16:44:02.059Z] $ 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-x86_64 cat [2021-05-13T16:44:03.023Z] $ docker top c81c887d7cfa8db72d4dbd6cd0d8dc1fd96de894589b82df478fb5019c46f53f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T16:44:03.481Z] + go mod tidy [Pipeline] sh [2021-05-13T16:44:04.060Z] + make test [2021-05-13T16:44:04.060Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-05-13T16:44:08.867Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-13T16:44:08.868Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.033s coverage: 85.7% of statements [2021-05-13T16:44:08.868Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.051s coverage: 100.0% of statements [2021-05-13T16:44:08.868Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.054s coverage: 45.4% of statements [2021-05-13T16:44:09.858Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.049s coverage: 77.8% of statements [2021-05-13T16:44:09.858Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-13T16:44:13.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.017s coverage: 26.3% of statements [2021-05-13T16:44:13.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.056s coverage: 14.7% of statements [2021-05-13T16:44:13.274Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements [2021-05-13T16:44:13.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.088s coverage: 91.8% of statements [2021-05-13T16:44:13.871Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-13T16:44:13.871Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-13T16:44:13.871Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.022s coverage: 100.0% of statements [2021-05-13T16:44:14.148Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.019s coverage: 35.5% of statements [2021-05-13T16:44:14.194Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-05-13T16:44:14.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements [2021-05-13T16:44:14.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.029s coverage: 100.0% of statements [2021-05-13T16:44:14.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.021s coverage: 45.4% of statements [2021-05-13T16:44:14.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.011s coverage: 77.8% of statements [2021-05-13T16:44:14.194Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-05-13T16:44:14.194Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements [2021-05-13T16:44:14.794Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.031s coverage: 14.7% of statements [2021-05-13T16:44:14.794Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements [2021-05-13T16:44:14.794Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.032s coverage: 91.8% of statements [2021-05-13T16:44:14.794Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-05-13T16:44:14.794Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-05-13T16:44:14.794Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.009s coverage: 100.0% of statements [2021-05-13T16:44:15.066Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.017s coverage: 35.5% of statements [2021-05-13T16:44:17.035Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.029s coverage: 63.0% of statements [2021-05-13T16:44:17.035Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements [2021-05-13T16:44:17.035Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.005s coverage: 15.4% of statements [2021-05-13T16:44:17.035Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.028s coverage: 15.4% of statements [2021-05-13T16:44:17.035Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.030s coverage: 14.3% of statements [2021-05-13T16:44:18.448Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-13T16:44:18.448Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-13T16:44:20.401Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.106s coverage: 82.9% of statements [2021-05-13T16:44:20.401Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-13T16:44:20.401Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-13T16:44:20.401Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-13T16:44:20.401Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.029s coverage: 45.4% of statements [2021-05-13T16:44:20.401Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.015s coverage: 95.2% of statements [2021-05-13T16:44:20.892Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.130s coverage: 63.0% of statements [2021-05-13T16:44:20.892Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.033s coverage: 26.3% of statements [2021-05-13T16:44:20.892Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.023s coverage: 15.4% of statements [2021-05-13T16:44:20.892Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements [2021-05-13T16:44:20.892Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.040s coverage: 14.3% of statements [2021-05-13T16:44:20.892Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-05-13T16:44:20.892Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients [no test files] [2021-05-13T16:44:21.863Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.050s coverage: 86.3% of statements [2021-05-13T16:44:21.863Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.012s coverage: 60.5% of statements [2021-05-13T16:44:21.863Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.015s coverage: 58.2% of statements [2021-05-13T16:44:21.863Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-13T16:44:23.531Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.297s coverage: 82.9% of statements [2021-05-13T16:44:23.531Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-05-13T16:44:23.531Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-05-13T16:44:23.531Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-05-13T16:44:24.136Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.068s coverage: 45.4% of statements [2021-05-13T16:44:25.575Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.089s coverage: 95.2% of statements [2021-05-13T16:44:27.016Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.204s coverage: 86.3% of statements [2021-05-13T16:44:27.016Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.063s coverage: 60.5% of statements [2021-05-13T16:44:27.016Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.035s coverage: 58.2% of statements [2021-05-13T16:44:27.289Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-05-13T16:44:28.627Z] gofmt -l . [2021-05-13T16:44:28.891Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-13T16:44:29.169Z] $ docker stop --time=1 c81c887d7cfa8db72d4dbd6cd0d8dc1fd96de894589b82df478fb5019c46f53f [2021-05-13T16:44:30.875Z] $ docker rm -f c81c887d7cfa8db72d4dbd6cd0d8dc1fd96de894589b82df478fb5019c46f53f [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T16:44:31.415Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T16:44:31.778Z] 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-13T16:44:32.538Z] ---> job-cost.sh [2021-05-13T16:44:32.538Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ndrn [2021-05-13T16:44:47.478Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T16:44:49.480Z] gofmt -l . [2021-05-13T16:44:49.480Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-05-13T16:44:49.775Z] $ docker stop --time=1 09337d5761ee42a7f91de03c03a72934d940b8a6f058da855ebab644a72a9839 [2021-05-13T16:44:51.841Z] $ docker rm -f 09337d5761ee42a7f91de03c03a72934d940b8a6f058da855ebab644a72a9839 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T16:44:52.717Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-13T16:44:52.752Z] Warning: overwriting stash ‘coverage-report’ [2021-05-13T16:44:54.267Z] 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-13T16:44:54.891Z] ---> job-cost.sh [2021-05-13T16:44:54.891Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yhW1 [2021-05-13T16:45:14.149Z] lf-activate-venv(): INFO: Adding /tmp/venv-Ndrn/bin to PATH [2021-05-13T16:45:14.149Z] INFO: No Stack... [2021-05-13T16:45:14.149Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T16:45:14.730Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T16:45:15.051Z] + cat /w/workspace/go-mod-core-contracts/4/archives/cost.csv [2021-05-13T16:45:15.051Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T16:45:15.114Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-613-4-stack-cost] [2021-05-13T16:45:15.125Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-613-4-stack-cost] did not exist. Created. [2021-05-13T16:45:15.125Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-613-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T16:45:15.510Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-13T16:45:15.644Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T16:45:15.657Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-613-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T16:45:33.913Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T16:46:55.658Z] lf-activate-venv(): INFO: Adding /tmp/venv-yhW1/bin to PATH [2021-05-13T16:46:55.658Z] INFO: No Stack... [2021-05-13T16:46:55.658Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T16:46:55.658Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T16:46:55.999Z] + cat+ /w/workspace/go-mod-core-contracts/4/archives/cost.csv [2021-05-13T16:46:55.999Z] cut -d, -f6 [Pipeline] lock [2021-05-13T16:46:56.122Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-613-4-stack-cost] [2021-05-13T16:46:56.130Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-613-4-stack-cost] did not exist. Created. [2021-05-13T16:46:56.130Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-613-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T16:46:56.518Z] /w/workspace/go-mod-core-contracts/4@tmp/durable-36f30ef7/script.sh: 1: /w/workspace/go-mod-core-contracts/4@tmp/durable-36f30ef7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-13T16:46:56.872Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T16:46:56.911Z] Warning: overwriting stash ‘stack-cost’ [2021-05-13T16:46:57.080Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T16:46:57.093Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-613-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-05-13T16:46:57.812Z] provisioning config files... [2021-05-13T16:46:57.833Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-613@tmp/config4741989065773941759tmp [Pipeline] { [Pipeline] sh [2021-05-13T16:46:58.197Z] + set +x [2021-05-13T16:46:58.197Z] + curl -s https://codecov.io/bash [2021-05-13T16:46:58.197Z] + bash -s -- [2021-05-13T16:46:58.780Z] [2021-05-13T16:46:58.780Z] _____ _ [2021-05-13T16:46:58.780Z] / ____| | | [2021-05-13T16:46:58.780Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T16:46:58.780Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T16:46:58.780Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T16:46:58.780Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T16:46:58.780Z] Bash-1.0.2 [2021-05-13T16:46:58.780Z] [2021-05-13T16:46:58.780Z] [2021-05-13T16:46:58.780Z] ==> git version 2.24.3 found [2021-05-13T16:46:58.780Z] ==> 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-13T16:46:58.780Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T16:46:58.780Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T16:46:58.780Z] ==> Jenkins CI detected. [2021-05-13T16:46:58.780Z] project root: . [2021-05-13T16:46:58.780Z] --> token set from env [2021-05-13T16:46:58.780Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T16:46:58.780Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T16:46:58.780Z] ==> Python coveragepy not found [2021-05-13T16:46:58.780Z] ==> Searching for coverage reports in: [2021-05-13T16:46:58.780Z] + . [2021-05-13T16:46:58.780Z] -> Found 1 reports [2021-05-13T16:46:58.780Z] ==> Detecting git/mercurial file structure [2021-05-13T16:46:58.780Z] ==> Reading reports [2021-05-13T16:46:58.780Z] + ./coverage.out bytes=177064 [2021-05-13T16:46:58.780Z] ==> Appending adjustments [2021-05-13T16:46:58.780Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T16:47:00.181Z] + Found adjustments [2021-05-13T16:47:00.181Z] ==> Gzipping contents [2021-05-13T16:47:00.458Z] 28K /tmp/codecov.RGxKZq.gz [2021-05-13T16:47:00.458Z] ==> Uploading reports [2021-05-13T16:47:00.458Z] url: https://codecov.io [2021-05-13T16:47:00.458Z] query: branch=PR-613&commit=8e808c5c820278969ae47812d37c90caf7d404fd&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-613%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=613&job=&cmd_args= [2021-05-13T16:47:00.458Z] -> Pinging Codecov [2021-05-13T16:47:00.458Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-613&commit=8e808c5c820278969ae47812d37c90caf7d404fd&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-613%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=613&job=&cmd_args= [2021-05-13T16:47:01.101Z] -> Uploading to [2021-05-13T16:47:01.101Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/71470A77251A30514AAF9C0BB2E5B6CE/8e808c5c820278969ae47812d37c90caf7d404fd/4a2680e6-bab3-40a6-8f12-e1582612c090.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T164700Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dd4070c991abe0c2ecc95b86bd0571cdb5f2c886d7efcdf6322c1ab94a1f613e [2021-05-13T16:47:01.101Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T16:47:01.101Z] Dload Upload Total Spent Left Speed [2021-05-13T16:47:01.398Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26003 0 0 100 26003 0 59000 --:--:-- --:--:-- --:--:-- 58963 100 26003 0 0 100 26003 0 58966 --:--:-- --:--:-- --:--:-- 58963 [2021-05-13T16:47:01.398Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8e808c5c820278969ae47812d37c90caf7d404fd [Pipeline] } [2021-05-13T16:47:01.451Z] 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-13T16:47:02.687Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T16:47:03.274Z] ---> package-listing.sh [2021-05-13T16:47:03.274Z] ++ facter osfamily [2021-05-13T16:47:03.274Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T16:47:03.274Z] + OS_FAMILY=redhat [2021-05-13T16:47:03.274Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-613 [2021-05-13T16:47:03.274Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T16:47:03.274Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T16:47:03.274Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T16:47:03.274Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T16:47:03.274Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-613 ']' [2021-05-13T16:47:03.274Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T16:47:03.274Z] + case "${OS_FAMILY}" in [2021-05-13T16:47:03.274Z] + rpm -qa [2021-05-13T16:47:03.274Z] + sort [2021-05-13T16:47:09.997Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T16:47:09.997Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T16:47:09.997Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T16:47:09.997Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-613 ']' [2021-05-13T16:47:09.997Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-613/archives/ [2021-05-13T16:47:09.997Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-613/archives/ [Pipeline] echo [2021-05-13T16:47:10.025Z] 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-613/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-13T16:47:10.327Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:47:10.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T16:47:10.646Z] [2021-05-13T16:47:10.646Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T16:47:10.985Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T16:47:10.985Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T16:47:10.985Z] df20fa9351a1: Pulling fs layer [2021-05-13T16:47:10.985Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T16:47:10.985Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T16:47:10.985Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T16:47:10.985Z] 93b61091891f: Pulling fs layer [2021-05-13T16:47:10.985Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T16:47:10.985Z] 5e14af77c1be: Pulling fs layer [2021-05-13T16:47:10.985Z] 01666e4c0597: Pulling fs layer [2021-05-13T16:47:10.985Z] aa168da1d23b: Pulling fs layer [2021-05-13T16:47:10.985Z] 46f8f816bc3b: Waiting [2021-05-13T16:47:10.985Z] 93b61091891f: Waiting [2021-05-13T16:47:10.985Z] 93b9cdb0e59b: Waiting [2021-05-13T16:47:10.985Z] 5e14af77c1be: Waiting [2021-05-13T16:47:10.985Z] 01666e4c0597: Waiting [2021-05-13T16:47:10.985Z] aa168da1d23b: Waiting [2021-05-13T16:47:10.985Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T16:47:10.985Z] 36b3adc4ff6f: Download complete [2021-05-13T16:47:10.985Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T16:47:10.985Z] 46f8f816bc3b: Download complete [2021-05-13T16:47:11.252Z] df20fa9351a1: Verifying Checksum [2021-05-13T16:47:11.252Z] df20fa9351a1: Download complete [2021-05-13T16:47:11.252Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T16:47:11.252Z] 93b9cdb0e59b: Download complete [2021-05-13T16:47:11.252Z] 5e14af77c1be: Verifying Checksum [2021-05-13T16:47:11.252Z] 5e14af77c1be: Download complete [2021-05-13T16:47:11.252Z] 93b61091891f: Verifying Checksum [2021-05-13T16:47:11.252Z] 93b61091891f: Download complete [2021-05-13T16:47:11.252Z] 01666e4c0597: Verifying Checksum [2021-05-13T16:47:11.252Z] 01666e4c0597: Download complete [2021-05-13T16:47:11.516Z] 8ad3a11d3b57: Verifying Checksum [2021-05-13T16:47:11.516Z] 8ad3a11d3b57: Download complete [2021-05-13T16:47:11.782Z] df20fa9351a1: Pull complete [2021-05-13T16:47:11.782Z] 36b3adc4ff6f: Pull complete [2021-05-13T16:47:12.768Z] 8ad3a11d3b57: Pull complete [2021-05-13T16:47:13.033Z] 46f8f816bc3b: Pull complete [2021-05-13T16:47:14.464Z] aa168da1d23b: Verifying Checksum [2021-05-13T16:47:14.464Z] aa168da1d23b: Download complete [2021-05-13T16:47:14.464Z] 93b61091891f: Pull complete [2021-05-13T16:47:14.464Z] 93b9cdb0e59b: Pull complete [2021-05-13T16:47:14.730Z] 5e14af77c1be: Pull complete [2021-05-13T16:47:14.730Z] 01666e4c0597: Pull complete [2021-05-13T16:47:24.950Z] aa168da1d23b: Pull complete [2021-05-13T16:47:24.950Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T16:47:24.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T16:47:24.950Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T16:47:25.154Z] prd-centos7-docker-4c-2g-5155 does not seem to be running inside a container [2021-05-13T16:47:25.221Z] $ 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-613/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-613 -v /w/workspace/dry_go-mod-core-contracts_PR-613:/w/workspace/dry_go-mod-core-contracts_PR-613:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-613@tmp:/w/workspace/dry_go-mod-core-contracts_PR-613@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-13T16:47:30.290Z] $ docker top 182d16e8bfadd942e655d0a408edf5d3c7fad319c56d267cf4ec1022c6b077fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T16:47:30.767Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T16:47:31.518Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T16:47:32.293Z] + ls /var/log/sa-host [2021-05-13T16:47:32.293Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T16:47:32.293Z] file_magic: OK [2021-05-13T16:47:32.293Z] HZ: Using current value: 100 [2021-05-13T16:47:32.293Z] file_header: OK [2021-05-13T16:47:32.293Z] 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-13T16:47:32.293Z] Statistics: [2021-05-13T16:47:32.293Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T16:47:32.293Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T16:47:32.293Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T16:47:32.293Z] file_magic: OK [2021-05-13T16:47:32.293Z] HZ: Using current value: 100 [2021-05-13T16:47:32.293Z] file_header: OK [2021-05-13T16:47:32.293Z] 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-13T16:47:32.293Z] Statistics: [2021-05-13T16:47:32.293Z] Hnuu...uuuununununu... [2021-05-13T16:47:32.293Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T16:47:32.954Z] provisioning config files... [2021-05-13T16:47:32.975Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-613@tmp/config4871088984556620402tmp [Pipeline] { [Pipeline] echo [2021-05-13T16:47:33.001Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T16:47:33.321Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T16:47:33.334Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T16:47:33.364Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T16:47:33.676Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T16:47:33.689Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T16:47:34.008Z] ---> sudo-logs.sh [2021-05-13T16:47:34.008Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T16:47:34.042Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T16:47:34.715Z] ---> job-cost.sh [2021-05-13T16:47:34.715Z] lf-activate-venv: SKIPPING [2021-05-13T16:47:34.715Z] DEBUG: total: 0.20999999344348907 [2021-05-13T16:47:34.715Z] INFO: Retrieving Stack Cost... [2021-05-13T16:47:36.148Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T16:47:36.419Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T16:47:36.437Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T16:47:36.748Z] ---> logs-deploy.sh [2021-05-13T16:47:36.748Z] lf-activate-venv: SKIPPING [2021-05-13T16:47:36.748Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-613/4 [2021-05-13T16:47:36.748Z] INFO: archiving workspace using pattern(s): [2021-05-13T16:47:39.312Z] Archives upload complete. [2021-05-13T16:47:39.312Z] INFO: archiving logs to Nexus