[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 953 - 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: 953 Build Status: Failure Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_004_basic_sanity.test_preview_snapshot_with_memory Error Message: AssertionError: False != True after 600 seconds Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f817f2df668> @order_by(_TEST_LIST) def test_preview_snapshot_with_memory(engine_api): engine = engine_api.system_service() events = engine.events_service() assertions.assert_true_within_long( # wait for event 68 == USER_CREATE_SNAPSHOT_FINISHED_SUCCESS
lambda: any(e.code == 68 for e in events.list(max=6))
) basic-suite-master/test-scenarios/test_004_basic_sanity.py:718: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/assertions.py:96: in assert_true_within_long assert_equals_within_long(func, True, allowed_exceptions) ost_utils/ost_utils/assertions.py:81: in assert_equals_within_long func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ func = <function test_preview_snapshot_with_memory.<locals>.<lambda> at 0x7f817f2fc6a8> value = True, timeout = 600, allowed_exceptions = [], initial_wait = 0 error_message = 'False != True after 600 seconds' def assert_equals_within( func, value, timeout, allowed_exceptions=None, initial_wait=10, error_message=None ): allowed_exceptions = allowed_exceptions or [] res = '<no-result-obtained>' with _EggTimer(timeout) as timer: while not timer.elapsed(): try: res = func() if res == value: return except Exception as exc: if _instance_of_any(exc, allowed_exceptions): time.sleep(3) continue LOGGER.exception("Unhandled exception in %s", func) raise if initial_wait == 0: time.sleep(3) else: time.sleep(initial_wait) initial_wait = 0 try: if error_message is None: error_message = '%s != %s after %s seconds' % (res, value, timeout)
raise AssertionError(error_message)
E AssertionError: False != True after 600 seconds ost_utils/ost_utils/assertions.py:59: AssertionError

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: 954 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_003_00_metrics_bootstrap.test_metrics_and_log_collector Error Message: ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) lago-basic-suite-master-engine | FAILED | rc=1 >> This command will collect system configuration and diagnostic information from this system. The generated archive may contain data considered sensitive and its content should be reviewed by the originating organization before being passed to any third party. No changes will be made to system configuration. Use the -h option to see usage. DEBUG: Configuration: DEBUG: command: collect DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) DEBUG: Exception: /dev/shm/bvyqae directory is not empty.ERROR: /dev/shm/bvyqae directory is not empty.non-zero return code Stack Trace: ansible_engine = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f3edb4d85f8> ansible_hosts = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f3edb4d8198> def test_metrics_and_log_collector(ansible_engine, ansible_hosts): vt = utils.VectorThread( [ functools.partial(configure_metrics, ansible_engine, ansible_hosts), functools.partial(run_log_collector, ansible_engine), ], ) vt.start_all()
vt.join_all()
basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:96: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/utils.py:102: in join_all raise exc_info[1].with_traceback(exc_info[2]) ost_utils/ost_utils/utils.py:63: in _ret_via_queue queue.put({'return': func()}) basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:44: in configure_metrics ansible_engine.copy(src=configyml, dest='/etc/ovirt-engine-metrics/') ost_utils/ost_utils/ansible/module_mappers.py:139: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7f3edb4d8dd8> 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=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! E RequestsDependencyWarning) E lago-basic-suite-master-engine | FAILED | rc=1 >> E This command will collect system configuration and diagnostic E information from this system. E The generated archive may contain data considered sensitive and its E content should be reviewed by the originating organization before E being passed to any third party. E No changes will be made to system configuration. E Use the -h option to see usage. E DEBUG: Configuration: E DEBUG: command: collect E DEBUG: Traceback (most recent call last): E DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> E DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) E DEBUG: Exception: /dev/shm/bvyqae directory is not empty.ERROR: /dev/shm/bvyqae directory is not empty.non-zero return code ost_utils/ost_utils/ansible/module_mappers.py:90: 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: 955 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_003_00_metrics_bootstrap.test_metrics_and_log_collector Error Message: ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) lago-basic-suite-master-engine | FAILED | rc=1 >> This command will collect system configuration and diagnostic information from this system. The generated archive may contain data considered sensitive and its content should be reviewed by the originating organization before being passed to any third party. No changes will be made to system configuration. Use the -h option to see usage. DEBUG: Configuration: DEBUG: command: collect DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) DEBUG: Exception: /dev/shm/1uvjQy directory is not empty.ERROR: /dev/shm/1uvjQy directory is not empty.non-zero return code Stack Trace: ansible_engine = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f15f2911f60> ansible_hosts = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f15f2911400> def test_metrics_and_log_collector(ansible_engine, ansible_hosts): vt = utils.VectorThread( [ functools.partial(configure_metrics, ansible_engine, ansible_hosts), functools.partial(run_log_collector, ansible_engine), ], ) vt.start_all()
vt.join_all()
basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:96: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/utils.py:102: in join_all raise exc_info[1].with_traceback(exc_info[2]) ost_utils/ost_utils/utils.py:63: in _ret_via_queue queue.put({'return': func()}) basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:44: in configure_metrics ansible_engine.copy(src=configyml, dest='/etc/ovirt-engine-metrics/') ost_utils/ost_utils/ansible/module_mappers.py:139: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7f15f2911e80> 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=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! E RequestsDependencyWarning) E lago-basic-suite-master-engine | FAILED | rc=1 >> E This command will collect system configuration and diagnostic E information from this system. E The generated archive may contain data considered sensitive and its E content should be reviewed by the originating organization before E being passed to any third party. E No changes will be made to system configuration. E Use the -h option to see usage. E DEBUG: Configuration: E DEBUG: command: collect E DEBUG: Traceback (most recent call last): E DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> E DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) E DEBUG: Exception: /dev/shm/1uvjQy directory is not empty.ERROR: /dev/shm/1uvjQy directory is not empty.non-zero return code ost_utils/ost_utils/ansible/module_mappers.py:90: 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: 956 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_003_00_metrics_bootstrap.test_metrics_and_log_collector Error Message: ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) lago-basic-suite-master-engine | FAILED | rc=1 >> This command will collect system configuration and diagnostic information from this system. The generated archive may contain data considered sensitive and its content should be reviewed by the originating organization before being passed to any third party. No changes will be made to system configuration. Use the -h option to see usage. DEBUG: Configuration: DEBUG: command: collect DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) DEBUG: Exception: /dev/shm/fT2VjX directory is not empty.ERROR: /dev/shm/fT2VjX directory is not empty.non-zero return code Stack Trace: ansible_engine = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fb9d530c898> ansible_hosts = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fb9d530cdd8> def test_metrics_and_log_collector(ansible_engine, ansible_hosts): vt = utils.VectorThread( [ functools.partial(configure_metrics, ansible_engine, ansible_hosts), functools.partial(run_log_collector, ansible_engine), ], ) vt.start_all()
vt.join_all()
basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:96: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/utils.py:102: in join_all raise exc_info[1].with_traceback(exc_info[2]) ost_utils/ost_utils/utils.py:63: in _ret_via_queue queue.put({'return': func()}) basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:44: in configure_metrics ansible_engine.copy(src=configyml, dest='/etc/ovirt-engine-metrics/') ost_utils/ost_utils/ansible/module_mappers.py:139: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7fb9d530cf28> 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=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! E RequestsDependencyWarning) E lago-basic-suite-master-engine | FAILED | rc=1 >> E This command will collect system configuration and diagnostic E information from this system. E The generated archive may contain data considered sensitive and its E content should be reviewed by the originating organization before E being passed to any third party. E No changes will be made to system configuration. E Use the -h option to see usage. E DEBUG: Configuration: E DEBUG: command: collect E DEBUG: Traceback (most recent call last): E DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> E DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) E DEBUG: Exception: /dev/shm/fT2VjX directory is not empty.ERROR: /dev/shm/fT2VjX directory is not empty.non-zero return code ost_utils/ost_utils/ansible/module_mappers.py:90: 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: 957 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "RuntimeError: None of user custom repos has been used" Stack Trace: ansible_by_hostname = <function module_mapper_for at 0x7faf2bed4c80> @pytest.fixture(scope="session", autouse=True) def check_installed_packages(ansible_by_hostname): vms_pckgs_dict_list = [] for hostname in backend.default_backend().hostnames(): vm_pckgs_dict = _get_custom_repos_packages( ansible_by_hostname(hostname)) LOGGER.info(f'packages installed on {hostname}: \n{vm_pckgs_dict}\n') vms_pckgs_dict_list.append(vm_pckgs_dict) if all(_check_if_user_specified_repos(pckgs_dict) and _check_if_no_packages_used(pckgs_dict) for pckgs_dict in vms_pckgs_dict_list):
raise RuntimeError('None of user custom repos has been used')
E RuntimeError: None of user custom repos has been used ost_utils/ost_utils/pytest/fixtures/check_repos.py:45: RuntimeError

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: 958 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_003_00_metrics_bootstrap.test_metrics_and_log_collector Error Message: ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) lago-basic-suite-master-engine | FAILED | rc=1 >> This command will collect system configuration and diagnostic information from this system. The generated archive may contain data considered sensitive and its content should be reviewed by the originating organization before being passed to any third party. No changes will be made to system configuration. Use the -h option to see usage. DEBUG: Configuration: DEBUG: command: collect DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) DEBUG: Exception: /dev/shm/wDpwyI directory is not empty.ERROR: /dev/shm/wDpwyI directory is not empty.non-zero return code Stack Trace: ansible_engine = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fbf00b76ef0> ansible_hosts = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fbf00b76160> def test_metrics_and_log_collector(ansible_engine, ansible_hosts): vt = utils.VectorThread( [ functools.partial(configure_metrics, ansible_engine, ansible_hosts), functools.partial(run_log_collector, ansible_engine), ], ) vt.start_all()
vt.join_all()
basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:96: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/utils.py:102: in join_all raise exc_info[1].with_traceback(exc_info[2]) ost_utils/ost_utils/utils.py:63: in _ret_via_queue queue.put({'return': func()}) basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:44: in configure_metrics ansible_engine.copy(src=configyml, dest='/etc/ovirt-engine-metrics/') ost_utils/ost_utils/ansible/module_mappers.py:139: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7fbf00b76d68> 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=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! E RequestsDependencyWarning) E lago-basic-suite-master-engine | FAILED | rc=1 >> E This command will collect system configuration and diagnostic E information from this system. E The generated archive may contain data considered sensitive and its E content should be reviewed by the originating organization before E being passed to any third party. E No changes will be made to system configuration. E Use the -h option to see usage. E DEBUG: Configuration: E DEBUG: command: collect E DEBUG: Traceback (most recent call last): E DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> E DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) E DEBUG: Exception: /dev/shm/wDpwyI directory is not empty.ERROR: /dev/shm/wDpwyI directory is not empty.non-zero return code ost_utils/ost_utils/ansible/module_mappers.py:90: 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: 959 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_003_00_metrics_bootstrap.test_metrics_and_log_collector Error Message: ost_utils.ansible.module_mappers.AnsibleExecutionError: Error running ansible: rc=2, stdout=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) lago-basic-suite-master-engine | FAILED | rc=1 >> This command will collect system configuration and diagnostic information from this system. The generated archive may contain data considered sensitive and its content should be reviewed by the originating organization before being passed to any third party. No changes will be made to system configuration. Use the -h option to see usage. DEBUG: Configuration: DEBUG: command: collect DEBUG: Traceback (most recent call last): DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) DEBUG: Exception: /dev/shm/kaN7uY directory is not empty.ERROR: /dev/shm/kaN7uY directory is not empty.non-zero return code Stack Trace: ansible_engine = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f35aa38c550> ansible_hosts = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f35aa38c8d0> def test_metrics_and_log_collector(ansible_engine, ansible_hosts): vt = utils.VectorThread( [ functools.partial(configure_metrics, ansible_engine, ansible_hosts), functools.partial(run_log_collector, ansible_engine), ], ) vt.start_all()
vt.join_all()
basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:96: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/utils.py:102: in join_all raise exc_info[1].with_traceback(exc_info[2]) ost_utils/ost_utils/utils.py:63: in _ret_via_queue queue.put({'return': func()}) basic-suite-master/test-scenarios/test_003_00_metrics_bootstrap.py:44: in configure_metrics ansible_engine.copy(src=configyml, dest='/etc/ovirt-engine-metrics/') ost_utils/ost_utils/ansible/module_mappers.py:139: in __call__ return _run_ansible_runner(self.config_builder) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ config_builder = <ost_utils.ansible.config_builder.ConfigBuilder object at 0x7f35aa38c4a8> 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=/usr/lib/python3.6/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a supported version! E RequestsDependencyWarning) E lago-basic-suite-master-engine | FAILED | rc=1 >> E This command will collect system configuration and diagnostic E information from this system. E The generated archive may contain data considered sensitive and its E content should be reviewed by the originating organization before E being passed to any third party. E No changes will be made to system configuration. E Use the -h option to see usage. E DEBUG: Configuration: E DEBUG: command: collect E DEBUG: Traceback (most recent call last): E DEBUG: File "/usr/lib/python3.6/site-packages/ovirt_log_collector/__main__.py", line 2067, in <module> E DEBUG: '%s directory is not empty.' % (conf["local_tmp_dir"]) E DEBUG: Exception: /dev/shm/kaN7uY directory is not empty.ERROR: /dev/shm/kaN7uY directory is not empty.non-zero return code ost_utils/ost_utils/ansible/module_mappers.py:90: 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: 960 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #960 [Andrej Cernek] pylint: Upgrade to 2.7 ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "RuntimeError: None of user custom repos has been used" Stack Trace: ansible_by_hostname = <function module_mapper_for at 0x7fba9887bc80> @pytest.fixture(scope="session", autouse=True) def check_installed_packages(ansible_by_hostname): vms_pckgs_dict_list = [] for hostname in backend.default_backend().hostnames(): vm_pckgs_dict = _get_custom_repos_packages( ansible_by_hostname(hostname)) LOGGER.info(f'packages installed on {hostname}: \n{vm_pckgs_dict}\n') vms_pckgs_dict_list.append(vm_pckgs_dict) if all(_check_if_user_specified_repos(pckgs_dict) and _check_if_no_packages_used(pckgs_dict) for pckgs_dict in vms_pckgs_dict_list):
raise RuntimeError('None of user custom repos has been used')
E RuntimeError: None of user custom repos has been used ost_utils/ost_utils/pytest/fixtures/check_repos.py:45: RuntimeError

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: 961 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #960 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #961 [Andrej Cernek] pylint: Upgrade to 2.7 ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "TypeError: __new__() missing 2 required positional arguments: 'version' and 'repo'" Stack Trace: ansible_by_hostname = <function module_mapper_for at 0x7ff021014c80> @pytest.fixture(scope="session", autouse=True) def check_installed_packages(ansible_by_hostname): vms_pckgs_dict_list = [] for hostname in backend.default_backend().hostnames(): vm_pckgs_dict = _get_custom_repos_packages(
ansible_by_hostname(hostname))
ost_utils/ost_utils/pytest/fixtures/check_repos.py:39: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/pytest/fixtures/check_repos.py:55: in _get_custom_repos_packages repo_name) ost_utils/ost_utils/pytest/fixtures/check_repos.py:69: in _get_installed_packages Package(*line) for line in result _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .0 = <list_iterator object at 0x7ff01adfd860>
Package(*line) for line in result
] E TypeError: __new__() missing 2 required positional arguments: 'version' and 'repo' ost_utils/ost_utils/pytest/fixtures/check_repos.py:69: TypeError

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: 962 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #960 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #961 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #962 [Andrej Cernek] pylint: Upgrade to 2.7 ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "TypeError: __new__() missing 2 required positional arguments: 'version' and 'repo'" Stack Trace: ansible_by_hostname = <function module_mapper_for at 0x7ffbad0acc80> @pytest.fixture(scope="session", autouse=True) def check_installed_packages(ansible_by_hostname): vms_pckgs_dict_list = [] for hostname in backend.default_backend().hostnames(): vm_pckgs_dict = _get_custom_repos_packages(
ansible_by_hostname(hostname))
ost_utils/ost_utils/pytest/fixtures/check_repos.py:39: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/pytest/fixtures/check_repos.py:55: in _get_custom_repos_packages repo_name) ost_utils/ost_utils/pytest/fixtures/check_repos.py:69: in _get_installed_packages Package(*line) for line in result _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .0 = <list_iterator object at 0x7ffba6e97860>
Package(*line) for line in result
] E TypeError: __new__() missing 2 required positional arguments: 'version' and 'repo' ost_utils/ost_utils/pytest/fixtures/check_repos.py:69: TypeError

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: 963 Build Status: Still Failing Triggered By: Started by timer, Started by user Yedidyah Bar David, Rebuilds build #962 ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #960 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #961 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #962 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #963 [Yedidyah Bar David] check_repos: Try to force wide output [Ehud Yonasi] slave-repos: updated all el7 mirrors. ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "RuntimeError: None of user custom repos has been used" Stack Trace: ansible_by_hostname = <function module_mapper_for at 0x7fa2119c9c80> @pytest.fixture(scope="session", autouse=True) def check_installed_packages(ansible_by_hostname): vms_pckgs_dict_list = [] for hostname in backend.default_backend().hostnames(): vm_pckgs_dict = _get_custom_repos_packages( ansible_by_hostname(hostname)) LOGGER.info(f'packages installed on {hostname}: \n{vm_pckgs_dict}\n') vms_pckgs_dict_list.append(vm_pckgs_dict) if all(_check_if_user_specified_repos(pckgs_dict) and _check_if_no_packages_used(pckgs_dict) for pckgs_dict in vms_pckgs_dict_list):
raise RuntimeError('None of user custom repos has been used')
E RuntimeError: None of user custom repos has been used ost_utils/ost_utils/pytest/fixtures/check_repos.py:45: RuntimeError

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: 964 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #960 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #961 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #962 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #963 [Yedidyah Bar David] check_repos: Try to force wide output [Ehud Yonasi] slave-repos: updated all el7 mirrors. Changes for Build #964 [Yedidyah Bar David] check_repos: Try to force wide output ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_004_basic_sanity.test_preview_snapshot_with_memory Error Message: AssertionError: False != True after 600 seconds Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f82f0528518> @order_by(_TEST_LIST) def test_preview_snapshot_with_memory(engine_api): engine = engine_api.system_service() events = engine.events_service() assertions.assert_true_within_long( # wait for event 68 == USER_CREATE_SNAPSHOT_FINISHED_SUCCESS
lambda: any(e.code == 68 for e in events.list(max=6))
) basic-suite-master/test-scenarios/test_004_basic_sanity.py:718: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/assertions.py:96: in assert_true_within_long assert_equals_within_long(func, True, allowed_exceptions) ost_utils/ost_utils/assertions.py:81: in assert_equals_within_long func, value, LONG_TIMEOUT, allowed_exceptions=allowed_exceptions _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ func = <function test_preview_snapshot_with_memory.<locals>.<lambda> at 0x7f82eeb1f400> value = True, timeout = 600, allowed_exceptions = [], initial_wait = 0 error_message = 'False != True after 600 seconds' def assert_equals_within( func, value, timeout, allowed_exceptions=None, initial_wait=10, error_message=None ): allowed_exceptions = allowed_exceptions or [] res = '<no-result-obtained>' with _EggTimer(timeout) as timer: while not timer.elapsed(): try: res = func() if res == value: return except Exception as exc: if _instance_of_any(exc, allowed_exceptions): time.sleep(3) continue LOGGER.exception("Unhandled exception in %s", func) raise if initial_wait == 0: time.sleep(3) else: time.sleep(initial_wait) initial_wait = 0 try: if error_message is None: error_message = '%s != %s after %s seconds' % (res, value, timeout)
raise AssertionError(error_message)
E AssertionError: False != True after 600 seconds ost_utils/ost_utils/assertions.py:59: AssertionError

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: 965 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #960 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #961 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #962 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #963 [Yedidyah Bar David] check_repos: Try to force wide output [Ehud Yonasi] slave-repos: updated all el7 mirrors. Changes for Build #964 [Yedidyah Bar David] check_repos: Try to force wide output Changes for Build #965 [Yedidyah Bar David] check_repos: Try to force wide output ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "TypeError: __new__() missing 1 required positional argument: 'repo'" Stack Trace: ansible_by_hostname = <function module_mapper_for at 0x7f13e7159c80> @pytest.fixture(scope="session", autouse=True) def check_installed_packages(ansible_by_hostname): vms_pckgs_dict_list = [] for hostname in backend.default_backend().hostnames(): vm_pckgs_dict = _get_custom_repos_packages(
ansible_by_hostname(hostname))
ost_utils/ost_utils/pytest/fixtures/check_repos.py:39: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/pytest/fixtures/check_repos.py:55: in _get_custom_repos_packages repo_name) ost_utils/ost_utils/pytest/fixtures/check_repos.py:79: in _get_installed_packages Package(*line) for line in result _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .0 = <list_iterator object at 0x7f13e0f44860>
Package(*line) for line in result
] E TypeError: __new__() missing 1 required positional argument: 'repo' ost_utils/ost_utils/pytest/fixtures/check_repos.py:79: TypeError

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: 966 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #960 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #961 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #962 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #963 [Yedidyah Bar David] check_repos: Try to force wide output [Ehud Yonasi] slave-repos: updated all el7 mirrors. Changes for Build #964 [Yedidyah Bar David] check_repos: Try to force wide output Changes for Build #965 [Yedidyah Bar David] check_repos: Try to force wide output Changes for Build #966 [Yedidyah Bar David] check_repos: Try to force wide output ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_001_initialize_engine.test_set_hostnames Error Message: failed on setup with "TypeError: __new__() missing 1 required positional argument: 'repo'" Stack Trace: ansible_by_hostname = <function module_mapper_for at 0x7fb2a1536c80> @pytest.fixture(scope="session", autouse=True) def check_installed_packages(ansible_by_hostname): vms_pckgs_dict_list = [] for hostname in backend.default_backend().hostnames(): vm_pckgs_dict = _get_custom_repos_packages(
ansible_by_hostname(hostname))
ost_utils/ost_utils/pytest/fixtures/check_repos.py:39: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ost_utils/ost_utils/pytest/fixtures/check_repos.py:55: in _get_custom_repos_packages repo_name) ost_utils/ost_utils/pytest/fixtures/check_repos.py:79: in _get_installed_packages Package(*line) for line in result _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .0 = <list_iterator object at 0x7fb29b320860>
Package(*line) for line in result
] E TypeError: __new__() missing 1 required positional argument: 'repo' ost_utils/ost_utils/pytest/fixtures/check_repos.py:79: TypeError

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: 967 Build Status: Fixed Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #953 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #954 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #955 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #956 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #957 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #958 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #959 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #960 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #961 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #962 [Andrej Cernek] pylint: Upgrade to 2.7 Changes for Build #963 [Yedidyah Bar David] check_repos: Try to force wide output [Ehud Yonasi] slave-repos: updated all el7 mirrors. Changes for Build #964 [Yedidyah Bar David] check_repos: Try to force wide output Changes for Build #965 [Yedidyah Bar David] check_repos: Try to force wide output Changes for Build #966 [Yedidyah Bar David] check_repos: Try to force wide output Changes for Build #967 [Yedidyah Bar David] automation: Add ovirt-master-snapshot [Yedidyah Bar David] Email didi on node suite [Yedidyah Bar David] Remove custom repos from ovirt-system-tests [Yedidyah Bar David] poll: Add ovirt-appliance ----------------- Failed Tests: ----------------- All tests passed
participants (1)
-
jenkins@jenkins.phx.ovirt.org