Pull request #540 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 rather than d416b800869623a351e523115ad69519c97f3189 Obtained Jenkinsfile from b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29318 in /w/workspace/dry_go-mod-core-contracts_PR-540 [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-540 # 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 b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit d416b800869623a351e523115ad69519c97f3189 Merge succeeded, producing d416b800869623a351e523115ad69519c97f3189 Checking out Revision d416b800869623a351e523115ad69519c97f3189 (PR-540) > 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/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d416b800869623a351e523115ad69519c97f3189 # 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 b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 Commit message: "feat: Implement the re-designed device profile model" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk f38c7cb2460b54a33d5b87c6cdad54c130ca45ed # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T13:25:25.753Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T13:25:25.984Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T13:25:26.077Z] ========================================================= [2021-03-10T13:25:26.077Z] EdgeX Global Pipelines Version Info [2021-03-10T13:25:26.077Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T13:25:27.560Z] ------------------- [2021-03-10T13:25:27.560Z] stable info: [2021-03-10T13:25:27.560Z] ------------------- [2021-03-10T13:25:27.560Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T13:25:27.560Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T13:25:27.560Z] Message: update stable to v1.0.184 [2021-03-10T13:25:28.506Z] ------------------- [2021-03-10T13:25:28.506Z] experimental info: [2021-03-10T13:25:28.506Z] ------------------- [2021-03-10T13:25:28.506Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T13:25:28.506Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T13:25:28.506Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T13:25:28.762Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2021-03-10T13:25:28.884Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2021-03-10T13:25:28.968Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T13:25:29.055Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T13:25:29.149Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T13:25:29.238Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T13:25:29.324Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T13:25:29.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T13:25:29.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-10T13:25:29.603Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T13:25:29.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T13:25:29.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2021-03-10T13:25:29.856Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T13:25:29.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T13:25:30.032Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-10T13:25:30.116Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-10T13:25:30.200Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-10T13:25:30.303Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-10T13:25:30.397Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T13:25:30.618Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-10T13:25:30.714Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-10T13:25:30.831Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-10T13:25:30.946Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-10T13:25:31.045Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-10T13:25:31.139Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-10T13:25:31.241Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T13:25:31.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-540 [Pipeline] echo [2021-03-10T13:25:31.462Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-540 [Pipeline] echo [2021-03-10T13:25:31.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-540 [Pipeline] echo [2021-03-10T13:25:31.652Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d416b800869623a351e523115ad69519c97f3189 [Pipeline] echo [2021-03-10T13:25:31.737Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d416b80 [Pipeline] echo [2021-03-10T13:25:31.820Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T13:25:32.508Z] + git log --format=format:%s -1 d416b800869623a351e523115ad69519c97f3189 [Pipeline] echo [2021-03-10T13:25:32.570Z] GIT_COMMIT: d416b800869623a351e523115ad69519c97f3189, Commit Message: feat: Implement the re-designed device profile model [Pipeline] echo [2021-03-10T13:25:32.614Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:25:33.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T13:25:33.469Z] [2021-03-10T13:25:33.469Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:25:33.814Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T13:25:33.815Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T13:25:33.815Z] 31603596830f: Pulling fs layer [2021-03-10T13:25:33.815Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T13:25:33.815Z] 6ca5941a6612: Pulling fs layer [2021-03-10T13:25:33.815Z] ecc8261a40a4: Pulling fs layer [2021-03-10T13:25:33.815Z] ecc8261a40a4: Waiting [2021-03-10T13:25:33.815Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T13:25:33.815Z] 2a8b12db71e7: Download complete [2021-03-10T13:25:34.087Z] 31603596830f: Verifying Checksum [2021-03-10T13:25:34.087Z] 31603596830f: Download complete [2021-03-10T13:25:34.087Z] ecc8261a40a4: Verifying Checksum [2021-03-10T13:25:34.087Z] ecc8261a40a4: Download complete [2021-03-10T13:25:34.087Z] 6ca5941a6612: Verifying Checksum [2021-03-10T13:25:34.087Z] 6ca5941a6612: Download complete [2021-03-10T13:25:34.351Z] 31603596830f: Pull complete [2021-03-10T13:25:34.612Z] 2a8b12db71e7: Pull complete [2021-03-10T13:25:35.556Z] 6ca5941a6612: Pull complete [2021-03-10T13:25:35.556Z] ecc8261a40a4: Pull complete [2021-03-10T13:25:35.556Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T13:25:35.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T13:25:35.556Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T13:25:35.677Z] prd-centos7-docker-4c-2g-29318 does not seem to be running inside a container [2021-03-10T13:25:35.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-540 -v /w/workspace/dry_go-mod-core-contracts_PR-540:/w/workspace/dry_go-mod-core-contracts_PR-540:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-540@tmp:/w/workspace/dry_go-mod-core-contracts_PR-540@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T13:25:37.671Z] $ docker top 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T13:25:37.971Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T13:25:37.971Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T13:25:38.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T13:25:38.189Z] $ docker exec 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 ssh-agent [2021-03-10T13:25:38.359Z] SSH_AUTH_SOCK=/tmp/ssh-lcg2qDlnx8bc/agent.11 [2021-03-10T13:25:38.359Z] SSH_AGENT_PID=16 [2021-03-10T13:25:38.368Z] Running ssh-add (command line suppressed) [2021-03-10T13:25:38.478Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5820742130517202090.key (/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5820742130517202090.key) [2021-03-10T13:25:38.532Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T13:25:38.895Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T13:25:38.915Z] $ docker exec --env ******** --env ******** 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 ssh-agent -k [2021-03-10T13:25:39.027Z] unset SSH_AUTH_SOCK; [2021-03-10T13:25:39.027Z] unset SSH_AGENT_PID; [2021-03-10T13:25:39.027Z] echo Agent pid 16 killed; [2021-03-10T13:25:39.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T13:25:39.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T13:25:39.212Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T13:25:39.367Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T13:25:39.370Z] $ docker exec 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 ssh-agent [2021-03-10T13:25:39.527Z] SSH_AUTH_SOCK=/tmp/ssh-qudtIPM5hxC4/agent.45 [2021-03-10T13:25:39.527Z] SSH_AGENT_PID=50 [2021-03-10T13:25:39.535Z] Running ssh-add (command line suppressed) [2021-03-10T13:25:39.655Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5947694134296602108.key (/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/private_key_5947694134296602108.key) [2021-03-10T13:25:39.916Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T13:25:40.257Z] + git semver init [2021-03-10T13:25:40.257Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T13:25:40.257Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-540/.git [2021-03-10T13:25:40.257Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-540 [2021-03-10T13:25:40.257Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T13:25:40.257Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T13:25:40.257Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T13:25:40.257Z] # $SEMVER_BRANCH = PR-540 [2021-03-10T13:25:40.257Z] # $SEMVER_TEMP = /tmp/semver-002086658 [2021-03-10T13:25:40.257Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2021-03-10T13:25:40.832Z] # '/tmp/semver-002086658' -> '/w/workspace/dry_go-mod-core-contracts_PR-540/.semver' [2021-03-10T13:25:41.094Z] # -> Force: false [2021-03-10T13:25:41.094Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-540/.semver [Pipeline] } [2021-03-10T13:25:41.108Z] $ docker exec --env ******** --env ******** 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 ssh-agent -k [2021-03-10T13:25:41.228Z] unset SSH_AUTH_SOCK; [2021-03-10T13:25:41.229Z] unset SSH_AGENT_PID; [2021-03-10T13:25:41.229Z] echo Agent pid 50 killed; [2021-03-10T13:25:41.273Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T13:25:41.745Z] + git semver [Pipeline] } [2021-03-10T13:25:41.761Z] $ docker stop --time=1 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 [2021-03-10T13:25:43.620Z] $ docker rm -f 9a41f49d7c2397e820283c0c133f7370255f63642a056487c848da588df84e13 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T13:25:44.145Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T13:25:44.640Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T13:25:44.643Z] [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-03-10T13:26:00.158Z] Still waiting to schedule task [2021-03-10T13:26:00.158Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-10T13:26:00.160Z] Still waiting to schedule task [2021-03-10T13:26:00.160Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-10T13:27:52.510Z] Running on prd-centos7-docker-4c-2g-29320 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] ws [2021-03-10T13:27:52.581Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-03-10T13:27:52.791Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29319 in /w/workspace/dry_go-mod-core-contracts_PR-540 [Pipeline] { [Pipeline] ws [2021-03-10T13:27:52.860Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2021-03-10T13:27:55.330Z] using credential edgex-jenkins-ssh [2021-03-10T13:27:55.380Z] Cloning the remote Git repository [2021-03-10T13:27:55.409Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-10T13:27:55.486Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-03-10T13:27:55.549Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-10T13:27:55.549Z] > git --version # timeout=10 [2021-03-10T13:27:55.556Z] > git --version # 'git version 2.24.3' [2021-03-10T13:27:55.556Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T13:27:55.586Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T13:27:56.805Z] Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit d416b800869623a351e523115ad69519c97f3189 [2021-03-10T13:27:56.919Z] Merge succeeded, producing d416b800869623a351e523115ad69519c97f3189 [2021-03-10T13:27:56.920Z] Checking out Revision d416b800869623a351e523115ad69519c97f3189 (PR-540) [2021-03-10T13:27:56.297Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-10T13:27:56.305Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T13:27:56.317Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-10T13:27:56.328Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-10T13:27:56.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T13:27:56.333Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T13:27:56.813Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T13:27:56.818Z] > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 [2021-03-10T13:27:56.886Z] > git remote # timeout=10 [2021-03-10T13:27:56.893Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T13:27:56.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T13:27:56.903Z] > git merge b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 [2021-03-10T13:27:56.914Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T13:27:56.923Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T13:27:56.927Z] > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 [2021-03-10T13:27:58.138Z] using credential edgex-jenkins-ssh [2021-03-10T13:27:58.194Z] Cloning the remote Git repository [2021-03-10T13:27:58.248Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-10T13:27:58.371Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2021-03-10T13:27:58.442Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-10T13:27:58.443Z] > git --version # timeout=10 [2021-03-10T13:27:58.462Z] > git --version # 'git version 2.17.1' [2021-03-10T13:27:58.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T13:27:58.551Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T13:28:00.337Z] Merging remotes/origin/master commit b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 into PR head commit d416b800869623a351e523115ad69519c97f3189 [2021-03-10T13:27:59.623Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-10T13:27:59.639Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T13:27:59.671Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2021-03-10T13:27:59.709Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2021-03-10T13:27:59.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T13:27:59.722Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/540/head:refs/remotes/origin/PR-540 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T13:28:00.361Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T13:28:00.387Z] > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 [2021-03-10T13:28:00.534Z] > git remote # timeout=10 [2021-03-10T13:28:00.553Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T13:28:00.663Z] Merge succeeded, producing d416b800869623a351e523115ad69519c97f3189 [2021-03-10T13:28:00.663Z] Checking out Revision d416b800869623a351e523115ad69519c97f3189 (PR-540) [2021-03-10T13:28:00.693Z] Commit message: "feat: Implement the re-designed device profile model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T13:28:00.573Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T13:28:00.583Z] > git merge b029b989f2ea03675b3fb3ad270ffbe3b047a2d1 # timeout=10 [2021-03-10T13:28:00.606Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T13:28:00.673Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T13:28:00.715Z] > git checkout -f d416b800869623a351e523115ad69519c97f3189 # timeout=10 [2021-03-10T13:28:02.218Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T13:28:02.571Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T13:28:02.877Z] + sudo service docker restart [2021-03-10T13:28:02.877Z] + true [2021-03-10T13:28:02.877Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-10T13:28:04.422Z] ========================================================= [2021-03-10T13:28:04.422Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T13:28:04.422Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:28:04.794Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-10T13:28:05.231Z] Commit message: "feat: Implement the re-designed device profile model" [2021-03-10T13:28:05.374Z] Sending build context to Docker daemon 2.798MB [2021-03-10T13:28:05.374Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-10T13:28:05.374Z] Step 2/7 : FROM ${BASE} [2021-03-10T13:28:05.374Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T13:28:05.374Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T13:28:05.374Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T13:28:05.374Z] de9db76c5a1d: Pulling fs layer [2021-03-10T13:28:05.374Z] bca2f99d35d6: Pulling fs layer [2021-03-10T13:28:05.374Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T13:28:05.374Z] 7c6f9722023f: Pulling fs layer [2021-03-10T13:28:05.374Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T13:28:05.374Z] 93359f2a8cfa: Waiting [2021-03-10T13:28:05.374Z] 7c6f9722023f: Waiting [2021-03-10T13:28:05.374Z] a35cf1a2eb13: Waiting [2021-03-10T13:28:05.374Z] bca2f99d35d6: Waiting [2021-03-10T13:28:05.374Z] de9db76c5a1d: Verifying Checksum [2021-03-10T13:28:05.374Z] de9db76c5a1d: Download complete [2021-03-10T13:28:05.374Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T13:28:05.374Z] 0ef7d3d256c8: Download complete [2021-03-10T13:28:05.374Z] 93359f2a8cfa: Download complete [2021-03-10T13:28:05.374Z] 7c6f9722023f: Verifying Checksum [2021-03-10T13:28:05.374Z] 7c6f9722023f: Download complete [2021-03-10T13:28:05.374Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T13:28:05.374Z] 188c0c94c7c5: Download complete [Pipeline] withEnv [Pipeline] { [2021-03-10T13:28:05.641Z] 188c0c94c7c5: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T13:28:05.903Z] 0ef7d3d256c8: Pull complete [2021-03-10T13:28:06.170Z] de9db76c5a1d: Pull complete [2021-03-10T13:28:06.849Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T13:28:07.124Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T13:28:07.124Z] a35cf1a2eb13: Download complete [2021-03-10T13:28:07.256Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T13:28:07.647Z] + sudo service docker restart [2021-03-10T13:28:07.648Z] + true [2021-03-10T13:28:07.703Z] bca2f99d35d6: Verifying Checksum [2021-03-10T13:28:07.703Z] bca2f99d35d6: Download complete [Pipeline] unstash [Pipeline] echo [2021-03-10T13:28:10.627Z] ========================================================= [2021-03-10T13:28:10.627Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T13:28:10.627Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:28:11.012Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-10T13:28:11.996Z] Sending build context to Docker daemon 2.797MB [2021-03-10T13:28:11.997Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2021-03-10T13:28:11.997Z] Step 2/7 : FROM ${BASE} [2021-03-10T13:28:12.271Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T13:28:12.271Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T13:28:12.271Z] a4357932f1b6: Pulling fs layer [2021-03-10T13:28:12.271Z] 18c013af1878: Pulling fs layer [2021-03-10T13:28:12.271Z] 00ac8860ef70: Pulling fs layer [2021-03-10T13:28:12.271Z] 63d7cb157983: Pulling fs layer [2021-03-10T13:28:12.271Z] b116817d02f9: Pulling fs layer [2021-03-10T13:28:12.271Z] 745a02a5169b: Pulling fs layer [2021-03-10T13:28:12.271Z] 00ac8860ef70: Waiting [2021-03-10T13:28:12.271Z] 63d7cb157983: Waiting [2021-03-10T13:28:12.271Z] b116817d02f9: Waiting [2021-03-10T13:28:12.271Z] 745a02a5169b: Waiting [2021-03-10T13:28:12.271Z] 18c013af1878: Download complete [2021-03-10T13:28:12.271Z] a4357932f1b6: Download complete [2021-03-10T13:28:12.547Z] 63d7cb157983: Verifying Checksum [2021-03-10T13:28:12.547Z] 63d7cb157983: Download complete [2021-03-10T13:28:12.547Z] b116817d02f9: Verifying Checksum [2021-03-10T13:28:12.547Z] b116817d02f9: Download complete [2021-03-10T13:28:12.547Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T13:28:12.547Z] 5f621e34cdf4: Download complete [2021-03-10T13:28:13.043Z] bca2f99d35d6: Pull complete [2021-03-10T13:28:13.044Z] 93359f2a8cfa: Pull complete [2021-03-10T13:28:13.044Z] 7c6f9722023f: Pull complete [2021-03-10T13:28:13.151Z] 5f621e34cdf4: Pull complete [2021-03-10T13:28:13.774Z] a4357932f1b6: Pull complete [2021-03-10T13:28:14.380Z] 18c013af1878: Pull complete [2021-03-10T13:28:14.979Z] 745a02a5169b: Verifying Checksum [2021-03-10T13:28:14.979Z] 745a02a5169b: Download complete [2021-03-10T13:28:15.958Z] 00ac8860ef70: Verifying Checksum [2021-03-10T13:28:15.959Z] 00ac8860ef70: Download complete [2021-03-10T13:28:18.415Z] a35cf1a2eb13: Pull complete [2021-03-10T13:28:18.415Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T13:28:18.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T13:28:18.415Z] ---> a62c8e92a672 [2021-03-10T13:28:18.415Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-10T13:28:18.415Z] ---> Running in fbf5ed5e4991 [2021-03-10T13:28:18.678Z] Removing intermediate container fbf5ed5e4991 [2021-03-10T13:28:18.678Z] ---> 11ee67c4f789 [2021-03-10T13:28:18.678Z] Step 4/7 : RUN apk add bash [2021-03-10T13:28:18.678Z] ---> Running in 19453625405f [2021-03-10T13:28:19.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T13:28:20.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T13:28:20.469Z] OK: 166 MiB in 39 packages [2021-03-10T13:28:21.049Z] Removing intermediate container 19453625405f [2021-03-10T13:28:21.049Z] ---> 99a9b55a1052 [2021-03-10T13:28:21.049Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-10T13:28:21.049Z] ---> Running in df761975e0c2 [2021-03-10T13:28:21.314Z] Removing intermediate container df761975e0c2 [2021-03-10T13:28:21.314Z] ---> d735d77e454d [2021-03-10T13:28:21.314Z] Step 6/7 : COPY go.mod . [2021-03-10T13:28:21.581Z] ---> f27d1bbad0c6 [2021-03-10T13:28:21.581Z] Step 7/7 : RUN go mod download [2021-03-10T13:28:21.581Z] ---> Running in a585e112cad4 [2021-03-10T13:28:26.153Z] 00ac8860ef70: Pull complete [2021-03-10T13:28:26.154Z] 63d7cb157983: Pull complete [2021-03-10T13:28:26.434Z] b116817d02f9: Pull complete [2021-03-10T13:28:30.768Z] 745a02a5169b: Pull complete [2021-03-10T13:28:30.768Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T13:28:30.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T13:28:30.768Z] ---> b7e6874047d6 [2021-03-10T13:28:30.768Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-10T13:28:32.747Z] ---> Running in d5158abaf5ca [2021-03-10T13:28:33.340Z] Removing intermediate container d5158abaf5ca [2021-03-10T13:28:33.340Z] ---> 4fae61537117 [2021-03-10T13:28:33.340Z] Step 4/7 : RUN apk add bash [2021-03-10T13:28:33.340Z] ---> Running in 1ad7f9bfe7a4 [2021-03-10T13:28:33.871Z] Removing intermediate container a585e112cad4 [2021-03-10T13:28:33.871Z] ---> 47a387153575 [2021-03-10T13:28:33.871Z] Successfully built 47a387153575 [2021-03-10T13:28:33.871Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:28:34.187Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T13:28:34.187Z] . [Pipeline] withDockerContainer [2021-03-10T13:28:34.307Z] prd-centos7-docker-4c-2g-29320 does not seem to be running inside a container [2021-03-10T13:28:34.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T13:28:34.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T13:28:35.046Z] $ docker top 791ed0158c68d1e248e14b0bc696e21723d36cb8d8f6ebc5ed97a1dd78c39c09 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T13:28:35.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T13:28:35.612Z] + go version [2021-03-10T13:28:35.612Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T13:28:35.628Z] $ docker stop --time=1 791ed0158c68d1e248e14b0bc696e21723d36cb8d8f6ebc5ed97a1dd78c39c09 [2021-03-10T13:28:36.373Z] OK: 142 MiB in 39 packages [2021-03-10T13:28:36.971Z] $ docker rm -f 791ed0158c68d1e248e14b0bc696e21723d36cb8d8f6ebc5ed97a1dd78c39c09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:28:37.770Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T13:28:37.770Z] . [Pipeline] withDockerContainer [2021-03-10T13:28:37.813Z] Removing intermediate container 1ad7f9bfe7a4 [2021-03-10T13:28:37.813Z] ---> adb6d9b70767 [2021-03-10T13:28:37.813Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2021-03-10T13:28:37.813Z] ---> Running in eca32fa7d56b [2021-03-10T13:28:37.867Z] prd-centos7-docker-4c-2g-29320 does not seem to be running inside a container [2021-03-10T13:28:37.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T13:28:38.412Z] Removing intermediate container eca32fa7d56b [2021-03-10T13:28:38.412Z] ---> e005576ee99d [2021-03-10T13:28:38.412Z] Step 6/7 : COPY go.mod . [2021-03-10T13:28:38.557Z] $ docker top 3dcea9da85baaf187975198d1628fe9db68d4e471a26090db9d0159376262feb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T13:28:39.011Z] ---> 92e39e3d85ef [2021-03-10T13:28:39.011Z] Step 7/7 : RUN go mod download [2021-03-10T13:28:39.011Z] ---> Running in 3e930852fa61 [2021-03-10T13:28:39.068Z] + make test [2021-03-10T13:28:39.068Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-10T13:28:45.753Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-10T13:28:45.753Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.009s coverage: 85.7% of statements [2021-03-10T13:28:45.753Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.021s coverage: 100.0% of statements [2021-03-10T13:28:45.753Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.035s coverage: 45.4% of statements [2021-03-10T13:28:46.027Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.019s coverage: 77.8% of statements [2021-03-10T13:28:46.027Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-10T13:28:47.996Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.019s coverage: 26.3% of statements [2021-03-10T13:28:47.996Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.030s coverage: 14.7% of statements [2021-03-10T13:28:47.996Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.025s coverage: 100.0% of statements [2021-03-10T13:28:47.996Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements [2021-03-10T13:28:47.996Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-10T13:28:47.996Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-10T13:28:47.996Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.007s coverage: 100.0% of statements [2021-03-10T13:28:47.996Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.007s coverage: 36.7% of statements [2021-03-10T13:28:49.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.051s coverage: 63.0% of statements [2021-03-10T13:28:49.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.022s coverage: 26.3% of statements [2021-03-10T13:28:49.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.021s coverage: 15.4% of statements [2021-03-10T13:28:49.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.007s coverage: 15.4% of statements [2021-03-10T13:28:49.964Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements [2021-03-10T13:28:49.964Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-10T13:28:51.941Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.062s coverage: 84.6% of statements [2021-03-10T13:28:51.941Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-10T13:28:51.941Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-10T13:28:51.941Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-10T13:28:51.941Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.013s coverage: 47.0% of statements [2021-03-10T13:28:51.941Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 94.7% of statements [2021-03-10T13:28:52.202Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.044s coverage: 89.4% of statements [2021-03-10T13:28:52.202Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements [2021-03-10T13:28:52.202Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-10T13:28:52.468Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-10T13:28:54.158Z] Removing intermediate container 3e930852fa61 [2021-03-10T13:28:54.158Z] ---> 60e05ccd0bc2 [2021-03-10T13:28:54.158Z] Successfully built 60e05ccd0bc2 [2021-03-10T13:28:54.158Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:28:54.423Z] gofmt -l . [2021-03-10T13:28:54.423Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-10T13:28:54.440Z] $ docker stop --time=1 3dcea9da85baaf187975198d1628fe9db68d4e471a26090db9d0159376262feb [2021-03-10T13:28:54.504Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T13:28:54.505Z] . [2021-03-10T13:28:56.855Z] $ docker rm -f 3dcea9da85baaf187975198d1628fe9db68d4e471a26090db9d0159376262feb [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-03-10T13:28:57.339Z] prd-ubuntu18.04-docker-arm64-4c-16g-29319 does not seem to be running inside a container [2021-03-10T13:28:57.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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-03-10T13:28:58.859Z] $ docker top 9aed48cec419cfee4afb8aa26d1505459ccd91e516c4d2ce7b357ce247dc922f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-10T13:28:59.484Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-10T13:28:59.859Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-10T13:28:59.952Z] + go version [2021-03-10T13:28:59.952Z] go version go1.15.5 linux/arm64 [Pipeline] // stage [Pipeline] } [2021-03-10T13:29:00.121Z] $ docker stop --time=1 9aed48cec419cfee4afb8aa26d1505459ccd91e516c4d2ce7b357ce247dc922f [2021-03-10T13:29:02.060Z] $ docker rm -f 9aed48cec419cfee4afb8aa26d1505459ccd91e516c4d2ce7b357ce247dc922f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-03-10T13:29:03.124Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T13:29:03.124Z] . Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] withDockerContainer [2021-03-10T13:29:03.589Z] prd-ubuntu18.04-docker-arm64-4c-16g-29319 does not seem to be running inside a container [2021-03-10T13:29:03.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@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-03-10T13:29:05.094Z] $ docker top 1a35fea386f527676e5f548e5433c44a2eac5db3649c7551eb9dd81bf8e3ca11 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T13:29:06.268Z] + make test [2021-03-10T13:29:06.268Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-10T13:29:06.270Z] ---> job-cost.sh [2021-03-10T13:29:06.270Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-nRmK [2021-03-10T13:29:21.325Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T13:29:28.533Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] [2021-03-10T13:29:29.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.032s coverage: 85.7% of statements [2021-03-10T13:29:29.982Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.025s coverage: 100.0% of statements [2021-03-10T13:29:30.589Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.055s coverage: 45.4% of statements [2021-03-10T13:29:30.589Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.050s coverage: 77.8% of statements [2021-03-10T13:29:30.589Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [2021-03-10T13:29:33.994Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.020s coverage: 26.3% of statements [2021-03-10T13:29:33.994Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.049s coverage: 14.7% of statements [2021-03-10T13:29:33.994Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements [2021-03-10T13:29:35.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.116s coverage: 91.8% of statements [2021-03-10T13:29:35.444Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] [2021-03-10T13:29:35.444Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] [2021-03-10T13:29:35.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements [2021-03-10T13:29:35.444Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 36.7% of statements [2021-03-10T13:29:40.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.113s coverage: 63.0% of statements [2021-03-10T13:29:40.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.042s coverage: 26.3% of statements [2021-03-10T13:29:40.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.050s coverage: 15.4% of statements [2021-03-10T13:29:40.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.041s coverage: 15.4% of statements [2021-03-10T13:29:40.872Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.023s coverage: 14.3% of statements [2021-03-10T13:29:40.872Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [2021-03-10T13:29:44.298Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.222s coverage: 84.6% of statements [2021-03-10T13:29:44.298Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] [2021-03-10T13:29:44.298Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [2021-03-10T13:29:44.298Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [2021-03-10T13:29:44.298Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.049s coverage: 47.0% of statements [2021-03-10T13:29:44.298Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.041s coverage: 94.7% of statements [2021-03-10T13:29:46.286Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.173s coverage: 89.4% of statements [2021-03-10T13:29:46.286Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements [2021-03-10T13:29:46.286Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] [2021-03-10T13:29:46.885Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-10T13:29:47.992Z] lf-activate-venv(): INFO: Adding /tmp/venv-nRmK/bin to PATH [2021-03-10T13:29:47.992Z] INFO: No Stack... [2021-03-10T13:29:47.992Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T13:29:48.948Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T13:29:49.257Z] + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv [2021-03-10T13:29:49.257Z] + cut -d, -f6 [Pipeline] lock [2021-03-10T13:29:49.336Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] [2021-03-10T13:29:49.346Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] did not exist. Created. [2021-03-10T13:29:49.346Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T13:29:49.751Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-10T13:29:49.907Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T13:29:49.926Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T13:29:52.297Z] gofmt -l . [2021-03-10T13:29:52.889Z] [ "`gofmt -l .`" = "" ] [Pipeline] } [2021-03-10T13:29:53.500Z] $ docker stop --time=1 1a35fea386f527676e5f548e5433c44a2eac5db3649c7551eb9dd81bf8e3ca11 [2021-03-10T13:29:55.897Z] $ docker rm -f 1a35fea386f527676e5f548e5433c44a2eac5db3649c7551eb9dd81bf8e3ca11 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T13:29:56.821Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-10T13:29:56.885Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T13:29:57.980Z] 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-03-10T13:29:59.017Z] ---> job-cost.sh [2021-03-10T13:29:59.017Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0L0O [2021-03-10T13:30:38.043Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T13:32:14.794Z] lf-activate-venv(): INFO: Adding /tmp/venv-0L0O/bin to PATH [2021-03-10T13:32:14.794Z] INFO: No Stack... [2021-03-10T13:32:14.794Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T13:32:14.794Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T13:32:15.143Z] + + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csvcut [2021-03-10T13:32:15.143Z] -d, -f6 [Pipeline] lock [2021-03-10T13:32:15.268Z] Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] [2021-03-10T13:32:15.281Z] Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] did not exist. Created. [2021-03-10T13:32:15.281Z] Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T13:32:15.741Z] /w/workspace/go-mod-core-contracts/2@tmp/durable-9db227c0/script.sh: 1: /w/workspace/go-mod-core-contracts/2@tmp/durable-9db227c0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-10T13:32:16.086Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T13:32:16.171Z] Warning: overwriting stash ‘stack-cost’ [2021-03-10T13:32:16.344Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T13:32:16.360Z] Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-540-2-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-03-10T13:32:17.736Z] provisioning config files... [2021-03-10T13:32:17.753Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/config1935374904827478480tmp [Pipeline] { [Pipeline] sh [2021-03-10T13:32:18.141Z] + set +x [2021-03-10T13:32:18.142Z] + curl -s https://codecov.io/bash [2021-03-10T13:32:18.142Z] + bash -s -- [2021-03-10T13:32:18.405Z] [2021-03-10T13:32:18.405Z] _____ _ [2021-03-10T13:32:18.405Z] / ____| | | [2021-03-10T13:32:18.405Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T13:32:18.405Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T13:32:18.405Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T13:32:18.405Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T13:32:18.405Z] Bash-20210309-2b87ace [2021-03-10T13:32:18.405Z] [2021-03-10T13:32:18.405Z] [2021-03-10T13:32:18.405Z] ==> git version 2.24.3 found [2021-03-10T13:32:18.405Z] ==> 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-03-10T13:32:18.405Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T13:32:18.405Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T13:32:18.666Z] ==> Jenkins CI detected. [2021-03-10T13:32:18.666Z] project root: . [2021-03-10T13:32:18.666Z] --> token set from env [2021-03-10T13:32:18.666Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T13:32:18.666Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T13:32:18.666Z] ==> Python coveragepy not found [2021-03-10T13:32:18.666Z] ==> Searching for coverage reports in: [2021-03-10T13:32:18.666Z] + . [2021-03-10T13:32:18.666Z] -> Found 1 reports [2021-03-10T13:32:18.666Z] ==> Detecting git/mercurial file structure [2021-03-10T13:32:18.666Z] ==> Reading reports [2021-03-10T13:32:18.666Z] + ./coverage.out bytes=157997 [2021-03-10T13:32:18.666Z] ==> Appending adjustments [2021-03-10T13:32:18.666Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T13:32:19.611Z] + Found adjustments [2021-03-10T13:32:19.611Z] ==> Gzipping contents [2021-03-10T13:32:19.611Z] 24K /tmp/codecov.8jB39u.gz [2021-03-10T13:32:19.611Z] ==> Uploading reports [2021-03-10T13:32:19.611Z] url: https://codecov.io [2021-03-10T13:32:19.611Z] query: branch=PR-540&commit=d416b800869623a351e523115ad69519c97f3189&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-540%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=540&job=&cmd_args= [2021-03-10T13:32:19.611Z] -> Pinging Codecov [2021-03-10T13:32:19.611Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-540&commit=d416b800869623a351e523115ad69519c97f3189&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-540%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=540&job=&cmd_args= [2021-03-10T13:32:20.184Z] -> Uploading to [2021-03-10T13:32:20.185Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/71470A77251A30514AAF9C0BB2E5B6CE/d416b800869623a351e523115ad69519c97f3189/d455ee75-be98-4809-ac5f-077acd651b1c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T133219Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5c1c1bfa4848478bb53351c05a5299050e37c44e66d34cc0cc3ad12321295b8b [2021-03-10T13:32:20.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T13:32:20.185Z] Dload Upload Total Spent Left Speed [2021-03-10T13:32:20.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23795 0 0 100 23795 0 48238 --:--:-- --:--:-- --:--:-- 48265 [2021-03-10T13:32:20.447Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/d416b800869623a351e523115ad69519c97f3189 [Pipeline] } [2021-03-10T13:32:20.456Z] 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-03-10T13:32:23.016Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T13:32:23.343Z] ---> package-listing.sh [2021-03-10T13:32:23.343Z] ++ facter osfamily [2021-03-10T13:32:23.343Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T13:32:23.343Z] + OS_FAMILY=redhat [2021-03-10T13:32:23.343Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-540 [2021-03-10T13:32:23.343Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T13:32:23.343Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T13:32:23.343Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T13:32:23.343Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T13:32:23.343Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-540 ']' [2021-03-10T13:32:23.343Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T13:32:23.343Z] + case "${OS_FAMILY}" in [2021-03-10T13:32:23.343Z] + rpm -qa [2021-03-10T13:32:23.343Z] + sort [2021-03-10T13:32:27.568Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T13:32:27.568Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T13:32:27.568Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T13:32:27.568Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-540 ']' [2021-03-10T13:32:27.568Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-540/archives/ [2021-03-10T13:32:27.568Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-540/archives/ [Pipeline] echo [2021-03-10T13:32:27.582Z] 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-540/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T13:32:27.870Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:32:28.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T13:32:28.172Z] [2021-03-10T13:32:28.172Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T13:32:28.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T13:32:28.525Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T13:32:28.525Z] df20fa9351a1: Pulling fs layer [2021-03-10T13:32:28.525Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T13:32:28.525Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T13:32:28.525Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T13:32:28.525Z] 93b61091891f: Pulling fs layer [2021-03-10T13:32:28.525Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T13:32:28.525Z] 5e14af77c1be: Pulling fs layer [2021-03-10T13:32:28.525Z] 01666e4c0597: Pulling fs layer [2021-03-10T13:32:28.525Z] aa168da1d23b: Pulling fs layer [2021-03-10T13:32:28.525Z] 93b9cdb0e59b: Waiting [2021-03-10T13:32:28.525Z] 5e14af77c1be: Waiting [2021-03-10T13:32:28.525Z] 01666e4c0597: Waiting [2021-03-10T13:32:28.525Z] aa168da1d23b: Waiting [2021-03-10T13:32:28.525Z] 46f8f816bc3b: Waiting [2021-03-10T13:32:28.525Z] 93b61091891f: Waiting [2021-03-10T13:32:28.525Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T13:32:28.525Z] 36b3adc4ff6f: Download complete [2021-03-10T13:32:28.525Z] 46f8f816bc3b: Download complete [2021-03-10T13:32:28.793Z] df20fa9351a1: Verifying Checksum [2021-03-10T13:32:28.793Z] df20fa9351a1: Download complete [2021-03-10T13:32:28.793Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T13:32:28.793Z] 93b9cdb0e59b: Download complete [2021-03-10T13:32:28.793Z] 5e14af77c1be: Verifying Checksum [2021-03-10T13:32:28.793Z] 5e14af77c1be: Download complete [2021-03-10T13:32:28.793Z] 93b61091891f: Verifying Checksum [2021-03-10T13:32:28.793Z] 93b61091891f: Download complete [2021-03-10T13:32:28.793Z] 01666e4c0597: Verifying Checksum [2021-03-10T13:32:28.793Z] 01666e4c0597: Download complete [2021-03-10T13:32:29.055Z] df20fa9351a1: Pull complete [2021-03-10T13:32:29.316Z] 36b3adc4ff6f: Pull complete [2021-03-10T13:32:29.585Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T13:32:29.585Z] 8ad3a11d3b57: Download complete [2021-03-10T13:32:30.161Z] 8ad3a11d3b57: Pull complete [2021-03-10T13:32:30.426Z] 46f8f816bc3b: Pull complete [2021-03-10T13:32:31.374Z] aa168da1d23b: Verifying Checksum [2021-03-10T13:32:31.374Z] aa168da1d23b: Download complete [2021-03-10T13:32:31.948Z] 93b61091891f: Pull complete [2021-03-10T13:32:31.949Z] 93b9cdb0e59b: Pull complete [2021-03-10T13:32:31.949Z] 5e14af77c1be: Pull complete [2021-03-10T13:32:32.213Z] 01666e4c0597: Pull complete [2021-03-10T13:32:38.842Z] aa168da1d23b: Pull complete [2021-03-10T13:32:38.842Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T13:32:38.842Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T13:32:38.842Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T13:32:38.990Z] prd-centos7-docker-4c-2g-29318 does not seem to be running inside a container [2021-03-10T13:32:39.037Z] $ 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-540/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-540 -v /w/workspace/dry_go-mod-core-contracts_PR-540:/w/workspace/dry_go-mod-core-contracts_PR-540:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-540@tmp:/w/workspace/dry_go-mod-core-contracts_PR-540@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T13:32:42.817Z] $ docker top 2b2e2040be37f5b387294e17dbdd0b08e8fe67774e02c56c08de991c47322151 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T13:32:43.429Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T13:32:43.727Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T13:32:44.025Z] + ls /var/log/sa-host [2021-03-10T13:32:44.025Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T13:32:44.025Z] file_magic: OK [2021-03-10T13:32:44.025Z] HZ: Using current value: 100 [2021-03-10T13:32:44.025Z] file_header: OK [2021-03-10T13:32:44.025Z] 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-03-10T13:32:44.025Z] Statistics: [2021-03-10T13:32:44.025Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T13:32:44.025Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T13:32:44.025Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T13:32:44.025Z] file_magic: OK [2021-03-10T13:32:44.025Z] HZ: Using current value: 100 [2021-03-10T13:32:44.025Z] file_header: OK [2021-03-10T13:32:44.025Z] 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-03-10T13:32:44.025Z] Statistics: [2021-03-10T13:32:44.025Z] Hnuu...uuuununununu... [2021-03-10T13:32:44.025Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T13:32:44.241Z] provisioning config files... [2021-03-10T13:32:44.258Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-540@tmp/config3992945211588369790tmp [Pipeline] { [Pipeline] echo [2021-03-10T13:32:44.342Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T13:32:44.646Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T13:32:44.655Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T13:32:44.749Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T13:32:45.048Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T13:32:45.059Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T13:32:45.357Z] ---> sudo-logs.sh [2021-03-10T13:32:45.357Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T13:32:45.425Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T13:32:45.718Z] ---> job-cost.sh [2021-03-10T13:32:45.718Z] lf-activate-venv: SKIPPING [2021-03-10T13:32:45.718Z] DEBUG: total: 0.20999999344348907 [2021-03-10T13:32:45.718Z] INFO: Retrieving Stack Cost... [2021-03-10T13:32:46.661Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T13:32:47.233Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T13:32:47.247Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T13:32:47.573Z] ---> logs-deploy.sh [2021-03-10T13:32:47.573Z] lf-activate-venv: SKIPPING [2021-03-10T13:32:47.573Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-540/2 [2021-03-10T13:32:47.573Z] INFO: archiving workspace using pattern(s): [2021-03-10T13:32:49.488Z] Archives upload complete. [2021-03-10T13:32:49.488Z] INFO: archiving logs to Nexus