[JIRA] (OVIRT-2572) ovirt-provider-ovn fails in 4.2 due to lago's
repolock
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2572?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-2572:
-------------------------------------
To reach oVirt CI hosts you have to be connected to the oVirt PHX VPN (The OpenVPN instance that [~ederevea] maintains. Not sure if you were at the time...
Anyway I removed the lock manually.
> ovirt-provider-ovn fails in 4.2 due to lago's repolock
> ------------------------------------------------------
>
> Key: OVIRT-2572
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2572
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Reporter: Dafna Ron
> Assignee: infra
> Labels: ost_failures, ost_infra
>
> build that failed: http://jenkins.ovirt.org/job/ovirt-4.2_change-queue-tester/3468/
> basic suite was running on ovirt-srv21.phx.ovirt.org
> {noformat}
> 10:33:23 [basic-suite.el7.x86_64] @ Create prefix internal repo: ERROR (in 0:03:00)
> 10:33:23 [basic-suite.el7.x86_64] Error occured, aborting
> 10:33:23 [basic-suite.el7.x86_64] Traceback (most recent call last):
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line 383, in do_run
> 10:33:23 [basic-suite.el7.x86_64] self.cli_plugins[args.ovirtverb].do_run(args)
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/lago/plugins/cli.py", line 184, in do_run
> 10:33:23 [basic-suite.el7.x86_64] self._do_run(**vars(args))
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/lago/utils.py", line 505, in wrapper
> 10:33:23 [basic-suite.el7.x86_64] return func(*args, **kwargs)
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/lago/utils.py", line 516, in wrapper
> 10:33:23 [basic-suite.el7.x86_64] return func(*args, prefix=prefix, **kwargs)
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/ovirtlago/cmd.py", line 173, in do_ovirt_reposetup
> 10:33:23 [basic-suite.el7.x86_64] sub_repo_name=repo_name
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/lago/log_utils.py", line 636, in wrapper
> 10:33:23 [basic-suite.el7.x86_64] return func(*args, **kwargs)
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/ovirtlago/prefix.py", line 203, in prepare_repo
> 10:33:23 [basic-suite.el7.x86_64] repos,
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/ovirtlago/reposetup.py", line 206, in sync_rpm_repository
> 10:33:23 [basic-suite.el7.x86_64] with LockFile(lock_path, timeout=180):
> 10:33:23 [basic-suite.el7.x86_64] File "/usr/lib/python2.7/site-packages/lago/utils.py", line 398, in __enter__
> 10:33:23 [basic-suite.el7.x86_64] self.timeout,
> 10:33:23 [basic-suite.el7.x86_64] TimerException: ('Unable to acquire lock for %s in %s secs', u'/var/lib/lago/repolock', 180)
> {noformat}
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100095)
6 years, 5 months
[oVirt Jenkins] ovirt-system-tests_hc-basic-suite-4.2 - Build # 642
- Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_hc-basic-suite-4.2/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_hc-basic-suite-4.2/642/
Build Number: 642
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #642
[Eitan Raviv] networking: sync networks across cluster
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.add_hosts
Error Message:
143
-------------------- >> begin captured logging << --------------------
cli: DEBUG: signal 15 was caught
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-4.2/ovirt-system-tests/hc-basic-suite-4.2/test-scenarios/002_bootstrap.py", line 229, in add_hosts
add_hosts_4(prefix)
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-4.2/ovirt-system-tests/hc-basic-suite-4.2/test-scenarios/002_bootstrap.py", line 273, in add_hosts_4
testlib.assert_true_within(_host_is_up_4, timeout=15*60)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 278, in assert_true_within
assert_equals_within(func, True, timeout, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 234, in assert_equals_within
res = func()
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-4.2/ovirt-system-tests/hc-basic-suite-4.2/test-scenarios/002_bootstrap.py", line 254, in _host_is_up_4
host_obj = host_service.get()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 37093, in get
return self._internal_get(headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 211, in _internal_get
return future.wait() if wait else future
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 54, in wait
response = self._connection.wait(self._context)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 496, in wait
return self.__wait(context, failed_auth)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 532, in __wait
self._multi.select(1.0)
File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 922, in exit_handler
sys.exit(128 + signum)
'143\n-------------------- >> begin captured logging << --------------------\ncli: DEBUG: signal 15 was caught\n--------------------- >> end captured logging << ---------------------'
6 years, 5 months
Build failed in Jenkins: system-sync_mirrors-epel-el6-x86_64 #2036
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/2036/dis...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e4f74212268b5757494d69d283eccc20fbe92a97 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e4f74212268b5757494d69d283eccc20fbe92a97
Commit message: "Time-based trigger openshift-on-ovirt suite"
> git rev-list --no-walk e4f74212268b5757494d69d283eccc20fbe92a97 # timeout=10
[system-sync_mirrors-epel-el6-x86_64] $ /bin/bash -xe /tmp/jenkins4477561812353850902.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror epel-el6 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 175, in main
my.doRepoSetup()
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in doRepoSetup
return self._getRepos(thisrepo, True)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in _getRepos
self._repos.doSetup(thisrepo)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1465, in _commonLoadRepoXML
local = self.cachedir + '/repomd.xml'
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 774, in <lambda>
cachedir = property(lambda self: self._dirGetAttr('cachedir'))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 757, in _dirGetAttr
self.dirSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 735, in dirSetup
self._dirSetupMkdir_p(dir)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 712, in _dirSetupMkdir_p
raise Errors.RepoError, msg
yum.Errors.RepoError: Error making cache directory: /home/jenkins/mirrors_cache/centos-updates-el7 error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/centos-updates-el7'
Build step 'Execute shell' marked build as failure
6 years, 5 months
Build failed in Jenkins: ovirt_4.1_publish-rpms_nightly #712
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/ovirt_4.1_publish-rpms_nightly/712/display/r...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building on master in workspace <http://jenkins.ovirt.org/job/ovirt_4.1_publish-rpms_nightly/ws/>
[WS-CLEANUP] Deleting project workspace...
[workspace] $ /bin/bash -xe /tmp/jenkins1869602453035378154.sh
+ rm -rf <http://jenkins.ovirt.org/job/ovirt_4.1_publish-rpms_nightly/ws/artifacts>
+ mkdir <http://jenkins.ovirt.org/job/ovirt_4.1_publish-rpms_nightly/ws/artifacts>
Copied 7 artifacts from "otopi_4.1_build-artifacts-el7-x86_64" build number 20
Copied 5 artifacts from "ovirt-vmconsole_4.1_build-artifacts-el7-x86_64" build number 18
Copied 4 artifacts from "ovirt-log-collector_4.1_build-artifacts-el7-x86_64" build number 210
Copied 3 artifacts from "ovirt-engine-cli_3.6_build-artifacts-el7-x86_64" build number 27
Copied 3 artifacts from "ovirt-engine-extension-aaa-jdbc_4.1_build-artifacts-el7-x86_64" build number 25
Copied 4 artifacts from "ovirt-engine-extension-aaa-ldap_4.1_build-artifacts-el7-x86_64" build number 52
Copied 3 artifacts from "ovirt-engine-extension-aaa-misc_4.1_build-artifacts-el7-x86_64" build number 7
Copied 3 artifacts from "ovirt-engine-extension-logger-log4j_4.1_build-artifacts-el7-x86_64" build number 12
Copied 4 artifacts from "vdsm-jsonrpc-java_4.1_build-artifacts-el7-x86_64" build number 34
Copied 4 artifacts from "python-ovirt-engine-sdk4_4.1_build-artifacts-el7-x86_64" build number 114
Copied 4 artifacts from "python-ovirt-engine-sdk4_4.1_build-artifacts-el7-ppc64le" build number 86
Copied 4 artifacts from "ovirt-engine-sdk-java_4.1_build-artifacts-el7-x86_64" build number 11
Copied 3 artifacts from "java-ovirt-engine-sdk4_4.1_build-artifacts-el7-x86_64" build number 65
Copied 3 artifacts from "ovirt-scheduler-proxy_4.1_build-artifacts-el7-x86_64" build number 11
Copied 5 artifacts from "ovirt-optimizer_4.1_build-artifacts-el7-x86_64" build number 11
Copied 3 artifacts from "ovirt-engine-dashboard_4.1_build-artifacts-el7-x86_64" build number 48
Copied 5 artifacts from "ioprocess_4.1_build-artifacts-el7-x86_64" build number 1
Copied 5 artifacts from "ioprocess_4.1_build-artifacts-el7-ppc64le" build number 1
Copied 51 artifacts from "vdsm_4.1_build-artifacts-el7-x86_64" build number 483
Copied 51 artifacts from "vdsm_4.1_build-artifacts-el7-ppc64le" build number 481
Copied 3 artifacts from "ovirt-hosted-engine-ha_4.1_build-artifacts-el7-x86_64" build number 93
Copied 3 artifacts from "ovirt-hosted-engine-setup_4.1_build-artifacts-el7-x86_64" build number 95
Copied 3 artifacts from "ovirt-engine-sdk_4.1_build-artifacts-el7-x86_64" build number 2
Copied 22 artifacts from "ovirt-engine_4.1_build-artifacts-el7-x86_64" build number 1124
Copied 3 artifacts from "mom_4.1_build-artifacts-el7-x86_64" build number 17
Copied 3 artifacts from "ovirt-wgt_4.1_build-artifacts-el7-x86_64" build number 1
Copied 4 artifacts from "cockpit-ovirt_4.1_build-artifacts-el7-x86_64" build number 126
Copied 9 artifacts from "ovirt-engine-sdk-ruby_4.1_build-artifacts-el7-x86_64" build number 159
Copied 9 artifacts from "ovirt-engine-sdk-ruby_4.1_build-artifacts-el7-ppc64le" build number 163
Copied 3 artifacts from "ovirt-guest-agent_4.1_build-artifacts-el6-x86_64" build number 8
Copied 7 artifacts from "ovirt-guest-agent_4.1_build-artifacts-el7-x86_64" build number 10
ERROR: Unable to find a build for artifact copy from: ovirt-provider-ovn_4.1_build-artifacts-el7-x86_64
SSH: Current build result is [FAILURE], not going to run.
6 years, 5 months
[oVirt Jenkins] ovirt-system-tests_he-node-ng-suite-master - Build
# 545 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_he-node-ng-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_he-node-ng-suite-master/545/
Build Number: 545
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #545
[Eitan Raviv] networking: sync networks across cluster
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 012_local_maintenance_sdk.local_maintenance
Error Message:
143
-------------------- >> begin captured logging << --------------------
root: INFO: * Waiting For System Stability...
root: INFO: * Performing Deactivation...
root: INFO: * Performing Activation...
root: INFO: * Waiting For System Stability...
cli: DEBUG: signal 15 was caught
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper
prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-system-tests_he-node-ng-suite-master/ovirt-system-tests/he-node-ng-suite-master/test-scenarios/012_local_maintenance_sdk.py", line 79, in local_maintenance
time.sleep(wait_value)
File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 922, in exit_handler
sys.exit(128 + signum)
'143\n-------------------- >> begin captured logging << --------------------\nroot: INFO: * Waiting For System Stability...\nroot: INFO: * Performing Deactivation...\nroot: INFO: * Performing Activation...\nroot: INFO: * Waiting For System Stability...\ncli: DEBUG: signal 15 was caught\n--------------------- >> end captured logging << ---------------------'
6 years, 5 months
Build failed in Jenkins:
system-sync_mirrors-centos-updates-el7-x86_64 #2120
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e4f74212268b5757494d69d283eccc20fbe92a97 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e4f74212268b5757494d69d283eccc20fbe92a97
Commit message: "Time-based trigger openshift-on-ovirt suite"
> git rev-list --no-walk e4f74212268b5757494d69d283eccc20fbe92a97 # timeout=10
[system-sync_mirrors-centos-updates-el7-x86_64] $ /bin/bash -xe /tmp/jenkins5491587166523542718.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 175, in main
my.doRepoSetup()
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in doRepoSetup
return self._getRepos(thisrepo, True)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in _getRepos
self._repos.doSetup(thisrepo)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1465, in _commonLoadRepoXML
local = self.cachedir + '/repomd.xml'
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 774, in <lambda>
cachedir = property(lambda self: self._dirGetAttr('cachedir'))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 757, in _dirGetAttr
self.dirSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 735, in dirSetup
self._dirSetupMkdir_p(dir)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 712, in _dirSetupMkdir_p
raise Errors.RepoError, msg
yum.Errors.RepoError: Error making cache directory: /home/jenkins/mirrors_cache/epel-el6 error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/epel-el6'
Build step 'Execute shell' marked build as failure
6 years, 5 months
[oVirt Jenkins] ovirt-system-tests_he-node-ng-suite-4.2 - Build #
477 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_he-node-ng-suite-4.2/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_he-node-ng-suite-4.2/477/
Build Number: 477
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #477
[Eitan Raviv] networking: sync networks across cluster
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 012_local_maintenance_sdk.local_maintenance
Error Message:
143
-------------------- >> begin captured logging << --------------------
root: INFO: * Waiting For System Stability...
root: INFO: * Performing Deactivation...
root: INFO: * Performing Activation...
root: INFO: * Waiting For System Stability...
cli: DEBUG: signal 15 was caught
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 79, in wrapper
prefix.virt_env.engine_vm().get_api(api_ver=4), *args, **kwargs
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-system-tests_he-node-ng-suite-4.2/ovirt-system-tests/he-node-ng-suite-4.2/test-scenarios/012_local_maintenance_sdk.py", line 79, in local_maintenance
time.sleep(wait_value)
File "/usr/lib/python2.7/site-packages/lago/cmd.py", line 922, in exit_handler
sys.exit(128 + signum)
'143\n-------------------- >> begin captured logging << --------------------\nroot: INFO: * Waiting For System Stability...\nroot: INFO: * Performing Deactivation...\nroot: INFO: * Performing Activation...\nroot: INFO: * Waiting For System Stability...\ncli: DEBUG: signal 15 was caught\n--------------------- >> end captured logging << ---------------------'
6 years, 5 months
[oVirt Jenkins] ovirt-system-tests_hc-basic-suite-master - Build #
863 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_hc-basic-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_hc-basic-suite-master/863/
Build Number: 863
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #863
[Eitan Raviv] networking: sync networks across cluster
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.add_hosts
Error Message:
Failed to read response: [(<pycurl.Curl object at 0x7efcf2399050>, 7, 'TCP connection reset by peer')]
-------------------- >> begin captured logging << --------------------
ovirtlago.testlib: ERROR: * Unhandled exception in <function _host_is_up_4 at 0x7efcf3822320>
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 234, in assert_equals_within
res = func()
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ovirt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", line 253, in _host_is_up_4
host_obj = host_service.get()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 38639, in get
return self._internal_get(headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 211, in _internal_get
return future.wait() if wait else future
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 54, in wait
response = self._connection.wait(self._context)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 497, in wait
return self.__wait(context, failed_auth)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 511, in __wait
raise Error("Failed to read response: {}".format(err_list))
Error: Failed to read response: [(<pycurl.Curl object at 0x7efcf2399050>, 7, 'TCP connection reset by peer')]
--------------------- >> end captured logging << ---------------------
Stack Trace:
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 142, in wrapped_test
test()
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 60, in wrapper
return func(get_test_prefix(), *args, **kwargs)
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ovirt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", line 228, in add_hosts
add_hosts_4(prefix)
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ovirt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", line 275, in add_hosts_4
testlib.assert_true_within(_host_is_up_4, timeout=15*60)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 278, in assert_true_within
assert_equals_within(func, True, timeout, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 234, in assert_equals_within
res = func()
File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ovirt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", line 253, in _host_is_up_4
host_obj = host_service.get()
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 38639, in get
return self._internal_get(headers, query, wait)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 211, in _internal_get
return future.wait() if wait else future
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 54, in wait
response = self._connection.wait(self._context)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 497, in wait
return self.__wait(context, failed_auth)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 511, in __wait
raise Error("Failed to read response: {}".format(err_list))
'Failed to read response: [(<pycurl.Curl object at 0x7efcf2399050>, 7, \'TCP connection reset by peer\')]\n-------------------- >> begin captured logging << --------------------\novirtlago.testlib: ERROR: * Unhandled exception in <function _host_is_up_4 at 0x7efcf3822320>\nTraceback (most recent call last):\n File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 234, in assert_equals_within\n res = func()\n File "/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-master/ovirt-system-tests/hc-basic-suite-master/test-scenarios/002_bootstrap.py", line 253, in _host_is_up_4\n host_obj = host_service.get()\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 38639, in get\n return self._internal_get(headers, query, wait)\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 211, in _internal_get\n return future.wait() if wait else future\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 54, in wait\n response = self._connection.wait(self._context)\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 497, in wait\n return self.__wait(context, failed_auth)\n File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line 511, in __wait\n raise Error("Failed to read response: {}".format(err_list))\nError: Failed to read response: [(<pycurl.Curl object at 0x7efcf2399050>, 7, \'TCP connection reset by peer\')]\n--------------------- >> end captured logging << ---------------------'
6 years, 5 months