
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