Pull request #363 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 f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 rather than 38672b88403f73f180818a7c230d618ebeaf0da2 Obtained Jenkinsfile from f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:patch] ========================================================= [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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9100 in /w/workspace/dry_go-mod-core-contracts_PR-363 [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-363 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 into PR head commit 38672b88403f73f180818a7c230d618ebeaf0da2 > 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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/363/head:refs/remotes/origin/PR-363 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 38672b88403f73f180818a7c230d618ebeaf0da2 Checking out Revision 38672b88403f73f180818a7c230d618ebeaf0da2 (PR-363) > git config core.sparsecheckout # timeout=10 > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # 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 f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 Commit message: "fix(metadata): Add validation tag for UpdateDTO" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:03:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:03:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:03:07 ========================================================= 07:03:07 EdgeX Global Pipelines Version Info 07:03:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a861f3802d636b395b37d3cd5cc414ecdf93bc66 # timeout=10 07:03:08 ------------------- 07:03:08 stable info: 07:03:08 ------------------- 07:03:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:03:08 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 07:03:08 Message: update stable to v1.0.148 07:03:09 ------------------- 07:03:09 experimental info: 07:03:09 ------------------- 07:03:09 Commited By: **** collab-it+edgex@linuxfoundation.org 07:03:09 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 07:03:09 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-363 [Pipeline] echo 07:03:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-363 [Pipeline] echo 07:03:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-363 [Pipeline] echo 07:03:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38672b88403f73f180818a7c230d618ebeaf0da2 [Pipeline] echo 07:03:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38672b8 [Pipeline] echo 07:03:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:03:14 + git log --format=format:%s -1 38672b88403f73f180818a7c230d618ebeaf0da2 [Pipeline] echo 07:03:14 GIT_COMMIT: 38672b88403f73f180818a7c230d618ebeaf0da2, Commit Message: fix(metadata): Add validation tag for UpdateDTO [Pipeline] echo 07:03:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:03:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:15 07:03:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:03:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:16 latest: Pulling from edgex-devops/git-semver 07:03:16 31603596830f: Pulling fs layer 07:03:16 2a8b12db71e7: Pulling fs layer 07:03:16 6ca5941a6612: Pulling fs layer 07:03:16 ecc8261a40a4: Pulling fs layer 07:03:16 ecc8261a40a4: Waiting 07:03:16 2a8b12db71e7: Verifying Checksum 07:03:16 31603596830f: Verifying Checksum 07:03:16 31603596830f: Download complete 07:03:16 ecc8261a40a4: Verifying Checksum 07:03:16 ecc8261a40a4: Download complete 07:03:16 6ca5941a6612: Verifying Checksum 07:03:16 6ca5941a6612: Download complete 07:03:16 31603596830f: Pull complete 07:03:16 2a8b12db71e7: Pull complete 07:03:17 6ca5941a6612: Pull complete 07:03:17 ecc8261a40a4: Pull complete 07:03:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:03:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:03:17 prd-centos7-docker-4c-2g-9100 does not seem to be running inside a container 07:03:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-363 -v /w/workspace/dry_go-mod-core-contracts_PR-363:/w/workspace/dry_go-mod-core-contracts_PR-363:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-363@tmp:/w/workspace/dry_go-mod-core-contracts_PR-363@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:03:20 $ docker top f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:03:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:20 [ssh-agent] Looking for ssh-agent implementation... 07:03:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:20 $ docker exec f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 ssh-agent 07:03:21 SSH_AUTH_SOCK=/tmp/ssh-r0UgXGwEHcJW/agent.11 07:03:21 SSH_AGENT_PID=16 07:03:21 Running ssh-add (command line suppressed) 07:03:21 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-363@tmp/private_key_3662134463342519438.key (/w/workspace/dry_go-mod-core-contracts_PR-363@tmp/private_key_3662134463342519438.key) 07:03:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:21 + git tag --points-at HEAD [Pipeline] } 07:03:21 $ docker exec --env ******** --env ******** f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 ssh-agent -k 07:03:21 unset SSH_AUTH_SOCK; 07:03:21 unset SSH_AGENT_PID; 07:03:21 echo Agent pid 16 killed; 07:03:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:03:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:21 [ssh-agent] Looking for ssh-agent implementation... 07:03:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:22 $ docker exec f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 ssh-agent 07:03:22 SSH_AUTH_SOCK=/tmp/ssh-aDBrDrBzPOsS/agent.44 07:03:22 SSH_AGENT_PID=49 07:03:22 Running ssh-add (command line suppressed) 07:03:22 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-363@tmp/private_key_2896585333086113428.key (/w/workspace/dry_go-mod-core-contracts_PR-363@tmp/private_key_2896585333086113428.key) 07:03:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:22 + git semver init 07:03:22 # -> Open(): unable to determine branch for HEAD 07:03:22 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-363/.git 07:03:22 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-363 07:03:22 # $SEMVER_REMOTE_NAME = origin 07:03:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:03:22 # $SEMVER_USER_NAME = edgex-jenkins 07:03:22 # $SEMVER_BRANCH = PR-363 07:03:22 # $SEMVER_TEMP = /tmp/semver-838371138 07:03:22 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 07:03:23 # '/tmp/semver-838371138' -> '/w/workspace/dry_go-mod-core-contracts_PR-363/.semver' 07:03:23 # -> Force: false 07:03:23 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-363/.semver [Pipeline] } 07:03:23 $ docker exec --env ******** --env ******** f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 ssh-agent -k 07:03:23 unset SSH_AUTH_SOCK; 07:03:23 unset SSH_AGENT_PID; 07:03:23 echo Agent pid 49 killed; 07:03:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:03:24 + git semver [Pipeline] } 07:03:24 $ docker stop --time=1 f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 07:03:25 $ docker rm -f f71c605c1229db75255ecaead386bb6e133ced88d821bb47a47668157536cb74 [Pipeline] // withDockerContainer [Pipeline] sh 07:03:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:03:26 Stashed 1 file(s) [Pipeline] echo 07:03:26 [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 07:03:42 Still waiting to schedule task 07:03:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:03:42 Still waiting to schedule task 07:03:42 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:07:51 Running on prd-centos7-docker-4c-2g-9103 in /w/workspace/dry_go-mod-core-contracts_PR-363 [Pipeline] { [Pipeline] ws 07:07:51 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 07:07:57 using credential edgex-jenkins-ssh 07:07:57 Cloning the remote Git repository 07:07:57 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:07:57 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 07:07:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:07:57 > git --version # timeout=10 07:07:57 > git --version # 'git version 2.16.5' 07:07:57 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:07:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:07:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:07:58 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/363/head:refs/remotes/origin/PR-363 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:07:58 Merging remotes/origin/master commit f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 into PR head commit 38672b88403f73f180818a7c230d618ebeaf0da2 07:07:58 Merge succeeded, producing 38672b88403f73f180818a7c230d618ebeaf0da2 07:07:58 Checking out Revision 38672b88403f73f180818a7c230d618ebeaf0da2 (PR-363) 07:07:58 > git config core.sparsecheckout # timeout=10 07:07:58 > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 07:07:58 > git remote # timeout=10 07:07:58 > git config --get remote.origin.url # timeout=10 07:07:58 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:58 > git merge f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 07:07:58 > git rev-parse HEAD^{commit} # timeout=10 07:07:58 > git config core.sparsecheckout # timeout=10 07:07:58 > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 07:08:02 Commit message: "fix(metadata): Add validation tag for UpdateDTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:08:03 ========================================================= 07:08:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:08:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:08:05 + 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 . 07:08:05 Sending build context to Docker daemon 1.827MB 07:08:05 Step 1/7 : ARG BASE=golang:1.15-alpine 07:08:05 Step 2/7 : FROM ${BASE} 07:08:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:08:05 df20fa9351a1: Pulling fs layer 07:08:05 ed8968b2872e: Pulling fs layer 07:08:05 a92cc7c5fd73: Pulling fs layer 07:08:05 e871e8e8d7a9: Pulling fs layer 07:08:05 e73272ec9a57: Pulling fs layer 07:08:05 1e910a182e73: Pulling fs layer 07:08:05 4e634b169226: Pulling fs layer 07:08:05 e871e8e8d7a9: Waiting 07:08:05 1e910a182e73: Waiting 07:08:05 4e634b169226: Waiting 07:08:05 e73272ec9a57: Waiting 07:08:05 a92cc7c5fd73: Verifying Checksum 07:08:05 a92cc7c5fd73: Download complete 07:08:05 ed8968b2872e: Verifying Checksum 07:08:05 ed8968b2872e: Download complete 07:08:05 e73272ec9a57: Verifying Checksum 07:08:05 e73272ec9a57: Download complete 07:08:05 1e910a182e73: Verifying Checksum 07:08:05 1e910a182e73: Download complete 07:08:05 df20fa9351a1: Verifying Checksum 07:08:05 df20fa9351a1: Download complete 07:08:06 df20fa9351a1: Pull complete 07:08:06 ed8968b2872e: Pull complete 07:08:06 a92cc7c5fd73: Pull complete 07:08:09 4e634b169226: Verifying Checksum 07:08:09 4e634b169226: Download complete 07:08:13 e871e8e8d7a9: Download complete 07:08:21 e871e8e8d7a9: Pull complete 07:08:21 e73272ec9a57: Pull complete 07:08:21 1e910a182e73: Pull complete 07:08:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9104 in /w/workspace/dry_go-mod-core-contracts_PR-363 [Pipeline] { [Pipeline] ws 07:08:27 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 07:08:32 4e634b169226: Pull complete 07:08:32 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:08:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:08:32 ---> f7629b54cfaa 07:08:32 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:08:32 ---> Running in 5941bf6a9950 07:08:32 Removing intermediate container 5941bf6a9950 07:08:32 ---> 845d2755bf4a 07:08:32 Step 4/7 : RUN apk add bash 07:08:32 ---> Running in f8e357f38ae5 07:08:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:08:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:08:33 using credential edgex-jenkins-ssh 07:08:33 Cloning the remote Git repository 07:08:33 OK: 166 MiB in 39 packages 07:08:34 Removing intermediate container f8e357f38ae5 07:08:34 ---> 0c48aad76704 07:08:34 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:08:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:08:33 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 07:08:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:08:33 > git --version # timeout=10 07:08:33 > git --version # 'git version 2.17.1' 07:08:33 using GIT_SSH to set credentials SSH Credentials for GitHub 07:08:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:08:34 ---> Running in 62c4ee7d25e1 07:08:34 Removing intermediate container 62c4ee7d25e1 07:08:34 ---> c3e419ae3893 07:08:34 Step 6/7 : COPY go.mod . 07:08:34 ---> 6967155a3cf0 07:08:34 Step 7/7 : RUN go mod download 07:08:35 ---> Running in 3bbc4fde1dc2 07:08:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:08:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:08:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:08:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:08:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:08:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/363/head:refs/remotes/origin/PR-363 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:08:35 Merging remotes/origin/master commit f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 into PR head commit 38672b88403f73f180818a7c230d618ebeaf0da2 07:08:35 Merge succeeded, producing 38672b88403f73f180818a7c230d618ebeaf0da2 07:08:35 Checking out Revision 38672b88403f73f180818a7c230d618ebeaf0da2 (PR-363) 07:08:35 > git config core.sparsecheckout # timeout=10 07:08:35 > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 07:08:35 > git remote # timeout=10 07:08:35 > git config --get remote.origin.url # timeout=10 07:08:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:08:35 > git merge f1526ba29b2d2ef9b0ddab59bd9c563767ce55b4 # timeout=10 07:08:35 > git rev-parse HEAD^{commit} # timeout=10 07:08:35 > git config core.sparsecheckout # timeout=10 07:08:35 > git checkout -f 38672b88403f73f180818a7c230d618ebeaf0da2 # timeout=10 07:08:40 Commit message: "fix(metadata): Add validation tag for UpdateDTO" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:08:41 ========================================================= 07:08:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:08:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:08:42 + 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 . 07:08:43 Sending build context to Docker daemon 1.827MB 07:08:43 Step 1/7 : ARG BASE=golang:1.15-alpine 07:08:43 Step 2/7 : FROM ${BASE} 07:08:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:08:43 b538f80385f9: Pulling fs layer 07:08:43 74f711af9a0d: Pulling fs layer 07:08:43 99f96fe45779: Pulling fs layer 07:08:43 8529a6b9a6be: Pulling fs layer 07:08:43 45590311c82a: Pulling fs layer 07:08:43 69ca0ff8b7b3: Pulling fs layer 07:08:43 209524e5b208: Pulling fs layer 07:08:43 69ca0ff8b7b3: Waiting 07:08:43 8529a6b9a6be: Waiting 07:08:43 45590311c82a: Waiting 07:08:43 209524e5b208: Waiting 07:08:43 99f96fe45779: Verifying Checksum 07:08:43 99f96fe45779: Download complete 07:08:43 74f711af9a0d: Verifying Checksum 07:08:43 74f711af9a0d: Download complete 07:08:43 45590311c82a: Verifying Checksum 07:08:43 45590311c82a: Download complete 07:08:43 69ca0ff8b7b3: Download complete 07:08:43 b538f80385f9: Verifying Checksum 07:08:44 b538f80385f9: Pull complete 07:08:44 74f711af9a0d: Pull complete 07:08:45 99f96fe45779: Pull complete 07:08:45 209524e5b208: Verifying Checksum 07:08:45 209524e5b208: Download complete 07:08:46 8529a6b9a6be: Verifying Checksum 07:08:46 8529a6b9a6be: Download complete 07:08:50 Removing intermediate container 3bbc4fde1dc2 07:08:50 ---> f90e850905b0 07:08:50 Successfully built f90e850905b0 07:08:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:08:51 + docker inspect -f . ci-base-image-x86_64 07:08:51 . [Pipeline] withDockerContainer 07:08:51 prd-centos7-docker-4c-2g-9103 does not seem to be running inside a container 07:08:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-x86_64 cat 07:08:53 $ docker top 5dfaae3fead7b57958af9cb55c1429d9fdff8d2ada0072c979daeb2ccbd66cff -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:53 + go version 07:08:53 go version go1.15.2 linux/amd64 [Pipeline] } 07:08:53 $ docker stop --time=1 5dfaae3fead7b57958af9cb55c1429d9fdff8d2ada0072c979daeb2ccbd66cff 07:08:55 $ docker rm -f 5dfaae3fead7b57958af9cb55c1429d9fdff8d2ada0072c979daeb2ccbd66cff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:08:56 + docker inspect -f . ci-base-image-x86_64 07:08:56 . [Pipeline] withDockerContainer 07:08:57 prd-centos7-docker-4c-2g-9103 does not seem to be running inside a container 07:08:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-x86_64 cat 07:08:57 8529a6b9a6be: Pull complete 07:08:57 45590311c82a: Pull complete 07:08:58 69ca0ff8b7b3: Pull complete 07:08:58 $ docker top 7b5d8ef097aca5991a14bb5418d3984b929aedfd56f6fc1f00ce2bec4c95c5d1 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:59 + make test 07:08:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:09:01 209524e5b208: Pull complete 07:09:01 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:09:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:09:01 ---> 5bddaf1c2fca 07:09:01 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:09:04 ---> Running in 850acaca3d5b 07:09:04 Removing intermediate container 850acaca3d5b 07:09:04 ---> 62e15a3ed4a9 07:09:04 Step 4/7 : RUN apk add bash 07:09:04 ---> Running in ca15d15bd92b 07:09:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:09:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:09:08 OK: 142 MiB in 39 packages 07:09:09 Removing intermediate container ca15d15bd92b 07:09:09 ---> d5c778580b99 07:09:09 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:09:09 ---> Running in cc3bfb02cc9d 07:09:09 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:09:10 Removing intermediate container cc3bfb02cc9d 07:09:10 ---> 85e9bc99885a 07:09:10 Step 6/7 : COPY go.mod . 07:09:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.050s coverage: 85.7% of statements 07:09:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.066s coverage: 100.0% of statements 07:09:10 ---> 084934f06327 07:09:10 Step 7/7 : RUN go mod download 07:09:10 ---> Running in 45d25767fa1f 07:09:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.061s coverage: 45.4% of statements 07:09:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.016s coverage: 77.8% of statements 07:09:11 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:09:11 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 6.4% of statements 07:09:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.034s coverage: 14.7% of statements 07:09:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.023s coverage: 100.0% of statements 07:09:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.028s coverage: 91.8% of statements 07:09:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:09:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:09:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.055s coverage: 100.0% of statements 07:09:13 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.006s coverage: 48.9% of statements 07:09:16 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.034s coverage: 63.0% of statements 07:09:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements 07:09:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.020s coverage: 15.4% of statements 07:09:16 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.024s coverage: 15.4% of statements 07:09:16 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.020s coverage: 14.3% of statements 07:09:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:09:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 29.1% of statements 07:09:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements 07:09:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.093s coverage: 94.4% of statements 07:09:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.020s coverage: 100.0% of statements 07:09:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 07:09:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:09:21 gofmt -l . 07:09:21 [ "`gofmt -l .`" = "" ] [Pipeline] stash 07:09:22 Stashed 1 file(s) [Pipeline] } 07:09:22 $ docker stop --time=1 7b5d8ef097aca5991a14bb5418d3984b929aedfd56f6fc1f00ce2bec4c95c5d1 07:09:24 $ docker rm -f 7b5d8ef097aca5991a14bb5418d3984b929aedfd56f6fc1f00ce2bec4c95c5d1 [Pipeline] // withDockerContainer [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 07:09:25 Removing intermediate container 45d25767fa1f 07:09:25 ---> b6b98dc7cb03 07:09:25 Successfully built b6b98dc7cb03 07:09:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh 07:09:26 + docker inspect -f . ci-base-image-arm64 07:09:26 . [Pipeline] withDockerContainer 07:09:26 prd-ubuntu18.04-docker-arm64-4c-16g-9104 does not seem to be running inside a container 07:09:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 07:09:28 $ docker top da83d87bcebdcfcc855fb2571645fc348b27bd34c8028827f5929594081f4601 -eo pid,comm [Pipeline] { [Pipeline] sh 07:09:30 + go version 07:09:30 go version go1.15.2 linux/arm64 [Pipeline] } 07:09:30 $ docker stop --time=1 da83d87bcebdcfcc855fb2571645fc348b27bd34c8028827f5929594081f4601 07:09:32 $ docker rm -f da83d87bcebdcfcc855fb2571645fc348b27bd34c8028827f5929594081f4601 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:09:33 + docker inspect -f . ci-base-image-arm64 07:09:33 . [Pipeline] withDockerContainer 07:09:33 prd-ubuntu18.04-docker-arm64-4c-16g-9104 does not seem to be running inside a container 07:09:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 07:09:35 $ docker top 2a2e4eb6ac655dbfc84243ba69e5c8b373e4301012d40891ff6352a558cdad56 -eo pid,comm [Pipeline] { [Pipeline] sh 07:09:37 + make test 07:09:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:09:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:10:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.033s coverage: 85.7% of statements 07:10:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.045s coverage: 100.0% of statements 07:10:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.046s coverage: 45.4% of statements 07:10:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.023s coverage: 77.8% of statements 07:10:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:10:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 6.4% of statements 07:10:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.077s coverage: 14.7% of statements 07:10:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements 07:10:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.087s coverage: 91.8% of statements 07:10:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:10:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:10:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.013s coverage: 100.0% of statements 07:10:05 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.036s coverage: 48.9% of statements 07:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.078s coverage: 63.0% of statements 07:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.038s coverage: 26.3% of statements 07:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.040s coverage: 15.4% of statements 07:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.031s coverage: 15.4% of statements 07:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.024s coverage: 14.3% of statements 07:10:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.044s coverage: 29.1% of statements 07:10:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.030s coverage: 100.0% of statements 07:10:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.056s coverage: 94.4% of statements 07:10:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements 07:10:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 07:10:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:10:16 gofmt -l . 07:10:17 [ "`gofmt -l .`" = "" ] [Pipeline] stash 07:10:17 Warning: overwriting stash ‘coverage-report’ 07:10:18 Stashed 1 file(s) [Pipeline] } 07:10:18 $ docker stop --time=1 2a2e4eb6ac655dbfc84243ba69e5c8b373e4301012d40891ff6352a558cdad56 07:10:20 $ docker rm -f 2a2e4eb6ac655dbfc84243ba69e5c8b373e4301012d40891ff6352a558cdad56 [Pipeline] // withDockerContainer [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 [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 07:10:23 provisioning config files... 07:10:23 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-363@tmp/config7325774470920069460tmp [Pipeline] { [Pipeline] sh 07:10:23 + set +x 07:10:23 + curl -s https://codecov.io/bash 07:10:23 + bash -s -- 07:10:24 07:10:24 _____ _ 07:10:24 / ____| | | 07:10:24 | | ___ __| | ___ ___ _____ __ 07:10:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:10:24 | |___| (_) | (_| | __/ (_| (_) \ V / 07:10:24 \_____\___/ \__,_|\___|\___\___/ \_/ 07:10:24 Bash-20201009-048fee3 07:10:24 07:10:24 07:10:24 ==> Jenkins CI detected. 07:10:24 project root: . 07:10:24 --> token set from env 07:10:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:10:24 ==> Running gcov in . (disable via -X gcov) 07:10:24 ==> Python coveragepy not found 07:10:24 ==> Searching for coverage reports in: 07:10:24 + . 07:10:24 -> Found 1 reports 07:10:24 ==> Detecting git/mercurial file structure 07:10:24 ==> Reading reports 07:10:24 + ./coverage.out bytes=105823 07:10:24 ==> Appending adjustments 07:10:24 https://docs.codecov.io/docs/fixing-reports 07:10:25 + Found adjustments 07:10:25 ==> Gzipping contents 07:10:25 ==> Uploading reports 07:10:25 url: https://codecov.io 07:10:25 query: branch=PR-363&commit=38672b88403f73f180818a7c230d618ebeaf0da2&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-363%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=363&job=&cmd_args= 07:10:25 -> Pinging Codecov 07:10:25 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-363&commit=38672b88403f73f180818a7c230d618ebeaf0da2&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-363%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=363&job=&cmd_args= 07:10:25 -> Uploading to 07:10:25 07:10:25 % Total % Received % Xferd Average Speed Time Time Time Current 07:10:25 Dload Upload Total Spent Left Speed 07:10:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:10:25 X> Failed to upload 07:10:25 ==> Uploading to Codecov 07:10:25 % Total % Received % Xferd Average Speed Time Time Time Current 07:10:25 Dload Upload Total Spent Left Speed 07:10:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17177 100 118 100 17059 237 34285 --:--:-- --:--:-- --:--:-- 34323 07:10:25 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/38672b88403f73f180818a7c230d618ebeaf0da2 [Pipeline] } 07:10:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 07:10:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:10:28 ---> package-listing.sh 07:10:28 ++ facter osfamily 07:10:28 ++ tr '[:upper:]' '[:lower:]' 07:10:28 + OS_FAMILY=redhat 07:10:28 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-363 07:10:28 + START_PACKAGES=/tmp/packages_start.txt 07:10:28 + END_PACKAGES=/tmp/packages_end.txt 07:10:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:10:28 + PACKAGES=/tmp/packages_start.txt 07:10:28 + '[' /w/workspace/dry_go-mod-core-contracts_PR-363 ']' 07:10:28 + PACKAGES=/tmp/packages_end.txt 07:10:28 + case "${OS_FAMILY}" in 07:10:28 + rpm -qa 07:10:28 + sort 07:10:33 + '[' -f /tmp/packages_start.txt ']' 07:10:33 + '[' -f /tmp/packages_end.txt ']' 07:10:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:10:33 + '[' /w/workspace/dry_go-mod-core-contracts_PR-363 ']' 07:10:33 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-363/archives/ 07:10:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-363/archives/ [Pipeline] echo 07:10:33 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-363/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:10:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:10:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:10:33 07:10:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:10:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:10:34 alpine: Pulling from edgex-lftools-log-publisher 07:10:34 df20fa9351a1: Pulling fs layer 07:10:34 36b3adc4ff6f: Pulling fs layer 07:10:34 8ad3a11d3b57: Pulling fs layer 07:10:34 46f8f816bc3b: Pulling fs layer 07:10:34 93b61091891f: Pulling fs layer 07:10:34 93b9cdb0e59b: Pulling fs layer 07:10:34 5e14af77c1be: Pulling fs layer 07:10:34 01666e4c0597: Pulling fs layer 07:10:34 aa168da1d23b: Pulling fs layer 07:10:34 46f8f816bc3b: Waiting 07:10:34 93b61091891f: Waiting 07:10:34 93b9cdb0e59b: Waiting 07:10:34 5e14af77c1be: Waiting 07:10:34 01666e4c0597: Waiting 07:10:34 aa168da1d23b: Waiting 07:10:34 36b3adc4ff6f: Download complete 07:10:34 46f8f816bc3b: Verifying Checksum 07:10:34 46f8f816bc3b: Download complete 07:10:34 df20fa9351a1: Verifying Checksum 07:10:34 df20fa9351a1: Download complete 07:10:34 93b9cdb0e59b: Download complete 07:10:34 5e14af77c1be: Verifying Checksum 07:10:34 5e14af77c1be: Download complete 07:10:34 93b61091891f: Download complete 07:10:34 01666e4c0597: Download complete 07:10:34 df20fa9351a1: Pull complete 07:10:34 36b3adc4ff6f: Pull complete 07:10:35 8ad3a11d3b57: Verifying Checksum 07:10:35 8ad3a11d3b57: Download complete 07:10:35 8ad3a11d3b57: Pull complete 07:10:35 46f8f816bc3b: Pull complete 07:10:36 93b61091891f: Pull complete 07:10:36 93b9cdb0e59b: Pull complete 07:10:36 5e14af77c1be: Pull complete 07:10:36 aa168da1d23b: Verifying Checksum 07:10:36 aa168da1d23b: Download complete 07:10:36 01666e4c0597: Pull complete 07:10:43 aa168da1d23b: Pull complete 07:10:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:10:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:10:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:10:43 prd-centos7-docker-4c-2g-9100 does not seem to be running inside a container 07:10:43 $ 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-363/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-363 -v /w/workspace/dry_go-mod-core-contracts_PR-363:/w/workspace/dry_go-mod-core-contracts_PR-363:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-363@tmp:/w/workspace/dry_go-mod-core-contracts_PR-363@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:10003/edgex-lftools-log-publisher:alpine cat 07:10:47 $ docker top c8127af75dd944743f7c55d3f4e3f60703181fbcbb64631808bf094105c5b156 -eo pid,comm [Pipeline] { [Pipeline] sh 07:10:48 + touch /tmp/pre-build-complete [Pipeline] sh 07:10:48 + mkdir -p /var/log/sa [Pipeline] sh 07:10:48 + ls /var/log/sa-host 07:10:48 + sadf -c /var/log/sa-host/sa05 07:10:48 file_magic: OK 07:10:48 HZ: Using current value: 100 07:10:48 file_header: OK 07:10:48 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 07:10:48 Statistics: 07:10:48 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:10:48 File successfully converted to sysstat format version 12.2.1 07:10:48 + sadf -c /var/log/sa-host/sa27 07:10:48 file_magic: OK 07:10:48 HZ: Using current value: 100 07:10:48 file_header: OK 07:10:48 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 07:10:48 Statistics: 07:10:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:10:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:10:48 provisioning config files... 07:10:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-363@tmp/config1587705799283838404tmp [Pipeline] { [Pipeline] echo 07:10:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:10:49 ---> create-netrc.sh [Pipeline] } 07:10:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:10:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:10:49 ---> python-tools-install.sh [Pipeline] echo 07:10:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:10:50 ---> sudo-logs.sh 07:10:50 Archiving 'sudo' log.. [Pipeline] echo 07:10:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:10:50 ---> job-cost.sh 07:10:50 lf-activate-venv: SKIPPING 07:10:50 INFO: No Stack... 07:10:51 INFO: Retrieving Pricing Info for: v1-standard-2 07:10:53 INFO: Archiving Costs [Pipeline] echo 07:10:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:10:53 ---> logs-deploy.sh 07:10:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-363/5 07:10:53 INFO: archiving workspace using pattern(s): 07:10:55 Archives upload complete. 07:10:55 INFO: archiving logs to Nexus