[oVirt Jenkins] ovirt-system-tests_compat-4.2-suite-master - Build
# 528 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.2-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.2-suite-master/528/
Build Number: 528
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #528
[Dafna Ron] adding missing package to pkgs
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.add_master_storage_domain_42
Error Message:
Could not find hosts that are up in DC test-dc
-------------------- >> begin captured logging << --------------------
lago.ssh: DEBUG: start task:764db40c-49c4-42b0-ae01-4345ad18e235:Get ssh client for lago-compat-4-2-suite-master-engine:
lago.ssh: DEBUG: end task:764db40c-49c4-42b0-ae01-4345ad18e235:Get ssh client for lago-compat-4-2-suite-master-engine:
lago.ssh: DEBUG: Running 2a391674 on lago-compat-4-2-suite-master-engine: cat /root/multipath.txt
lago.ssh: DEBUG: Command 2a391674 on lago-compat-4-2-suite-master-engine returned with 0
lago.ssh: DEBUG: Command 2a391674 on lago-compat-4-2-suite-master-engine output:
360014050588260c128f45bba025ed392
36001405770008d718ba471e94fd3316b
3600140593bb08b9efa24f4294f899f22
36001405ac118e94adf14c6ebb32712a7
36001405ded377bc2f644b67b0bb4f2f8
--------------------- >> 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_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py", line 417, in add_master_storage_domain
add_iscsi_storage_domain(prefix)
File "/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py", line 561, in add_iscsi_storage_domain
host=_random_host_from_dc(api, DC_NAME),
File "/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py", line 122, in _random_host_from_dc
return _hosts_in_dc(api, dc_name, True)
File "/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py", line 119, in _hosts_in_dc
raise RuntimeError('Could not find hosts that are up in DC %s' % dc_name)
'Could not find hosts that are up in DC test-dc\n-------------------- >> begin captured logging << --------------------\nlago.ssh: DEBUG: start task:764db40c-49c4-42b0-ae01-4345ad18e235:Get ssh client for lago-compat-4-2-suite-master-engine:\nlago.ssh: DEBUG: end task:764db40c-49c4-42b0-ae01-4345ad18e235:Get ssh client for lago-compat-4-2-suite-master-engine:\nlago.ssh: DEBUG: Running 2a391674 on lago-compat-4-2-suite-master-engine: cat /root/multipath.txt\nlago.ssh: DEBUG: Command 2a391674 on lago-compat-4-2-suite-master-engine returned with 0\nlago.ssh: DEBUG: Command 2a391674 on lago-compat-4-2-suite-master-engine output:\n 360014050588260c128f45bba025ed392\n36001405770008d718ba471e94fd3316b\n3600140593bb08b9efa24f4294f899f22\n36001405ac118e94adf14c6ebb32712a7\n36001405ded377bc2f644b67b0bb4f2f8\n\n--------------------- >> end captured logging << ---------------------'
5 years, 7 months
[oVirt Jenkins] ovirt-system-tests_compat-4.3-suite-master - Build
# 23 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/23/
Build Number: 23
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #23
No changes
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.get_host_hooks_43
Error Message:
Fault reason is "Operation Failed". Fault detail is "Entity not found: null". HTTP response code is 404.
Stack Trace:
Traceback (most recent call last):
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 "/home/jenkins/workspace/ovirt-system-tests_compat-4.3-suite-master/ovirt-system-tests/compat-4.3-suite-master/test-scenarios/002_bootstrap.py", line 1026, in get_host_hooks
hooks = sorted(hooks_service.list(), key=lambda hook: hook.name)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 11549, in list
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 55, in wait
return self._code(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 208, in callback
self._check_fault(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in _check_fault
self._raise_error(response, body)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in _raise_error
raise error
NotFoundError: Fault reason is "Operation Failed". Fault detail is "Entity not found: null". HTTP response code is 404.
5 years, 7 months
[oVirt Jenkins] ovirt-system-tests_compat-4.1-suite-master - Build
# 527 - Failure!
by jenkins@jenkins.phx.ovirt.org
Project: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.1-suite-master/
Build: http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.1-suite-master/527/
Build Number: 527
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #527
[Dafna Ron] adding missing package to pkgs
[Daniel Belenky] stdci_slaves: increase memory requirement
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 002_bootstrap.add_master_storage_domain_41
Error Message:
Could not find hosts that are up in DC test-dc
-------------------- >> begin captured logging << --------------------
lago.ssh: DEBUG: start task:5d8a0767-8270-4442-a6ba-6bd74549edf8:Get ssh client for lago-compat-4-1-suite-master-engine:
lago.ssh: DEBUG: end task:5d8a0767-8270-4442-a6ba-6bd74549edf8:Get ssh client for lago-compat-4-1-suite-master-engine:
lago.ssh: DEBUG: Running 4105cdba on lago-compat-4-1-suite-master-engine: cat /root/multipath.txt
lago.ssh: DEBUG: Command 4105cdba on lago-compat-4-1-suite-master-engine returned with 0
lago.ssh: DEBUG: Command 4105cdba on lago-compat-4-1-suite-master-engine output:
36001405161b9ca36ebd450aae56ef945
360014054cc96ee06b12441586dc1f8c3
360014058f63b30cd5c04ef98968dcd54
360014059b1354abc51c4ea3a2adf5fd0
36001405b589ca1a6b88481fa35eec466
--------------------- >> 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_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py", line 417, in add_master_storage_domain
add_iscsi_storage_domain(prefix)
File "/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py", line 561, in add_iscsi_storage_domain
host=_random_host_from_dc(api, DC_NAME),
File "/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py", line 122, in _random_host_from_dc
return _hosts_in_dc(api, dc_name, True)
File "/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py", line 119, in _hosts_in_dc
raise RuntimeError('Could not find hosts that are up in DC %s' % dc_name)
'Could not find hosts that are up in DC test-dc\n-------------------- >> begin captured logging << --------------------\nlago.ssh: DEBUG: start task:5d8a0767-8270-4442-a6ba-6bd74549edf8:Get ssh client for lago-compat-4-1-suite-master-engine:\nlago.ssh: DEBUG: end task:5d8a0767-8270-4442-a6ba-6bd74549edf8:Get ssh client for lago-compat-4-1-suite-master-engine:\nlago.ssh: DEBUG: Running 4105cdba on lago-compat-4-1-suite-master-engine: cat /root/multipath.txt\nlago.ssh: DEBUG: Command 4105cdba on lago-compat-4-1-suite-master-engine returned with 0\nlago.ssh: DEBUG: Command 4105cdba on lago-compat-4-1-suite-master-engine output:\n 36001405161b9ca36ebd450aae56ef945\n360014054cc96ee06b12441586dc1f8c3\n360014058f63b30cd5c04ef98968dcd54\n360014059b1354abc51c4ea3a2adf5fd0\n36001405b589ca1a6b88481fa35eec466\n\n--------------------- >> end captured logging << ---------------------'
5 years, 7 months