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/545/
Build Number: 545
Build Status:  Still Failing
Triggered By: Started by timer

-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #535
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #536
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #537
[Dominik Holler] basic-suite-master: Use 384MB memory for VM0

[Evgheni Dereveanchin] Make standard-manual-runner run concurrently


Changes for Build #538
[Ales Musil] network-suite-master: Add test to for vnic profile live update


Changes for Build #539
[Dominik Holler] network-suite-4.2: Skip test to for vnic profile live update

[Simone Tiraboschi] Add he-basic-role-remote


Changes for Build #540
[Dominik Holler] network-suite-4.2: Skip test to for vnic profile live update


Changes for Build #541
[Martin Perina] common: Really enable debug logging for engine

[Simone Tiraboschi] Skip he-basic-role-remote-suite-4.2

[Daniel Belenky] mock_configs: update rawhide releasever

[Daniel Belenky] stdci_slaves: add timeouts to loader node


Changes for Build #542
[Ondra Machacek] ansible_suite: Update datacenter version


Changes for Build #543
[Ondra Machacek] ansible_suite: Update datacenter version


Changes for Build #544
[Galit Rosenthal] Update repofiles


Changes for Build #545
[jenkins CI] Auto create ovirt-4.3-release




-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED:  002_bootstrap.add_secondary_storage_domains_41

Error Message:
Fault reason is "Operation Failed". Fault detail is "[Cannot attach Storage. 
Storage Domain format V5 is illegal.]". HTTP response code is 409.
-------------------- >> begin captured logging << --------------------
lago.utils: DEBUG: Error while running thread Thread-624
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in 
_ret_via_queue
    queue.put({'return': func()})
  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 423, in add_nfs_storage_domain
    add_generic_nfs_storage_domain(prefix, SD_NFS_NAME, SD_NFS_HOST_NAME, 
SD_NFS_PATH, nfs_version='v4_2')
  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 471, in add_generic_nfs_storage_domain
    _add_storage_domain(api, p)
  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 405, in _add_storage_domain
    id=sd.id,
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3053, 
in add
    return self._internal_add(storage_domain, headers, query, wait)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232, in 
_internal_add
    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 229, 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
Error: Fault reason is "Operation Failed". Fault detail is "[Cannot attach 
Storage. Storage Domain format V5 is illegal.]". HTTP response code is 409.
lago.utils: DEBUG: Error while running thread Thread-626
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in 
_ret_via_queue
    queue.put({'return': func()})
  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 429, in add_second_nfs_storage_domain
    SD_NFS_HOST_NAME, SD_SECOND_NFS_PATH)
  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 471, in add_generic_nfs_storage_domain
    _add_storage_domain(api, p)
  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 410, in _add_storage_domain
    lambda: attached_sd_service.get().status == 
sdk4.types.StorageDomainStatus.ACTIVE
  File "/usr/lib64/python2.7/contextlib.py", line 35, in __exit__
    self.gen.throw(type, value, traceback)
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test_utils/__init__.py",
 line 264, in TestEvent
    lambda:
  File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 286, in 
assert_true_within_long
    assert_equals_within_long(func, True, allowed_exceptions)
  File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 273, in 
assert_equals_within_long
    func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions
  File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 252, in 
assert_equals_within
    '%s != %s after %s seconds' % (res, value, timeout)
AssertionError: False != True after 600 seconds
--------------------- >> 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 500, in add_secondary_storage_domains
    vt.join_all()
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in 
_ret_via_queue
    queue.put({'return': func()})
  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 423, in add_nfs_storage_domain
    add_generic_nfs_storage_domain(prefix, SD_NFS_NAME, SD_NFS_HOST_NAME, 
SD_NFS_PATH, nfs_version='v4_2')
  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 471, in add_generic_nfs_storage_domain
    _add_storage_domain(api, p)
  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 405, in _add_storage_domain
    id=sd.id,
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3053, 
in add
    return self._internal_add(storage_domain, headers, query, wait)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232, in 
_internal_add
    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 229, 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
'Fault reason is "Operation Failed". Fault detail is "[Cannot attach Storage. 
Storage Domain format V5 is illegal.]". HTTP response code is 
409.\n-------------------- >> begin captured logging << 
--------------------\nlago.utils: DEBUG: Error while running thread 
Thread-624\nTraceback (most recent call last):\n  File 
"/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in _ret_via_queue\n  
  queue.put({\'return\': func()})\n  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 423, in add_nfs_storage_domain\n    
add_generic_nfs_storage_domain(prefix, SD_NFS_NAME, SD_NFS_HOST_NAME, 
SD_NFS_PATH, nfs_version=\'v4_2\')\n  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 471, in add_generic_nfs_storage_domain\n    _add_storage_domain(api, p)\n 
 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 405, in _add_storage_domain\n    id=sd.id,\n  File 
"/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3053, in add\n 
   return self._internal_add(storage_domain, headers, query, wait)\n  File 
"/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232, in 
_internal_add\n    return future.wait() if wait else future\n  File 
"/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in wait\n   
 return self._code(response)\n  File 
"/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 229, in 
callback\n    self._check_fault(response)\n  File 
"/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in 
_check_fault\n    self._raise_error(response, body)\n  File 
"/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in 
_raise_error\n    raise error\nError: Fault reason is "Operation Failed". Fault 
detail is "[Cannot attach Storage. Storage Domain format V5 is illegal.]". HTTP 
response code is 409.\nlago.utils: DEBUG: Error while running thread 
Thread-626\nTraceback (most recent call last):\n  File 
"/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in _ret_via_queue\n  
  queue.put({\'return\': func()})\n  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 429, in add_second_nfs_storage_domain\n    SD_NFS_HOST_NAME, 
SD_SECOND_NFS_PATH)\n  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 471, in add_generic_nfs_storage_domain\n    _add_storage_domain(api, p)\n 
 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 410, in _add_storage_domain\n    lambda: attached_sd_service.get().status 
== sdk4.types.StorageDomainStatus.ACTIVE\n  File 
"/usr/lib64/python2.7/contextlib.py", line 35, in __exit__\n    
self.gen.throw(type, value, traceback)\n  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test_utils/__init__.py",
 line 264, in TestEvent\n    lambda:\n  File 
"/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 286, in 
assert_true_within_long\n    assert_equals_within_long(func, True, 
allowed_exceptions)\n  File 
"/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 273, in 
assert_equals_within_long\n    func, value, LONG_TIMEOUT, 
allowed_exceptions=allowed_exceptions\n  File 
"/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 252, in 
assert_equals_within\n    \'%s != %s after %s seconds\' % (res, value, 
timeout)\nAssertionError: False != True after 600 
seconds\n--------------------- >> end captured logging << ---------------------'
_______________________________________________
Infra mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/S43MSXNLMZPAJ2ZXSFNYU7G2AG6TX3Y5/

Reply via email to