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/422/
Build Number: 422
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #422
[Milan Zamazal] ovf_import test
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: 004_basic_sanity.add_disk
Error Message:
status: 500
reason: Internal Server Error
detail:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at
root@localhost to inform them of the time this error occurred,
and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
-------------------- >> begin captured logging << --------------------
ovirtlago.testlib: ERROR: * Unhandled exception in <function <lambda> at
0x7f2ecc5710c8>
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-4.2/ovirt-system-tests/hc-basic-suite-4.2/test-scenarios/004_basic_sanity.py",
line 122, in <lambda>
api.vms.get(VM0_NAME).disks.get(DISK0_NAME).status.state == 'ok'
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
line 35733, in get
headers={"All-Content":all_content}
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line
46, in get
return self.request(method='GET', url=url, headers=headers, cls=cls)
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line
122, in request
persistent_auth=self.__persistent_auth
File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
line 79, in do_request
persistent_auth)
File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
line 162, in __do_request
raise errors.RequestError(response_code, response_reason, response_body)
RequestError:
status: 500
reason: Internal Server Error
detail:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at
root@localhost to inform them of the time this error occurred,
and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
--------------------- >> 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 69, in
wrapper
return func(prefix.virt_env.engine_vm().get_api(), *args, **kwargs)
File
"/home/jenkins/workspace/ovirt-system-tests_hc-basic-suite-4.2/ovirt-system-tests/hc-basic-suite-4.2/test-scenarios/004_basic_sanity.py",
line 121, in add_disk
lambda:
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 282, in
assert_true_within_short
assert_equals_within_short(func, True, allowed_exceptions)
File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 266, in
assert_equals_within_short
func, value, SHORT_TIMEOUT, allowed_exceptions=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/004_basic_sanity.py",
line 122, in <lambda>
api.vms.get(VM0_NAME).disks.get(DISK0_NAME).status.state == 'ok'
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
line 35733, in get
headers={"All-Content":all_content}
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line
46, in get
return self.request(method='GET', url=url, headers=headers, cls=cls)
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line
122, in request
persistent_auth=self.__persistent_auth
File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
line 79, in do_request
persistent_auth)
File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
line 162, in __do_request
raise errors.RequestError(response_code, response_reason, response_body)
'\r\nstatus: 500\r\nreason: Internal Server Error\r\ndetail: \n<!DOCTYPE HTML
PUBLIC "-//IETF//DTD HTML
2.0//EN">\n<html><head>\n<title>500 Internal Server
Error</title>\n</head><body>\n<h1>Internal Server
Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration
and was unable to complete\nyour request.</p>\n<p>Please contact the server
administrator at \n root@localhost to inform them of the time this error occurred,\n and
the actions you performed just before this error.</p>\n<p>More information
about this error may be available\nin the server error
log.</p>\n</body></html>\n\n-------------------- >> begin captured
logging << --------------------\novirtlago.testlib: ERROR: * Unhandled exception
in <function <lambda> at 0x7f2ecc5710c8>\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-4.2/ovirt-system-tests/hc-basic-suite-4.2/test-scenarios/004_basic_sanity.py",
line 122, in <lambda>\n api.vms.get(VM0_NAME).disks.get(DISK0_NAME).status.state
== \'ok\'\n File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py", line
35733, in get\n headers={"All-Content":all_content}\n File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line 46, in
get\n return self.request(method=\'GET\', url=url, headers=headers, cls=cls)\n
File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py", line
122, in request\n persistent_auth=self.__persistent_auth\n File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
line 79, in do_request\n persistent_auth)\n File
"/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/connectionspool.py",
line 162, in __do_request\n raise errors.RequestError(response_code, response_reason,
response_body)\nRequestError: \r\nstatus: 500\r\nreason: Internal Server Error\r\ndetail:
\n<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML
2.0//EN">\n<html><head>\n<title>500 Internal Server
Error</title>\n</head><body>\n<h1>Internal Server
Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration
and was unable to complete\nyour request.</p>\n<p>Please contact the server
administrator at \n root@localhost to inform them of the time this error occurred,\n and
the actions you performed just before this error.</p>\n<p>More information
about this error may be available\nin the server error
log.</p>\n</body></html>\n\n--------------------- >> end captured
logging << ---------------------'