[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 949 - 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: 949 Build Status: Failure Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #949 [Michal Skrivanek] basic: fix UI timing issues and enable user portal test again ----------------- 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/log directory is not empty.ERROR: /dev/shm/log directory is not empty.non-zero return code Stack Trace: ansible_engine = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fcc5c06a4a8> ansible_hosts = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7fcc5c06aa20> 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 0x7fcc5c06a748> 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/log directory is not empty.ERROR: /dev/shm/log 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: 950 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #949 [Michal Skrivanek] basic: fix UI timing issues and enable user portal test again Changes for Build #950 [Michal Skrivanek] basic: fix UI timing issues and enable user portal test again ----------------- 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/log directory is not empty.ERROR: /dev/shm/log directory is not empty.non-zero return code Stack Trace: ansible_engine = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f92d57309e8> ansible_hosts = <ost_utils.ansible.module_mappers.ModuleMapper object at 0x7f92d5730e80> 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 0x7f92d5730940> 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/log directory is not empty.ERROR: /dev/shm/log 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: 951 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #949 [Michal Skrivanek] basic: fix UI timing issues and enable user portal test again Changes for Build #950 [Michal Skrivanek] basic: fix UI timing issues and enable user portal test again Changes for Build #951 [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 0x7f30da8a7c80> @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: 952 Build Status: Fixed Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #949 [Michal Skrivanek] basic: fix UI timing issues and enable user portal test again Changes for Build #950 [Michal Skrivanek] basic: fix UI timing issues and enable user portal test again Changes for Build #951 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory Changes for Build #952 [Michal Skrivanek] randomize /dev/shm logcollector tmp directory ----------------- Failed Tests: ----------------- All tests passed
participants (1)
-
jenkins@jenkins.phx.ovirt.org