[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 1180 - Failure!

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1180 Build Status: Failure Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => { "changed": false, "elapsed": 1 } lago-basic-suite-master-engine | SUCCESS => { "changed": false, "elapsed": 5 } lago-basic-suite-master-host-0 | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7faa26153320> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7faa26153630> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => { E "changed": false, E "elapsed": 1 E } E lago-basic-suite-master-engine | SUCCESS => { E "changed": false, E "elapsed": 5 E } E lago-basic-suite-master-host-0 | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1181 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-0 | SUCCESS => { "changed": false, "elapsed": 1 } lago-basic-suite-master-engine | SUCCESS => { "changed": false, "elapsed": 3 } lago-basic-suite-master-host-1 | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.4 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f3a5e4be240> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7f3a5e4be3c8> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-0 | SUCCESS => { E "changed": false, E "elapsed": 1 E } E lago-basic-suite-master-engine | SUCCESS => { E "changed": false, E "elapsed": 3 E } E lago-basic-suite-master-host-1 | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.4 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1182 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fbfffd0fa90> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7fc001c30710> detail = <ovirtsdk4.types.Fault object at 0x7fbffdbf8d68> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1183 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-0 | SUCCESS => { "changed": false, "elapsed": 1 } lago-basic-suite-master-engine | SUCCESS => { "changed": false, "elapsed": 3 } lago-basic-suite-master-host-1 | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.4 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fbfd5b0c0b8> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7fbfd5b0c630> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-0 | SUCCESS => { E "changed": false, E "elapsed": 1 E } E lago-basic-suite-master-engine | SUCCESS => { E "changed": false, E "elapsed": 3 E } E lago-basic-suite-master-host-1 | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.4 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1184 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-engine | SUCCESS => { "changed": false, "elapsed": 5 } lago-basic-suite-master-host-1 | SUCCESS => { "changed": false, "elapsed": 15 } lago-basic-suite-master-host-0 | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f0d19c750b8> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7f0d19c75630> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-engine | SUCCESS => { E "changed": false, E "elapsed": 5 E } E lago-basic-suite-master-host-1 | SUCCESS => { E "changed": false, E "elapsed": 15 E } E lago-basic-suite-master-host-0 | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1185 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fd8b6c8e630> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7fd8b6ccf908> detail = <ovirtsdk4.types.Fault object at 0x7fd8b4c41d68> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1186 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f11fe2ac518> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7f11ffd2c080> detail = <ovirtsdk4.types.Fault object at 0x7f11fc19d668> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1187 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- No tests ran.

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1188 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => { "changed": false, "elapsed": 2 } lago-basic-suite-master-engine | SUCCESS => { "changed": false, "elapsed": 4 } lago-basic-suite-master-host-0 | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fbb7c5d30b8> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7fbb7c5d3630> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => { E "changed": false, E "elapsed": 2 E } E lago-basic-suite-master-engine | SUCCESS => { E "changed": false, E "elapsed": 4 E } E lago-basic-suite-master-host-0 | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1189 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f2c2ced99e8> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7f2c2cff8940> detail = <ovirtsdk4.types.Fault object at 0x7f2c2c0efd30> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1190 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-engine | SUCCESS => { "changed": false, "elapsed": 1 } lago-basic-suite-master-host-1 | SUCCESS => { "changed": false, "elapsed": 3 } lago-basic-suite-master-host-0 | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fa2489620b8> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7fa248962630> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-engine | SUCCESS => { E "changed": false, E "elapsed": 1 E } E lago-basic-suite-master-host-1 | SUCCESS => { E "changed": false, E "elapsed": 3 E } E lago-basic-suite-master-host-0 | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1191 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f20e569bb00> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7f20e57a1940> detail = <ovirtsdk4.types.Fault object at 0x7f20e4057d68> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1192 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1192 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-0 | SUCCESS => { "changed": false, "elapsed": 4 } lago-basic-suite-master-engine | SUCCESS => { "changed": false, "elapsed": 5 } lago-basic-suite-master-host-1 | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.4 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fd2f3b1c4e0> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7fd2f3b1c860> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-0 | SUCCESS => { E "changed": false, E "elapsed": 4 E } E lago-basic-suite-master-engine | SUCCESS => { E "changed": false, E "elapsed": 5 E } E lago-basic-suite-master-host-1 | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.4 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1193 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1192 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1193 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f99dd085208> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7f99dd4a2320> detail = <ovirtsdk4.types.Fault object at 0x7f99d73bcfd0> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1194 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1192 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1193 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1194 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fef310b44e0> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7fef311dd0f0> detail = <ovirtsdk4.types.Fault object at 0x7fef300e3fd0> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1195 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1192 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1193 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1194 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1195 [Michal Skrivanek] basic: xfail grafana test ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-0 | SUCCESS => { "changed": false, "elapsed": 14 } lago-basic-suite-master-host-1 | SUCCESS => { "changed": false, "elapsed": 18 } lago-basic-suite-master-engine | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.2 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f98c66352e8> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7f98c66352b0> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-0 | SUCCESS => { E "changed": false, E "elapsed": 14 E } E lago-basic-suite-master-host-1 | SUCCESS => { E "changed": false, E "elapsed": 18 E } E lago-basic-suite-master-engine | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.2 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1196 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1192 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1193 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1194 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1195 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1196 [Michal Skrivanek] basic: xfail grafana test ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f17e872b1d0> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7f17e9f984a8> detail = <ovirtsdk4.types.Fault object at 0x7f17e66e22b0> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1197 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1192 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1193 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1194 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1195 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1196 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1197 [Michal Skrivanek] basic: xfail grafana test ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_add_blank_vms Error Message: ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f26a9bd4128> ost_cluster_name = 'test-cluster' @order_by(_TEST_LIST) def test_add_blank_vms(engine_api, ost_cluster_name): engine = engine_api.system_service() vms_service = engine.vms_service() vm_params = sdk4.types.Vm( os=sdk4.types.OperatingSystem( type='other_linux', ), type=sdk4.types.VmType.SERVER, high_availability=sdk4.types.HighAvailability( enabled=False, ), cluster=sdk4.types.Cluster( name=ost_cluster_name, ), template=sdk4.types.Template( name=TEMPLATE_BLANK, ), display=sdk4.types.Display( smartcard_enabled=True, keyboard_layout='en-us', file_transfer_enabled=True, copy_paste_enabled=True, ), usb=sdk4.types.Usb( enabled=True, type=sdk4.types.UsbType.NATIVE, ), memory_policy=sdk4.types.MemoryPolicy( ballooning=True, ), console=sdk4.types.Console( enabled=True ), ) vm_params.name = BACKUP_VM_NAME vm_params.memory = 96 * MB vm_params.memory_policy.guaranteed = 64 * MB
vms_service.add(vm_params)
basic-suite-master/test-scenarios/test_002_bootstrap.py:1384: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/ovirtsdk4/services.py:37686: in add return self._internal_add(vm, headers, query, wait) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:232: in _internal_add return future.wait() if wait else future /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:55: in wait return self._code(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:229: in callback self._check_fault(response) /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:132: in _check_fault self._raise_error(response, body) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ response = <ovirtsdk4.http.Response object at 0x7f26ab442470> detail = <ovirtsdk4.types.Fault object at 0x7f269bb772e8> @staticmethod def _raise_error(response, detail=None): """ Creates and raises an error containing the details of the given HTTP response and fault. This method is intended for internal use by other components of the SDK. Refrain from using it directly, as backwards compatibility isn't guaranteed. """ fault = detail if isinstance(detail, types.Fault) else None msg = '' if fault: if fault.reason: if msg: msg += ' ' msg = msg + 'Fault reason is "%s".' % fault.reason if fault.detail: if msg: msg += ' ' msg = msg + 'Fault detail is "%s".' % fault.detail if response: if response.code: if msg: msg += ' ' msg = msg + 'HTTP response code is %s.' % response.code if response.message: if msg: msg += ' ' msg = msg + 'HTTP response message is "%s".' % response.message if isinstance(detail, six.string_types): if msg: msg += ' ' msg = msg + detail + '.' class_ = Error if response is not None: if response.code in [401, 403]: class_ = AuthError elif response.code == 404: class_ = NotFoundError error = class_(msg) error.code = response.code if response else None error.fault = fault
raise error
E ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is "[Cannot add VM. The cluster does not have a defined architecture.]". HTTP response code is 400. /usr/lib64/python3.6/site-packages/ovirtsdk4/service.py:118: Error

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1198 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1192 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1193 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1194 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1195 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1196 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1197 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1198 [Eitan Raviv] network: host change cluster - wait for change ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => { "changed": false, "elapsed": 2 } lago-basic-suite-master-engine | SUCCESS => { "changed": false, "elapsed": 3 } lago-basic-suite-master-host-0 | FAILED! => { "changed": false, "elapsed": 120, "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" }" Stack Trace: ansible_all = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f03706100b8> all_hostnames = {'lago-basic-suite-master-engine', 'lago-basic-suite-master-host-0', 'lago-basic-suite-master-host-1'} deploy_scripts = {'lago-basic-suite-master-engine': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/d...t-1': ['$OST_REPO_ROOT/common/deploy-scripts/setup_sar_stat.sh', '$OST_REPO_ROOT/common/deploy-scripts/setup_host.sh']} working_dir = '/home/jenkins/workspace/ovirt-system-tests_basic-suite-master_nightly/ovirt-system-tests/deployment-basic-suite-master' request = <SubRequest 'deploy' for <Function test_set_hostnames>> @pytest.fixture(scope="session", autouse=True) def deploy(ansible_all, all_hostnames, deploy_scripts, working_dir, request): if deployment_utils.is_deployed(working_dir): LOGGER.info("Environment already deployed") return LOGGER.info("Waiting for SSH on the VMs")
ansible_all.wait_for_connection(timeout=120)
ost_utils/ost_utils/pytest/fixtures/deployment.py:41: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/ansible/module_mappers.py:149: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7f0370610710> def _run_ansible_runner(config_builder): runner = ansible_runner.Runner(config=config_builder.prepare()) LOGGER.debug(f'_run_ansible_runner: before run: {runner}') runner.run() LOGGER.debug(f'_run_ansible_runner: after run: {runner}') if runner.status != 'successful': raise AnsibleExecutionError( rc=runner.rc,
stdout=runner.stdout.read()
) E ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=lago-basic-suite-master-host-1 | SUCCESS => { E "changed": false, E "elapsed": 2 E } E lago-basic-suite-master-engine | SUCCESS => { E "changed": false, E "elapsed": 3 E } E lago-basic-suite-master-host-0 | FAILED! => { E "changed": false, E "elapsed": 120, E "msg": "timed out waiting for ping module test success: Failed to connect to the host via ssh: ssh: connect to host 192.168.200.3 port 22: No route to host" E } ost_utils/ost_utils/ansible/module_mappers.py:87: AnsibleExecutionError

Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1199 Build Status: Fixed Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1180 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1181 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1182 [Marcin Sobczyk] deploy: Always show list of used oVirt packages Changes for Build #1183 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1184 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1185 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1186 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1187 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1188 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1189 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1190 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1191 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1192 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1193 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1194 [Michal Skrivanek] lagofy: keep using lago deploy for he-basic-suite-master Changes for Build #1195 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1196 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1197 [Michal Skrivanek] basic: xfail grafana test Changes for Build #1198 [Eitan Raviv] network: host change cluster - wait for change Changes for Build #1199 [Eitan Raviv] network: host change cluster - wait for change ----------------- Failed Tests: ----------------- All tests passed
participants (1)
-
jenkins@jenkins.phx.ovirt.org