[oVirt Jenkins] ovirt_4.1_hc-system-tests - Build # 76 - Failure!

Sahina Bose sabose at redhat.com
Thu May 25 06:31:48 UTC 2017


Connecting to lago-hc-basic-suite-4-1-host0.lago.local/192.168.200.2
2017-05-24 23:31:00,492-04 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.PollVDSCommand]
(org.ovirt.thread.pool-7-thread-1) [712d05a6] Error:
org.ovirt.engine.core.vdsbroker.TransportRunTimeException: Connection
issues during send request
2017-05-24 23:31:00,492-04 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.PollVDSCommand]
(org.ovirt.thread.pool-7-thread-1) [712d05a6] Exception:
java.util.concurrent.ExecutionException:
org.ovirt.engine.core.vdsbroker.TransportRunTimeException: Connection
issues during send request
Caused by: java.lang.ClassNotFoundException:
org.apache.commons.lang.StringUtils from [Module
"org.ovirt.vdsm-jsonrpc-java:main" from local module loader @5e91993f
(finder: local module finder @1c4af82c (roots:
/usr/share/ovirt-engine-wildfly-overlay/modules,/usr/share/ovirt-engine/modules/common,/usr/share/ovirt-engine-extension-aaa-jdbc/modules,/usr/share/ovirt-engine-wildfly/modules,/usr/share/ovirt-engine-wildfly/modules/system/layers/base))]


Known issue?


On Thu, May 25, 2017 at 9:16 AM, <jenkins at jenkins.phx.ovirt.org> wrote:

> Project: http://jenkins.ovirt.org/job/ovirt_4.1_hc-system-tests/
> Build: http://jenkins.ovirt.org/job/ovirt_4.1_hc-system-tests/76/
> Build Number: 76
> Build Status:  Failure
> Triggered By: Started by timer
>
> -------------------------------------
> Changes Since Last Success:
> -------------------------------------
> Changes for Build #76
> [Ondřej Svoboda] Use SDKv4 code in add_labeled_network.
>
> [Barak Korren] Refactor: Use macros in defaults file
>
> [Barak Korren] Default values for 'arch' and 'distro' in STD-CI
>
>
>
>
> -----------------
> Failed Tests:
> -----------------
> 1 tests failed.
> FAILED:  002_bootstrap.add_hosts
>
> Error Message:
>
> status: 409
> reason: Conflict
> detail: Cannot add Host. There is no available server in the cluster to
> probe the new server.
> -------------------- >> begin captured logging << --------------------
> lago.utils: ERROR: Error while running thread
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
> _ret_via_queue
>     queue.put({'return': func()})
>   File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-
> system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line
> 141, in _add_host
>     return api.hosts.add(p)
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
> line 18306, in add
>     headers={"Correlation-Id":correlation_id, "Expect":expect}
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
> line 79, in add
>     return self.request('POST', url, body, 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: 409
> reason: Conflict
> detail: Cannot add Host. There is no available server in the cluster to
> probe the new server.
> lago.utils: ERROR: Error while running thread
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
> _ret_via_queue
>     queue.put({'return': func()})
>   File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-
> system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line
> 141, in _add_host
>     return api.hosts.add(p)
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
> line 18306, in add
>     headers={"Correlation-Id":correlation_id, "Expect":expect}
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
> line 79, in add
>     return self.request('POST', url, body, 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: 409
> reason: Conflict
> detail: Cannot add Host. There is no available server in the cluster to
> probe the new server.
> --------------------- >> 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 129,
> in wrapped_test
>     test()
>   File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 59,
> in wrapper
>     return func(get_test_prefix(), *args, **kwargs)
>   File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-
> system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line
> 160, in add_hosts
>     nt.assert_true(all(vt.join_all()))
>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
> _ret_via_queue
>     queue.put({'return': func()})
>   File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-
> system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line
> 141, in _add_host
>     return api.hosts.add(p)
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
> line 18306, in add
>     headers={"Correlation-Id":correlation_id, "Expect":expect}
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
> line 79, in add
>     return self.request('POST', url, body, 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)
>
> status: 409
> reason: Conflict
> detail: Cannot add Host. There is no available server in the cluster to
> probe the new server.
> -------------------- >> begin captured logging << --------------------
> lago.utils: ERROR: Error while running thread
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
> _ret_via_queue
>     queue.put({'return': func()})
>   File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-
> system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line
> 141, in _add_host
>     return api.hosts.add(p)
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
> line 18306, in add
>     headers={"Correlation-Id":correlation_id, "Expect":expect}
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
> line 79, in add
>     return self.request('POST', url, body, 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: 409
> reason: Conflict
> detail: Cannot add Host. There is no available server in the cluster to
> probe the new server.
> lago.utils: ERROR: Error while running thread
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/site-packages/lago/utils.py", line 58, in
> _ret_via_queue
>     queue.put({'return': func()})
>   File "/home/jenkins/workspace/ovirt_4.1_hc-system-tests/ovirt-
> system-tests/hc-basic-suite-4.1/test-scenarios/002_bootstrap.py", line
> 141, in _add_host
>     return api.hosts.add(p)
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/brokers.py",
> line 18306, in add
>     headers={"Correlation-Id":correlation_id, "Expect":expect}
>   File "/usr/lib/python2.7/site-packages/ovirtsdk/infrastructure/proxy.py",
> line 79, in add
>     return self.request('POST', url, body, 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: 409
> reason: Conflict
> detail: Cannot add Host. There is no available server in the cluster to
> probe the new server.
> --------------------- >> end captured logging << ---------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/infra/attachments/20170525/c18a2b98/attachment-0001.html>


More information about the Infra mailing list