Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 803e1f2e89e6f6c660233d8b1e97992e0443ffba+62d0d237e11a496f212b6f47e7ad619fbaaf2531 (e6f5fdeea81044d742d283e5fe49a0acc3c935cd) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6903836456924574436.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 144eb70ba3d470a427e699408e811d3f535e987a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5800284037991422362.key > 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 144eb70ba3d470a427e699408e811d3f535e987a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-641/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-641/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4875106270979240432.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 144eb70ba3d470a427e699408e811d3f535e987a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 144eb70ba3d470a427e699408e811d3f535e987a # timeout=10 Commit message: "Merge pull request #341 from ernestojeda/master-2-main" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1321037479856055625.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-641/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-core-contracts/branches/PR-641/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5420902033143584481.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-2472 in /w/workspace/dry_go-mod-core-contracts_PR-641 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-641 # 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.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/jenkins-gitclient-ssh6376011711771486315.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Merging remotes/origin/main commit 62d0d237e11a496f212b6f47e7ad619fbaaf2531 into PR head commit 803e1f2e89e6f6c660233d8b1e97992e0443ffba Merge succeeded, producing ba0f360f6c6acd0964ca7aa729af6dd000058408 Checking out Revision ba0f360f6c6acd0964ca7aa729af6dd000058408 (PR-641) Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/jenkins-gitclient-ssh4756230494915177891.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/641/head:refs/remotes/origin/PR-641 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/jenkins-gitclient-ssh1552089973689056022.key > git merge 62d0d237e11a496f212b6f47e7ad619fbaaf2531 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba0f360f6c6acd0964ca7aa729af6dd000058408 # timeout=10 Commit message: "Merge commit '62d0d237e11a496f212b6f47e7ad619fbaaf2531' into HEAD" > git rev-list --no-walk 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-11T12:39:43.591Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-11T12:39:43.698Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-11T12:39:43.728Z] ========================================================= [2021-07-11T12:39:43.728Z] EdgeX Global Pipelines Version Info [2021-07-11T12:39:43.728Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-11T12:39:45.147Z] ------------------- [2021-07-11T12:39:45.148Z] stable info: [2021-07-11T12:39:45.148Z] ------------------- [2021-07-11T12:39:45.148Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-11T12:39:45.148Z] Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a [2021-07-11T12:39:45.148Z] Message: update stable to v1.0.196 [2021-07-11T12:39:45.720Z] ------------------- [2021-07-11T12:39:45.720Z] experimental info: [2021-07-11T12:39:45.720Z] ------------------- [2021-07-11T12:39:45.720Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-11T12:39:45.720Z] Commit SHA: 144eb70ba3d470a427e699408e811d3f535e987a [2021-07-11T12:39:45.720Z] Message: update experimental to v1.0.196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-11T12:39:45.851Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-07-11T12:39:45.880Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-07-11T12:39:45.905Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-11T12:39:45.931Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-11T12:39:45.956Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-11T12:39:45.981Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-11T12:39:46.006Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-11T12:39:46.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-11T12:39:46.055Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-07-11T12:39:46.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-11T12:39:46.106Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-11T12:39:46.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-core-contracts [Pipeline] echo [2021-07-11T12:39:46.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-11T12:39:46.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-11T12:39:46.205Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-07-11T12:39:46.231Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-07-11T12:39:46.255Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-07-11T12:39:46.281Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-07-11T12:39:46.305Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-11T12:39:46.329Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-07-11T12:39:46.353Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-07-11T12:39:46.380Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-07-11T12:39:46.407Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-07-11T12:39:46.438Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-07-11T12:39:46.464Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-07-11T12:39:46.488Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-11T12:39:46.514Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-641 [Pipeline] echo [2021-07-11T12:39:46.540Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-641 [Pipeline] echo [2021-07-11T12:39:46.564Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-641 [Pipeline] echo [2021-07-11T12:39:46.589Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba0f360f6c6acd0964ca7aa729af6dd000058408 [Pipeline] echo [2021-07-11T12:39:46.613Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba0f360 [Pipeline] echo [2021-07-11T12:39:46.636Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-11T12:39:47.138Z] + git log --format=format:%s -1 ba0f360f6c6acd0964ca7aa729af6dd000058408 [Pipeline] echo [2021-07-11T12:39:47.179Z] GIT_COMMIT: ba0f360f6c6acd0964ca7aa729af6dd000058408, Commit Message: Merge commit '62d0d237e11a496f212b6f47e7ad619fbaaf2531' into HEAD [Pipeline] echo [2021-07-11T12:39:47.193Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:39:48.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-11T12:39:48.507Z] [2021-07-11T12:39:48.507Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:39:48.835Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-11T12:39:49.099Z] latest: Pulling from edgex-devops/git-semver [2021-07-11T12:39:49.099Z] 31603596830f: Pulling fs layer [2021-07-11T12:39:49.099Z] b6dc333f4379: Pulling fs layer [2021-07-11T12:39:49.099Z] 3d9ef1400e77: Pulling fs layer [2021-07-11T12:39:49.099Z] fd332fbdc1db: Pulling fs layer [2021-07-11T12:39:49.099Z] fd332fbdc1db: Waiting [2021-07-11T12:39:49.099Z] b6dc333f4379: Verifying Checksum [2021-07-11T12:39:49.099Z] b6dc333f4379: Download complete [2021-07-11T12:39:49.099Z] 31603596830f: Verifying Checksum [2021-07-11T12:39:49.099Z] 31603596830f: Download complete [2021-07-11T12:39:49.361Z] fd332fbdc1db: Verifying Checksum [2021-07-11T12:39:49.361Z] fd332fbdc1db: Download complete [2021-07-11T12:39:49.361Z] 3d9ef1400e77: Verifying Checksum [2021-07-11T12:39:49.361Z] 3d9ef1400e77: Download complete [2021-07-11T12:39:49.361Z] 31603596830f: Pull complete [2021-07-11T12:39:49.361Z] b6dc333f4379: Pull complete [2021-07-11T12:39:49.949Z] 3d9ef1400e77: Pull complete [2021-07-11T12:39:50.211Z] fd332fbdc1db: Pull complete [2021-07-11T12:39:50.211Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-11T12:39:50.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-11T12:39:50.211Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-11T12:39:50.308Z] prd-centos7-docker-4c-2g-2472 does not seem to be running inside a container [2021-07-11T12:39:50.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-641 -v /w/workspace/dry_go-mod-core-contracts_PR-641:/w/workspace/dry_go-mod-core-contracts_PR-641:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-641@tmp:/w/workspace/dry_go-mod-core-contracts_PR-641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-11T12:39:51.318Z] $ docker top 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-11T12:39:51.448Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-11T12:39:51.448Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-11T12:39:51.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-11T12:39:51.578Z] $ docker exec 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 ssh-agent [2021-07-11T12:39:51.689Z] SSH_AUTH_SOCK=/tmp/ssh-DitzW0qkxZrp/agent.14 [2021-07-11T12:39:51.689Z] SSH_AGENT_PID=20 [2021-07-11T12:39:51.698Z] Running ssh-add (command line suppressed) [2021-07-11T12:39:51.798Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/private_key_8358971272598929027.key (/w/workspace/dry_go-mod-core-contracts_PR-641@tmp/private_key_8358971272598929027.key) [2021-07-11T12:39:51.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-11T12:39:52.129Z] + git tag --points-at HEAD [Pipeline] } [2021-07-11T12:39:52.141Z] $ docker exec --env ******** --env ******** 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 ssh-agent -k [2021-07-11T12:39:52.239Z] unset SSH_AUTH_SOCK; [2021-07-11T12:39:52.239Z] unset SSH_AGENT_PID; [2021-07-11T12:39:52.239Z] echo Agent pid 20 killed; [2021-07-11T12:39:52.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-11T12:39:52.296Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-11T12:39:52.296Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-11T12:39:52.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-11T12:39:52.420Z] $ docker exec 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 ssh-agent [2021-07-11T12:39:52.544Z] SSH_AUTH_SOCK=/tmp/ssh-LnWncKmQtSTl/agent.55 [2021-07-11T12:39:52.544Z] SSH_AGENT_PID=62 [2021-07-11T12:39:52.550Z] Running ssh-add (command line suppressed) [2021-07-11T12:39:52.645Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-641@tmp/private_key_6020506874060037990.key (/w/workspace/dry_go-mod-core-contracts_PR-641@tmp/private_key_6020506874060037990.key) [2021-07-11T12:39:52.664Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-11T12:39:52.969Z] + git semver init [2021-07-11T12:39:52.969Z] # -> Open(): unable to determine branch for HEAD [2021-07-11T12:39:52.969Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-641/.git [2021-07-11T12:39:52.969Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-641 [2021-07-11T12:39:52.969Z] # $SEMVER_REMOTE_NAME = origin [2021-07-11T12:39:52.969Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-11T12:39:52.969Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-11T12:39:52.969Z] # $SEMVER_BRANCH = PR-641 [2021-07-11T12:39:52.969Z] # $SEMVER_TEMP = /tmp/semver-775057994 [2021-07-11T12:39:52.969Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-07-11T12:39:53.913Z] # '/tmp/semver-775057994' -> '/w/workspace/dry_go-mod-core-contracts_PR-641/.semver' [2021-07-11T12:39:53.913Z] # -> Force: false [2021-07-11T12:39:53.913Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-641/.semver [Pipeline] } [2021-07-11T12:39:53.922Z] $ docker exec --env ******** --env ******** 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 ssh-agent -k [2021-07-11T12:39:54.015Z] unset SSH_AUTH_SOCK; [2021-07-11T12:39:54.015Z] unset SSH_AGENT_PID; [2021-07-11T12:39:54.015Z] echo Agent pid 62 killed; [2021-07-11T12:39:54.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-11T12:39:54.369Z] + git semver [Pipeline] } [2021-07-11T12:39:54.384Z] $ docker stop --time=1 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 [2021-07-11T12:39:55.628Z] $ docker rm -f 9bdf598b56d17b3f3dda108516cee3f0cc498af0a66ea45451553107296b5439 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-11T12:39:55.991Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-11T12:39:56.270Z] Stashed 1 file(s) [Pipeline] echo [2021-07-11T12:39:56.274Z] [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-07-11T12:40:11.531Z] Still waiting to schedule task [2021-07-11T12:40:11.532Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2472’ [2021-07-11T12:40:11.534Z] Still waiting to schedule task [2021-07-11T12:40:11.535Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-11T12:42:08.528Z] Running on prd-centos7-docker-4c-2g-2475 in /w/workspace/dry_go-mod-core-contracts_PR-641 [Pipeline] { [Pipeline] ws [2021-07-11T12:42:08.553Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-07-11T12:42:08.657Z] Selected Git installation does not exist. Using Default [2021-07-11T12:42:08.658Z] The recommended git tool is: NONE [2021-07-11T12:42:11.029Z] using credential edgex-jenkins-ssh [2021-07-11T12:42:11.045Z] Cloning the remote Git repository [2021-07-11T12:42:10.926Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-11T12:42:11.020Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-07-11T12:42:11.054Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-11T12:42:11.054Z] > git --version # timeout=10 [2021-07-11T12:42:11.070Z] > git --version # 'git version 2.24.4' [2021-07-11T12:42:11.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T12:42:11.197Z] [INFO] Currently running in a labeled security context [2021-07-11T12:42:11.197Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-11T12:42:11.197Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh449750330873675896.key [2021-07-11T12:42:11.210Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-11T12:42:12.505Z] Merging remotes/origin/main commit 62d0d237e11a496f212b6f47e7ad619fbaaf2531 into PR head commit 803e1f2e89e6f6c660233d8b1e97992e0443ffba [2021-07-11T12:42:12.615Z] Merge succeeded, producing 0da54d086642f7dca77ba915d7f5269d55f46a5b [2021-07-11T12:42:12.616Z] Checking out Revision 0da54d086642f7dca77ba915d7f5269d55f46a5b (PR-641) [2021-07-11T12:42:11.964Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-07-11T12:42:11.974Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-11T12:42:11.985Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-07-11T12:42:12.007Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-11T12:42:12.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T12:42:12.009Z] [INFO] Currently running in a labeled security context [2021-07-11T12:42:12.009Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-11T12:42:12.009Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh1796536123493969208.key [2021-07-11T12:42:12.014Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/641/head:refs/remotes/origin/PR-641 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-11T12:42:12.483Z] > git config core.sparsecheckout # timeout=10 [2021-07-11T12:42:12.495Z] > git checkout -f 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 [2021-07-11T12:42:12.535Z] > git remote # timeout=10 [2021-07-11T12:42:12.541Z] > git config --get remote.origin.url # timeout=10 [2021-07-11T12:42:12.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T12:42:12.549Z] [INFO] Currently running in a labeled security context [2021-07-11T12:42:12.550Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-07-11T12:42:12.550Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/go-mod-core-contracts/3@tmp/jenkins-gitclient-ssh1878440259608734292.key [2021-07-11T12:42:12.555Z] > git merge 62d0d237e11a496f212b6f47e7ad619fbaaf2531 # timeout=10 [2021-07-11T12:42:12.577Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-11T12:42:12.590Z] > git config core.sparsecheckout # timeout=10 [2021-07-11T12:42:12.597Z] > git checkout -f 0da54d086642f7dca77ba915d7f5269d55f46a5b # timeout=10 [2021-07-11T12:42:13.931Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2474 in /w/workspace/dry_go-mod-core-contracts_PR-641 [Pipeline] { [Pipeline] ws [2021-07-11T12:42:13.952Z] Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout [2021-07-11T12:42:14.175Z] Selected Git installation does not exist. Using Default [2021-07-11T12:42:14.175Z] The recommended git tool is: NONE [2021-07-11T12:42:16.221Z] Commit message: "Merge commit '62d0d237e11a496f212b6f47e7ad619fbaaf2531' into HEAD" [2021-07-11T12:42:16.222Z] > git rev-list --no-walk 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-11T12:42:17.271Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-07-11T12:42:17.609Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-07-11T12:42:17.921Z] + true [2021-07-11T12:42:17.921Z] + sudo service docker restart [2021-07-11T12:42:17.921Z] Redirecting to /bin/systemctl restart docker.service [2021-07-11T12:42:19.896Z] using credential edgex-jenkins-ssh [2021-07-11T12:42:19.916Z] Cloning the remote Git repository [2021-07-11T12:42:19.978Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-11T12:42:20.169Z] > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 [2021-07-11T12:42:20.323Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-11T12:42:20.324Z] > git --version # timeout=10 [2021-07-11T12:42:20.376Z] > git --version # 'git version 2.17.1' [2021-07-11T12:42:20.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T12:42:20.496Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-11T12:42:23.921Z] Merging remotes/origin/main commit 62d0d237e11a496f212b6f47e7ad619fbaaf2531 into PR head commit 803e1f2e89e6f6c660233d8b1e97992e0443ffba [2021-07-11T12:42:24.194Z] Merge succeeded, producing 047ef4d277506d103a865b7961c68a79985a92b8 [2021-07-11T12:42:24.195Z] Checking out Revision 047ef4d277506d103a865b7961c68a79985a92b8 (PR-641) [2021-07-11T12:42:23.217Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-07-11T12:42:23.233Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-11T12:42:23.267Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-07-11T12:42:23.310Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-07-11T12:42:23.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T12:42:23.324Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/641/head:refs/remotes/origin/PR-641 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-07-11T12:42:23.948Z] > git config core.sparsecheckout # timeout=10 [2021-07-11T12:42:23.960Z] > git checkout -f 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 [2021-07-11T12:42:24.070Z] > git remote # timeout=10 [2021-07-11T12:42:24.087Z] > git config --get remote.origin.url # timeout=10 [2021-07-11T12:42:24.107Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-11T12:42:24.119Z] > git merge 62d0d237e11a496f212b6f47e7ad619fbaaf2531 # timeout=10 [2021-07-11T12:42:24.177Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-11T12:42:24.200Z] > git config core.sparsecheckout # timeout=10 [2021-07-11T12:42:24.218Z] > git checkout -f 047ef4d277506d103a865b7961c68a79985a92b8 # timeout=10 [2021-07-11T12:42:28.385Z] Commit message: "Merge commit '62d0d237e11a496f212b6f47e7ad619fbaaf2531' into HEAD" [2021-07-11T12:42:28.392Z] > git rev-list --no-walk 803e1f2e89e6f6c660233d8b1e97992e0443ffba # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-07-11T12:42:29.737Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-07-11T12:42:30.182Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-07-11T12:42:30.521Z] + + sudo servicetrue docker [2021-07-11T12:42:30.521Z] restart [Pipeline] unstash [Pipeline] echo [2021-07-11T12:42:36.274Z] ========================================================= [2021-07-11T12:42:36.274Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-11T12:42:36.274Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:42:36.607Z] + 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-07-11T12:42:36.869Z] Sending build context to Docker daemon 2.902MB [2021-07-11T12:42:36.869Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-07-11T12:42:36.869Z] Step 2/7 : FROM ${BASE} [2021-07-11T12:42:37.130Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-11T12:42:37.130Z] 540db60ca938: Pulling fs layer [2021-07-11T12:42:37.130Z] adcc1eea9eea: Pulling fs layer [2021-07-11T12:42:37.130Z] 4c4ab2625f07: Pulling fs layer [2021-07-11T12:42:37.130Z] 0773c198feca: Pulling fs layer [2021-07-11T12:42:37.130Z] 345f892a5656: Pulling fs layer [2021-07-11T12:42:37.130Z] 9ac62484cfdc: Pulling fs layer [2021-07-11T12:42:37.130Z] 5ac4037533be: Pulling fs layer [2021-07-11T12:42:37.130Z] dc6bda0758c5: Pulling fs layer [2021-07-11T12:42:37.130Z] 0773c198feca: Waiting [2021-07-11T12:42:37.130Z] 5ac4037533be: Waiting [2021-07-11T12:42:37.130Z] 345f892a5656: Waiting [2021-07-11T12:42:37.130Z] dc6bda0758c5: Waiting [2021-07-11T12:42:37.130Z] 9ac62484cfdc: Waiting [2021-07-11T12:42:37.130Z] 4c4ab2625f07: Verifying Checksum [2021-07-11T12:42:37.130Z] 4c4ab2625f07: Download complete [2021-07-11T12:42:37.130Z] adcc1eea9eea: Verifying Checksum [2021-07-11T12:42:37.130Z] adcc1eea9eea: Download complete [2021-07-11T12:42:37.130Z] 345f892a5656: Verifying Checksum [2021-07-11T12:42:37.130Z] 345f892a5656: Download complete [2021-07-11T12:42:37.394Z] 9ac62484cfdc: Verifying Checksum [2021-07-11T12:42:37.394Z] 9ac62484cfdc: Download complete [2021-07-11T12:42:37.394Z] 540db60ca938: Verifying Checksum [2021-07-11T12:42:37.394Z] 540db60ca938: Download complete [2021-07-11T12:42:37.394Z] 540db60ca938: Pull complete [2021-07-11T12:42:37.659Z] 5ac4037533be: Verifying Checksum [2021-07-11T12:42:37.659Z] 5ac4037533be: Download complete [2021-07-11T12:42:37.659Z] adcc1eea9eea: Pull complete [2021-07-11T12:42:37.659Z] 4c4ab2625f07: Pull complete [2021-07-11T12:42:39.577Z] dc6bda0758c5: Verifying Checksum [2021-07-11T12:42:39.577Z] dc6bda0758c5: Download complete [2021-07-11T12:42:40.526Z] 0773c198feca: Verifying Checksum [2021-07-11T12:42:40.526Z] 0773c198feca: Download complete [2021-07-11T12:42:43.860Z] 0773c198feca: Pull complete [2021-07-11T12:42:43.860Z] 345f892a5656: Pull complete [2021-07-11T12:42:43.860Z] 9ac62484cfdc: Pull complete [2021-07-11T12:42:43.860Z] 5ac4037533be: Pull complete [2021-07-11T12:42:45.275Z] dc6bda0758c5: Pull complete [2021-07-11T12:42:45.538Z] Digest: sha256:693441261ed0de8fcf303aa2a0eae3a43e217b849db77d7793b1d2a0399e3ec4 [2021-07-11T12:42:45.538Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-11T12:42:45.538Z] ---> eb58bd16d52e [2021-07-11T12:42:45.538Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo [2021-07-11T12:42:49.420Z] ========================================================= [2021-07-11T12:42:49.420Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-11T12:42:49.420Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:42:49.815Z] + 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-07-11T12:42:51.257Z] Sending build context to Docker daemon 2.901MB [2021-07-11T12:42:51.257Z] Step 1/7 : ARG BASE=golang:1.16-alpine [2021-07-11T12:42:51.257Z] Step 2/7 : FROM ${BASE} [2021-07-11T12:42:51.860Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-11T12:42:51.860Z] 595b0fe564bb: Pulling fs layer [2021-07-11T12:42:51.860Z] 24495759ef45: Pulling fs layer [2021-07-11T12:42:51.860Z] d148012ef14d: Pulling fs layer [2021-07-11T12:42:51.860Z] cb65c68fc2e2: Pulling fs layer [2021-07-11T12:42:51.860Z] 093eec477d81: Pulling fs layer [2021-07-11T12:42:51.860Z] 20fd20ab2234: Pulling fs layer [2021-07-11T12:42:51.860Z] 43245461236d: Pulling fs layer [2021-07-11T12:42:51.860Z] 5a37c24eccbd: Pulling fs layer [2021-07-11T12:42:51.860Z] 20fd20ab2234: Waiting [2021-07-11T12:42:51.860Z] 43245461236d: Waiting [2021-07-11T12:42:51.860Z] 5a37c24eccbd: Waiting [2021-07-11T12:42:51.860Z] cb65c68fc2e2: Waiting [2021-07-11T12:42:51.860Z] 093eec477d81: Waiting [2021-07-11T12:42:51.860Z] d148012ef14d: Verifying Checksum [2021-07-11T12:42:51.860Z] d148012ef14d: Download complete [2021-07-11T12:42:51.860Z] 24495759ef45: Download complete [2021-07-11T12:42:51.860Z] 093eec477d81: Verifying Checksum [2021-07-11T12:42:51.860Z] 093eec477d81: Download complete [2021-07-11T12:42:51.860Z] 20fd20ab2234: Verifying Checksum [2021-07-11T12:42:51.860Z] 20fd20ab2234: Download complete [2021-07-11T12:42:51.860Z] 595b0fe564bb: Verifying Checksum [2021-07-11T12:42:51.860Z] 43245461236d: Verifying Checksum [2021-07-11T12:42:51.860Z] 43245461236d: Download complete [2021-07-11T12:42:52.469Z] 595b0fe564bb: Pull complete [2021-07-11T12:42:53.069Z] 24495759ef45: Pull complete [2021-07-11T12:42:53.667Z] d148012ef14d: Pull complete [2021-07-11T12:42:54.264Z] 5a37c24eccbd: Verifying Checksum [2021-07-11T12:42:54.264Z] 5a37c24eccbd: Download complete [2021-07-11T12:42:54.858Z] cb65c68fc2e2: Verifying Checksum [2021-07-11T12:42:54.858Z] cb65c68fc2e2: Download complete [2021-07-11T12:42:57.789Z] ---> Running in e8ac87be5a38 [2021-07-11T12:42:57.789Z] Removing intermediate container e8ac87be5a38 [2021-07-11T12:42:57.789Z] ---> 70c01686f71e [2021-07-11T12:42:57.789Z] Step 4/7 : RUN apk add bash [2021-07-11T12:42:57.789Z] ---> Running in 9c3b2dc6551d [2021-07-11T12:42:57.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-11T12:42:59.182Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-11T12:42:59.442Z] OK: 149 MiB in 40 packages [2021-07-11T12:43:00.018Z] Removing intermediate container 9c3b2dc6551d [2021-07-11T12:43:00.018Z] ---> 1b624d1e0ee4 [2021-07-11T12:43:00.018Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-07-11T12:43:00.018Z] ---> Running in 55c2326a2314 [2021-07-11T12:43:00.280Z] Removing intermediate container 55c2326a2314 [2021-07-11T12:43:00.280Z] ---> 1d67d7d9457d [2021-07-11T12:43:00.280Z] Step 6/7 : COPY go.mod . [2021-07-11T12:43:00.543Z] ---> 377b972cb2fe [2021-07-11T12:43:00.543Z] Step 7/7 : RUN go mod download [2021-07-11T12:43:00.805Z] ---> Running in d046a2442f51 [2021-07-11T12:43:07.308Z] cb65c68fc2e2: Pull complete [2021-07-11T12:43:07.309Z] 093eec477d81: Pull complete [2021-07-11T12:43:07.309Z] 20fd20ab2234: Pull complete [2021-07-11T12:43:07.309Z] 43245461236d: Pull complete [2021-07-11T12:43:10.696Z] 5a37c24eccbd: Pull complete [2021-07-11T12:43:10.696Z] Digest: sha256:1f93be31992c0c85398b36ba92fe0466778821d351774b6a75e3069a3cd419d7 [2021-07-11T12:43:10.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-11T12:43:10.696Z] ---> 274d7007c78b [2021-07-11T12:43:10.696Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-07-11T12:43:12.665Z] ---> Running in 5dd7ea09b5a8 [2021-07-11T12:43:13.272Z] Removing intermediate container 5dd7ea09b5a8 [2021-07-11T12:43:13.272Z] ---> 6d66f188a12b [2021-07-11T12:43:13.272Z] Step 4/7 : RUN apk add bash [2021-07-11T12:43:13.272Z] ---> Running in a00c32280ea4 [2021-07-11T12:43:14.720Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-11T12:43:15.704Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-11T12:43:16.692Z] OK: 138 MiB in 40 packages [2021-07-11T12:43:18.144Z] Removing intermediate container a00c32280ea4 [2021-07-11T12:43:18.144Z] ---> 10529ee2b7db [2021-07-11T12:43:18.144Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-07-11T12:43:18.144Z] ---> Running in 37a993aa79db [2021-07-11T12:43:18.745Z] Removing intermediate container 37a993aa79db [2021-07-11T12:43:18.745Z] ---> b6ed600d7374 [2021-07-11T12:43:18.745Z] Step 6/7 : COPY go.mod . [2021-07-11T12:43:19.345Z] ---> 284879f0b479 [2021-07-11T12:43:19.345Z] Step 7/7 : RUN go mod download [2021-07-11T12:43:19.625Z] ---> Running in 7b7e5cd55898 [2021-07-11T12:43:57.116Z] Removing intermediate container d046a2442f51 [2021-07-11T12:43:57.116Z] ---> 33e92f287490 [2021-07-11T12:43:57.116Z] Successfully built 33e92f287490 [2021-07-11T12:43:57.116Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:43:57.491Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-11T12:43:57.492Z] . [Pipeline] withDockerContainer [2021-07-11T12:43:57.573Z] prd-centos7-docker-4c-2g-2475 does not seem to be running inside a container [2021-07-11T12:43:57.605Z] $ 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 ******** ci-base-image-x86_64 cat [2021-07-11T12:43:58.053Z] $ docker top 34af18588b55f654362fa36285b8874255dfa910e8a0a6a3d61ad05781c4590b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T12:43:58.449Z] + go version [2021-07-11T12:43:58.449Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-11T12:43:58.459Z] $ docker stop --time=1 34af18588b55f654362fa36285b8874255dfa910e8a0a6a3d61ad05781c4590b [2021-07-11T12:43:59.653Z] $ docker rm -f 34af18588b55f654362fa36285b8874255dfa910e8a0a6a3d61ad05781c4590b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:44:00.262Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-11T12:44:00.262Z] . [Pipeline] withDockerContainer [2021-07-11T12:44:00.348Z] prd-centos7-docker-4c-2g-2475 does not seem to be running inside a container [2021-07-11T12:44:00.403Z] $ 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 ******** ci-base-image-x86_64 cat [2021-07-11T12:44:00.782Z] $ docker top efeabed76fe779096bff3058f94833fcbe75b347d7edc1814879b3ed6cacc8d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T12:44:01.365Z] + go mod tidy [Pipeline] sh [2021-07-11T12:44:01.727Z] + make test [2021-07-11T12:44:01.727Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-07-11T12:44:01.998Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-07-11T12:44:12.118Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.051s coverage: 83.3% of statements [2021-07-11T12:44:12.118Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-07-11T12:44:12.118Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-07-11T12:44:12.118Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] [2021-07-11T12:44:12.118Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.031s coverage: 26.3% of statements [2021-07-11T12:44:12.118Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] [2021-07-11T12:44:12.712Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.009s coverage: 47.2% of statements [2021-07-11T12:44:12.712Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.010s coverage: 90.0% of statements [2021-07-11T12:44:13.290Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.030s coverage: 86.2% of statements [2021-07-11T12:44:13.291Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.015s coverage: 59.5% of statements [2021-07-11T12:44:13.560Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 35.5% of statements [2021-07-11T12:44:13.832Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.006s coverage: 49.4% of statements [2021-07-11T12:44:13.832Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-07-11T12:44:19.162Z] gofmt -l . [2021-07-11T12:44:19.162Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-07-11T12:44:19.173Z] $ docker stop --time=1 efeabed76fe779096bff3058f94833fcbe75b347d7edc1814879b3ed6cacc8d6 [2021-07-11T12:44:20.609Z] $ docker rm -f efeabed76fe779096bff3058f94833fcbe75b347d7edc1814879b3ed6cacc8d6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-11T12:44:21.014Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-11T12:44:21.225Z] 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-07-11T12:44:22.308Z] ---> job-cost.sh [2021-07-11T12:44:22.308Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ij7l [2021-07-11T12:44:32.370Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-07-11T12:44:41.497Z] Removing intermediate container 7b7e5cd55898 [2021-07-11T12:44:41.498Z] ---> 9ce5c0ed95a2 [2021-07-11T12:44:41.498Z] Successfully built 9ce5c0ed95a2 [2021-07-11T12:44:41.498Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:44:41.845Z] + docker inspect -f . ci-base-image-arm64 [2021-07-11T12:44:41.845Z] . [Pipeline] withDockerContainer [2021-07-11T12:44:42.125Z] prd-ubuntu18.04-docker-arm64-4c-16g-2474 does not seem to be running inside a container [2021-07-11T12:44:42.208Z] $ 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 ******** ci-base-image-arm64 cat [2021-07-11T12:44:43.767Z] $ docker top e83c3fb8db162ce7f5db0f3c73b797ccf75eb68f2be77ce3a41ccb2bb840123d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T12:44:44.685Z] lf-activate-venv(): INFO: Adding /tmp/venv-ij7l/bin to PATH [2021-07-11T12:44:44.686Z] INFO: No Stack... [2021-07-11T12:44:44.717Z] + go version [2021-07-11T12:44:44.717Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-11T12:44:44.739Z] $ docker stop --time=1 e83c3fb8db162ce7f5db0f3c73b797ccf75eb68f2be77ce3a41ccb2bb840123d [2021-07-11T12:44:45.629Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-11T12:44:46.206Z] INFO: Archiving Costs [2021-07-11T12:44:46.561Z] $ docker rm -f e83c3fb8db162ce7f5db0f3c73b797ccf75eb68f2be77ce3a41ccb2bb840123d [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:44:47.142Z] + cut -d, -f6 [2021-07-11T12:44:47.143Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [Pipeline] lock [2021-07-11T12:44:47.173Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [2021-07-11T12:44:47.193Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] did not exist. Created. [2021-07-11T12:44:47.193Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-11T12:44:47.375Z] + docker inspect -f . ci-base-image-arm64 [2021-07-11T12:44:47.375Z] . [Pipeline] withDockerContainer [2021-07-11T12:44:47.532Z] + echo total: 0.05999999865889549 [2021-07-11T12:44:47.612Z] prd-ubuntu18.04-docker-arm64-4c-16g-2474 does not seem to be running inside a container [2021-07-11T12:44:47.701Z] $ 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 ******** ci-base-image-arm64 cat [2021-07-11T12:44:49.321Z] $ docker top cbb40dfc8ac4a64639060f57b5184a318f8ae2e290714b0939776bd0dc23f7c4 -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh [2021-07-11T12:44:49.695Z] Stashed 1 file(s) [Pipeline] } [2021-07-11T12:44:49.751Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-11T12:44:50.326Z] + go mod tidy [Pipeline] sh [2021-07-11T12:44:51.594Z] + make test [2021-07-11T12:44:51.594Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-07-11T12:44:53.036Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-07-11T12:45:32.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.429s coverage: 83.3% of statements [2021-07-11T12:45:32.117Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] [2021-07-11T12:45:32.117Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-07-11T12:45:32.117Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces/mocks [no test files] [2021-07-11T12:45:32.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.038s coverage: 26.3% of statements [2021-07-11T12:45:32.117Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/common [no test files] [2021-07-11T12:45:32.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.086s coverage: 47.2% of statements [2021-07-11T12:45:32.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.061s coverage: 90.0% of statements [2021-07-11T12:45:32.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.214s coverage: 86.2% of statements [2021-07-11T12:45:32.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.042s coverage: 59.5% of statements [2021-07-11T12:45:32.117Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 35.5% of statements [2021-07-11T12:45:32.393Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.038s coverage: 49.4% of statements [2021-07-11T12:45:32.670Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-07-11T12:45:55.129Z] gofmt -l . [2021-07-11T12:45:55.129Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-07-11T12:45:55.148Z] $ docker stop --time=1 cbb40dfc8ac4a64639060f57b5184a318f8ae2e290714b0939776bd0dc23f7c4 [2021-07-11T12:45:57.199Z] $ docker rm -f cbb40dfc8ac4a64639060f57b5184a318f8ae2e290714b0939776bd0dc23f7c4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-11T12:45:58.016Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-07-11T12:45:58.052Z] Warning: overwriting stash ‘coverage-report’ [2021-07-11T12:45:58.703Z] 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-07-11T12:45:59.507Z] ---> job-cost.sh [2021-07-11T12:45:59.508Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gV2c [2021-07-11T12:46:46.571Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-07-11T12:48:23.399Z] lf-activate-venv(): INFO: Adding /tmp/venv-gV2c/bin to PATH [2021-07-11T12:48:23.399Z] INFO: No Stack... [2021-07-11T12:48:23.399Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-11T12:48:23.399Z] INFO: Archiving Costs [Pipeline] sh [2021-07-11T12:48:23.746Z] + cat /w/workspace/go-mod-core-contracts/3/archives/cost.csv [2021-07-11T12:48:23.746Z] + cut -d, -f6 [Pipeline] lock [2021-07-11T12:48:23.810Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [2021-07-11T12:48:23.822Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] did not exist. Created. [2021-07-11T12:48:23.822Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-11T12:48:24.205Z] /w/workspace/go-mod-core-contracts/3@tmp/durable-581f2e55/script.sh: 1: /w/workspace/go-mod-core-contracts/3@tmp/durable-581f2e55/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-07-11T12:48:24.552Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-11T12:48:24.591Z] Warning: overwriting stash ‘stack-cost’ [2021-07-11T12:48:24.745Z] Stashed 1 file(s) [Pipeline] } [2021-07-11T12:48:24.762Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-641-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] configFileProvider [2021-07-11T12:48:25.601Z] provisioning config files... [2021-07-11T12:48:25.613Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-641@tmp/config1736212516842722359tmp [Pipeline] { [Pipeline] sh [2021-07-11T12:48:25.948Z] + set +x [2021-07-11T12:48:25.948Z] + curl -s https://codecov.io/bash [2021-07-11T12:48:25.948Z] + bash -s -- [2021-07-11T12:48:25.948Z] [2021-07-11T12:48:25.948Z] _____ _ [2021-07-11T12:48:25.948Z] / ____| | | [2021-07-11T12:48:25.948Z] | | ___ __| | ___ ___ _____ __ [2021-07-11T12:48:25.948Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-11T12:48:25.948Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-11T12:48:25.948Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-11T12:48:25.948Z] Bash-1.0.3 [2021-07-11T12:48:25.948Z] [2021-07-11T12:48:25.948Z] [2021-07-11T12:48:25.948Z] ==> git version 2.24.4 found [2021-07-11T12:48:25.948Z] ==> 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-07-11T12:48:25.948Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-11T12:48:25.948Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-11T12:48:25.948Z] ==> Jenkins CI detected. [2021-07-11T12:48:25.948Z] project root: . [2021-07-11T12:48:25.948Z] --> token set from env [2021-07-11T12:48:25.948Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-11T12:48:25.948Z] ==> Running gcov in . (disable via -X gcov) [2021-07-11T12:48:25.948Z] ==> Python coveragepy not found [2021-07-11T12:48:25.948Z] ==> Searching for coverage reports in: [2021-07-11T12:48:25.948Z] + . [2021-07-11T12:48:26.209Z] -> Found 1 reports [2021-07-11T12:48:26.209Z] ==> Detecting git/mercurial file structure [2021-07-11T12:48:26.209Z] ==> Reading reports [2021-07-11T12:48:26.209Z] + ./coverage.out bytes=101130 [2021-07-11T12:48:26.209Z] ==> Appending adjustments [2021-07-11T12:48:26.209Z] https://docs.codecov.io/docs/fixing-reports [2021-07-11T12:48:26.783Z] + Found adjustments [2021-07-11T12:48:26.783Z] ==> Gzipping contents [2021-07-11T12:48:26.783Z] 16K /tmp/codecov.MPQ6Nx.gz [2021-07-11T12:48:26.783Z] ==> Uploading reports [2021-07-11T12:48:26.783Z] url: https://codecov.io [2021-07-11T12:48:26.783Z] query: branch=PR-641&commit=ba0f360f6c6acd0964ca7aa729af6dd000058408&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-641%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=641&job=&cmd_args= [2021-07-11T12:48:26.783Z] -> Pinging Codecov [2021-07-11T12:48:26.783Z] https://codecov.io/upload/v4?package=bash-1.0.3&branch=PR-641&commit=ba0f360f6c6acd0964ca7aa729af6dd000058408&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-641%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=641&job=&cmd_args= [2021-07-11T12:48:27.044Z] -> Uploading to [2021-07-11T12:48:27.044Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-11/71470A77251A30514AAF9C0BB2E5B6CE/ba0f360f6c6acd0964ca7aa729af6dd000058408/d39ed1d8-15ed-41a7-a4bf-d85094098556.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210711T124826Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f96d1c0f0d12c8b878d1dd9ed3b0886d9e75c9cb6880da849289720317205f10 [2021-07-11T12:48:27.044Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-11T12:48:27.044Z] Dload Upload Total Spent Left Speed [2021-07-11T12:48:27.618Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15134 0 0 100 15134 0 33844 --:--:-- --:--:-- --:--:-- 33856 [2021-07-11T12:48:27.618Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ba0f360f6c6acd0964ca7aa729af6dd000058408 [Pipeline] } [2021-07-11T12:48:27.628Z] Deleting 1 temporary files [Pipeline] // configFileProvider [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-07-11T12:48:29.546Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T12:48:30.126Z] ---> package-listing.sh [2021-07-11T12:48:30.126Z] ++ facter osfamily [2021-07-11T12:48:30.126Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-11T12:48:30.394Z] + OS_FAMILY=redhat [2021-07-11T12:48:30.394Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-641 [2021-07-11T12:48:30.394Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-11T12:48:30.394Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-11T12:48:30.394Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-11T12:48:30.394Z] + PACKAGES=/tmp/packages_start.txt [2021-07-11T12:48:30.394Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-641 ']' [2021-07-11T12:48:30.394Z] + PACKAGES=/tmp/packages_end.txt [2021-07-11T12:48:30.394Z] + case "${OS_FAMILY}" in [2021-07-11T12:48:30.394Z] + rpm -qa [2021-07-11T12:48:30.394Z] + sort [2021-07-11T12:48:30.973Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-11T12:48:30.973Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-11T12:48:30.973Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-11T12:48:30.973Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-641 ']' [2021-07-11T12:48:30.973Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-641/archives/ [2021-07-11T12:48:30.973Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-641/archives/ [Pipeline] echo [2021-07-11T12:48:30.990Z] 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-641/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-11T12:48:31.283Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:48:31.880Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-11T12:48:31.880Z] [2021-07-11T12:48:31.880Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-07-11T12:48:32.212Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-11T12:48:32.473Z] alpine: Pulling from edgex-lftools-log-publisher [2021-07-11T12:48:32.473Z] df20fa9351a1: Pulling fs layer [2021-07-11T12:48:32.473Z] 36b3adc4ff6f: Pulling fs layer [2021-07-11T12:48:32.473Z] 8ad3a11d3b57: Pulling fs layer [2021-07-11T12:48:32.473Z] 46f8f816bc3b: Pulling fs layer [2021-07-11T12:48:32.473Z] 93b61091891f: Pulling fs layer [2021-07-11T12:48:32.473Z] 93b9cdb0e59b: Pulling fs layer [2021-07-11T12:48:32.473Z] 5e14af77c1be: Pulling fs layer [2021-07-11T12:48:32.473Z] 01666e4c0597: Pulling fs layer [2021-07-11T12:48:32.473Z] aa168da1d23b: Pulling fs layer [2021-07-11T12:48:32.473Z] 93b61091891f: Waiting [2021-07-11T12:48:32.473Z] 93b9cdb0e59b: Waiting [2021-07-11T12:48:32.473Z] 5e14af77c1be: Waiting [2021-07-11T12:48:32.473Z] 01666e4c0597: Waiting [2021-07-11T12:48:32.473Z] aa168da1d23b: Waiting [2021-07-11T12:48:32.473Z] 46f8f816bc3b: Waiting [2021-07-11T12:48:32.473Z] 36b3adc4ff6f: Verifying Checksum [2021-07-11T12:48:32.473Z] 36b3adc4ff6f: Download complete [2021-07-11T12:48:32.473Z] 46f8f816bc3b: Verifying Checksum [2021-07-11T12:48:32.473Z] 46f8f816bc3b: Download complete [2021-07-11T12:48:32.736Z] df20fa9351a1: Verifying Checksum [2021-07-11T12:48:32.736Z] df20fa9351a1: Download complete [2021-07-11T12:48:32.736Z] 93b9cdb0e59b: Verifying Checksum [2021-07-11T12:48:32.736Z] 93b9cdb0e59b: Download complete [2021-07-11T12:48:32.736Z] 5e14af77c1be: Verifying Checksum [2021-07-11T12:48:32.736Z] 5e14af77c1be: Download complete [2021-07-11T12:48:32.736Z] 93b61091891f: Verifying Checksum [2021-07-11T12:48:32.736Z] 93b61091891f: Download complete [2021-07-11T12:48:32.736Z] 01666e4c0597: Verifying Checksum [2021-07-11T12:48:32.737Z] 01666e4c0597: Download complete [2021-07-11T12:48:32.737Z] 8ad3a11d3b57: Verifying Checksum [2021-07-11T12:48:32.737Z] 8ad3a11d3b57: Download complete [2021-07-11T12:48:33.000Z] df20fa9351a1: Pull complete [2021-07-11T12:48:33.273Z] 36b3adc4ff6f: Pull complete [2021-07-11T12:48:33.850Z] 8ad3a11d3b57: Pull complete [2021-07-11T12:48:33.850Z] 46f8f816bc3b: Pull complete [2021-07-11T12:48:34.117Z] 93b61091891f: Pull complete [2021-07-11T12:48:34.117Z] 93b9cdb0e59b: Pull complete [2021-07-11T12:48:34.382Z] 5e14af77c1be: Pull complete [2021-07-11T12:48:34.382Z] 01666e4c0597: Pull complete [2021-07-11T12:48:34.962Z] aa168da1d23b: Verifying Checksum [2021-07-11T12:48:34.962Z] aa168da1d23b: Download complete [2021-07-11T12:48:39.226Z] aa168da1d23b: Pull complete [2021-07-11T12:48:39.226Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-07-11T12:48:39.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-07-11T12:48:39.226Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-07-11T12:48:39.308Z] prd-centos7-docker-4c-2g-2472 does not seem to be running inside a container [2021-07-11T12:48:39.347Z] $ 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-641/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-641 -v /w/workspace/dry_go-mod-core-contracts_PR-641:/w/workspace/dry_go-mod-core-contracts_PR-641:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-641@tmp:/w/workspace/dry_go-mod-core-contracts_PR-641@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-07-11T12:48:41.405Z] $ docker top fa8253347e7fefb1bbaa9ad272af5196d3e5fdcffd024f3722218ed81fe6c3a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-11T12:48:41.802Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-11T12:48:42.103Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-07-11T12:48:42.412Z] + ls /var/log/sa-host [2021-07-11T12:48:42.412Z] + sadf -c /var/log/sa-host/sa05 [2021-07-11T12:48:42.412Z] file_magic: OK [2021-07-11T12:48:42.412Z] HZ: Using current value: 100 [2021-07-11T12:48:42.412Z] file_header: OK [2021-07-11T12:48:42.412Z] 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-07-11T12:48:42.412Z] Statistics: [2021-07-11T12:48:42.412Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-11T12:48:42.412Z] File successfully converted to sysstat format version 12.2.1 [2021-07-11T12:48:42.412Z] + sadf -c /var/log/sa-host/sa11 [2021-07-11T12:48:42.412Z] file_magic: OK [2021-07-11T12:48:42.412Z] HZ: Using current value: 100 [2021-07-11T12:48:42.412Z] file_header: OK [2021-07-11T12:48:42.412Z] 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-07-11T12:48:42.412Z] Statistics: [2021-07-11T12:48:42.412Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-11T12:48:42.412Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-11T12:48:43.081Z] provisioning config files... [2021-07-11T12:48:43.096Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-641@tmp/config6559328988463755258tmp [Pipeline] { [Pipeline] echo [2021-07-11T12:48:43.121Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T12:48:43.418Z] ---> create-netrc.sh [Pipeline] } [2021-07-11T12:48:43.427Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-11T12:48:43.823Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-11T12:48:43.834Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T12:48:44.133Z] ---> sudo-logs.sh [2021-07-11T12:48:44.134Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-07-11T12:48:44.170Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T12:48:44.465Z] ---> job-cost.sh [2021-07-11T12:48:44.465Z] lf-activate-venv: SKIPPING [2021-07-11T12:48:44.465Z] DEBUG: total: 0.18000000715255737 [2021-07-11T12:48:44.465Z] INFO: Retrieving Stack Cost... [2021-07-11T12:48:45.409Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-11T12:48:45.670Z] INFO: Archiving Costs [Pipeline] echo [2021-07-11T12:48:45.684Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-11T12:48:45.983Z] ---> logs-deploy.sh [2021-07-11T12:48:45.983Z] lf-activate-venv: SKIPPING [2021-07-11T12:48:45.983Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-641/3 [2021-07-11T12:48:45.983Z] INFO: archiving workspace using pattern(s): [2021-07-11T12:48:46.927Z] Archives upload complete. [2021-07-11T12:48:46.927Z] INFO: archiving logs to Nexus