Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1c0e349fb4299bf449335fb3569ee365a1b383ad 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-30459 in /w/workspace/dry_go-mod-core-contracts_master [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_master # 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 > 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1c0e349fb4299bf449335fb3569ee365a1b383ad (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 Commit message: "Merge pull request #552 from FelixTing/issue-551" > git rev-list --no-walk d27e56e5c274da1664efab3f1228ad305b025756 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:56 ========================================================= 02:41:56 EdgeX Global Pipelines Version Info 02:41:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:58 ------------------- 02:41:58 stable info: 02:41:58 ------------------- 02:41:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:58 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:58 Message: update stable to v1.0.186 02:41:59 ------------------- 02:41:59 experimental info: 02:41:59 ------------------- 02:41:59 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:59 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:59 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 02:41:59 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 02:41:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 02:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:42:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] echo 02:42:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c0e349 [Pipeline] echo 02:42:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:42:03 + git log --format=format:%s -1 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] echo 02:42:03 GIT_COMMIT: 1c0e349fb4299bf449335fb3569ee365a1b383ad, Commit Message: Merge pull request #552 from FelixTing/issue-551 [Pipeline] echo 02:42:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:04 02:42:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:05 latest: Pulling from edgex-devops/git-semver 02:42:05 31603596830f: Pulling fs layer 02:42:05 2a8b12db71e7: Pulling fs layer 02:42:05 6ca5941a6612: Pulling fs layer 02:42:05 ecc8261a40a4: Pulling fs layer 02:42:05 ecc8261a40a4: Waiting 02:42:05 2a8b12db71e7: Verifying Checksum 02:42:05 2a8b12db71e7: Download complete 02:42:05 31603596830f: Verifying Checksum 02:42:05 31603596830f: Download complete 02:42:05 ecc8261a40a4: Verifying Checksum 02:42:05 ecc8261a40a4: Download complete 02:42:05 6ca5941a6612: Verifying Checksum 02:42:05 6ca5941a6612: Download complete 02:42:05 31603596830f: Pull complete 02:42:06 2a8b12db71e7: Pull complete 02:42:07 6ca5941a6612: Pull complete 02:42:07 ecc8261a40a4: Pull complete 02:42:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:07 prd-centos7-docker-4c-2g-30459 does not seem to be running inside a container 02:42:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:42:09 $ docker top 2c9e5425187223fc8ffd3bcaea81825b39428feee2fb5e3f8419bb255df1cb90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:09 [ssh-agent] Looking for ssh-agent implementation... 02:42:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:09 $ docker exec 2c9e5425187223fc8ffd3bcaea81825b39428feee2fb5e3f8419bb255df1cb90 ssh-agent 02:42:09 SSH_AUTH_SOCK=/tmp/ssh-3x0r1PlHHYYt/agent.11 02:42:09 SSH_AGENT_PID=16 02:42:09 Running ssh-add (command line suppressed) 02:42:09 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6309361124054017948.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_6309361124054017948.key) 02:42:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:10 + git tag --points-at HEAD [Pipeline] } 02:42:10 $ docker exec --env ******** --env ******** 2c9e5425187223fc8ffd3bcaea81825b39428feee2fb5e3f8419bb255df1cb90 ssh-agent -k 02:42:10 unset SSH_AUTH_SOCK; 02:42:10 unset SSH_AGENT_PID; 02:42:10 echo Agent pid 16 killed; 02:42:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:11 [ssh-agent] Looking for ssh-agent implementation... 02:42:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:11 $ docker exec 2c9e5425187223fc8ffd3bcaea81825b39428feee2fb5e3f8419bb255df1cb90 ssh-agent 02:42:11 SSH_AUTH_SOCK=/tmp/ssh-g4XQCSA5cFeq/agent.45 02:42:11 SSH_AGENT_PID=51 02:42:11 Running ssh-add (command line suppressed) 02:42:11 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8893745593445555377.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_8893745593445555377.key) 02:42:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:11 + git semver init 02:42:11 # -> Open(): unable to determine branch for HEAD 02:42:11 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 02:42:11 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 02:42:11 # $SEMVER_REMOTE_NAME = origin 02:42:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:11 # $SEMVER_USER_NAME = edgex-jenkins 02:42:11 # $SEMVER_BRANCH = master 02:42:11 # $SEMVER_TEMP = /tmp/semver-407256808 02:42:11 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 02:42:12 # '/tmp/semver-407256808' -> '/w/workspace/dry_go-mod-core-contracts_master/.semver' 02:42:12 # -> Force: false 02:42:12 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver [Pipeline] } 02:42:12 $ docker exec --env ******** --env ******** 2c9e5425187223fc8ffd3bcaea81825b39428feee2fb5e3f8419bb255df1cb90 ssh-agent -k 02:42:12 unset SSH_AUTH_SOCK; 02:42:12 unset SSH_AGENT_PID; 02:42:12 echo Agent pid 51 killed; 02:42:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:13 + git semver [Pipeline] } 02:42:13 $ docker stop --time=1 2c9e5425187223fc8ffd3bcaea81825b39428feee2fb5e3f8419bb255df1cb90 02:42:15 $ docker rm -f 2c9e5425187223fc8ffd3bcaea81825b39428feee2fb5e3f8419bb255df1cb90 [Pipeline] // withDockerContainer [Pipeline] sh 02:42:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:16 Stashed 1 file(s) [Pipeline] echo 02:42:16 [edgeXSemver]: initialized semver on version 2.0.0-dev.54 [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 02:42:31 Still waiting to schedule task 02:42:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:42:31 Still waiting to schedule task 02:42:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:45:48 Running on prd-centos7-docker-4c-2g-30462 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] ws 02:45:48 Running in /w/workspace/go-mod-core-contracts/172 [Pipeline] { [Pipeline] checkout 02:45:51 using credential edgex-jenkins-ssh 02:45:51 Cloning the remote Git repository 02:45:51 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:51 > git init /w/workspace/go-mod-core-contracts/172 # timeout=10 02:45:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:51 > git --version # timeout=10 02:45:51 > git --version # 'git version 2.24.3' 02:45:51 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:45:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:45:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:52 Checking out Revision 1c0e349fb4299bf449335fb3569ee365a1b383ad (master) 02:45:52 > git config core.sparsecheckout # timeout=10 02:45:52 > git checkout -f 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 02:45:56 Commit message: "Merge pull request #552 from FelixTing/issue-551" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:58 + sudo service docker restart 02:45:58 + true 02:45:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 02:46:00 ========================================================= 02:46:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:00 + 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 . 02:46:01 Sending build context to Docker daemon 2.806MB 02:46:01 Step 1/7 : ARG BASE=golang:1.15-alpine 02:46:01 Step 2/7 : FROM ${BASE} 02:46:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:01 188c0c94c7c5: Pulling fs layer 02:46:01 0ef7d3d256c8: Pulling fs layer 02:46:01 de9db76c5a1d: Pulling fs layer 02:46:01 bca2f99d35d6: Pulling fs layer 02:46:01 93359f2a8cfa: Pulling fs layer 02:46:01 7c6f9722023f: Pulling fs layer 02:46:01 a35cf1a2eb13: Pulling fs layer 02:46:01 bca2f99d35d6: Waiting 02:46:01 93359f2a8cfa: Waiting 02:46:01 7c6f9722023f: Waiting 02:46:01 a35cf1a2eb13: Waiting 02:46:01 de9db76c5a1d: Verifying Checksum 02:46:01 de9db76c5a1d: Download complete 02:46:01 0ef7d3d256c8: Verifying Checksum 02:46:01 0ef7d3d256c8: Download complete 02:46:01 93359f2a8cfa: Verifying Checksum 02:46:01 93359f2a8cfa: Download complete 02:46:01 188c0c94c7c5: Verifying Checksum 02:46:01 188c0c94c7c5: Download complete 02:46:01 7c6f9722023f: Verifying Checksum 02:46:01 7c6f9722023f: Download complete 02:46:01 188c0c94c7c5: Pull complete 02:46:02 0ef7d3d256c8: Pull complete 02:46:02 de9db76c5a1d: Pull complete 02:46:03 a35cf1a2eb13: Verifying Checksum 02:46:03 a35cf1a2eb13: Download complete 02:46:04 bca2f99d35d6: Verifying Checksum 02:46:04 bca2f99d35d6: Download complete 02:46:09 bca2f99d35d6: Pull complete 02:46:09 93359f2a8cfa: Pull complete 02:46:09 7c6f9722023f: Pull complete 02:46:19 a35cf1a2eb13: Pull complete 02:46:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:46:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:19 ---> a62c8e92a672 02:46:19 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:46:19 ---> Running in 2286bee0f492 02:46:19 Removing intermediate container 2286bee0f492 02:46:19 ---> 8c9dc6af611c 02:46:19 Step 4/7 : RUN apk add bash 02:46:19 ---> Running in 50c0ce39f909 02:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:21 OK: 166 MiB in 39 packages 02:46:22 Removing intermediate container 50c0ce39f909 02:46:22 ---> 7596954c8ecf 02:46:22 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:46:22 ---> Running in 75f046fee892 02:46:22 Removing intermediate container 75f046fee892 02:46:22 ---> 139acefaf5d9 02:46:22 Step 6/7 : COPY go.mod . 02:46:22 ---> c3c7b5f5fbb1 02:46:22 Step 7/7 : RUN go mod download 02:46:22 ---> Running in d1ef594f794e 02:46:35 Removing intermediate container d1ef594f794e 02:46:35 ---> 0a089a5c2a8c 02:46:35 Successfully built 0a089a5c2a8c 02:46:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:35 + docker inspect -f . ci-base-image-x86_64 02:46:35 . [Pipeline] withDockerContainer 02:46:35 prd-centos7-docker-4c-2g-30462 does not seem to be running inside a container 02:46:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/172 -v /w/workspace/go-mod-core-contracts/172:/w/workspace/go-mod-core-contracts/172:rw,z -v /w/workspace/go-mod-core-contracts/172@tmp:/w/workspace/go-mod-core-contracts/172@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 ******** ci-base-image-x86_64 cat 02:46:36 $ docker top 7820c9893729534878644e8a3cb7143e0ef9a9ca4dd592a353afacd0633cedc2 -eo pid,comm [Pipeline] { 02:46:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30461 in /w/workspace/dry_go-mod-core-contracts_master [Pipeline] { [Pipeline] sh [Pipeline] ws 02:46:36 Running in /w/workspace/go-mod-core-contracts/172 [Pipeline] { [Pipeline] checkout 02:46:36 + go version 02:46:36 go version go1.15.5 linux/amd64 [Pipeline] } 02:46:36 $ docker stop --time=1 7820c9893729534878644e8a3cb7143e0ef9a9ca4dd592a353afacd0633cedc2 02:46:38 $ docker rm -f 7820c9893729534878644e8a3cb7143e0ef9a9ca4dd592a353afacd0633cedc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:39 + docker inspect -f . ci-base-image-x86_64 02:46:39 . [Pipeline] withDockerContainer 02:46:39 prd-centos7-docker-4c-2g-30462 does not seem to be running inside a container 02:46:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/172 -v /w/workspace/go-mod-core-contracts/172:/w/workspace/go-mod-core-contracts/172:rw,z -v /w/workspace/go-mod-core-contracts/172@tmp:/w/workspace/go-mod-core-contracts/172@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 ******** ci-base-image-x86_64 cat 02:46:40 $ docker top 446170667aa643dff79595ba9ebf7f0020f4528cde94bc4f410bca5de6187a07 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:40 + make test 02:46:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:46:42 using credential edgex-jenkins-ssh 02:46:42 Cloning the remote Git repository 02:46:42 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:46:42 > git init /w/workspace/go-mod-core-contracts/172 # timeout=10 02:46:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:46:42 > git --version # timeout=10 02:46:42 > git --version # 'git version 2.17.1' 02:46:42 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:44 Checking out Revision 1c0e349fb4299bf449335fb3569ee365a1b383ad (master) 02:46:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:46:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:43 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:46:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:46:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:44 > git config core.sparsecheckout # timeout=10 02:46:44 > git checkout -f 1c0e349fb4299bf449335fb3569ee365a1b383ad # timeout=10 02:46:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 02:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.017s coverage: 85.7% of statements 02:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.010s coverage: 100.0% of statements 02:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.013s coverage: 45.4% of statements 02:46:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.016s coverage: 77.8% of statements 02:46:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 02:46:49 Commit message: "Merge pull request #552 from FelixTing/issue-551" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.008s coverage: 26.3% of statements 02:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.037s coverage: 14.7% of statements 02:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 02:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.033s coverage: 91.8% of statements 02:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 02:46:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 02:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.020s coverage: 100.0% of statements 02:46:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements 02:46:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:46:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:51 + sudo service docker restart 02:46:51 + true 02:46:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.047s coverage: 63.0% of statements 02:46:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 02:46:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.035s coverage: 15.4% of statements 02:46:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.054s coverage: 15.4% of statements 02:46:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.031s coverage: 14.3% of statements 02:46:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] unstash 02:46:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.084s coverage: 83.8% of statements 02:46:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 02:46:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 02:46:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] [Pipeline] echo 02:46:54 ========================================================= 02:46:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:46:54 ========================================================= 02:46:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.027s coverage: 49.3% of statements 02:46:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.7% of statements [Pipeline] isUnix [Pipeline] sh 02:46:55 + 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 . 02:46:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.046s coverage: 91.9% of statements 02:46:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.010s coverage: 100.0% of statements 02:46:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 02:46:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:46:55 Sending build context to Docker daemon 2.805MB 02:46:55 Step 1/7 : ARG BASE=golang:1.15-alpine 02:46:55 Step 2/7 : FROM ${BASE} 02:46:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:56 5f621e34cdf4: Pulling fs layer 02:46:56 a4357932f1b6: Pulling fs layer 02:46:56 18c013af1878: Pulling fs layer 02:46:56 00ac8860ef70: Pulling fs layer 02:46:56 63d7cb157983: Pulling fs layer 02:46:56 b116817d02f9: Pulling fs layer 02:46:56 745a02a5169b: Pulling fs layer 02:46:56 00ac8860ef70: Waiting 02:46:56 63d7cb157983: Waiting 02:46:56 b116817d02f9: Waiting 02:46:56 745a02a5169b: Waiting 02:46:56 18c013af1878: Download complete 02:46:56 a4357932f1b6: Verifying Checksum 02:46:56 a4357932f1b6: Download complete 02:46:56 63d7cb157983: Download complete 02:46:56 b116817d02f9: Verifying Checksum 02:46:56 b116817d02f9: Download complete 02:46:56 5f621e34cdf4: Download complete 02:46:57 5f621e34cdf4: Pull complete 02:46:57 gofmt -l . 02:46:57 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:46:57 $ docker stop --time=1 446170667aa643dff79595ba9ebf7f0020f4528cde94bc4f410bca5de6187a07 02:46:57 a4357932f1b6: Pull complete 02:46:58 18c013af1878: Pull complete 02:46:58 745a02a5169b: Verifying Checksum 02:46:58 745a02a5169b: Download complete 02:46:59 00ac8860ef70: Verifying Checksum 02:46:59 00ac8860ef70: Download complete 02:46:59 $ docker rm -f 446170667aa643dff79595ba9ebf7f0020f4528cde94bc4f410bca5de6187a07 [Pipeline] // withDockerContainer [Pipeline] sh 02:47:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:47:02 ---> job-cost.sh 02:47:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MMVr 02:47:09 00ac8860ef70: Pull complete 02:47:09 63d7cb157983: Pull complete 02:47:09 b116817d02f9: Pull complete 02:47:13 745a02a5169b: Pull complete 02:47:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:47:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:47:13 ---> b7e6874047d6 02:47:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:47:16 ---> Running in 638c37da000d 02:47:16 Removing intermediate container 638c37da000d 02:47:16 ---> 7f10e9aa890e 02:47:16 Step 4/7 : RUN apk add bash 02:47:16 ---> Running in 12f88f58da89 02:47:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:47:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:20 OK: 142 MiB in 39 packages 02:47:21 Removing intermediate container 12f88f58da89 02:47:21 ---> e5bc88eb6ad5 02:47:21 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:47:21 ---> Running in 19dcec1ebf8f 02:47:22 Removing intermediate container 19dcec1ebf8f 02:47:22 ---> d833298f02cd 02:47:22 Step 6/7 : COPY go.mod . 02:47:22 ---> 24b8cd26635d 02:47:22 Step 7/7 : RUN go mod download 02:47:22 ---> Running in f468c8a69386 02:47:37 Removing intermediate container f468c8a69386 02:47:37 ---> f8e0543f1ab7 02:47:37 Successfully built f8e0543f1ab7 02:47:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:47:38 + docker inspect -f . ci-base-image-arm64 02:47:38 . [Pipeline] withDockerContainer 02:47:38 prd-ubuntu18.04-docker-arm64-4c-16g-30461 does not seem to be running inside a container 02:47:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/172 -v /w/workspace/go-mod-core-contracts/172:/w/workspace/go-mod-core-contracts/172:rw,z -v /w/workspace/go-mod-core-contracts/172@tmp:/w/workspace/go-mod-core-contracts/172@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 ******** ci-base-image-arm64 cat 02:47:40 $ docker top b418a992f42dc59b881b01183f8e3bee6b39bb35e398b8653257a7da413e7af9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:41 + go version 02:47:41 go version go1.15.5 linux/arm64 [Pipeline] } 02:47:41 $ docker stop --time=1 b418a992f42dc59b881b01183f8e3bee6b39bb35e398b8653257a7da413e7af9 02:47:43 $ docker rm -f b418a992f42dc59b881b01183f8e3bee6b39bb35e398b8653257a7da413e7af9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:43 lf-activate-venv(): INFO: Adding /tmp/venv-MMVr/bin to PATH 02:47:43 INFO: No Stack... 02:47:43 INFO: Retrieving Pricing Info for: v1-standard-2 02:47:44 + docker inspect -f . ci-base-image-arm64 02:47:44 . [Pipeline] withDockerContainer 02:47:44 prd-ubuntu18.04-docker-arm64-4c-16g-30461 does not seem to be running inside a container 02:47:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/172 -v /w/workspace/go-mod-core-contracts/172:/w/workspace/go-mod-core-contracts/172:rw,z -v /w/workspace/go-mod-core-contracts/172@tmp:/w/workspace/go-mod-core-contracts/172@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 ******** ci-base-image-arm64 cat 02:47:44 INFO: Archiving Costs 02:47:45 $ docker top 639e6eb7f73d84d65cc5d908b22fc54caa2c8b145c09e0aac13d772ed4285756 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 02:47:46 + cat /w/workspace/go-mod-core-contracts/172/archives/cost.csv 02:47:46 + cut -d, -f6 [Pipeline] lock 02:47:46 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-172-stack-cost] 02:47:46 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-172-stack-cost] did not exist. Created. 02:47:46 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-172-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:47:47 + echo total: 0.029999999329447746 [Pipeline] stash 02:47:47 + make test 02:47:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:47:47 Stashed 1 file(s) [Pipeline] } 02:47:47 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-172-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:48:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 02:48:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.024s coverage: 85.7% of statements 02:48:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.020s coverage: 100.0% of statements 02:48:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.030s coverage: 45.4% of statements 02:48:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.027s coverage: 77.8% of statements 02:48:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 02:48:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.036s coverage: 26.3% of statements 02:48:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.051s coverage: 14.7% of statements 02:48:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.026s coverage: 100.0% of statements 02:48:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.097s coverage: 91.8% of statements 02:48:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 02:48:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 02:48:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.011s coverage: 100.0% of statements 02:48:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.021s coverage: 36.7% of statements 02:48:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.106s coverage: 63.0% of statements 02:48:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements 02:48:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.013s coverage: 15.4% of statements 02:48:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.051s coverage: 15.4% of statements 02:48:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.008s coverage: 14.3% of statements 02:48:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 02:48:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.228s coverage: 83.8% of statements 02:48:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 02:48:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 02:48:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 02:48:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.075s coverage: 49.3% of statements 02:48:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.091s coverage: 94.7% of statements 02:48:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.188s coverage: 91.9% of statements 02:48:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.027s coverage: 100.0% of statements 02:48:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 02:48:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:48:33 gofmt -l . 02:48:34 [ "`gofmt -l .`" = "" ] [Pipeline] } 02:48:35 $ docker stop --time=1 639e6eb7f73d84d65cc5d908b22fc54caa2c8b145c09e0aac13d772ed4285756 02:48:37 $ docker rm -f 639e6eb7f73d84d65cc5d908b22fc54caa2c8b145c09e0aac13d772ed4285756 [Pipeline] // withDockerContainer [Pipeline] sh 02:48:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:38 Warning: overwriting stash ‘coverage-report’ 02:48:39 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 02:48:40 ---> job-cost.sh 02:48:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7hfd 02:49:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:50:41 lf-activate-venv(): INFO: Adding /tmp/venv-7hfd/bin to PATH 02:50:41 INFO: No Stack... 02:50:41 INFO: Retrieving Pricing Info for: lf-standard-4 02:50:41 INFO: Archiving Costs [Pipeline] sh 02:50:41 + cat /w/workspace/go-mod-core-contracts/172/archives/cost.csv 02:50:41 + cut -d, -f6 [Pipeline] lock 02:50:41 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-master-172-stack-cost] 02:50:41 Resource [jenkins-edgexfoundry-go-mod-core-contracts-master-172-stack-cost] did not exist. Created. 02:50:41 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-master-172-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:50:42 /w/workspace/go-mod-core-contracts/172@tmp/durable-5f4f60a2/script.sh: 1: /w/workspace/go-mod-core-contracts/172@tmp/durable-5f4f60a2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:50:42 + echo total: 0.20999999344348907 [Pipeline] stash 02:50:42 Warning: overwriting stash ‘stack-cost’ 02:50:42 Stashed 1 file(s) [Pipeline] } 02:50:42 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-master-172-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 02:50:44 provisioning config files... 02:50:44 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config4038562836439371877tmp [Pipeline] { [Pipeline] sh 02:50:44 + set +x 02:50:44 + curl -s https://codecov.io/bash 02:50:44 + bash -s -- 02:50:44 02:50:44 _____ _ 02:50:44 / ____| | | 02:50:44 | | ___ __| | ___ ___ _____ __ 02:50:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:50:44 | |___| (_) | (_| | __/ (_| (_) \ V / 02:50:44 \_____\___/ \__,_|\___|\___\___/ \_/ 02:50:44 Bash-20210309-2b87ace 02:50:44 02:50:44 02:50:44 ==> git version 2.24.3 found 02:50:44 ==> 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 02:50:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:50:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:50:44 ==> Jenkins CI detected. 02:50:44 project root: . 02:50:44 --> token set from env 02:50:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:50:44 ==> Running gcov in . (disable via -X gcov) 02:50:44 ==> Python coveragepy not found 02:50:44 ==> Searching for coverage reports in: 02:50:44 + . 02:50:44 -> Found 1 reports 02:50:44 ==> Detecting git/mercurial file structure 02:50:44 ==> Reading reports 02:50:44 + ./coverage.out bytes=160267 02:50:44 ==> Appending adjustments 02:50:44 https://docs.codecov.io/docs/fixing-reports 02:50:46 + Found adjustments 02:50:46 ==> Gzipping contents 02:50:46 24K /tmp/codecov.rcA314.gz 02:50:46 ==> Uploading reports 02:50:46 url: https://codecov.io 02:50:46 query: branch=master&commit=1c0e349fb4299bf449335fb3569ee365a1b383ad&build=172&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F172%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 02:50:46 -> Pinging Codecov 02:50:46 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=1c0e349fb4299bf449335fb3569ee365a1b383ad&build=172&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2Fmaster%2F172%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=&job=&cmd_args= 02:50:46 -> Uploading to 02:50:46 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/71470A77251A30514AAF9C0BB2E5B6CE/1c0e349fb4299bf449335fb3569ee365a1b383ad/8170c967-b50c-465c-947d-d4849872de32.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T025046Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e40660aedf075780b3d169fc2fd1d764eab144be31c7da4447feed3e0af80838 02:50:46 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:46 Dload Upload Total Spent Left Speed 02:50:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24038 0 0 100 24038 0 53456 --:--:-- --:--:-- --:--:-- 53417 02:50:46 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] } 02:50:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:50:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:50:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:50:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:50:48 02:50:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 02:50:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:50:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:50:48 188c0c94c7c5: Pulling fs layer 02:50:48 0ef7d3d256c8: Pulling fs layer 02:50:48 de9db76c5a1d: Pulling fs layer 02:50:48 0eba1c9be4d2: Pulling fs layer 02:50:48 0d57e429df01: Pulling fs layer 02:50:48 4e4be7b47b0d: Pulling fs layer 02:50:48 e1f770b5df2f: Pulling fs layer 02:50:48 85a0685a4137: Pulling fs layer 02:50:48 0eba1c9be4d2: Waiting 02:50:48 0d57e429df01: Waiting 02:50:48 e1f770b5df2f: Waiting 02:50:48 85a0685a4137: Waiting 02:50:48 de9db76c5a1d: Verifying Checksum 02:50:48 de9db76c5a1d: Download complete 02:50:48 0ef7d3d256c8: Verifying Checksum 02:50:48 0ef7d3d256c8: Download complete 02:50:48 0d57e429df01: Verifying Checksum 02:50:48 0d57e429df01: Download complete 02:50:48 4e4be7b47b0d: Verifying Checksum 02:50:48 4e4be7b47b0d: Download complete 02:50:48 188c0c94c7c5: Verifying Checksum 02:50:48 188c0c94c7c5: Download complete 02:50:49 188c0c94c7c5: Pull complete 02:50:49 0ef7d3d256c8: Pull complete 02:50:49 de9db76c5a1d: Pull complete 02:50:50 e1f770b5df2f: Verifying Checksum 02:50:50 e1f770b5df2f: Download complete 02:50:52 0eba1c9be4d2: Verifying Checksum 02:50:52 0eba1c9be4d2: Download complete 02:50:52 85a0685a4137: Download complete 02:50:58 0eba1c9be4d2: Pull complete 02:50:58 0d57e429df01: Pull complete 02:50:58 4e4be7b47b0d: Pull complete 02:51:00 e1f770b5df2f: Pull complete 02:51:08 85a0685a4137: Pull complete 02:51:08 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 02:51:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:51:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 02:51:08 prd-centos7-docker-4c-2g-30459 does not seem to be running inside a container 02:51:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:51:09 $ docker top e4dd389347cea5c052aebeaa60e5d8f0de60af72efad05d0ab15cd7078fb87b0 -eo pid,comm [Pipeline] { [Pipeline] echo 02:51:10 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 02:51:10 + set -o pipefail 02:51:10 + snyk monitor '--org=edgex-jenkins' 02:51:20 02:51:20 Monitoring /w/workspace/dry_go-mod-core-contracts_master (github.com/edgexfoundry/go-mod-core-contracts/v2)... 02:51:20 02:51:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3f4394a4-4413-42ba-ada0-473d353def69/history/c32946c5-4142-4c93-9962-bbf93c7a96ac 02:51:20 02:51:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:51:20 02:51:20 [Pipeline] } 02:51:20 $ docker stop --time=1 e4dd389347cea5c052aebeaa60e5d8f0de60af72efad05d0ab15cd7078fb87b0 02:51:22 $ docker rm -f e4dd389347cea5c052aebeaa60e5d8f0de60af72efad05d0ab15cd7078fb87b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:24 + git log --format=format:%s -1 1c0e349fb4299bf449335fb3569ee365a1b383ad [Pipeline] isUnix [Pipeline] sh 02:51:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:51:24 . [Pipeline] withDockerContainer 02:51:24 prd-centos7-docker-4c-2g-30459 does not seem to be running inside a container 02:51:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:51:26 $ docker top 530943970eceab78e8d4c5eeffa3f7f0a82bc2675892e53ad3f6f8bdb053c9e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:51:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:51:26 [ssh-agent] Looking for ssh-agent implementation... 02:51:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:51:27 $ docker exec 530943970eceab78e8d4c5eeffa3f7f0a82bc2675892e53ad3f6f8bdb053c9e0 ssh-agent 02:51:27 SSH_AUTH_SOCK=/tmp/ssh-T3OIMIUzrjUq/agent.12 02:51:27 SSH_AGENT_PID=17 02:51:27 Running ssh-add (command line suppressed) 02:51:27 Identity added: /w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1393857225819467411.key (/w/workspace/dry_go-mod-core-contracts_master@tmp/private_key_1393857225819467411.key) 02:51:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:51:27 + git semver tag 02:51:27 # -> Open(): unable to determine branch for HEAD 02:51:27 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_master/.git 02:51:27 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_master 02:51:27 # $SEMVER_REMOTE_NAME = origin 02:51:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:51:27 # $SEMVER_USER_NAME = edgex-jenkins 02:51:27 # $SEMVER_BRANCH = master 02:51:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_master/.semver 02:51:27 # 1c0e349fb4299bf449335fb3569ee365a1b383ad HEAD 02:51:28 # -> Force: false 02:51:28 # b980f74bc0b2a282a39f18b206ed12a543ea221a refs/tags/v2.0.0-dev.54 [Pipeline] } 02:51:28 $ docker exec --env ******** --env ******** 530943970eceab78e8d4c5eeffa3f7f0a82bc2675892e53ad3f6f8bdb053c9e0 ssh-agent -k 02:51:28 unset SSH_AUTH_SOCK; 02:51:28 unset SSH_AGENT_PID; 02:51:28 echo Agent pid 17 killed; 02:51:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:51:28 + git semver [Pipeline] } 02:51:28 $ docker stop --time=1 530943970eceab78e8d4c5eeffa3f7f0a82bc2675892e53ad3f6f8bdb053c9e0 02:51:30 $ docker rm -f 530943970eceab78e8d4c5eeffa3f7f0a82bc2675892e53ad3f6f8bdb053c9e0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 02:51:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:51:30 02:51:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 02:51:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:51:31 0.23.1-centos7: Pulling from edgex-lftools 02:51:31 ab5ef0e58194: Pulling fs layer 02:51:31 9712f1f96733: Pulling fs layer 02:51:31 63f879dbbcfc: Pulling fs layer 02:51:31 0d9ebad4ef96: Pulling fs layer 02:51:31 e9a5061849ea: Pulling fs layer 02:51:31 d747dcd14b5f: Pulling fs layer 02:51:31 2de7ff778b66: Pulling fs layer 02:51:31 0d9ebad4ef96: Waiting 02:51:31 e9a5061849ea: Waiting 02:51:31 d747dcd14b5f: Waiting 02:51:31 2de7ff778b66: Waiting 02:51:31 9712f1f96733: Verifying Checksum 02:51:31 9712f1f96733: Download complete 02:51:32 63f879dbbcfc: Verifying Checksum 02:51:32 63f879dbbcfc: Download complete 02:51:32 e9a5061849ea: Verifying Checksum 02:51:32 e9a5061849ea: Download complete 02:51:32 d747dcd14b5f: Verifying Checksum 02:51:32 d747dcd14b5f: Download complete 02:51:32 0d9ebad4ef96: Verifying Checksum 02:51:32 0d9ebad4ef96: Download complete 02:51:33 2de7ff778b66: Verifying Checksum 02:51:33 2de7ff778b66: Download complete 02:51:33 ab5ef0e58194: Verifying Checksum 02:51:33 ab5ef0e58194: Download complete 02:51:37 ab5ef0e58194: Pull complete 02:51:37 9712f1f96733: Pull complete 02:51:40 63f879dbbcfc: Pull complete 02:51:47 0d9ebad4ef96: Pull complete 02:51:48 e9a5061849ea: Pull complete 02:51:48 d747dcd14b5f: Pull complete 02:51:51 2de7ff778b66: Pull complete 02:51:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:51:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:51:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 02:51:51 prd-centos7-docker-4c-2g-30459 does not seem to be running inside a container 02:51:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dry_go-mod-core-contracts_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:51:55 $ docker top 8441b8783a0c6536c6314ee7be8a8207dffb921d0e02ac7592164218e288ed94 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:51:55 provisioning config files... 02:51:55 copy managed file [sigul-config] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2065825643727936452tmp 02:51:55 copy managed file [sigul-password] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config970021643305687171tmp 02:51:55 copy managed file [sigul-pki] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config6829057829295972699tmp [Pipeline] { [Pipeline] echo 02:51:55 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:51:55 ---> sigul-configuration.sh 02:51:55 gpg: directory `/root/.gnupg' created 02:51:55 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:51:55 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:51:55 gpg: keyring `/root/.gnupg/secring.gpg' created 02:51:55 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:51:55 gpg: CAST5 encrypted data 02:51:56 gpg: encrypted with 1 passphrase 02:51:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:51:56 + mkdir /home/jenkins 02:51:56 + mkdir /home/jenkins/sigul [Pipeline] sh 02:51:56 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 02:51:56 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:51:57 ---> sigul-install.sh 02:51:59 http://centos.mirror.vexxhost.com/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:51:59 Trying other mirror. 02:51:59 To address this issue please refer to the below wiki article 02:51:59 02:51:59 https://wiki.centos.org/yum-errors 02:51:59 02:51:59 If above article doesn't help to resolve this issue please use https://bugs.centos.org/. 02:51:59 02:52:00 http://centos.mirror.colo-serv.net/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:00 Trying other mirror. 02:52:00 http://mirror.calgah.com/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:00 Trying other mirror. 02:52:00 http://mirror.netaddicted.ca/CentOS/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:00 Trying other mirror. 02:52:00 http://mirror.netflash.net/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:00 Trying other mirror. 02:52:00 http://centos.mirror.netelligent.ca/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:00 Trying other mirror. 02:52:00 http://centos.les.net/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:00 Trying other mirror. 02:52:00 http://la.mirrors.clouvider.net/CentOS/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:00 Trying other mirror. 02:52:00 http://mirror.chpc.utah.edu/pub/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:00 Trying other mirror. 02:52:01 http://mirror.esecuredata.com/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:01 Trying other mirror. 02:52:02 http://centos.mirror.colo-serv.net/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:02 Trying other mirror. 02:52:02 http://centos.mirror.vexxhost.com/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:02 Trying other mirror. 02:52:03 http://mirror.calgah.com/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:03 Trying other mirror. 02:52:03 http://mirror.netaddicted.ca/CentOS/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:03 Trying other mirror. 02:52:03 http://mirror.netflash.net/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:03 Trying other mirror. 02:52:03 http://centos.mirror.netelligent.ca/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:03 Trying other mirror. 02:52:03 http://centos.les.net/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:03 Trying other mirror. 02:52:03 http://la.mirrors.clouvider.net/CentOS/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:03 Trying other mirror. 02:52:03 http://mirror.chpc.utah.edu/pub/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:03 Trying other mirror. 02:52:03 http://mirror.esecuredata.com/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:03 Trying other mirror. 02:52:04 http://centos.mirror.vexxhost.com/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://centos.mirror.colo-serv.net/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://mirror.calgah.com/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://mirror.netaddicted.ca/CentOS/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://mirror.netflash.net/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://centos.mirror.netelligent.ca/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://centos.les.net/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://la.mirrors.clouvider.net/CentOS/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://mirror.chpc.utah.edu/pub/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 http://mirror.esecuredata.com/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 Trying other mirror. 02:52:04 02:52:04 02:52:04 One of the configured repositories failed (CentOS-7 - Updates), 02:52:04 and yum doesn't have enough cached data to continue. At this point the only 02:52:04 safe thing yum can do is fail. There are a few ways to work "fix" this: 02:52:04 02:52:04 1. Contact the upstream for the repository and get them to fix the problem. 02:52:04 02:52:04 2. Reconfigure the baseurl/etc. for the repository, to point to a working 02:52:04 upstream. This is most often useful if you are using a newer 02:52:04 distribution release than is supported by the repository (and the 02:52:04 packages for the previous distribution release still work). 02:52:04 02:52:04 3. Run the command with the repository temporarily disabled 02:52:04 yum --disablerepo=updates ... 02:52:04 02:52:04 4. Disable the repository permanently, so yum won't use it by default. Yum 02:52:04 will then just ignore the repository until you permanently enable it 02:52:04 again or use --enablerepo for temporary usage: 02:52:04 02:52:04 yum-config-manager --disable updates 02:52:04 or 02:52:04 subscription-manager repos --disable=updates 02:52:04 02:52:04 5. Configure the failing repository to be skipped, if it is unavailable. 02:52:04 Note that yum will try to contact the repo. when it runs most commands, 02:52:04 so will have to try and fail each time (and thus. yum will be be much 02:52:04 slower). If it is a very temporary problem though, this is often a nice 02:52:04 compromise: 02:52:04 02:52:04 yum-config-manager --save --setopt=updates.skip_if_unavailable=true 02:52:04 02:52:04 failure: repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2 from updates: [Errno 256] No more mirrors to try. 02:52:04 http://centos.mirror.vexxhost.com/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://centos.mirror.colo-serv.net/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://mirror.calgah.com/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://mirror.netaddicted.ca/CentOS/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://mirror.netflash.net/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://centos.mirror.netelligent.ca/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://centos.les.net/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://la.mirrors.clouvider.net/CentOS/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://mirror.chpc.utah.edu/pub/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found 02:52:04 http://mirror.esecuredata.com/centos/7.9.2009/updates/x86_64/repodata/7ef1bb9522c9f351c89eca2ff7335901b182519e3080d06341ffe5cc75a5f53e-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found [Pipeline] } 02:52:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:52:04 $ docker stop --time=1 8441b8783a0c6536c6314ee7be8a8207dffb921d0e02ac7592164218e288ed94 02:52:06 $ docker rm -f 8441b8783a0c6536c6314ee7be8a8207dffb921d0e02ac7592164218e288ed94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:52:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:52:09 ---> package-listing.sh 02:52:09 ++ facter osfamily 02:52:09 ++ tr '[:upper:]' '[:lower:]' 02:52:09 + OS_FAMILY=redhat 02:52:09 + workspace=/w/workspace/dry_go-mod-core-contracts_master 02:52:09 + START_PACKAGES=/tmp/packages_start.txt 02:52:09 + END_PACKAGES=/tmp/packages_end.txt 02:52:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:52:09 + PACKAGES=/tmp/packages_start.txt 02:52:09 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 02:52:09 + PACKAGES=/tmp/packages_end.txt 02:52:09 + case "${OS_FAMILY}" in 02:52:09 + rpm -qa 02:52:09 + sort 02:52:14 + '[' -f /tmp/packages_start.txt ']' 02:52:14 + '[' -f /tmp/packages_end.txt ']' 02:52:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:52:14 + '[' /w/workspace/dry_go-mod-core-contracts_master ']' 02:52:14 + mkdir -p /w/workspace/dry_go-mod-core-contracts_master/archives/ 02:52:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_master/archives/ [Pipeline] echo 02:52:14 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:52:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:52:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:15 02:52:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:52:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:15 alpine: Pulling from edgex-lftools-log-publisher 02:52:15 df20fa9351a1: Pulling fs layer 02:52:15 36b3adc4ff6f: Pulling fs layer 02:52:15 8ad3a11d3b57: Pulling fs layer 02:52:15 46f8f816bc3b: Pulling fs layer 02:52:15 93b61091891f: Pulling fs layer 02:52:15 93b9cdb0e59b: Pulling fs layer 02:52:15 5e14af77c1be: Pulling fs layer 02:52:15 01666e4c0597: Pulling fs layer 02:52:15 aa168da1d23b: Pulling fs layer 02:52:15 93b9cdb0e59b: Waiting 02:52:15 5e14af77c1be: Waiting 02:52:15 01666e4c0597: Waiting 02:52:15 aa168da1d23b: Waiting 02:52:15 46f8f816bc3b: Waiting 02:52:15 93b61091891f: Waiting 02:52:15 36b3adc4ff6f: Verifying Checksum 02:52:15 36b3adc4ff6f: Download complete 02:52:15 46f8f816bc3b: Verifying Checksum 02:52:15 46f8f816bc3b: Download complete 02:52:15 93b61091891f: Download complete 02:52:15 93b9cdb0e59b: Verifying Checksum 02:52:15 93b9cdb0e59b: Download complete 02:52:15 5e14af77c1be: Verifying Checksum 02:52:15 5e14af77c1be: Download complete 02:52:15 df20fa9351a1: Verifying Checksum 02:52:15 df20fa9351a1: Download complete 02:52:15 01666e4c0597: Verifying Checksum 02:52:15 01666e4c0597: Download complete 02:52:16 8ad3a11d3b57: Verifying Checksum 02:52:16 8ad3a11d3b57: Download complete 02:52:16 df20fa9351a1: Pull complete 02:52:16 36b3adc4ff6f: Pull complete 02:52:17 8ad3a11d3b57: Pull complete 02:52:17 46f8f816bc3b: Pull complete 02:52:18 93b61091891f: Pull complete 02:52:18 93b9cdb0e59b: Pull complete 02:52:18 5e14af77c1be: Pull complete 02:52:19 aa168da1d23b: Verifying Checksum 02:52:19 aa168da1d23b: Download complete 02:52:19 01666e4c0597: Pull complete 02:52:27 aa168da1d23b: Pull complete 02:52:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:52:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:52:27 prd-centos7-docker-4c-2g-30459 does not seem to be running inside a container 02:52:27 $ 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_master/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_master -v /w/workspace/dry_go-mod-core-contracts_master:/w/workspace/dry_go-mod-core-contracts_master:rw,z -v /w/workspace/dry_go-mod-core-contracts_master@tmp:/w/workspace/dry_go-mod-core-contracts_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:52:30 $ docker top 3e5e7f0ed251aa31a030b8964b7140b2a3b779e48e315aca62b9fc92775f84a4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:30 + touch /tmp/pre-build-complete [Pipeline] sh 02:52:31 + mkdir -p /var/log/sa [Pipeline] sh 02:52:31 + ls /var/log/sa-host 02:52:31 + sadf -c /var/log/sa-host/sa19 02:52:31 file_magic: OK 02:52:31 HZ: Using current value: 100 02:52:31 file_header: OK 02:52:31 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 02:52:31 Statistics: 02:52:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:31 File successfully converted to sysstat format version 12.2.1 02:52:31 + sadf -c /var/log/sa-host/sa23 02:52:31 file_magic: OK 02:52:31 HZ: Using current value: 100 02:52:31 file_header: OK 02:52:31 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 02:52:31 Statistics: 02:52:31 Hnuu...uuuununununu... 02:52:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:52:31 provisioning config files... 02:52:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_master@tmp/config2324435589638438197tmp [Pipeline] { [Pipeline] echo 02:52:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:52:32 ---> create-netrc.sh [Pipeline] } 02:52:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:52:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:32 ---> python-tools-install.sh [Pipeline] echo 02:52:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:33 ---> sudo-logs.sh 02:52:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:52:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:33 ---> job-cost.sh 02:52:33 lf-activate-venv: SKIPPING 02:52:33 DEBUG: total: 0.20999999344348907 02:52:33 INFO: Retrieving Stack Cost... 02:52:34 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:35 INFO: Archiving Costs [Pipeline] echo 02:52:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:35 ---> logs-deploy.sh 02:52:35 lf-activate-venv: SKIPPING 02:52:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/master/172 02:52:35 INFO: archiving workspace using pattern(s): 02:52:37 Archives upload complete. 02:52:37 INFO: archiving logs to Nexus