Report generated on 29-Sep-2021 at 14:44:27 by pytest-html v2.0.1
Packages | {'pytest': '6.2.2', 'py': '1.10.0', 'pluggy': '0.13.1'} |
Platform | Windows-10-10.0.19043-SP0 |
Plugins | {'html': '2.0.1', 'metadata': '1.11.0', 'testinfra': '5.0.0'} |
Python | 3.9.7 |
145 tests ran in 862.23 seconds.
(Un)check the boxes to filter the results.
129 passed, 254 skipped, 0 failed, 0 errors, 16 expected failures, 0 unexpected passesTests | Failed | Success | XFail | Error |
---|---|---|---|---|
test_fim\test_files\test_basic_usage\test_basic_usage_baseline_generation.py | 0 | 2 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_changes.py | 0 | 6 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_create_after_delete_dir.py | 0 | 2 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_create_rt_wd.py | 0 | 28 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_create_scheduled.py | 0 | 14 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_db_inode_check.py | 0 | 0 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_delete_folder.py | 0 | 6 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_dir_with_commas.py | 0 | 6 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_disabled.py | 0 | 3 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_entries_match_path_count.py | 0 | 0 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_move_dir.py | 0 | 11 | 1 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_move_file.py | 0 | 15 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_new_dirs.py | 0 | 2 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_no_dir.py | 0 | 6 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_quick_changes.py | 0 | 13 | 3 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_rename.py | 0 | 6 | 0 | 0 |
test_fim\test_files\test_basic_usage\test_basic_usage_starting_agent.py | 0 | 9 | 0 | 0 |
Result | Time | Test | Description | Duration | Markers | Links | Tier |
---|---|---|---|---|---|---|---|
No results found. Try to check the filters | |||||||
XFailed | 2021-10-03 09:30:46.546981 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 12.79 | win32, xfail | 0 | |
folder = 'c:\\testdir1', name = 'Ξ³ΞµΞΉΞ±', encoding = None, checkers = {'check_all'}, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_changes'], 'metadata': {'fim_mode': 'scheduled', 'module_name': 'test_basic_us...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, encoding, checkers, tags_to_apply', [ ('regular0', None, {CHECK_ALL}, {'ossec_conf'}), pytest.param('檔案', 'cp950', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', 'koi8-r', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', 'cp737', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', 'cp720', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', None, {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: \ https://github.com/wazuh/wazuh/issues/4612'))), pytest.param('regular1', None, {CHECK_ALL}, {'ossec_conf_wildcards'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)) ]) def test_regular_file_changes(folder, name, encoding, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) Parameters ---------- folder : str Directory where the files will be created. checkers : dict Syscheck checkers (check_all). """ check_apply_test(tags_to_apply, get_configuration['tags']) mult = 1 if sys.platform == 'win32' else 2 if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) > regular_file_cud(folder, wazuh_log_monitor, file_list=[name], time_travel=get_configuration['metadata']['fim_mode'] == 'scheduled', min_timeout=global_parameters.default_timeout * mult, options=checkers, encoding=encoding, triggers_event=True) test_fim\test_files\test_basic_usage\test_basic_usage_changes.py:92: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2169: in regular_file_cud event_checker.fetch_and_check('added', min_timeout=min_timeout, triggers_event=triggers_event) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1483: in fetch_and_check self.events = self.fetch_events(min_timeout, triggers_event, extra_timeout, error_message=error_msg) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1526: in fetch_events result = self.log_monitor.start(timeout=max(len(self.file_list) * 0.01, min_timeout), ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D704100>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = "TimeoutError was raised because a single 'added' event was expected for ['c:\\\\testdir1\\\\Ξ³ΞµΞΉΞ±'] but was not detected." def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stdout call------------------------------ Sunday, October 3, 2021 9:30:35 AM ------------------------------Captured stderr call------------------------------ 2021-10-02 20:30:35,463 - wazuh_testing - INFO - Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type 2021-10-03 09:30:35,433 - wazuh_testing - INFO - Changing the system clock from 2021-10-02 20:30:35.463644 to 2021-10-03 09:30:35.433145 2021-10-03 09:30:45,703 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. 2021-10-03 09:30:45,703 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-03 09:30:45,703 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-02 20:30:35.463644 to 2021-10-03 09:30:35.433145 [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-10-03 22:30:58.189199 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 13.61 | win32, xfail | 0 | |
folder = 'c:\\testdir2', name = 'Ξ³ΞµΞΉΞ±', encoding = None, checkers = {'check_all'}, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_changes'], 'metadata': {'fim_mode': 'scheduled', 'module_name': 'test_basic_us...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, encoding, checkers, tags_to_apply', [ ('regular0', None, {CHECK_ALL}, {'ossec_conf'}), pytest.param('檔案', 'cp950', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', 'koi8-r', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', 'cp737', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', 'cp720', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', None, {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: \ https://github.com/wazuh/wazuh/issues/4612'))), pytest.param('regular1', None, {CHECK_ALL}, {'ossec_conf_wildcards'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)) ]) def test_regular_file_changes(folder, name, encoding, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) Parameters ---------- folder : str Directory where the files will be created. checkers : dict Syscheck checkers (check_all). """ check_apply_test(tags_to_apply, get_configuration['tags']) mult = 1 if sys.platform == 'win32' else 2 if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) > regular_file_cud(folder, wazuh_log_monitor, file_list=[name], time_travel=get_configuration['metadata']['fim_mode'] == 'scheduled', min_timeout=global_parameters.default_timeout * mult, options=checkers, encoding=encoding, triggers_event=True) test_fim\test_files\test_basic_usage\test_basic_usage_changes.py:92: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2169: in regular_file_cud event_checker.fetch_and_check('added', min_timeout=min_timeout, triggers_event=triggers_event) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1483: in fetch_and_check self.events = self.fetch_events(min_timeout, triggers_event, extra_timeout, error_message=error_msg) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1526: in fetch_events result = self.log_monitor.start(timeout=max(len(self.file_list) * 0.01, min_timeout), ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D6B3E20>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = "TimeoutError was raised because a single 'added' event was expected for ['c:\\\\testdir2\\\\Ξ³ΞµΞΉΞ±'] but was not detected." def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stdout call------------------------------ Sunday, October 3, 2021 10:30:46 PM ------------------------------Captured stderr call------------------------------ 2021-10-03 09:30:46,546 - wazuh_testing - INFO - Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type 2021-10-03 22:30:46,222 - wazuh_testing - INFO - Changing the system clock from 2021-10-03 09:30:46.546981 to 2021-10-03 22:30:46.222970 2021-10-03 22:30:57,531 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. 2021-10-03 22:30:57,532 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-03 22:30:57,532 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-03 09:30:46.546981 to 2021-10-03 22:30:46.222970 [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:31:24.461307 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 10.28 | win32, xfail | 0 | |
folder = 'c:\\testdir1', name = 'Ξ³ΞµΞΉΞ±', encoding = None, checkers = {'check_all'}, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_changes'], 'metadata': {'fim_mode': 'realtime', 'module_name': 'test_basic_usa...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, encoding, checkers, tags_to_apply', [ ('regular0', None, {CHECK_ALL}, {'ossec_conf'}), pytest.param('檔案', 'cp950', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', 'koi8-r', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', 'cp737', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', 'cp720', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', None, {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: \ https://github.com/wazuh/wazuh/issues/4612'))), pytest.param('regular1', None, {CHECK_ALL}, {'ossec_conf_wildcards'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)) ]) def test_regular_file_changes(folder, name, encoding, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) Parameters ---------- folder : str Directory where the files will be created. checkers : dict Syscheck checkers (check_all). """ check_apply_test(tags_to_apply, get_configuration['tags']) mult = 1 if sys.platform == 'win32' else 2 if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) > regular_file_cud(folder, wazuh_log_monitor, file_list=[name], time_travel=get_configuration['metadata']['fim_mode'] == 'scheduled', min_timeout=global_parameters.default_timeout * mult, options=checkers, encoding=encoding, triggers_event=True) test_fim\test_files\test_basic_usage\test_basic_usage_changes.py:92: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2169: in regular_file_cud event_checker.fetch_and_check('added', min_timeout=min_timeout, triggers_event=triggers_event) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1483: in fetch_and_check self.events = self.fetch_events(min_timeout, triggers_event, extra_timeout, error_message=error_msg) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1526: in fetch_events result = self.log_monitor.start(timeout=max(len(self.file_list) * 0.01, min_timeout), ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D80F790>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = "TimeoutError was raised because a single 'added' event was expected for ['c:\\\\testdir1\\\\Ξ³ΞµΞΉΞ±'] but was not detected." def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stderr call------------------------------ 2021-09-29 14:31:14,054 - wazuh_testing - INFO - Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type 2021-09-29 14:31:24,336 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. 2021-09-29 14:31:24,336 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:31:24,336 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:31:35.416058 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 10.84 | win32, xfail | 0 | |
folder = 'c:\\testdir2', name = 'Ξ³ΞµΞΉΞ±', encoding = None, checkers = {'check_all'}, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_changes'], 'metadata': {'fim_mode': 'realtime', 'module_name': 'test_basic_usa...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, encoding, checkers, tags_to_apply', [ ('regular0', None, {CHECK_ALL}, {'ossec_conf'}), pytest.param('檔案', 'cp950', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', 'koi8-r', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', 'cp737', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', 'cp720', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', None, {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: \ https://github.com/wazuh/wazuh/issues/4612'))), pytest.param('regular1', None, {CHECK_ALL}, {'ossec_conf_wildcards'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)) ]) def test_regular_file_changes(folder, name, encoding, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) Parameters ---------- folder : str Directory where the files will be created. checkers : dict Syscheck checkers (check_all). """ check_apply_test(tags_to_apply, get_configuration['tags']) mult = 1 if sys.platform == 'win32' else 2 if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) > regular_file_cud(folder, wazuh_log_monitor, file_list=[name], time_travel=get_configuration['metadata']['fim_mode'] == 'scheduled', min_timeout=global_parameters.default_timeout * mult, options=checkers, encoding=encoding, triggers_event=True) test_fim\test_files\test_basic_usage\test_basic_usage_changes.py:92: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2169: in regular_file_cud event_checker.fetch_and_check('added', min_timeout=min_timeout, triggers_event=triggers_event) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1483: in fetch_and_check self.events = self.fetch_events(min_timeout, triggers_event, extra_timeout, error_message=error_msg) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1526: in fetch_events result = self.log_monitor.start(timeout=max(len(self.file_list) * 0.01, min_timeout), ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D8B24C0>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = "TimeoutError was raised because a single 'added' event was expected for ['c:\\\\testdir2\\\\Ξ³ΞµΞΉΞ±'] but was not detected." def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stderr call------------------------------ 2021-09-29 14:31:24,461 - wazuh_testing - INFO - Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type 2021-09-29 14:31:34,792 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. 2021-09-29 14:31:34,792 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:31:34,792 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:32:10.196626 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 10.76 | win32, xfail | 0 | |
folder = 'c:\\testdir1', name = 'Ξ³ΞµΞΉΞ±', encoding = None, checkers = {'check_all'}, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_changes'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basic_usag...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, encoding, checkers, tags_to_apply', [ ('regular0', None, {CHECK_ALL}, {'ossec_conf'}), pytest.param('檔案', 'cp950', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', 'koi8-r', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', 'cp737', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', 'cp720', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', None, {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: \ https://github.com/wazuh/wazuh/issues/4612'))), pytest.param('regular1', None, {CHECK_ALL}, {'ossec_conf_wildcards'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)) ]) def test_regular_file_changes(folder, name, encoding, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) Parameters ---------- folder : str Directory where the files will be created. checkers : dict Syscheck checkers (check_all). """ check_apply_test(tags_to_apply, get_configuration['tags']) mult = 1 if sys.platform == 'win32' else 2 if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) > regular_file_cud(folder, wazuh_log_monitor, file_list=[name], time_travel=get_configuration['metadata']['fim_mode'] == 'scheduled', min_timeout=global_parameters.default_timeout * mult, options=checkers, encoding=encoding, triggers_event=True) test_fim\test_files\test_basic_usage\test_basic_usage_changes.py:92: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2169: in regular_file_cud event_checker.fetch_and_check('added', min_timeout=min_timeout, triggers_event=triggers_event) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1483: in fetch_and_check self.events = self.fetch_events(min_timeout, triggers_event, extra_timeout, error_message=error_msg) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1526: in fetch_events result = self.log_monitor.start(timeout=max(len(self.file_list) * 0.01, min_timeout), ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D684FD0>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = "TimeoutError was raised because a single 'added' event was expected for ['c:\\\\testdir1\\\\Ξ³ΞµΞΉΞ±'] but was not detected." def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stderr call------------------------------ 2021-09-29 14:31:59,289 - wazuh_testing - INFO - Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type 2021-09-29 14:32:09,555 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. 2021-09-29 14:32:09,555 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:32:09,555 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir1\\Ξ³ΞµΞΉΞ±'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:32:21.148754 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 10.82 | win32, xfail | 0 | |
folder = 'c:\\testdir2', name = 'Ξ³ΞµΞΉΞ±', encoding = None, checkers = {'check_all'}, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_changes'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basic_usag...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, encoding, checkers, tags_to_apply', [ ('regular0', None, {CHECK_ALL}, {'ossec_conf'}), pytest.param('檔案', 'cp950', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', 'koi8-r', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', 'cp737', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', 'cp720', {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', None, {CHECK_ALL}, {'ossec_conf'}, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: \ https://github.com/wazuh/wazuh/issues/4612'))), pytest.param('regular1', None, {CHECK_ALL}, {'ossec_conf_wildcards'}, marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)) ]) def test_regular_file_changes(folder, name, encoding, checkers, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) Parameters ---------- folder : str Directory where the files will be created. checkers : dict Syscheck checkers (check_all). """ check_apply_test(tags_to_apply, get_configuration['tags']) mult = 1 if sys.platform == 'win32' else 2 if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) > regular_file_cud(folder, wazuh_log_monitor, file_list=[name], time_travel=get_configuration['metadata']['fim_mode'] == 'scheduled', min_timeout=global_parameters.default_timeout * mult, options=checkers, encoding=encoding, triggers_event=True) test_fim\test_files\test_basic_usage\test_basic_usage_changes.py:92: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:2169: in regular_file_cud event_checker.fetch_and_check('added', min_timeout=min_timeout, triggers_event=triggers_event) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1483: in fetch_and_check self.events = self.fetch_events(min_timeout, triggers_event, extra_timeout, error_message=error_msg) ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\fim.py:1526: in fetch_events result = self.log_monitor.start(timeout=max(len(self.file_list) * 0.01, min_timeout), ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D696550>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = "TimeoutError was raised because a single 'added' event was expected for ['c:\\\\testdir2\\\\Ξ³ΞµΞΉΞ±'] but was not detected." def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stderr call------------------------------ 2021-09-29 14:32:10,196 - wazuh_testing - INFO - Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type 2021-09-29 14:32:20,508 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. 2021-09-29 14:32:20,508 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:32:20,508 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir2\\Ξ³ΞµΞΉΞ±'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:33:38.991127 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 10.80 | win32, xfail | 0 | |
folder = 'c:\\testdir1', name = 'Ξ³ΞµΞΉΞ±', filetype = 'regular', content = '', checkers = {'check_all'}, tags_to_apply = {'ossec_conf'}, encoding = None get_configuration = {'apply_to_modules': ['test_basic_usage_create_rt_wd'], 'metadata': {'fim_mode': 'realtime', 'module_name': 'test_basi...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, filetype, content, checkers, tags_to_apply, encoding', [ ('file', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('file2', REGULAR, b'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('socketfile', REGULAR if sys.platform == 'win32' else SOCKET, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file3', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('fifofile', REGULAR if sys.platform == 'win32' else FIFO, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file4', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file-ñ', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, None), pytest.param('檔案', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, 'cp950', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'koi8-r', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp737', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp720', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: https://github.com/wazuh/wazuh/issues/4612'))) ]) def test_create_file_realtime_whodata(folder, name, filetype, content, checkers, tags_to_apply, encoding, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring Regular files must be monitored. Special files must not. Parameters ---------- folder : str Name of the monitored folder. name : str Name of the file. filetype : str Type of the file. content : str Content of the file. checkers : set Checks that will compared to the ones from the event. """ check_apply_test(tags_to_apply, get_configuration['tags']) # Create files if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) create_file(filetype, folder, name, content=content) if filetype == REGULAR: # Wait until event is detected > event = wazuh_log_monitor.start(timeout=global_parameters.default_timeout, callback=callback_detect_event, encoding=encoding, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_create_rt_wd.py:110: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D90EC70>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:28,147 - wazuh_testing - INFO - Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type 2021-09-29 14:33:38,431 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-09-29 14:33:38,431 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:33:38,431 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:33:49.413536 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 10.34 | win32, xfail | 0 | |
folder = 'c:\\testdir2', name = 'Ξ³ΞµΞΉΞ±', filetype = 'regular', content = '', checkers = {'check_all'}, tags_to_apply = {'ossec_conf'}, encoding = None get_configuration = {'apply_to_modules': ['test_basic_usage_create_rt_wd'], 'metadata': {'fim_mode': 'realtime', 'module_name': 'test_basi...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, filetype, content, checkers, tags_to_apply, encoding', [ ('file', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('file2', REGULAR, b'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('socketfile', REGULAR if sys.platform == 'win32' else SOCKET, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file3', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('fifofile', REGULAR if sys.platform == 'win32' else FIFO, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file4', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file-ñ', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, None), pytest.param('檔案', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, 'cp950', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'koi8-r', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp737', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp720', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: https://github.com/wazuh/wazuh/issues/4612'))) ]) def test_create_file_realtime_whodata(folder, name, filetype, content, checkers, tags_to_apply, encoding, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring Regular files must be monitored. Special files must not. Parameters ---------- folder : str Name of the monitored folder. name : str Name of the file. filetype : str Type of the file. content : str Content of the file. checkers : set Checks that will compared to the ones from the event. """ check_apply_test(tags_to_apply, get_configuration['tags']) # Create files if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) create_file(filetype, folder, name, content=content) if filetype == REGULAR: # Wait until event is detected > event = wazuh_log_monitor.start(timeout=global_parameters.default_timeout, callback=callback_detect_event, encoding=encoding, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_create_rt_wd.py:110: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28E9E1A30>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:39,006 - wazuh_testing - INFO - Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type 2021-09-29 14:33:49,323 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-09-29 14:33:49,323 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:33:49,323 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:34:32.960589 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 10.35 | win32, xfail | 0 | |
folder = 'c:\\testdir1', name = 'Ξ³ΞµΞΉΞ±', filetype = 'regular', content = '', checkers = {'check_all'}, tags_to_apply = {'ossec_conf'}, encoding = None get_configuration = {'apply_to_modules': ['test_basic_usage_create_rt_wd'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basic...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, filetype, content, checkers, tags_to_apply, encoding', [ ('file', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('file2', REGULAR, b'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('socketfile', REGULAR if sys.platform == 'win32' else SOCKET, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file3', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('fifofile', REGULAR if sys.platform == 'win32' else FIFO, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file4', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file-ñ', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, None), pytest.param('檔案', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, 'cp950', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'koi8-r', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp737', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp720', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: https://github.com/wazuh/wazuh/issues/4612'))) ]) def test_create_file_realtime_whodata(folder, name, filetype, content, checkers, tags_to_apply, encoding, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring Regular files must be monitored. Special files must not. Parameters ---------- folder : str Name of the monitored folder. name : str Name of the file. filetype : str Type of the file. content : str Content of the file. checkers : set Checks that will compared to the ones from the event. """ check_apply_test(tags_to_apply, get_configuration['tags']) # Create files if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) create_file(filetype, folder, name, content=content) if filetype == REGULAR: # Wait until event is detected > event = wazuh_log_monitor.start(timeout=global_parameters.default_timeout, callback=callback_detect_event, encoding=encoding, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_create_rt_wd.py:110: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D74C760>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:22,553 - wazuh_testing - INFO - Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type 2021-09-29 14:34:32,897 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-09-29 14:34:32,897 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:34:32,897 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:34:43.287735 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 10.29 | win32, xfail | 0 | |
folder = 'c:\\testdir2', name = 'Ξ³ΞµΞΉΞ±', filetype = 'regular', content = '', checkers = {'check_all'}, tags_to_apply = {'ossec_conf'}, encoding = None get_configuration = {'apply_to_modules': ['test_basic_usage_create_rt_wd'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basic...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, filetype, content, checkers, tags_to_apply, encoding', [ ('file', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('file2', REGULAR, b'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('socketfile', REGULAR if sys.platform == 'win32' else SOCKET, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file3', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('fifofile', REGULAR if sys.platform == 'win32' else FIFO, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file4', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file-ñ', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, None), pytest.param('檔案', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, 'cp950', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'koi8-r', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp737', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp720', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: https://github.com/wazuh/wazuh/issues/4612'))) ]) def test_create_file_realtime_whodata(folder, name, filetype, content, checkers, tags_to_apply, encoding, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring Regular files must be monitored. Special files must not. Parameters ---------- folder : str Name of the monitored folder. name : str Name of the file. filetype : str Type of the file. content : str Content of the file. checkers : set Checks that will compared to the ones from the event. """ check_apply_test(tags_to_apply, get_configuration['tags']) # Create files if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) create_file(filetype, folder, name, content=content) if filetype == REGULAR: # Wait until event is detected > event = wazuh_log_monitor.start(timeout=global_parameters.default_timeout, callback=callback_detect_event, encoding=encoding, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_create_rt_wd.py:110: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28D74C400>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:32,960 - wazuh_testing - INFO - Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type 2021-09-29 14:34:43,259 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-09-29 14:34:43,259 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:34:43,259 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-10-07 17:35:16.792360 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 13.69 | win32, xfail | 0 | |
folder = 'c:\\testdir1', name = 'Ξ³ΞµΞΉΞ±', filetype = 'regular', content = '', checkers = {'check_all'}, tags_to_apply = {'ossec_conf'}, encoding = None get_configuration = {'apply_to_modules': ['test_basic_usage_create_scheduled'], 'metadata': {'fim_mode': 'scheduled', 'module_name': 'test...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, filetype, content, checkers, tags_to_apply, encoding', [ ('file', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('file2', REGULAR, b'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('socketfile', REGULAR if sys.platform == 'win32' else SOCKET, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file3', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('fifofile', REGULAR if sys.platform == 'win32' else FIFO, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file4', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file-ñ', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, None), pytest.param('檔案', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, 'cp950', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'koi8-r', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp737', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp720', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: https://github.com/wazuh/wazuh/issues/4612'))) ]) def test_create_file_scheduled(folder, name, filetype, content, checkers, tags_to_apply, encoding, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if a special or regular file creation is detected by syscheck using scheduled monitoring Regular files must be monitored. Special files must not. Parameters ---------- folder : str Name of the monitored folder. name : str Name of the file. filetype : str Type of the file. content : str Content of the file. checkers : set Checks that will compared to the ones from the event. """ check_apply_test(tags_to_apply, get_configuration['tags']) # Create files if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) create_file(filetype, folder, name, content=content) # Go ahead in time to let syscheck perform a new scan check_time_travel(True, monitor=wazuh_log_monitor) if filetype == REGULAR: # Wait until event is detected > event = wazuh_log_monitor.start( timeout=global_parameters.default_timeout, callback=callback_detect_event, encoding=encoding, error_message='Did not receive expected "Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_create_scheduled.py:111: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28E952520>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stdout call------------------------------ Thursday, October 7, 2021 5:35:05 PM ------------------------------Captured stderr call------------------------------ 2021-10-07 04:35:05,048 - wazuh_testing - INFO - Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type 2021-10-07 17:35:05,393 - wazuh_testing - INFO - Changing the system clock from 2021-10-07 04:35:05.048737 to 2021-10-07 17:35:05.393828 2021-10-07 17:35:16,245 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-07 17:35:16,245 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-07 17:35:16,245 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\Ξ³ΞµΞΉΞ± of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-07 04:35:05.048737 to 2021-10-07 17:35:05.393828 [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-10-08 06:35:27.396421 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 13.01 | win32, xfail | 0 | |
folder = 'c:\\testdir2', name = 'Ξ³ΞµΞΉΞ±', filetype = 'regular', content = '', checkers = {'check_all'}, tags_to_apply = {'ossec_conf'}, encoding = None get_configuration = {'apply_to_modules': ['test_basic_usage_create_scheduled'], 'metadata': {'fim_mode': 'scheduled', 'module_name': 'test...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('folder', [ testdir1, testdir2 ]) @pytest.mark.parametrize('name, filetype, content, checkers, tags_to_apply, encoding', [ ('file', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('file2', REGULAR, b'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('socketfile', REGULAR if sys.platform == 'win32' else SOCKET, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file3', REGULAR, 'Sample content', {CHECK_ALL}, {'ossec_conf'}, None), ('fifofile', REGULAR if sys.platform == 'win32' else FIFO, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file4', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None), ('file-ñ', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, None), pytest.param('檔案', REGULAR, b'', {CHECK_ALL}, {'ossec_conf'}, 'cp950', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Образецтекста', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'koi8-r', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Δείγμακειμένου', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp737', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('نصبسيط', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, 'cp720', marks=(pytest.mark.linux, pytest.mark.darwin, pytest.mark.sunos5)), pytest.param('Ξ³ΞµΞΉΞ±', REGULAR, '', {CHECK_ALL}, {'ossec_conf'}, None, marks=(pytest.mark.win32, pytest.mark.xfail(reason='Xfail due to issue: https://github.com/wazuh/wazuh/issues/4612'))) ]) def test_create_file_scheduled(folder, name, filetype, content, checkers, tags_to_apply, encoding, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if a special or regular file creation is detected by syscheck using scheduled monitoring Regular files must be monitored. Special files must not. Parameters ---------- folder : str Name of the monitored folder. name : str Name of the file. filetype : str Type of the file. content : str Content of the file. checkers : set Checks that will compared to the ones from the event. """ check_apply_test(tags_to_apply, get_configuration['tags']) # Create files if encoding is not None: name = name.encode(encoding) folder = folder.encode(encoding) create_file(filetype, folder, name, content=content) # Go ahead in time to let syscheck perform a new scan check_time_travel(True, monitor=wazuh_log_monitor) if filetype == REGULAR: # Wait until event is detected > event = wazuh_log_monitor.start( timeout=global_parameters.default_timeout, callback=callback_detect_event, encoding=encoding, error_message='Did not receive expected "Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_create_scheduled.py:111: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: in start self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28E952460>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 1, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError ------------------------------Captured stdout call------------------------------ Friday, October 8, 2021 6:35:16 AM ------------------------------Captured stderr call------------------------------ 2021-10-07 17:35:16,792 - wazuh_testing - INFO - Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type 2021-10-08 06:35:16,520 - wazuh_testing - INFO - Changing the system clock from 2021-10-07 17:35:16.792360 to 2021-10-08 06:35:16.520384 2021-10-08 06:35:27,345 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-10-08 06:35:27,345 - wazuh_testing - ERROR - Results accumulated: 0 2021-10-08 06:35:27,345 - wazuh_testing - ERROR - Results expected: 1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\Ξ³ΞµΞΉΞ± of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-07 17:35:16.792360 to 2021-10-08 06:35:16.520384 [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 | |||||||
XFailed | 2021-09-29 14:39:17.117004 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration4-c:\testdir3-c:\testdir2-subdir3\-tags_to_apply3-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
source_folder = 'c:\\testdir3', target_folder = 'c:\\testdir2', subdir = 'subdir3\\', tags_to_apply = {'ossec_conf'}, triggers_delete_event = True, triggers_add_event = True get_configuration = {'apply_to_modules': ['test_basic_usage_move_dir'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basic_usa...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('source_folder, target_folder, subdir, tags_to_apply, \ triggers_delete_event, triggers_add_event', [ (testdir4, testdir2, 'subdir', {'ossec_conf'}, False, True), (testdir1, PREFIX, 'subdir', {'ossec_conf'}, True, False), (testdir3, testdir2, 'subdir2', {'ossec_conf'}, True, True), (testdir3, testdir2, f'subdir3{os.path.sep}', {'ossec_conf'}, True, True) ]) def test_move_dir(source_folder, target_folder, subdir, tags_to_apply, triggers_delete_event, triggers_add_event, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects 'added' or 'deleted' events when moving a subfolder from a folder to another one. Parameters ---------- subdir : str Name of the subdir to be moved. source_folder : str Folder to move the file from. target_folder : str Destination folder to move the file to. triggers_delete_event : bool Expect a 'deleted' event in the source folder. triggers_add_event : bool Expect a 'added' event in the target folder. """ check_apply_test(tags_to_apply, get_configuration['tags']) scheduled = get_configuration['metadata']['fim_mode'] == 'scheduled' mode = get_configuration['metadata']['fim_mode'] if mode == 'whodata' and subdir[-1] == os.path.sep and sys.platform == 'linux': pytest.xfail('Xfailing due to issue: https://github.com/wazuh/wazuh/issues/4720') elif mode == 'whodata' and subdir[-1] == os.path.sep and sys.platform == 'win32': > pytest.xfail('Xfailing due to issue: https://github.com/wazuh/wazuh/issues/6089') E _pytest.outcomes.XFailed: Xfailing due to issue: https://github.com/wazuh/wazuh/issues/6089 test_fim\test_files\test_basic_usage\test_basic_usage_move_dir.py:98: XFailed | |||||||
XFailed | 2021-09-29 14:42:21.904317 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration2-0.25-tags_to_apply0] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 10.89 | linux, win32 | 0 | |
sleep = 0.25, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_quick_changes'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basi...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('sleep, tags_to_apply', [ (0.25, {'ossec_conf'}), (0.5, {'ossec_conf'}), (0.75, {'ossec_conf'}), (1, {'ossec_conf'}), (1.25, {'ossec_conf'}), (1.50, {'ossec_conf'}), (1.75, {'ossec_conf'}), (2, {'ossec_conf'}) ]) def test_regular_file_changes(sleep, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every action. Parameters ---------- sleep : float Delay in seconds between every action. """ check_apply_test(tags_to_apply, get_configuration['tags']) file = 'regular' create_file(REGULAR, path=testdir1, name=file, content='') time.sleep(sleep) modify_file(path=testdir1, name=file, new_content='Sample') time.sleep(sleep) delete_file(path=testdir1, name=file) try: > events = wazuh_log_monitor.start(timeout=max(sleep * 3, global_parameters.default_timeout), callback=callback_detect_event, accum_results=3, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_quick_changes.py:77: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.FileMonitor object at 0x000001B28EBE43A0>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 3, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event', encoding = None def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message='', encoding=None): """Start the file monitoring until the stop method is called.""" try: tailer = self.tailer if update_position else copy(self.tailer) if encoding is not None: tailer.encoding = encoding tailer.start() monitor = QueueMonitor(tailer.queue, time_step=self._time_step) > self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, update_position=update_position, timeout_extra=timeout_extra, error_message=error_message).result() ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28EBD4550>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 3, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError During handling of the above exception, another exception occurred: sleep = 0.25, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_quick_changes'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basi...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('sleep, tags_to_apply', [ (0.25, {'ossec_conf'}), (0.5, {'ossec_conf'}), (0.75, {'ossec_conf'}), (1, {'ossec_conf'}), (1.25, {'ossec_conf'}), (1.50, {'ossec_conf'}), (1.75, {'ossec_conf'}), (2, {'ossec_conf'}) ]) def test_regular_file_changes(sleep, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every action. Parameters ---------- sleep : float Delay in seconds between every action. """ check_apply_test(tags_to_apply, get_configuration['tags']) file = 'regular' create_file(REGULAR, path=testdir1, name=file, content='') time.sleep(sleep) modify_file(path=testdir1, name=file, new_content='Sample') time.sleep(sleep) delete_file(path=testdir1, name=file) try: events = wazuh_log_monitor.start(timeout=max(sleep * 3, global_parameters.default_timeout), callback=callback_detect_event, accum_results=3, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() for ev in events: validate_event(ev) except TimeoutError as e: if get_configuration['metadata']['fim_mode'] == 'whodata': > pytest.xfail(reason='Xfailing due to issue: https://github.com/wazuh/wazuh/issues/4710') E _pytest.outcomes.XFailed: Xfailing due to issue: https://github.com/wazuh/wazuh/issues/4710 test_fim\test_files\test_basic_usage\test_basic_usage_quick_changes.py:85: XFailed -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:42:06 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:42:10,935 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:42:11,186 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:42:11,186 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:42:11,186 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:42:11,186 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:42:11,216 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:42:11,232 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:42:11,483 - wazuh_testing - INFO - Removing file c:\testdir1\regular 2021-09-29 14:42:21,795 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-09-29 14:42:21,795 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:42:21,795 - wazuh_testing - ERROR - Results expected: 3 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 3 | |||||||
XFailed | 2021-09-29 14:42:33.841587 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration2-0.5-tags_to_apply1] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 11.87 | linux, win32 | 0 | |
sleep = 0.5, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_quick_changes'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basi...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('sleep, tags_to_apply', [ (0.25, {'ossec_conf'}), (0.5, {'ossec_conf'}), (0.75, {'ossec_conf'}), (1, {'ossec_conf'}), (1.25, {'ossec_conf'}), (1.50, {'ossec_conf'}), (1.75, {'ossec_conf'}), (2, {'ossec_conf'}) ]) def test_regular_file_changes(sleep, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every action. Parameters ---------- sleep : float Delay in seconds between every action. """ check_apply_test(tags_to_apply, get_configuration['tags']) file = 'regular' create_file(REGULAR, path=testdir1, name=file, content='') time.sleep(sleep) modify_file(path=testdir1, name=file, new_content='Sample') time.sleep(sleep) delete_file(path=testdir1, name=file) try: > events = wazuh_log_monitor.start(timeout=max(sleep * 3, global_parameters.default_timeout), callback=callback_detect_event, accum_results=3, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_quick_changes.py:77: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.FileMonitor object at 0x000001B28EBE43A0>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 3, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event', encoding = None def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message='', encoding=None): """Start the file monitoring until the stop method is called.""" try: tailer = self.tailer if update_position else copy(self.tailer) if encoding is not None: tailer.encoding = encoding tailer.start() monitor = QueueMonitor(tailer.queue, time_step=self._time_step) > self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, update_position=update_position, timeout_extra=timeout_extra, error_message=error_message).result() ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28EBE4A60>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 3, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError During handling of the above exception, another exception occurred: sleep = 0.5, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_quick_changes'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basi...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('sleep, tags_to_apply', [ (0.25, {'ossec_conf'}), (0.5, {'ossec_conf'}), (0.75, {'ossec_conf'}), (1, {'ossec_conf'}), (1.25, {'ossec_conf'}), (1.50, {'ossec_conf'}), (1.75, {'ossec_conf'}), (2, {'ossec_conf'}) ]) def test_regular_file_changes(sleep, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every action. Parameters ---------- sleep : float Delay in seconds between every action. """ check_apply_test(tags_to_apply, get_configuration['tags']) file = 'regular' create_file(REGULAR, path=testdir1, name=file, content='') time.sleep(sleep) modify_file(path=testdir1, name=file, new_content='Sample') time.sleep(sleep) delete_file(path=testdir1, name=file) try: events = wazuh_log_monitor.start(timeout=max(sleep * 3, global_parameters.default_timeout), callback=callback_detect_event, accum_results=3, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() for ev in events: validate_event(ev) except TimeoutError as e: if get_configuration['metadata']['fim_mode'] == 'whodata': > pytest.xfail(reason='Xfailing due to issue: https://github.com/wazuh/wazuh/issues/4710') E _pytest.outcomes.XFailed: Xfailing due to issue: https://github.com/wazuh/wazuh/issues/4710 test_fim\test_files\test_basic_usage\test_basic_usage_quick_changes.py:85: XFailed ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:42:21,904 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:42:22,404 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:42:22,404 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:42:22,404 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:42:22,404 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:42:22,451 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:42:22,451 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:42:22,954 - wazuh_testing - INFO - Removing file c:\testdir1\regular 2021-09-29 14:42:33,267 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-09-29 14:42:33,267 - wazuh_testing - ERROR - Results accumulated: 2 2021-09-29 14:42:33,267 - wazuh_testing - ERROR - Results expected: 3 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 2 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 3 | |||||||
XFailed | 2021-09-29 14:42:45.686291 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration2-0.75-tags_to_apply2] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 11.81 | linux, win32 | 0 | |
sleep = 0.75, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_quick_changes'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basi...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('sleep, tags_to_apply', [ (0.25, {'ossec_conf'}), (0.5, {'ossec_conf'}), (0.75, {'ossec_conf'}), (1, {'ossec_conf'}), (1.25, {'ossec_conf'}), (1.50, {'ossec_conf'}), (1.75, {'ossec_conf'}), (2, {'ossec_conf'}) ]) def test_regular_file_changes(sleep, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every action. Parameters ---------- sleep : float Delay in seconds between every action. """ check_apply_test(tags_to_apply, get_configuration['tags']) file = 'regular' create_file(REGULAR, path=testdir1, name=file, content='') time.sleep(sleep) modify_file(path=testdir1, name=file, new_content='Sample') time.sleep(sleep) delete_file(path=testdir1, name=file) try: > events = wazuh_log_monitor.start(timeout=max(sleep * 3, global_parameters.default_timeout), callback=callback_detect_event, accum_results=3, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() test_fim\test_files\test_basic_usage\test_basic_usage_quick_changes.py:77: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.FileMonitor object at 0x000001B28EBE43A0>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 3, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event', encoding = None def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message='', encoding=None): """Start the file monitoring until the stop method is called.""" try: tailer = self.tailer if update_position else copy(self.tailer) if encoding is not None: tailer.encoding = encoding tailer.start() monitor = QueueMonitor(tailer.queue, time_step=self._time_step) > self._result = monitor.start(timeout=timeout, callback=callback, accum_results=accum_results, update_position=update_position, timeout_extra=timeout_extra, error_message=error_message).result() ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:195: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <wazuh_testing.tools.monitoring.QueueMonitor object at 0x000001B28EB38F40>, timeout = 10, callback = <function callback_detect_event at 0x000001B28D2E2C10>, accum_results = 3, update_position = True, timeout_extra = 0 error_message = 'Did not receive expected "Sending FIM event: ..." event' def start(self, timeout=-1, callback=_callback_default, accum_results=1, update_position=True, timeout_extra=0, error_message=''): """Start the queue monitoring until the stop method is called.""" if not self._continue: self._continue = True self._abort = False result = None while self._continue: if self._abort: self.stop() if error_message: logger.error(error_message) logger.error(f"Results accumulated: " f"{len(result) if isinstance(result, list) else 0}") logger.error(f"Results expected: {accum_results}") > raise TimeoutError(error_message) E TimeoutError: Did not receive expected "Sending FIM event: ..." event ..\..\..\AppData\Local\Programs\Python\Python39\lib\site-packages\wazuh_testing-4.2.0-py3.9.egg\wazuh_testing\tools\monitoring.py:457: TimeoutError During handling of the above exception, another exception occurred: sleep = 0.75, tags_to_apply = {'ossec_conf'} get_configuration = {'apply_to_modules': ['test_basic_usage_quick_changes'], 'metadata': {'fim_mode': 'whodata', 'module_name': 'test_basi...[{'name': 'syscollector'}], 'elements': [{'disabled': {'value': 'yes'}}], 'section': 'wodle'}], 'tags': ['ossec_conf']} configure_environment = None, restart_syscheckd = None, wait_for_fim_start = None @pytest.mark.parametrize('sleep, tags_to_apply', [ (0.25, {'ossec_conf'}), (0.5, {'ossec_conf'}), (0.75, {'ossec_conf'}), (1, {'ossec_conf'}), (1.25, {'ossec_conf'}), (1.50, {'ossec_conf'}), (1.75, {'ossec_conf'}), (2, {'ossec_conf'}) ]) def test_regular_file_changes(sleep, tags_to_apply, get_configuration, configure_environment, restart_syscheckd, wait_for_fim_start): """ Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every action. Parameters ---------- sleep : float Delay in seconds between every action. """ check_apply_test(tags_to_apply, get_configuration['tags']) file = 'regular' create_file(REGULAR, path=testdir1, name=file, content='') time.sleep(sleep) modify_file(path=testdir1, name=file, new_content='Sample') time.sleep(sleep) delete_file(path=testdir1, name=file) try: events = wazuh_log_monitor.start(timeout=max(sleep * 3, global_parameters.default_timeout), callback=callback_detect_event, accum_results=3, error_message='Did not receive expected ' '"Sending FIM event: ..." event').result() for ev in events: validate_event(ev) except TimeoutError as e: if get_configuration['metadata']['fim_mode'] == 'whodata': > pytest.xfail(reason='Xfailing due to issue: https://github.com/wazuh/wazuh/issues/4710') E _pytest.outcomes.XFailed: Xfailing due to issue: https://github.com/wazuh/wazuh/issues/4710 test_fim\test_files\test_basic_usage\test_basic_usage_quick_changes.py:85: XFailed ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:42:33,841 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:42:34,591 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:42:34,591 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:42:34,591 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:42:34,591 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:42:34,638 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:42:34,638 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:42:35,388 - wazuh_testing - INFO - Removing file c:\testdir1\regular 2021-09-29 14:42:45,654 - wazuh_testing - ERROR - Did not receive expected "Sending FIM event: ..." event 2021-09-29 14:42:45,654 - wazuh_testing - ERROR - Results accumulated: 2 2021-09-29 14:42:45,654 - wazuh_testing - ERROR - Results expected: 3 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular [31m[1mERROR [0m wazuh_testing:monitoring.py:453 Did not receive expected "Sending FIM event: ..." event [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 2 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 3 | |||||||
Skipped | 2021-09-29 14:30:13.167033 | test_fim/test_files/test_basic_usage/test_basic_usage_baseline_generation.py::test_wait_until_baseline[get_configuration1] | Check if events are appearing after the baseline. The message 'File integrity monitoring scan ended' informs about the end of the first scan,. which generates the baseline | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:30:08 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:30:10,323 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810323133 of regular type 2021-09-29 14:30:10,323 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810323133 of regular type 2021-09-29 14:30:10,323 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810323133 of regular type 2021-09-29 14:30:10,323 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810323133 of regular type 2021-09-29 14:30:10,323 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810323133 of regular type 2021-09-29 14:30:10,323 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810323133 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810339408 of regular type 2021-09-29 14:30:10,339 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810339408 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,355 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810355646 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810355646 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810371662 of regular type 2021-09-29 14:30:10,371 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810371662 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810387276 of regular type 2021-09-29 14:30:10,387 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810387276 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810403460 of regular type 2021-09-29 14:30:10,403 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810403460 of regular type 2021-09-29 14:30:10,415 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810415478 of regular type 2021-09-29 14:30:10,415 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810415478 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810417093 of regular type 2021-09-29 14:30:10,417 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810417093 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810434392 of regular type 2021-09-29 14:30:10,434 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810434392 of regular type 2021-09-29 14:30:10,446 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810446710 of regular type 2021-09-29 14:30:10,446 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810446710 of regular type 2021-09-29 14:30:10,446 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810446710 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810448236 of regular type 2021-09-29 14:30:10,448 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810448236 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810465669 of regular type 2021-09-29 14:30:10,465 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810465669 of regular type 2021-09-29 14:30:10,478 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810478020 of regular type 2021-09-29 14:30:10,478 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810478020 of regular type 2021-09-29 14:30:10,478 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810478020 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810479416 of regular type 2021-09-29 14:30:10,479 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810479416 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810495362 of regular type 2021-09-29 14:30:10,495 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810495362 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,511 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810511107 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810511107 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810526305 of regular type 2021-09-29 14:30:10,526 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810526305 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810542068 of regular type 2021-09-29 14:30:10,542 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810542068 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810561060 of regular type 2021-09-29 14:30:10,561 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810561060 of regular type 2021-09-29 14:30:10,571 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810571614 of regular type 2021-09-29 14:30:10,571 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810571614 of regular type 2021-09-29 14:30:10,571 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810571614 of regular type 2021-09-29 14:30:10,571 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810571614 of regular type 2021-09-29 14:30:10,571 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810571614 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810573196 of regular type 2021-09-29 14:30:10,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810573196 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810592116 of regular type 2021-09-29 14:30:10,592 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810592116 of regular type 2021-09-29 14:30:10,601 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810601968 of regular type 2021-09-29 14:30:10,601 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810601968 of regular type 2021-09-29 14:30:10,601 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810601968 of regular type 2021-09-29 14:30:10,601 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810601968 of regular type 2021-09-29 14:30:10,601 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810601968 of regular type 2021-09-29 14:30:10,601 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810601968 of regular type 2021-09-29 14:30:10,601 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810601968 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810604286 of regular type 2021-09-29 14:30:10,604 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810604286 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810623578 of regular type 2021-09-29 14:30:10,623 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810623578 of regular type 2021-09-29 14:30:10,633 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810633657 of regular type 2021-09-29 14:30:10,633 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810633657 of regular type 2021-09-29 14:30:10,633 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810633657 of regular type 2021-09-29 14:30:10,633 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810633657 of regular type 2021-09-29 14:30:10,633 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810633657 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635344 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810635761 of regular type 2021-09-29 14:30:10,635 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810635761 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810651243 of regular type 2021-09-29 14:30:10,651 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810651243 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810666830 of regular type 2021-09-29 14:30:10,666 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810666830 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810683145 of regular type 2021-09-29 14:30:10,683 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810683145 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810699586 of regular type 2021-09-29 14:30:10,699 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810699586 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810714158 of regular type 2021-09-29 14:30:10,714 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810714158 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810732180 of regular type 2021-09-29 14:30:10,732 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810732180 of regular type 2021-09-29 14:30:10,743 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810743140 of regular type 2021-09-29 14:30:10,743 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810743140 of regular type 2021-09-29 14:30:10,743 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810743140 of regular type 2021-09-29 14:30:10,743 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810743140 of regular type 2021-09-29 14:30:10,744 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810744880 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810745378 of regular type 2021-09-29 14:30:10,745 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810745378 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810761016 of regular type 2021-09-29 14:30:10,761 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810761016 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810776426 of regular type 2021-09-29 14:30:10,776 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810776426 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810791920 of regular type 2021-09-29 14:30:10,791 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810791920 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810807400 of regular type 2021-09-29 14:30:10,807 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810807400 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810823470 of regular type 2021-09-29 14:30:10,823 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810823470 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810839068 of regular type 2021-09-29 14:30:10,839 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810839068 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810854559 of regular type 2021-09-29 14:30:10,854 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810854559 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810871252 of regular type 2021-09-29 14:30:10,871 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810871252 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885337 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885337 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810885871 of regular type 2021-09-29 14:30:10,885 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810885871 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810901341 of regular type 2021-09-29 14:30:10,901 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810901341 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810916912 of regular type 2021-09-29 14:30:10,916 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810916912 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810932656 of regular type 2021-09-29 14:30:10,932 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810932656 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810948672 of regular type 2021-09-29 14:30:10,948 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810948672 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963245 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810963730 of regular type 2021-09-29 14:30:10,963 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810963730 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810979748 of regular type 2021-09-29 14:30:10,979 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810979748 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925810995190 of regular type 2021-09-29 14:30:10,995 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925810995190 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811012251 of regular type 2021-09-29 14:30:11,012 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811012251 of regular type 2021-09-29 14:30:11,025 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811025390 of regular type 2021-09-29 14:30:11,025 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811025390 of regular type 2021-09-29 14:30:11,025 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811025390 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811026419 of regular type 2021-09-29 14:30:11,026 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811026419 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811042452 of regular type 2021-09-29 14:30:11,042 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811042452 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057112 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811057608 of regular type 2021-09-29 14:30:11,057 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811057608 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811073238 of regular type 2021-09-29 14:30:11,073 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811073238 of regular type 2021-09-29 14:30:11,090 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811090958 of regular type 2021-09-29 14:30:11,090 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811090958 of regular type 2021-09-29 14:30:11,090 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811090958 of regular type 2021-09-29 14:30:11,090 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811090958 of regular type 2021-09-29 14:30:11,090 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925811090958 of regular type 2021-09-29 14:30:11,090 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925811090958 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810323133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810323133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810323133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810323133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810323133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810323133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810339408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810355646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810371662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810387276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810403460 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810415478 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810415478 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810417093 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810434392 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810446710 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810446710 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810446710 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810448236 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810465669 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810478020 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810478020 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810478020 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810479416 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810495362 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810511107 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810526305 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810542068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810561060 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810571614 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810571614 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810571614 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810571614 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810571614 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810573196 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810592116 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810601968 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810601968 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810601968 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810601968 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810601968 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810601968 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810601968 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810604286 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810623578 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810633657 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810633657 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810633657 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810633657 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810633657 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810635761 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810651243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810666830 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810683145 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810699586 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810714158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810732180 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810743140 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810743140 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810743140 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810743140 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810744880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810745378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810761016 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810776426 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810791920 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810807400 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810823470 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810839068 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810854559 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810871252 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885337 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885337 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810885871 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810901341 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810916912 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810932656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810948672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963245 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810963730 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810979748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925810995190 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811012251 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811025390 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811025390 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811025390 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811026419 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811042452 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057112 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811057608 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811073238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811090958 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811090958 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811090958 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811090958 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925811090958 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925811090958 of regular type | |||||||
Skipped | 2021-09-29 14:30:19.067465 | test_fim/test_files/test_basic_usage/test_basic_usage_baseline_generation.py::test_wait_until_baseline[get_configuration3] | Check if events are appearing after the baseline. The message 'File integrity monitoring scan ended' informs about the end of the first scan,. which generates the baseline | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:30:16 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:30:16,271 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816271394 of regular type 2021-09-29 14:30:16,271 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816271394 of regular type 2021-09-29 14:30:16,271 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816271394 of regular type 2021-09-29 14:30:16,271 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816271394 of regular type 2021-09-29 14:30:16,271 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816271394 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816286600 of regular type 2021-09-29 14:30:16,286 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816286600 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816304582 of regular type 2021-09-29 14:30:16,304 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816304582 of regular type 2021-09-29 14:30:16,315 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816315409 of regular type 2021-09-29 14:30:16,315 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816315409 of regular type 2021-09-29 14:30:16,315 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816315409 of regular type 2021-09-29 14:30:16,315 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816315409 of regular type 2021-09-29 14:30:16,315 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816315409 of regular type 2021-09-29 14:30:16,315 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816315409 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816317584 of regular type 2021-09-29 14:30:16,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816317584 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816333380 of regular type 2021-09-29 14:30:16,333 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816333380 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816348304 of regular type 2021-09-29 14:30:16,348 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816348304 of regular type 2021-09-29 14:30:16,363 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816363651 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816364146 of regular type 2021-09-29 14:30:16,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816364146 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816380038 of regular type 2021-09-29 14:30:16,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816380038 of regular type 2021-09-29 14:30:16,394 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816394970 of regular type 2021-09-29 14:30:16,394 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816394970 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816395481 of regular type 2021-09-29 14:30:16,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816395481 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816411067 of regular type 2021-09-29 14:30:16,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816411067 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816426692 of regular type 2021-09-29 14:30:16,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816426692 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816445154 of regular type 2021-09-29 14:30:16,445 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816445154 of regular type 2021-09-29 14:30:16,456 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816456179 of regular type 2021-09-29 14:30:16,456 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816456179 of regular type 2021-09-29 14:30:16,456 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816456179 of regular type 2021-09-29 14:30:16,456 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816456179 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457504 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816457957 of regular type 2021-09-29 14:30:16,457 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816457957 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,473 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816473676 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816473676 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816491129 of regular type 2021-09-29 14:30:16,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816491129 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504256 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816504708 of regular type 2021-09-29 14:30:16,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816504708 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816523552 of regular type 2021-09-29 14:30:16,523 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816523552 of regular type 2021-09-29 14:30:16,533 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816533822 of regular type 2021-09-29 14:30:16,533 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816533822 of regular type 2021-09-29 14:30:16,533 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816533822 of regular type 2021-09-29 14:30:16,533 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816533822 of regular type 2021-09-29 14:30:16,533 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816533822 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535508 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816535973 of regular type 2021-09-29 14:30:16,535 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816535973 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816554304 of regular type 2021-09-29 14:30:16,554 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816554304 of regular type 2021-09-29 14:30:16,565 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816565662 of regular type 2021-09-29 14:30:16,565 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816565662 of regular type 2021-09-29 14:30:16,565 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816565662 of regular type 2021-09-29 14:30:16,566 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816566746 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816567272 of regular type 2021-09-29 14:30:16,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816567272 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816584868 of regular type 2021-09-29 14:30:16,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816584868 of regular type 2021-09-29 14:30:16,596 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816596778 of regular type 2021-09-29 14:30:16,596 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816596778 of regular type 2021-09-29 14:30:16,596 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816596778 of regular type 2021-09-29 14:30:16,597 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816597947 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816598468 of regular type 2021-09-29 14:30:16,598 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816598468 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816614378 of regular type 2021-09-29 14:30:16,614 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816614378 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816632787 of regular type 2021-09-29 14:30:16,642 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816632787 of regular type 2021-09-29 14:30:16,642 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816642842 of regular type 2021-09-29 14:30:16,642 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816642842 of regular type 2021-09-29 14:30:16,642 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816642842 of regular type 2021-09-29 14:30:16,642 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816642842 of regular type 2021-09-29 14:30:16,642 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816642842 of regular type 2021-09-29 14:30:16,644 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816644806 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816645198 of regular type 2021-09-29 14:30:16,645 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816645198 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660544 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816660885 of regular type 2021-09-29 14:30:16,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816660885 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816676712 of regular type 2021-09-29 14:30:16,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816676712 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816692310 of regular type 2021-09-29 14:30:16,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816692310 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816707933 of regular type 2021-09-29 14:30:16,707 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816707933 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816723547 of regular type 2021-09-29 14:30:16,723 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816723547 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816739243 of regular type 2021-09-29 14:30:16,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816739243 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816758264 of regular type 2021-09-29 14:30:16,758 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816758264 of regular type 2021-09-29 14:30:16,768 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816768787 of regular type 2021-09-29 14:30:16,769 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816769486 of regular type 2021-09-29 14:30:16,769 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816769486 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816770226 of regular type 2021-09-29 14:30:16,770 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816770226 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816789358 of regular type 2021-09-29 14:30:16,789 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816789358 of regular type 2021-09-29 14:30:16,799 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816799468 of regular type 2021-09-29 14:30:16,799 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816799468 of regular type 2021-09-29 14:30:16,799 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816799468 of regular type 2021-09-29 14:30:16,799 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816799468 of regular type 2021-09-29 14:30:16,800 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816800816 of regular type 2021-09-29 14:30:16,800 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816800816 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816801560 of regular type 2021-09-29 14:30:16,801 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816801560 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816817898 of regular type 2021-09-29 14:30:16,817 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816817898 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816833670 of regular type 2021-09-29 14:30:16,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816833670 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848109 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816848595 of regular type 2021-09-29 14:30:16,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816848595 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816864444 of regular type 2021-09-29 14:30:16,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816864444 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816881338 of regular type 2021-09-29 14:30:16,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816881338 of regular type 2021-09-29 14:30:16,894 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816894616 of regular type 2021-09-29 14:30:16,894 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816894926 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816895311 of regular type 2021-09-29 14:30:16,895 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816895311 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816911018 of regular type 2021-09-29 14:30:16,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816911018 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816926790 of regular type 2021-09-29 14:30:16,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816926790 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816942631 of regular type 2021-09-29 14:30:16,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816942631 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957558 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816957949 of regular type 2021-09-29 14:30:16,957 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816957949 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816271394 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816271394 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816271394 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816271394 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816271394 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816286600 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816304582 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816315409 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816315409 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816315409 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816315409 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816315409 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816315409 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816317584 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816333380 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816348304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816363651 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816364146 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816380038 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816394970 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816394970 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816395481 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816411067 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816426692 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816445154 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816456179 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816456179 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816456179 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816456179 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457504 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816457957 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816473676 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816491129 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504256 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816504708 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816523552 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816533822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816533822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816533822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816533822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816533822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535508 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816535973 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816554304 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816565662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816565662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816565662 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816566746 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816567272 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816584868 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816596778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816596778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816596778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816597947 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816598468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816614378 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816632787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816642842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816642842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816642842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816642842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816642842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816644806 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816645198 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816660885 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816676712 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816692310 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816707933 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816723547 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816739243 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816758264 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816768787 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816769486 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816769486 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816770226 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816789358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816799468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816799468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816799468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816799468 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816800816 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816800816 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816801560 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816817898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816833670 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848109 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816848595 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816864444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816881338 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816894616 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816894926 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816895311 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816911018 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816926790 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816942631 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957558 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816957949 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816957949 of regular type | |||||||
Skipped | 2021-10-02 20:30:35.432572 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-02 20:30:35.432572 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-02 20:30:35.447949 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-02 20:30:35.447949 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-02 20:30:35.447949 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-02 20:30:35.447949 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-02 20:30:35.463644 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-02 20:30:35.463644 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-03 22:30:58.189199 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-regular1-None-checkers6-tags_to_apply6-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-03 22:30:58.189199 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-regular1-None-checkers6-tags_to_apply6-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.460665 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-regular0-None-checkers0-tags_to_apply0-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:30:58 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:31:00.460665 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-regular0-None-checkers0-tags_to_apply0-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:31:00.460665 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.476344 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.476344 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.476344 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.476344 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.476344 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.492511 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.492511 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.492511 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:31:00.508054 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:31:00.508054 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-regular1-None-checkers6-tags_to_apply6-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:00.508054 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration1-regular1-None-checkers6-tags_to_apply6-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:14.023470 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:14.038269 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:14.038269 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:14.038269 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:14.038269 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:14.038269 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:14.038269 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:14.038269 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:35.431567 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-regular1-None-checkers6-tags_to_apply6-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:35.431567 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-regular1-None-checkers6-tags_to_apply6-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.430744 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-regular0-None-checkers0-tags_to_apply0-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:31:35 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:31:39.443677 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-regular0-None-checkers0-tags_to_apply0-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:31:39.443677 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.443677 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.463127 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.463127 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.475060 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.475060 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.475060 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.475060 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.494537 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:31:39.506230 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:31:39.506230 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-regular1-None-checkers6-tags_to_apply6-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:39.506230 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration3-regular1-None-checkers6-tags_to_apply6-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:59.274015 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:59.274015 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:59.274015 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:59.274015 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:59.289891 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:59.289891 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:59.289891 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:31:59.289891 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:21.148754 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-regular1-None-checkers6-tags_to_apply6-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:21.148754 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-regular1-None-checkers6-tags_to_apply6-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.911404 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-regular0-None-checkers0-tags_to_apply0-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:32:21 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:32:23.927174 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-regular0-None-checkers0-tags_to_apply0-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:32:23.927174 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.927174 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-\u6a94\u6848-cp950-checkers1-tags_to_apply1-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.943367 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.943367 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-koi8-r-checkers2-tags_to_apply2-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.943367 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.943367 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-cp737-checkers3-tags_to_apply3-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.959999 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.959999 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-\u0646\u0635\u0628\u0633\u064a\u0637-cp720-checkers4-tags_to_apply4-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.974079 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:32:23.974079 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-Ξ³ΞµΞΉΞ±-None-checkers5-tags_to_apply5-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:32:23.974079 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-regular1-None-checkers6-tags_to_apply6-c:\\testdir1]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:32:23.974079 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration5-regular1-None-checkers6-tags_to_apply6-c:\\testdir2]::setup | Check if syscheckd detects regular file changes (add, modify, delete) | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:28.100169 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:28.115721 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:28.115721 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:28.115721 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:28.131422 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:28.131422 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:28.131422 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:28.131422 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.413039 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:33:49 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:33:53.428716 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.428716 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.428716 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.444787 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.444787 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.444787 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.460450 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.460450 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.460450 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.476576 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file4-regular--checkers5-tags_to_apply5-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.476576 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file4-regular--checkers5-tags_to_apply5-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.491843 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.506649 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.506649 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.506649 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.506649 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.522619 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.522619 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.522619 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.539660 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.539660 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:33:53.553907 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:33:53.553907 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration1-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:22.506800 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:22.523269 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:22.523269 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:22.538325 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:22.538325 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:22.538325 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:22.553870 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:22.553870 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:47.917196 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:34:43 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:34:47.929288 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:47.929288 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:47.945096 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:47.960537 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:47.960537 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:47.976314 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:47.976314 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:47.992713 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:47.992713 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:48.007844 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file4-regular--checkers5-tags_to_apply5-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:48.007844 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file4-regular--checkers5-tags_to_apply5-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:48.040752 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:48.054974 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:48.054974 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:48.054974 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:48.070142 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:48.070142 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:48.086067 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:48.086067 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:48.101635 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:48.101635 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:34:48.117580 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:34:48.133761 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration3-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.01 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-10-07 04:35:04.735661 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-07 04:35:04.735661 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-07 04:35:04.751680 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-07 04:35:04.751680 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-07 04:35:04.767548 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-07 04:35:04.783114 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-07 04:35:04.814269 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-10-07 04:35:05.033331 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:29.958038 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:35:27 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:35:29.976822 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:29.986629 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:29.989064 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:29.989064 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.005098 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.01 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.005098 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.020606 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.020606 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.020606 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.052471 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file4-regular--checkers5-tags_to_apply5-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.067907 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file4-regular--checkers5-tags_to_apply5-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.082834 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.098460 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.114245 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.114245 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-\u6a94\u6848-regular--checkers7-tags_to_apply7-cp950-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.145545 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.145545 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-\u041e\u0431\u0440\u0430\u0437\u0435\u0446\u0442\u0435\u043a\u0441\u0442\u0430-regular--checkers8-tags_to_apply8-koi8-r-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.161921 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.161921 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-\u0394\u03b5\u03af\u03b3\u03bc\u03b1\u03ba\u03b5\u03b9\u03bc\u03ad\u03bd\u03bf\u03c5-regular--checkers9-tags_to_apply9-cp737-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.177331 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir1]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.192565 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-\u0646\u0635\u0628\u0633\u064a\u0637-regular--checkers10-tags_to_apply10-cp720-c:\\testdir2]::setup | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.192565 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.240202 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration1-Ξ³ΞµΞΉΞ±-regular--checkers11-tags_to_apply11-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 0.00 | win32, xfail | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:30.238548 | test_fim/test_files/test_basic_usage/test_basic_usage_db_inode_check.py::test_db_inode_check[get_configuration0-0]::setup | Test to check for false positives due to possible inconsistencies with inodes in the database.. Cases:. - With check_mtime="no" and check_inode="no", no modification events should appear.. - With check_mtime="yes" and check_inode="yes", modification events should have:. "changed_attributes":["mtime","inode"] | 0.00 | linux | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.238548 | test_fim/test_files/test_basic_usage/test_basic_usage_db_inode_check.py::test_db_inode_check[get_configuration0-1]::setup | Test to check for false positives due to possible inconsistencies with inodes in the database.. Cases:. - With check_mtime="no" and check_inode="no", no modification events should appear.. - With check_mtime="yes" and check_inode="yes", modification events should have:. "changed_attributes":["mtime","inode"] | 0.00 | linux | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.238548 | test_fim/test_files/test_basic_usage/test_basic_usage_db_inode_check.py::test_db_inode_check[get_configuration0-2]::setup | Test to check for false positives due to possible inconsistencies with inodes in the database.. Cases:. - With check_mtime="no" and check_inode="no", no modification events should appear.. - With check_mtime="yes" and check_inode="yes", modification events should have:. "changed_attributes":["mtime","inode"] | 0.00 | linux | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.254313 | test_fim/test_files/test_basic_usage/test_basic_usage_db_inode_check.py::test_db_inode_check[get_configuration1-0]::setup | Test to check for false positives due to possible inconsistencies with inodes in the database.. Cases:. - With check_mtime="no" and check_inode="no", no modification events should appear.. - With check_mtime="yes" and check_inode="yes", modification events should have:. "changed_attributes":["mtime","inode"] | 0.00 | linux | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.254313 | test_fim/test_files/test_basic_usage/test_basic_usage_db_inode_check.py::test_db_inode_check[get_configuration1-1]::setup | Test to check for false positives due to possible inconsistencies with inodes in the database.. Cases:. - With check_mtime="no" and check_inode="no", no modification events should appear.. - With check_mtime="yes" and check_inode="yes", modification events should have:. "changed_attributes":["mtime","inode"] | 0.00 | linux | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:30.254313 | test_fim/test_files/test_basic_usage/test_basic_usage_db_inode_check.py::test_db_inode_check[get_configuration1-2]::setup | Test to check for false positives due to possible inconsistencies with inodes in the database.. Cases:. - With check_mtime="no" and check_inode="no", no modification events should appear.. - With check_mtime="yes" and check_inode="yes", modification events should have:. "changed_attributes":["mtime","inode"] | 0.00 | linux | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:35:39.396272 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration1-c:\testdir1\subdir-file_list0-regular-tags_to_apply0] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:35:36 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:35:39.412656 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration1-c:\testdir2\subdir-file_list1-regular-tags_to_apply1] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:35:48.381932 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration3-c:\testdir1\subdir-file_list0-regular-tags_to_apply0] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:35:46 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:35:48.381932 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration3-c:\testdir2\subdir-file_list1-regular-tags_to_apply1] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:36:02.866073 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration5-c:\testdir1\subdir-file_list0-regular-tags_to_apply0] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:35:58 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:36:02.866073 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration5-c:\testdir2\subdir-file_list1-regular-tags_to_apply1] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:36:23.409407 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration1-c:\test,dir1] | Test alerts are generated when monitor environment variables | 0.00 | 2 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:36:19 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:36:23.409407 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration1-c:\testdir2,] | Test alerts are generated when monitor environment variables | 0.00 | 2 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:36:39.913329 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration3-c:\test,dir1] | Test alerts are generated when monitor environment variables | 0.00 | 2 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:36:37 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:36:39.930070 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration3-c:\testdir2,] | Test alerts are generated when monitor environment variables | 0.00 | 2 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:36:59.907172 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration5-c:\test,dir1] | Test alerts are generated when monitor environment variables | 0.00 | 2 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:36:55 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:36:59.907172 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration5-c:\testdir2,] | Test alerts are generated when monitor environment variables | 0.00 | 2 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:38:56.287689 | test_fim/test_files/test_basic_usage/test_basic_usage_entries_match_path_count.py::test_entries_match_path_count[get_configuration0]::setup | Check if FIM entries match the path count | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:38:56.287689 | test_fim/test_files/test_basic_usage/test_basic_usage_entries_match_path_count.py::test_entries_match_path_count[get_configuration1]::setup | Check if FIM entries match the path count | 0.00 | linux, darwin, sunos5 | 0 | |
('C:\\Users\\vagrant\\wazuh-qa\\tests\\integration\\conftest.py', 55, 'Skipped: Cannot run on platform win32') | |||||||
Skipped | 2021-09-29 14:39:03.947141 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration1-c:\testdir4-c:\testdir2-subdir-tags_to_apply0-False-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:01 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:39:03,340 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:39:03,340 - wazuh_testing - INFO - Creating file c:\testdir3\subdir2\regular2 of regular type 2021-09-29 14:39:03,340 - wazuh_testing - INFO - Creating file c:\testdir3\subdir3\regular3 of regular type 2021-09-29 14:39:03,340 - wazuh_testing - INFO - Creating file c:\testdir4\subdir\regular1 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir2\regular2 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir3\regular3 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir4\subdir\regular1 of regular type | |||||||
Skipped | 2021-09-29 14:39:03.949667 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration1-c:\testdir1-c:\-subdir-tags_to_apply1-True-False] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:03.949667 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration1-c:\testdir3-c:\testdir2-subdir2-tags_to_apply2-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:03.965250 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration1-c:\testdir3-c:\testdir2-subdir3\-tags_to_apply3-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:10.943118 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration3-c:\testdir4-c:\testdir2-subdir-tags_to_apply0-False-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:10 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:39:10,349 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:39:10,349 - wazuh_testing - INFO - Creating file c:\testdir3\subdir2\regular2 of regular type 2021-09-29 14:39:10,364 - wazuh_testing - INFO - Creating file c:\testdir3\subdir3\regular3 of regular type 2021-09-29 14:39:10,364 - wazuh_testing - INFO - Creating file c:\testdir4\subdir\regular1 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir2\regular2 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir3\regular3 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir4\subdir\regular1 of regular type | |||||||
Skipped | 2021-09-29 14:39:10.959026 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration3-c:\testdir1-c:\-subdir-tags_to_apply1-True-False] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:10.974285 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration3-c:\testdir3-c:\testdir2-subdir2-tags_to_apply2-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:10.974285 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration3-c:\testdir3-c:\testdir2-subdir3\-tags_to_apply3-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:20.465140 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration5-c:\testdir4-c:\testdir2-subdir-tags_to_apply0-False-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:17 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:39:19,340 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:39:19,340 - wazuh_testing - INFO - Creating file c:\testdir3\subdir2\regular2 of regular type 2021-09-29 14:39:19,340 - wazuh_testing - INFO - Creating file c:\testdir3\subdir3\regular3 of regular type 2021-09-29 14:39:19,340 - wazuh_testing - INFO - Creating file c:\testdir4\subdir\regular1 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir2\regular2 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir3\regular3 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir4\subdir\regular1 of regular type | |||||||
Skipped | 2021-09-29 14:39:20.480608 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration5-c:\testdir1-c:\-subdir-tags_to_apply1-True-False] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:20.480608 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration5-c:\testdir3-c:\testdir2-subdir2-tags_to_apply2-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:20.497307 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration5-c:\testdir3-c:\testdir2-subdir3\-tags_to_apply3-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:34.491597 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration1-c:\testdir1-c:\-True-False-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:31 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:39:34.506546 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration1-c:\testdir1-c:\testdir1\subdir-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:34.537857 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration1-c:\testdir1-c:\testdir2-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:34.537857 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration1-c:\-c:\testdir1-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:34.553451 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration1-c:\-c:\testdir1\subdir-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:55.911534 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration3-c:\testdir1-c:\-True-False-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:51 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:39:55.942420 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration3-c:\testdir1-c:\testdir1\subdir-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:55.958172 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration3-c:\testdir1-c:\testdir2-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:55.973633 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration3-c:\-c:\testdir1-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:39:55.973633 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration3-c:\-c:\testdir1\subdir-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:40:17.395308 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration5-c:\testdir1-c:\-True-False-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:40:16 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:40:17.411300 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration5-c:\testdir1-c:\testdir1\subdir-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:40:17.411300 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration5-c:\testdir1-c:\testdir2-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:40:17.426660 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration5-c:\-c:\testdir1-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:40:17.426660 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration5-c:\-c:\testdir1\subdir-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:40:47.350628 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration1-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:40:45 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:40:53.350395 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration3-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:40:51 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:40:55.286806 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration5-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:40:55 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:41:07.302552 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration7-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:41:07 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:41:21.366712 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration9-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:41:17 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:41:39.379067 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration11-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:41:35 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:42:06.429659 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration1-0.25-tags_to_apply0] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:42:03 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:42:06.443398 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration1-0.5-tags_to_apply1] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:42:06.443398 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration1-0.75-tags_to_apply2] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:42:06.443398 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration1-1-tags_to_apply3] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:42:06.459284 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration1-1.25-tags_to_apply4] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:42:06.459284 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration1-1.5-tags_to_apply5] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:42:06.459284 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration1-1.75-tags_to_apply6] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:42:06.487467 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration1-2-tags_to_apply7] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:12.895774 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration3-0.25-tags_to_apply0] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:43:08 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:43:12.895774 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration3-0.5-tags_to_apply1] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:12.911958 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration3-0.75-tags_to_apply2] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:12.928226 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration3-1-tags_to_apply3] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:12.928226 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration3-1.25-tags_to_apply4] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:12.942774 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration3-1.5-tags_to_apply5] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:12.942774 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration3-1.75-tags_to_apply6] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:12.942774 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration3-2-tags_to_apply7] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.00 | linux, win32 | 0 | |
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:21.994861 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration1-c:\testdir1\subdir-tags_to_apply0] | Check if syscheckd detects events when renaming directories or files. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:43:17 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:43:21.994861 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration1-c:\testdir2\subdir-tags_to_apply1] | Check if syscheckd detects events when renaming directories or files. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:32.396203 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration3-c:\testdir1\subdir-tags_to_apply0] | Check if syscheckd detects events when renaming directories or files. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:43:28 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:43:32.396203 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration3-c:\testdir2\subdir-tags_to_apply1] | Check if syscheckd detects events when renaming directories or files. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:44.878513 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration5-c:\testdir1\subdir-tags_to_apply0] | Check if syscheckd detects events when renaming directories or files. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:43:40 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Skipped | 2021-09-29 14:43:44.894628 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration5-c:\testdir2\subdir-tags_to_apply1] | Check if syscheckd detects events when renaming directories or files. | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:57.976236 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration1-tags_to_apply0-regular0] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:43:53 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:43:55,367 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-29 14:43:55,367 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:43:55,367 - wazuh_testing - INFO - Creating file c:\testdir1\regular2 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular2 of regular type | |||||||
Skipped | 2021-09-29 14:43:57.991989 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration1-tags_to_apply0-regular1] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:43:58.007127 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration1-tags_to_apply0-regular2] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:44:10.897835 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration3-tags_to_apply0-regular0] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:44:08 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:44:10,304 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-29 14:44:10,304 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:44:10,304 - wazuh_testing - INFO - Creating file c:\testdir1\regular2 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular2 of regular type | |||||||
Skipped | 2021-09-29 14:44:10.913343 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration3-tags_to_apply0-regular1] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:44:10.928822 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration3-tags_to_apply0-regular2] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:44:25.848527 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration5-tags_to_apply0-regular0] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') -----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:44:23 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:44:23,242 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-29 14:44:23,257 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:44:23,257 - wazuh_testing - INFO - Creating file c:\testdir1\regular2 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular2 of regular type | |||||||
Skipped | 2021-09-29 14:44:25.868740 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration5-tags_to_apply0-regular1] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Skipped | 2021-09-29 14:44:25.881667 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration5-tags_to_apply0-regular2] | Check if syscheck generates modified alerts for files that exists when starting the agent | 0.00 | 0 | ||
('C:\\Users\\vagrant\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\wazuh_testing-4.2.0-py3.9.egg\\wazuh_testing\\tools\\configuration.py', 509, 'Skipped: Does not apply to this config file') | |||||||
Passed | 2021-09-29 14:30:08.147815 | test_fim/test_files/test_basic_usage/test_basic_usage_baseline_generation.py::test_wait_until_baseline[get_configuration0] | Check if events are appearing after the baseline. The message 'File integrity monitoring scan ended' informs about the end of the first scan,. which generates the baseline | 0.03 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:30:05,288 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805288021 of regular type 2021-09-29 14:30:05,288 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805288021 of regular type 2021-09-29 14:30:05,288 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805288021 of regular type 2021-09-29 14:30:05,288 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805288021 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805303922 of regular type 2021-09-29 14:30:05,303 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805303922 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805320450 of regular type 2021-09-29 14:30:05,320 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805320450 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805336192 of regular type 2021-09-29 14:30:05,336 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805336192 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805351035 of regular type 2021-09-29 14:30:05,351 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805351035 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805367054 of regular type 2021-09-29 14:30:05,367 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805367054 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805385237 of regular type 2021-09-29 14:30:05,385 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805385237 of regular type 2021-09-29 14:30:05,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805395604 of regular type 2021-09-29 14:30:05,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805395604 of regular type 2021-09-29 14:30:05,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805395604 of regular type 2021-09-29 14:30:05,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805395604 of regular type 2021-09-29 14:30:05,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805395604 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805397528 of regular type 2021-09-29 14:30:05,397 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805397528 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805412834 of regular type 2021-09-29 14:30:05,412 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805412834 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805428764 of regular type 2021-09-29 14:30:05,428 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805428764 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805447829 of regular type 2021-09-29 14:30:05,447 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805447829 of regular type 2021-09-29 14:30:05,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805458453 of regular type 2021-09-29 14:30:05,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805458453 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459520 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805459930 of regular type 2021-09-29 14:30:05,459 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805459930 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805475748 of regular type 2021-09-29 14:30:05,475 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805475748 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805491244 of regular type 2021-09-29 14:30:05,491 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805491244 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805506822 of regular type 2021-09-29 14:30:05,506 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805506822 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805522685 of regular type 2021-09-29 14:30:05,522 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805522685 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805538339 of regular type 2021-09-29 14:30:05,538 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805538339 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553250 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553250 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805553672 of regular type 2021-09-29 14:30:05,553 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805553672 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805573357 of regular type 2021-09-29 14:30:05,573 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805573357 of regular type 2021-09-29 14:30:05,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805583133 of regular type 2021-09-29 14:30:05,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805583133 of regular type 2021-09-29 14:30:05,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805583133 of regular type 2021-09-29 14:30:05,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805583133 of regular type 2021-09-29 14:30:05,584 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805584585 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805585039 of regular type 2021-09-29 14:30:05,585 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805585039 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805600634 of regular type 2021-09-29 14:30:05,600 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805600634 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805616276 of regular type 2021-09-29 14:30:05,616 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805616276 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805632036 of regular type 2021-09-29 14:30:05,632 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805632036 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805647574 of regular type 2021-09-29 14:30:05,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805647574 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805663395 of regular type 2021-09-29 14:30:05,663 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805663395 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805678774 of regular type 2021-09-29 14:30:05,678 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805678774 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805695132 of regular type 2021-09-29 14:30:05,695 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805695132 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805710781 of regular type 2021-09-29 14:30:05,710 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805710781 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805726307 of regular type 2021-09-29 14:30:05,726 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805726307 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805741656 of regular type 2021-09-29 14:30:05,741 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805741656 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756479 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805756893 of regular type 2021-09-29 14:30:05,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805756893 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805772677 of regular type 2021-09-29 14:30:05,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805772677 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805788200 of regular type 2021-09-29 14:30:05,788 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805788200 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805803801 of regular type 2021-09-29 14:30:05,803 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805803801 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805819782 of regular type 2021-09-29 14:30:05,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805819782 of regular type 2021-09-29 14:30:05,834 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805834650 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805835212 of regular type 2021-09-29 14:30:05,835 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805835212 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805851646 of regular type 2021-09-29 14:30:05,851 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805851646 of regular type 2021-09-29 14:30:05,865 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805865812 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805866300 of regular type 2021-09-29 14:30:05,866 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805866300 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805881929 of regular type 2021-09-29 14:30:05,881 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805881929 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805897697 of regular type 2021-09-29 14:30:05,897 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805897697 of regular type 2021-09-29 14:30:05,912 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805912682 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805913079 of regular type 2021-09-29 14:30:05,913 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805913079 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805931632 of regular type 2021-09-29 14:30:05,931 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805931632 of regular type 2021-09-29 14:30:05,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805942842 of regular type 2021-09-29 14:30:05,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805942842 of regular type 2021-09-29 14:30:05,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805942842 of regular type 2021-09-29 14:30:05,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805942842 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805944238 of regular type 2021-09-29 14:30:05,944 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805944238 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805961088 of regular type 2021-09-29 14:30:05,961 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805961088 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805975778 of regular type 2021-09-29 14:30:05,975 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805975778 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925805991506 of regular type 2021-09-29 14:30:05,991 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925805991506 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,006 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806006667 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806006667 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925806022358 of regular type 2021-09-29 14:30:06,022 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925806022358 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805288021 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805288021 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805288021 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805288021 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805303922 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805320450 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805336192 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805351035 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805367054 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805385237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805395604 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805395604 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805395604 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805395604 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805395604 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805397528 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805412834 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805428764 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805447829 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805458453 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805458453 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459520 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805459930 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805475748 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805491244 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805506822 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805522685 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805538339 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553250 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553250 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805553672 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805573357 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805583133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805583133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805583133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805583133 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805584585 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805585039 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805600634 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805616276 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805632036 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805647574 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805663395 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805678774 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805695132 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805710781 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805726307 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805741656 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756479 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805756893 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805772677 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805788200 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805803801 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805819782 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805834650 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805835212 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805851646 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805865812 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805866300 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805881929 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805897697 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805912682 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805913079 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805931632 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805942842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805942842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805942842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805942842 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805944238 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805961088 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805975778 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925805991506 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806006667 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925806022358 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925806022358 of regular type ------------------------------Captured stderr call------------------------------ 2021-09-29 14:30:08,116 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925808116081 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925808116081 of regular type | |||||||
Passed | 2021-09-29 14:30:16.599861 | test_fim/test_files/test_basic_usage/test_basic_usage_baseline_generation.py::test_wait_until_baseline[get_configuration2] | Check if events are appearing after the baseline. The message 'File integrity monitoring scan ended' informs about the end of the first scan,. which generates the baseline | 0.53 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:30:13 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:30:15,302 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815302382 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815317987 of regular type 2021-09-29 14:30:15,317 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815317987 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815334757 of regular type 2021-09-29 14:30:15,334 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815334757 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815353176 of regular type 2021-09-29 14:30:15,353 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815353176 of regular type 2021-09-29 14:30:15,362 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815362308 of regular type 2021-09-29 14:30:15,362 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815362308 of regular type 2021-09-29 14:30:15,362 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815362308 of regular type 2021-09-29 14:30:15,362 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815362308 of regular type 2021-09-29 14:30:15,362 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815362308 of regular type 2021-09-29 14:30:15,363 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815363982 of regular type 2021-09-29 14:30:15,363 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815363982 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815364444 of regular type 2021-09-29 14:30:15,364 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815364444 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815380233 of regular type 2021-09-29 14:30:15,380 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815380233 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815395895 of regular type 2021-09-29 14:30:15,395 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815395895 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815411042 of regular type 2021-09-29 14:30:15,411 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815411042 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815426796 of regular type 2021-09-29 14:30:15,426 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815426796 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815443344 of regular type 2021-09-29 14:30:15,443 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815443344 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,458 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815458925 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815458925 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815474391 of regular type 2021-09-29 14:30:15,474 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815474391 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815490880 of regular type 2021-09-29 14:30:15,490 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815490880 of regular type 2021-09-29 14:30:15,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815504271 of regular type 2021-09-29 14:30:15,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815504271 of regular type 2021-09-29 14:30:15,504 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815504271 of regular type 2021-09-29 14:30:15,504 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815504271 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815505732 of regular type 2021-09-29 14:30:15,505 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815505732 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520197 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815520695 of regular type 2021-09-29 14:30:15,520 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815520695 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815537841 of regular type 2021-09-29 14:30:15,537 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815537841 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815551666 of regular type 2021-09-29 14:30:15,551 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815551666 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567104 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815567612 of regular type 2021-09-29 14:30:15,567 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815567612 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815583237 of regular type 2021-09-29 14:30:15,583 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815583237 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815599051 of regular type 2021-09-29 14:30:15,599 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815599051 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815615898 of regular type 2021-09-29 14:30:15,615 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815615898 of regular type 2021-09-29 14:30:15,628 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815628763 of regular type 2021-09-29 14:30:15,628 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815628763 of regular type 2021-09-29 14:30:15,628 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815628763 of regular type 2021-09-29 14:30:15,628 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815628763 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815630314 of regular type 2021-09-29 14:30:15,630 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815630314 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815647281 of regular type 2021-09-29 14:30:15,647 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815647281 of regular type 2021-09-29 14:30:15,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815660407 of regular type 2021-09-29 14:30:15,660 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815660407 of regular type 2021-09-29 14:30:15,660 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815660407 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815661408 of regular type 2021-09-29 14:30:15,661 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815661408 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815676994 of regular type 2021-09-29 14:30:15,676 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815676994 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815692548 of regular type 2021-09-29 14:30:15,692 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815692548 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815708222 of regular type 2021-09-29 14:30:15,708 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815708222 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815724075 of regular type 2021-09-29 14:30:15,724 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815724075 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815739442 of regular type 2021-09-29 14:30:15,739 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815739442 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815756458 of regular type 2021-09-29 14:30:15,756 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815756458 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815772080 of regular type 2021-09-29 14:30:15,772 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815772080 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815786544 of regular type 2021-09-29 14:30:15,786 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815786544 of regular type 2021-09-29 14:30:15,801 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815801555 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815802045 of regular type 2021-09-29 14:30:15,802 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815802045 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815819158 of regular type 2021-09-29 14:30:15,819 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815819158 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815833254 of regular type 2021-09-29 14:30:15,833 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815833254 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815848959 of regular type 2021-09-29 14:30:15,848 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815848959 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815864476 of regular type 2021-09-29 14:30:15,864 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815864476 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815880966 of regular type 2021-09-29 14:30:15,880 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815880966 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815896076 of regular type 2021-09-29 14:30:15,896 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815896076 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815911384 of regular type 2021-09-29 14:30:15,911 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815911384 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815926977 of regular type 2021-09-29 14:30:15,926 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815926977 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815942517 of regular type 2021-09-29 14:30:15,942 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815942517 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,958 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815958254 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815958254 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815973955 of regular type 2021-09-29 14:30:15,973 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815973955 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925815989374 of regular type 2021-09-29 14:30:15,989 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925815989374 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816005086 of regular type 2021-09-29 14:30:16,005 - wazuh_testing - INFO - Creating file c:\testdir2\test_1632925816005086 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815302382 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815317987 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815334757 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815353176 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815362308 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815362308 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815362308 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815362308 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815362308 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815363982 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815363982 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815364444 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815380233 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815395895 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815411042 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815426796 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815443344 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815458925 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815474391 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815490880 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815504271 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815504271 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815504271 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815504271 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815505732 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520197 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815520695 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815537841 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815551666 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567104 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815567612 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815583237 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815599051 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815615898 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815628763 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815628763 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815628763 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815628763 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815630314 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815647281 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815660407 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815660407 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815660407 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815661408 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815676994 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815692548 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815708222 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815724075 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815739442 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815756458 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815772080 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815786544 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815801555 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815802045 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815819158 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815833254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815848959 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815864476 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815880966 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815896076 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815911384 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815926977 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815942517 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815958254 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815973955 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925815989374 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816005086 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\test_1632925816005086 of regular type ------------------------------Captured stderr call------------------------------ 2021-09-29 14:30:16,052 - wazuh_testing - INFO - Creating file c:\testdir1\test_1632925816052098 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\test_1632925816052098 of regular type | |||||||
Passed | 2021-10-01 05:30:30.014066 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-regular0-None-checkers0-tags_to_apply0-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 12.50 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 3:30:23 AM SUCCESS: The file (or folder): "c:\testdir1\regular0" now owned by user "WINDOWS-AGENT2\vagrant". Thursday, September 30, 2021 4:30:25 PM Friday, October 1, 2021 5:30:28 AM ------------------------------Captured stderr call------------------------------ 2021-09-29 14:30:23,415 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-30 03:30:23,302 - wazuh_testing - INFO - Changing the system clock from 2021-09-29 14:30:23.415284 to 2021-09-30 03:30:23.302847 2021-09-30 03:30:25,087 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-30 03:30:25,087 - wazuh_testing - INFO - Modifying file c:\testdir1\regular0 2021-09-30 03:30:25,087 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular0 2021-09-30 03:30:25,087 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular0 2021-09-30 03:30:25,087 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular0 WARNING: User credentials cannot be used for local connections. 2021-09-30 03:30:25,134 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular0 2021-09-30 03:30:25,134 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular0 2021-09-30 16:30:25,357 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 03:30:25.134572 to 2021-09-30 16:30:25.357106 2021-09-30 16:30:28,197 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-30 16:30:28,197 - wazuh_testing - INFO - Removing file c:\testdir1\regular0 2021-10-01 05:30:28,233 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 16:30:28.197648 to 2021-10-01 05:30:28.233719 2021-10-01 05:30:30,005 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-29 14:30:23.415284 to 2021-09-30 03:30:23.302847 [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 03:30:25.134572 to 2021-09-30 16:30:25.357106 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 16:30:28.197648 to 2021-10-01 05:30:28.233719 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-10-02 20:30:35.432572 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration0-regular0-None-checkers0-tags_to_apply0-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 11.34 | 0 | ||
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 6:30:30 PM SUCCESS: The file (or folder): "c:\testdir2\regular0" now owned by user "WINDOWS-AGENT2\vagrant". Saturday, October 2, 2021 7:30:32 AM Saturday, October 2, 2021 8:30:34 PM ------------------------------Captured stderr call------------------------------ 2021-10-01 05:30:30,016 - wazuh_testing - INFO - Creating file c:\testdir2\regular0 of regular type 2021-10-01 18:30:30,303 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 05:30:30.016614 to 2021-10-01 18:30:30.303634 2021-10-01 18:30:32,315 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-01 18:30:32,315 - wazuh_testing - INFO - Modifying file c:\testdir2\regular0 2021-10-01 18:30:32,315 - wazuh_testing - INFO - - Changing content of c:\testdir2\regular0 2021-10-01 18:30:32,315 - wazuh_testing - INFO - - Changing mtime of c:\testdir2\regular0 2021-10-01 18:30:32,315 - wazuh_testing - INFO - - Changing owner of c:\testdir2\regular0 WARNING: User credentials cannot be used for local connections. 2021-10-01 18:30:32,346 - wazuh_testing - INFO - - Changing permission of c:\testdir2\regular0 2021-10-01 18:30:32,346 - wazuh_testing - INFO - - Changing win attributes of c:\testdir2\regular0 2021-10-02 07:30:32,235 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 18:30:32.346787 to 2021-10-02 07:30:32.235937 2021-10-02 07:30:34,489 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-02 07:30:34,489 - wazuh_testing - INFO - Removing file c:\testdir2\regular0 2021-10-02 20:30:34,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-02 07:30:34.489482 to 2021-10-02 20:30:34.223324 2021-10-02 20:30:35,432 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 05:30:30.016614 to 2021-10-01 18:30:30.303634 [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 18:30:32.346787 to 2021-10-02 07:30:32.235937 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-02 07:30:34.489482 to 2021-10-02 20:30:34.223324 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:31:08.727463 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-regular0-None-checkers0-tags_to_apply0-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 5.30 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:31:00 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular0" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:31:03,429 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-29 14:31:04,663 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-29 14:31:04,663 - wazuh_testing - INFO - Modifying file c:\testdir1\regular0 2021-09-29 14:31:04,663 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular0 2021-09-29 14:31:04,680 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular0 2021-09-29 14:31:04,680 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular0 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:31:04,694 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular0 2021-09-29 14:31:04,694 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular0 2021-09-29 14:31:07,491 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-29 14:31:07,491 - wazuh_testing - INFO - Removing file c:\testdir1\regular0 2021-09-29 14:31:08,727 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:31:14.023470 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration2-regular0-None-checkers0-tags_to_apply0-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 5.30 | 0 | ||
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir2\regular0" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:31:08,727 - wazuh_testing - INFO - Creating file c:\testdir2\regular0 of regular type 2021-09-29 14:31:09,960 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-29 14:31:09,960 - wazuh_testing - INFO - Modifying file c:\testdir2\regular0 2021-09-29 14:31:09,960 - wazuh_testing - INFO - - Changing content of c:\testdir2\regular0 2021-09-29 14:31:09,960 - wazuh_testing - INFO - - Changing mtime of c:\testdir2\regular0 2021-09-29 14:31:09,960 - wazuh_testing - INFO - - Changing owner of c:\testdir2\regular0 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:31:09,976 - wazuh_testing - INFO - - Changing permission of c:\testdir2\regular0 2021-09-29 14:31:09,976 - wazuh_testing - INFO - - Changing win attributes of c:\testdir2\regular0 2021-09-29 14:31:12,757 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-29 14:31:12,757 - wazuh_testing - INFO - Removing file c:\testdir2\regular0 2021-09-29 14:31:14,023 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:31:51.320691 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-regular0-None-checkers0-tags_to_apply0-c:\testdir1] | Check if syscheckd detects regular file changes (add, modify, delete) | 7.92 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:31:39 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular0" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:31:43,414 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-29 14:31:45,695 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-29 14:31:45,695 - wazuh_testing - INFO - Modifying file c:\testdir1\regular0 2021-09-29 14:31:45,695 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular0 2021-09-29 14:31:45,695 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular0 2021-09-29 14:31:45,695 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular0 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:31:45,711 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular0 2021-09-29 14:31:45,711 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular0 2021-09-29 14:31:49,540 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-29 14:31:49,540 - wazuh_testing - INFO - Removing file c:\testdir1\regular0 2021-09-29 14:31:51,320 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:31:59.274015 | test_fim/test_files/test_basic_usage/test_basic_usage_changes.py::test_regular_file_changes[get_configuration4-regular0-None-checkers0-tags_to_apply0-c:\testdir2] | Check if syscheckd detects regular file changes (add, modify, delete) | 7.94 | 0 | ||
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir2\regular0" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:31:51,337 - wazuh_testing - INFO - Creating file c:\testdir2\regular0 of regular type 2021-09-29 14:31:53,665 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-29 14:31:53,665 - wazuh_testing - INFO - Modifying file c:\testdir2\regular0 2021-09-29 14:31:53,665 - wazuh_testing - INFO - - Changing content of c:\testdir2\regular0 2021-09-29 14:31:53,665 - wazuh_testing - INFO - - Changing mtime of c:\testdir2\regular0 2021-09-29 14:31:53,665 - wazuh_testing - INFO - - Changing owner of c:\testdir2\regular0 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:31:53,680 - wazuh_testing - INFO - - Changing permission of c:\testdir2\regular0 2021-09-29 14:31:53,680 - wazuh_testing - INFO - - Changing win attributes of c:\testdir2\regular0 2021-09-29 14:31:57,492 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-29 14:31:57,492 - wazuh_testing - INFO - Removing file c:\testdir2\regular0 2021-09-29 14:31:59,274 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2\regular0 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:32:44.080756 | test_fim/test_files/test_basic_usage/test_basic_usage_create_after_delete_dir.py::test_create_after_delete[get_configuration0-tags_to_apply0] | Check that a monitored directory keeps reporting events after deleting and creating it again. It tests. that under Windows systems the directory watcher is refreshed after directory re-creation 1 second after. | 20.21 | win32 | 0 | |
-----------------------------Captured stdout setup------------------------------ The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\file1" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file2" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file3" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file4" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file5" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file6" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:32:23,881 - wazuh_testing - INFO - Creating file c:\testdir1\file1 of regular type 2021-09-29 14:32:23,881 - wazuh_testing - INFO - Creating file c:\testdir1\file2 of regular type 2021-09-29 14:32:23,881 - wazuh_testing - INFO - Creating file c:\testdir1\file3 of regular type 2021-09-29 14:32:25,132 - wazuh_testing - INFO - 'added' events detected as expected. 2021-09-29 14:32:25,132 - wazuh_testing - INFO - Modifying file c:\testdir1\file1 2021-09-29 14:32:25,132 - wazuh_testing - INFO - - Changing content of c:\testdir1\file1 2021-09-29 14:32:25,132 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file1 2021-09-29 14:32:25,132 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file1 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:25,146 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file1 2021-09-29 14:32:25,146 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file1 2021-09-29 14:32:25,146 - wazuh_testing - INFO - Modifying file c:\testdir1\file2 2021-09-29 14:32:25,146 - wazuh_testing - INFO - - Changing content of c:\testdir1\file2 2021-09-29 14:32:25,146 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file2 2021-09-29 14:32:25,146 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file2 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:25,162 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file2 2021-09-29 14:32:25,162 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file2 2021-09-29 14:32:25,162 - wazuh_testing - INFO - Modifying file c:\testdir1\file3 2021-09-29 14:32:25,162 - wazuh_testing - INFO - - Changing content of c:\testdir1\file3 2021-09-29 14:32:25,162 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file3 2021-09-29 14:32:25,162 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file3 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:25,178 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file3 2021-09-29 14:32:25,178 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file3 2021-09-29 14:32:27,970 - wazuh_testing - INFO - 'modified' events detected as expected. 2021-09-29 14:32:27,970 - wazuh_testing - INFO - Removing file c:\testdir1\file1 2021-09-29 14:32:27,970 - wazuh_testing - INFO - Removing file c:\testdir1\file2 2021-09-29 14:32:27,970 - wazuh_testing - INFO - Removing file c:\testdir1\file3 2021-09-29 14:32:28,689 - wazuh_testing - INFO - 'deleted' events detected as expected. 2021-09-29 14:32:38,720 - wazuh_testing - INFO - Creating file c:\testdir1\file4 of regular type 2021-09-29 14:32:38,720 - wazuh_testing - INFO - Creating file c:\testdir1\file5 of regular type 2021-09-29 14:32:38,720 - wazuh_testing - INFO - Creating file c:\testdir1\file6 of regular type 2021-09-29 14:32:39,954 - wazuh_testing - INFO - 'added' events detected as expected. 2021-09-29 14:32:39,954 - wazuh_testing - INFO - Modifying file c:\testdir1\file4 2021-09-29 14:32:39,954 - wazuh_testing - INFO - - Changing content of c:\testdir1\file4 2021-09-29 14:32:39,954 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file4 2021-09-29 14:32:39,954 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file4 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:39,970 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file4 2021-09-29 14:32:39,970 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file4 2021-09-29 14:32:39,970 - wazuh_testing - INFO - Modifying file c:\testdir1\file5 2021-09-29 14:32:39,970 - wazuh_testing - INFO - - Changing content of c:\testdir1\file5 2021-09-29 14:32:39,970 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file5 2021-09-29 14:32:39,970 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file5 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:40,002 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file5 2021-09-29 14:32:40,002 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file5 2021-09-29 14:32:40,002 - wazuh_testing - INFO - Modifying file c:\testdir1\file6 2021-09-29 14:32:40,002 - wazuh_testing - INFO - - Changing content of c:\testdir1\file6 2021-09-29 14:32:40,002 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file6 2021-09-29 14:32:40,002 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file6 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:40,018 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file6 2021-09-29 14:32:40,018 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file6 2021-09-29 14:32:42,814 - wazuh_testing - INFO - 'modified' events detected as expected. 2021-09-29 14:32:42,814 - wazuh_testing - INFO - Removing file c:\testdir1\file4 2021-09-29 14:32:42,814 - wazuh_testing - INFO - Removing file c:\testdir1\file5 2021-09-29 14:32:42,814 - wazuh_testing - INFO - Removing file c:\testdir1\file6 2021-09-29 14:32:44,080 - wazuh_testing - INFO - 'deleted' events detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file2 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file3 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file4 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file5 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file6 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' events detected as expected. | |||||||
Passed | 2021-09-29 14:33:12.303182 | test_fim/test_files/test_basic_usage/test_basic_usage_create_after_delete_dir.py::test_create_after_delete[get_configuration1-tags_to_apply0] | Check that a monitored directory keeps reporting events after deleting and creating it again. It tests. that under Windows systems the directory watcher is refreshed after directory re-creation 1 second after. | 24.91 | win32 | 0 | |
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:32:44 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\file1" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file2" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file3" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file4" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file5" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file6" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:32:47,397 - wazuh_testing - INFO - Creating file c:\testdir1\file1 of regular type 2021-09-29 14:32:47,397 - wazuh_testing - INFO - Creating file c:\testdir1\file2 of regular type 2021-09-29 14:32:47,397 - wazuh_testing - INFO - Creating file c:\testdir1\file3 of regular type 2021-09-29 14:32:48,647 - wazuh_testing - INFO - 'added' events detected as expected. 2021-09-29 14:32:48,647 - wazuh_testing - INFO - Modifying file c:\testdir1\file1 2021-09-29 14:32:48,647 - wazuh_testing - INFO - - Changing content of c:\testdir1\file1 2021-09-29 14:32:48,647 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file1 2021-09-29 14:32:48,647 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file1 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:48,678 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file1 2021-09-29 14:32:48,678 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file1 2021-09-29 14:32:48,678 - wazuh_testing - INFO - Modifying file c:\testdir1\file2 2021-09-29 14:32:48,678 - wazuh_testing - INFO - - Changing content of c:\testdir1\file2 2021-09-29 14:32:48,678 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file2 2021-09-29 14:32:48,678 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file2 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:48,694 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file2 2021-09-29 14:32:48,694 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file2 2021-09-29 14:32:48,694 - wazuh_testing - INFO - Modifying file c:\testdir1\file3 2021-09-29 14:32:48,694 - wazuh_testing - INFO - - Changing content of c:\testdir1\file3 2021-09-29 14:32:48,694 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file3 2021-09-29 14:32:48,694 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file3 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:32:48,712 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file3 2021-09-29 14:32:48,712 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file3 2021-09-29 14:32:52,523 - wazuh_testing - INFO - 'modified' events detected as expected. 2021-09-29 14:32:52,523 - wazuh_testing - INFO - Removing file c:\testdir1\file1 2021-09-29 14:32:52,523 - wazuh_testing - INFO - Removing file c:\testdir1\file2 2021-09-29 14:32:52,539 - wazuh_testing - INFO - Removing file c:\testdir1\file3 2021-09-29 14:32:54,303 - wazuh_testing - INFO - 'deleted' events detected as expected. 2021-09-29 14:33:04,336 - wazuh_testing - INFO - Creating file c:\testdir1\file4 of regular type 2021-09-29 14:33:04,336 - wazuh_testing - INFO - Creating file c:\testdir1\file5 of regular type 2021-09-29 14:33:04,336 - wazuh_testing - INFO - Creating file c:\testdir1\file6 of regular type 2021-09-29 14:33:06,644 - wazuh_testing - INFO - 'added' events detected as expected. 2021-09-29 14:33:06,644 - wazuh_testing - INFO - Modifying file c:\testdir1\file4 2021-09-29 14:33:06,644 - wazuh_testing - INFO - - Changing content of c:\testdir1\file4 2021-09-29 14:33:06,644 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file4 2021-09-29 14:33:06,647 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file4 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:33:06,665 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file4 2021-09-29 14:33:06,665 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file4 2021-09-29 14:33:06,665 - wazuh_testing - INFO - Modifying file c:\testdir1\file5 2021-09-29 14:33:06,665 - wazuh_testing - INFO - - Changing content of c:\testdir1\file5 2021-09-29 14:33:06,665 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file5 2021-09-29 14:33:06,665 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file5 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:33:06,678 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file5 2021-09-29 14:33:06,678 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file5 2021-09-29 14:33:06,678 - wazuh_testing - INFO - Modifying file c:\testdir1\file6 2021-09-29 14:33:06,678 - wazuh_testing - INFO - - Changing content of c:\testdir1\file6 2021-09-29 14:33:06,678 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file6 2021-09-29 14:33:06,678 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file6 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:33:06,712 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file6 2021-09-29 14:33:06,712 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file6 2021-09-29 14:33:10,537 - wazuh_testing - INFO - 'modified' events detected as expected. 2021-09-29 14:33:10,537 - wazuh_testing - INFO - Removing file c:\testdir1\file4 2021-09-29 14:33:10,537 - wazuh_testing - INFO - Removing file c:\testdir1\file5 2021-09-29 14:33:10,537 - wazuh_testing - INFO - Removing file c:\testdir1\file6 2021-09-29 14:33:12,303 - wazuh_testing - INFO - 'deleted' events detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file2 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file3 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file1 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file2 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file3 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file4 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file5 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file6 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' events detected as expected. | |||||||
Passed | 2021-09-29 14:33:16.475032 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.03 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service was started successfully. ------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:15,444 - wazuh_testing - INFO - Creating file c:\testdir1\file of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file of regular type | |||||||
Passed | 2021-09-29 14:33:17.506446 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.03 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:16,475 - wazuh_testing - INFO - Creating file c:\testdir2\file of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file of regular type | |||||||
Passed | 2021-09-29 14:33:18.568831 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.05 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:17,522 - wazuh_testing - INFO - Creating file c:\testdir1\file2 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file2 of regular type | |||||||
Passed | 2021-09-29 14:33:19.146961 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.55 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:18,584 - wazuh_testing - INFO - Creating file c:\testdir2\file2 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file2 of regular type | |||||||
Passed | 2021-09-29 14:33:19.662904 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.51 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:19,146 - wazuh_testing - INFO - Creating file c:\testdir1\socketfile of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\socketfile of regular type | |||||||
Passed | 2021-09-29 14:33:20.725288 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.05 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:19,678 - wazuh_testing - INFO - Creating file c:\testdir2\socketfile of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\socketfile of regular type | |||||||
Passed | 2021-09-29 14:33:21.272092 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.53 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:20,741 - wazuh_testing - INFO - Creating file c:\testdir1\file3 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file3 of regular type | |||||||
Passed | 2021-09-29 14:33:21.818982 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 0.54 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:21,272 - wazuh_testing - INFO - Creating file c:\testdir2\file3 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file3 of regular type | |||||||
Passed | 2021-09-29 14:33:22.865919 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.03 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:21,835 - wazuh_testing - INFO - Creating file c:\testdir1\fifofile of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\fifofile of regular type | |||||||
Passed | 2021-09-29 14:33:23.912897 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.03 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:22,881 - wazuh_testing - INFO - Creating file c:\testdir2\fifofile of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\fifofile of regular type | |||||||
Passed | 2021-09-29 14:33:24.945103 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file4-regular--checkers5-tags_to_apply5-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.03 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:23,912 - wazuh_testing - INFO - Creating file c:\testdir1\file4 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file4 of regular type | |||||||
Passed | 2021-09-29 14:33:25.990837 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file4-regular--checkers5-tags_to_apply5-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.04 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:24,945 - wazuh_testing - INFO - Creating file c:\testdir2\file4 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file4 of regular type | |||||||
Passed | 2021-09-29 14:33:27.037707 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.04 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:25,990 - wazuh_testing - INFO - Creating file c:\testdir1\file-ñ of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file-ñ of regular type | |||||||
Passed | 2021-09-29 14:33:28.100169 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration0-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.04 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:27,037 - wazuh_testing - INFO - Creating file c:\testdir2\file-ñ of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file-ñ of regular type | |||||||
Passed | 2021-09-29 14:33:57.929170 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.06 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:33:53 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:55,867 - wazuh_testing - INFO - Creating file c:\testdir1\file of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file of regular type | |||||||
Passed | 2021-09-29 14:34:00.006325 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.06 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:33:57,943 - wazuh_testing - INFO - Creating file c:\testdir2\file of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file of regular type | |||||||
Passed | 2021-09-29 14:34:01.584630 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.56 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:00,022 - wazuh_testing - INFO - Creating file c:\testdir1\file2 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file2 of regular type | |||||||
Passed | 2021-09-29 14:34:03.163429 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.57 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:01,584 - wazuh_testing - INFO - Creating file c:\testdir2\file2 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file2 of regular type | |||||||
Passed | 2021-09-29 14:34:05.241013 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.06 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:03,178 - wazuh_testing - INFO - Creating file c:\testdir1\socketfile of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\socketfile of regular type | |||||||
Passed | 2021-09-29 14:34:07.304037 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.06 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:05,241 - wazuh_testing - INFO - Creating file c:\testdir2\socketfile of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\socketfile of regular type | |||||||
Passed | 2021-09-29 14:34:08.881510 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.57 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:07,304 - wazuh_testing - INFO - Creating file c:\testdir1\file3 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file3 of regular type | |||||||
Passed | 2021-09-29 14:34:10.459606 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.56 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:08,897 - wazuh_testing - INFO - Creating file c:\testdir2\file3 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file3 of regular type | |||||||
Passed | 2021-09-29 14:34:12.553445 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.07 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:10,475 - wazuh_testing - INFO - Creating file c:\testdir1\fifofile of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\fifofile of regular type | |||||||
Passed | 2021-09-29 14:34:14.662807 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.10 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:12,568 - wazuh_testing - INFO - Creating file c:\testdir2\fifofile of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\fifofile of regular type | |||||||
Passed | 2021-09-29 14:34:16.740830 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file4-regular--checkers5-tags_to_apply5-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.05 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:14,678 - wazuh_testing - INFO - Creating file c:\testdir1\file4 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file4 of regular type | |||||||
Passed | 2021-09-29 14:34:18.819866 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file4-regular--checkers5-tags_to_apply5-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.07 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:16,740 - wazuh_testing - INFO - Creating file c:\testdir2\file4 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file4 of regular type | |||||||
Passed | 2021-09-29 14:34:20.896813 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 2.07 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:18,834 - wazuh_testing - INFO - Creating file c:\testdir1\file-ñ of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file-ñ of regular type | |||||||
Passed | 2021-09-29 14:34:22.490665 | test_fim/test_files/test_basic_usage/test_basic_usage_create_rt_wd.py::test_create_file_realtime_whodata[get_configuration2-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using realtime and whodata monitoring | 1.58 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:20,912 - wazuh_testing - INFO - Creating file c:\testdir2\file-ñ of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file-ñ of regular type | |||||||
Passed | 2021-09-30 03:34:54.089541 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 3.73 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 3:34:52 AM ------------------------------Captured stderr call------------------------------ 2021-09-29 14:34:52,396 - wazuh_testing - INFO - Creating file c:\testdir1\file of regular type 2021-09-30 03:34:52,546 - wazuh_testing - INFO - Changing the system clock from 2021-09-29 14:34:52.396259 to 2021-09-30 03:34:52.546242 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-29 14:34:52.396259 to 2021-09-30 03:34:52.546242 | |||||||
Passed | 2021-09-30 16:34:55.583829 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file-regular-Sample content-checkers0-tags_to_apply0-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 3.35 | 0 | ||
------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 4:34:54 PM ------------------------------Captured stderr call------------------------------ 2021-09-30 03:34:54,089 - wazuh_testing - INFO - Creating file c:\testdir2\file of regular type 2021-09-30 16:34:54,536 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 03:34:54.089541 to 2021-09-30 16:34:54.536093 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 03:34:54.089541 to 2021-09-30 16:34:54.536093 | |||||||
Passed | 2021-10-01 05:34:56.568920 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 3.06 | 0 | ||
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 5:34:55 AM ------------------------------Captured stderr call------------------------------ 2021-09-30 16:34:55,583 - wazuh_testing - INFO - Creating file c:\testdir1\file2 of regular type 2021-10-01 05:34:55,348 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 16:34:55.583829 to 2021-10-01 05:34:55.348129 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file2 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 16:34:55.583829 to 2021-10-01 05:34:55.348129 | |||||||
Passed | 2021-10-01 18:34:57.094303 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file2-regular-Sample content-checkers1-tags_to_apply1-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 3.36 | 0 | ||
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 6:34:56 PM ------------------------------Captured stderr call------------------------------ 2021-10-01 05:34:56,578 - wazuh_testing - INFO - Creating file c:\testdir2\file2 of regular type 2021-10-01 18:34:56,568 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 05:34:56.578287 to 2021-10-01 18:34:56.568029 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file2 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 05:34:56.578287 to 2021-10-01 18:34:56.568029 | |||||||
Passed | 2021-10-02 07:34:57.789937 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 2.52 | 0 | ||
------------------------------Captured stdout call------------------------------ Saturday, October 2, 2021 7:34:57 AM ------------------------------Captured stderr call------------------------------ 2021-10-01 18:34:57,116 - wazuh_testing - INFO - Creating file c:\testdir1\socketfile of regular type 2021-10-02 07:34:57,276 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 18:34:57.116677 to 2021-10-02 07:34:57.276453 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\socketfile of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 18:34:57.116677 to 2021-10-02 07:34:57.276453 | |||||||
Passed | 2021-10-02 20:34:58.956787 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-socketfile-regular--checkers2-tags_to_apply2-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 3.49 | 0 | ||
------------------------------Captured stdout call------------------------------ Saturday, October 2, 2021 8:34:57 PM ------------------------------Captured stderr call------------------------------ 2021-10-02 07:34:57,789 - wazuh_testing - INFO - Creating file c:\testdir2\socketfile of regular type 2021-10-02 20:34:57,410 - wazuh_testing - INFO - Changing the system clock from 2021-10-02 07:34:57.789937 to 2021-10-02 20:34:57.410712 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\socketfile of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-02 07:34:57.789937 to 2021-10-02 20:34:57.410712 | |||||||
Passed | 2021-10-03 09:34:59.316573 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 2.84 | 0 | ||
------------------------------Captured stdout call------------------------------ Sunday, October 3, 2021 9:34:58 AM ------------------------------Captured stderr call------------------------------ 2021-10-02 20:34:58,956 - wazuh_testing - INFO - Creating file c:\testdir1\file3 of regular type 2021-10-03 09:34:58,271 - wazuh_testing - INFO - Changing the system clock from 2021-10-02 20:34:58.956787 to 2021-10-03 09:34:58.271471 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file3 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-02 20:34:58.956787 to 2021-10-03 09:34:58.271471 | |||||||
Passed | 2021-10-03 22:35:00.498771 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file3-regular-Sample content-checkers3-tags_to_apply3-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 3.10 | 0 | ||
------------------------------Captured stdout call------------------------------ Sunday, October 3, 2021 10:34:59 PM ------------------------------Captured stderr call------------------------------ 2021-10-03 09:34:59,316 - wazuh_testing - INFO - Creating file c:\testdir2\file3 of regular type 2021-10-03 22:34:59,457 - wazuh_testing - INFO - Changing the system clock from 2021-10-03 09:34:59.316573 to 2021-10-03 22:34:59.457209 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file3 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-03 09:34:59.316573 to 2021-10-03 22:34:59.457209 | |||||||
Passed | 2021-10-04 11:35:01.337381 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 2.87 | 0 | ||
------------------------------Captured stdout call------------------------------ Monday, October 4, 2021 11:35:00 AM ------------------------------Captured stderr call------------------------------ 2021-10-03 22:35:00,498 - wazuh_testing - INFO - Creating file c:\testdir1\fifofile of regular type 2021-10-04 11:35:00,303 - wazuh_testing - INFO - Changing the system clock from 2021-10-03 22:35:00.498771 to 2021-10-04 11:35:00.303611 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\fifofile of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-03 22:35:00.498771 to 2021-10-04 11:35:00.303611 | |||||||
Passed | 2021-10-05 00:35:02.438849 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-fifofile-regular--checkers4-tags_to_apply4-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 2.89 | 0 | ||
------------------------------Captured stdout call------------------------------ Tuesday, October 5, 2021 12:35:01 AM ------------------------------Captured stderr call------------------------------ 2021-10-04 11:35:01,337 - wazuh_testing - INFO - Creating file c:\testdir2\fifofile of regular type 2021-10-05 00:35:01,410 - wazuh_testing - INFO - Changing the system clock from 2021-10-04 11:35:01.337381 to 2021-10-05 00:35:01.410235 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\fifofile of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-04 11:35:01.337381 to 2021-10-05 00:35:01.410235 | |||||||
Passed | 2021-10-05 13:35:03.996838 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file4-regular--checkers5-tags_to_apply5-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 3.45 | 0 | ||
------------------------------Captured stdout call------------------------------ Tuesday, October 5, 2021 1:35:02 PM ------------------------------Captured stderr call------------------------------ 2021-10-05 00:35:02,438 - wazuh_testing - INFO - Creating file c:\testdir1\file4 of regular type 2021-10-05 13:35:02,445 - wazuh_testing - INFO - Changing the system clock from 2021-10-05 00:35:02.438849 to 2021-10-05 13:35:02.445289 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file4 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-05 00:35:02.438849 to 2021-10-05 13:35:02.445289 | |||||||
Passed | 2021-10-06 02:35:04.518738 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file4-regular--checkers5-tags_to_apply5-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 2.99 | 0 | ||
------------------------------Captured stdout call------------------------------ Wednesday, October 6, 2021 2:35:03 AM ------------------------------Captured stderr call------------------------------ 2021-10-05 13:35:03,996 - wazuh_testing - INFO - Creating file c:\testdir2\file4 of regular type 2021-10-06 02:35:03,488 - wazuh_testing - INFO - Changing the system clock from 2021-10-05 13:35:03.996838 to 2021-10-06 02:35:03.488768 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file4 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-05 13:35:03.996838 to 2021-10-06 02:35:03.488768 | |||||||
Passed | 2021-10-06 15:35:04.286318 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir1] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 1.73 | 0 | ||
------------------------------Captured stdout call------------------------------ Wednesday, October 6, 2021 3:35:04 PM ------------------------------Captured stderr call------------------------------ 2021-10-06 02:35:04,518 - wazuh_testing - INFO - Creating file c:\testdir1\file-ñ of regular type 2021-10-06 15:35:04,271 - wazuh_testing - INFO - Changing the system clock from 2021-10-06 02:35:04.518738 to 2021-10-06 15:35:04.271619 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file-ñ of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-06 02:35:04.518738 to 2021-10-06 15:35:04.271619 | |||||||
Passed | 2021-10-07 04:35:04.724908 | test_fim/test_files/test_basic_usage/test_basic_usage_create_scheduled.py::test_create_file_scheduled[get_configuration0-file-ñ-regular--checkers6-tags_to_apply6-None-c:\testdir2] | Check if a special or regular file creation is detected by syscheck using scheduled monitoring | 2.24 | 0 | ||
------------------------------Captured stdout call------------------------------ Thursday, October 7, 2021 4:35:04 AM ------------------------------Captured stderr call------------------------------ 2021-10-06 15:35:04,286 - wazuh_testing - INFO - Creating file c:\testdir2\file-ñ of regular type 2021-10-07 04:35:04,198 - wazuh_testing - INFO - Changing the system clock from 2021-10-06 15:35:04.286318 to 2021-10-07 04:35:04.198623 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\file-ñ of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-06 15:35:04.286318 to 2021-10-07 04:35:04.198623 | |||||||
Passed | 2021-09-30 16:35:34.868308 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration0-c:\testdir1\subdir-file_list0-regular-tags_to_apply0] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 5.95 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 3:35:32 AM Thursday, September 30, 2021 4:35:33 PM ------------------------------Captured stderr call------------------------------ 2021-09-29 14:35:32,457 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular0 of regular type 2021-09-29 14:35:32,457 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:35:32,457 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular2 of regular type 2021-09-30 03:35:32,235 - wazuh_testing - INFO - Changing the system clock from 2021-09-29 14:35:32.457886 to 2021-09-30 03:35:32.235260 2021-09-30 16:35:33,315 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 03:35:33.285667 to 2021-09-30 16:35:33.315930 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular2 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-29 14:35:32.457886 to 2021-09-30 03:35:32.235260 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 03:35:33.285667 to 2021-09-30 16:35:33.315930 | |||||||
Passed | 2021-10-01 18:35:36.302971 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration0-c:\testdir2\subdir-file_list1-regular-tags_to_apply1] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 6.14 | 0 | ||
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 5:35:34 AM Friday, October 1, 2021 6:35:35 PM ------------------------------Captured stderr call------------------------------ 2021-09-30 16:35:34,868 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular0 of regular type 2021-09-30 16:35:34,868 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular1 of regular type 2021-09-30 16:35:34,868 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular2 of regular type 2021-10-01 05:35:34,270 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 16:35:34.868308 to 2021-10-01 05:35:34.270217 2021-10-01 18:35:35,270 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 05:35:35.885933 to 2021-10-01 18:35:35.270479 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular2 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 16:35:34.868308 to 2021-10-01 05:35:34.270217 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 05:35:35.885933 to 2021-10-01 18:35:35.270479 | |||||||
Passed | 2021-09-29 14:35:44.030915 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration2-c:\testdir1\subdir-file_list0-regular-tags_to_apply0] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 2.15 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:35:39 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stderr call------------------------------ 2021-09-29 14:35:41,875 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular0 of regular type 2021-09-29 14:35:41,875 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:35:41,875 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular2 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular2 of regular type | |||||||
Passed | 2021-09-29 14:35:46.156478 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration2-c:\testdir2\subdir-file_list1-regular-tags_to_apply1] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 2.11 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:35:44,030 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular0 of regular type 2021-09-29 14:35:44,030 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular1 of regular type 2021-09-29 14:35:44,030 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular2 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular2 of regular type | |||||||
Passed | 2021-09-29 14:35:54.539758 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration4-c:\testdir1\subdir-file_list0-regular-tags_to_apply0] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 4.14 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:35:48 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stderr call------------------------------ 2021-09-29 14:35:50,414 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular0 of regular type 2021-09-29 14:35:50,414 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:35:50,414 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular2 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular2 of regular type | |||||||
Passed | 2021-09-29 14:35:58.242909 | test_fim/test_files/test_basic_usage/test_basic_usage_delete_folder.py::test_delete_folder[get_configuration4-c:\testdir2\subdir-file_list1-regular-tags_to_apply1] | Check if syscheckd detects 'deleted' events from the files contained. in a folder that is being deleted. | 3.69 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:35:54,539 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular0 of regular type 2021-09-29 14:35:54,555 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular1 of regular type 2021-09-29 14:35:54,555 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\regular2 of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\regular2 of regular type | |||||||
Passed | 2021-10-01 05:36:14.032899 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration0-c:\test,dir1] | Test alerts are generated when monitor environment variables | 12.47 | 2 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 3:36:06 AM SUCCESS: The file (or folder): "c:\test,dir1\testing_env_variables" now owned by user "WINDOWS-AGENT2\vagrant". Thursday, September 30, 2021 4:36:08 PM Friday, October 1, 2021 5:36:11 AM ------------------------------Captured stderr call------------------------------ 2021-09-29 14:36:06,459 - wazuh_testing - INFO - Creating file c:\test,dir1\testing_env_variables of regular type 2021-09-30 03:36:06,258 - wazuh_testing - INFO - Changing the system clock from 2021-09-29 14:36:06.459659 to 2021-09-30 03:36:06.258621 2021-09-30 03:36:08,013 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-30 03:36:08,013 - wazuh_testing - INFO - Modifying file c:\test,dir1\testing_env_variables 2021-09-30 03:36:08,013 - wazuh_testing - INFO - - Changing content of c:\test,dir1\testing_env_variables 2021-09-30 03:36:08,013 - wazuh_testing - INFO - - Changing mtime of c:\test,dir1\testing_env_variables 2021-09-30 03:36:08,013 - wazuh_testing - INFO - - Changing owner of c:\test,dir1\testing_env_variables WARNING: User credentials cannot be used for local connections. 2021-09-30 03:36:08,043 - wazuh_testing - INFO - - Changing permission of c:\test,dir1\testing_env_variables 2021-09-30 03:36:08,043 - wazuh_testing - INFO - - Changing win attributes of c:\test,dir1\testing_env_variables 2021-09-30 16:36:08,269 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 03:36:08.043514 to 2021-09-30 16:36:08.269795 2021-09-30 16:36:11,142 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-30 16:36:11,142 - wazuh_testing - INFO - Removing file c:\test,dir1\testing_env_variables 2021-10-01 05:36:11,238 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 16:36:11.142018 to 2021-10-01 05:36:11.238423 2021-10-01 05:36:14,017 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\test,dir1\testing_env_variables of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-29 14:36:06.459659 to 2021-09-30 03:36:06.258621 [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 03:36:08.043514 to 2021-09-30 16:36:08.269795 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 16:36:11.142018 to 2021-10-01 05:36:11.238423 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-10-02 20:36:19.588925 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration0-c:\testdir2,] | Test alerts are generated when monitor environment variables | 11.56 | 2 | ||
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 6:36:14 PM SUCCESS: The file (or folder): "c:\testdir2,\testing_env_variables" now owned by user "WINDOWS-AGENT2\vagrant". Saturday, October 2, 2021 7:36:15 AM Saturday, October 2, 2021 8:36:18 PM ------------------------------Captured stderr call------------------------------ 2021-10-01 05:36:14,032 - wazuh_testing - INFO - Creating file c:\testdir2,\testing_env_variables of regular type 2021-10-01 18:36:14,301 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 05:36:14.032899 to 2021-10-01 18:36:14.301133 2021-10-01 18:36:15,522 - wazuh_testing - INFO - 'added' event detected as expected. 2021-10-01 18:36:15,522 - wazuh_testing - INFO - Modifying file c:\testdir2,\testing_env_variables 2021-10-01 18:36:15,522 - wazuh_testing - INFO - - Changing content of c:\testdir2,\testing_env_variables 2021-10-01 18:36:15,522 - wazuh_testing - INFO - - Changing mtime of c:\testdir2,\testing_env_variables 2021-10-01 18:36:15,522 - wazuh_testing - INFO - - Changing owner of c:\testdir2,\testing_env_variables WARNING: User credentials cannot be used for local connections. 2021-10-01 18:36:15,539 - wazuh_testing - INFO - - Changing permission of c:\testdir2,\testing_env_variables 2021-10-01 18:36:15,539 - wazuh_testing - INFO - - Changing win attributes of c:\testdir2,\testing_env_variables 2021-10-02 07:36:15,302 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 18:36:15.539086 to 2021-10-02 07:36:15.302561 2021-10-02 07:36:18,601 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-10-02 07:36:18,601 - wazuh_testing - INFO - Removing file c:\testdir2,\testing_env_variables 2021-10-02 20:36:18,364 - wazuh_testing - INFO - Changing the system clock from 2021-10-02 07:36:18.601512 to 2021-10-02 20:36:18.364025 2021-10-02 20:36:19,588 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2,\testing_env_variables of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 05:36:14.032899 to 2021-10-01 18:36:14.301133 [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 18:36:15.539086 to 2021-10-02 07:36:15.302561 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-02 07:36:18.601512 to 2021-10-02 20:36:18.364025 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:36:31.785617 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration2-c:\test,dir1] | Test alerts are generated when monitor environment variables | 5.38 | 2 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:36:23 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\test,dir1\testing_env_variables" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:36:26,398 - wazuh_testing - INFO - Creating file c:\test,dir1\testing_env_variables of regular type 2021-09-29 14:36:27,691 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-29 14:36:27,691 - wazuh_testing - INFO - Modifying file c:\test,dir1\testing_env_variables 2021-09-29 14:36:27,691 - wazuh_testing - INFO - - Changing content of c:\test,dir1\testing_env_variables 2021-09-29 14:36:27,691 - wazuh_testing - INFO - - Changing mtime of c:\test,dir1\testing_env_variables 2021-09-29 14:36:27,691 - wazuh_testing - INFO - - Changing owner of c:\test,dir1\testing_env_variables WARNING: User credentials cannot be used for local connections. 2021-09-29 14:36:27,707 - wazuh_testing - INFO - - Changing permission of c:\test,dir1\testing_env_variables 2021-09-29 14:36:27,707 - wazuh_testing - INFO - - Changing win attributes of c:\test,dir1\testing_env_variables 2021-09-29 14:36:30,521 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-29 14:36:30,521 - wazuh_testing - INFO - Removing file c:\test,dir1\testing_env_variables 2021-09-29 14:36:31,785 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\test,dir1\testing_env_variables of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:36:37.784981 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration2-c:\testdir2,] | Test alerts are generated when monitor environment variables | 6.00 | 2 | ||
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir2,\testing_env_variables" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:36:31,785 - wazuh_testing - INFO - Creating file c:\testdir2,\testing_env_variables of regular type 2021-09-29 14:36:33,082 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-29 14:36:33,082 - wazuh_testing - INFO - Modifying file c:\testdir2,\testing_env_variables 2021-09-29 14:36:33,082 - wazuh_testing - INFO - - Changing content of c:\testdir2,\testing_env_variables 2021-09-29 14:36:33,082 - wazuh_testing - INFO - - Changing mtime of c:\testdir2,\testing_env_variables 2021-09-29 14:36:33,082 - wazuh_testing - INFO - - Changing owner of c:\testdir2,\testing_env_variables WARNING: User credentials cannot be used for local connections. 2021-09-29 14:36:33,113 - wazuh_testing - INFO - - Changing permission of c:\testdir2,\testing_env_variables 2021-09-29 14:36:33,113 - wazuh_testing - INFO - - Changing win attributes of c:\testdir2,\testing_env_variables 2021-09-29 14:36:36,458 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-29 14:36:36,458 - wazuh_testing - INFO - Removing file c:\testdir2,\testing_env_variables 2021-09-29 14:36:37,784 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2,\testing_env_variables of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:36:48.193278 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration4-c:\test,dir1] | Test alerts are generated when monitor environment variables | 7.86 | 2 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:36:39 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\test,dir1\testing_env_variables" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:36:40,337 - wazuh_testing - INFO - Creating file c:\test,dir1\testing_env_variables of regular type 2021-09-29 14:36:42,598 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-29 14:36:42,598 - wazuh_testing - INFO - Modifying file c:\test,dir1\testing_env_variables 2021-09-29 14:36:42,598 - wazuh_testing - INFO - - Changing content of c:\test,dir1\testing_env_variables 2021-09-29 14:36:42,598 - wazuh_testing - INFO - - Changing mtime of c:\test,dir1\testing_env_variables 2021-09-29 14:36:42,598 - wazuh_testing - INFO - - Changing owner of c:\test,dir1\testing_env_variables WARNING: User credentials cannot be used for local connections. 2021-09-29 14:36:42,614 - wazuh_testing - INFO - - Changing permission of c:\test,dir1\testing_env_variables 2021-09-29 14:36:42,614 - wazuh_testing - INFO - - Changing win attributes of c:\test,dir1\testing_env_variables 2021-09-29 14:36:46,395 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-29 14:36:46,395 - wazuh_testing - INFO - Removing file c:\test,dir1\testing_env_variables 2021-09-29 14:36:48,193 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\test,dir1\testing_env_variables of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\test,dir1\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:36:55.567677 | test_fim/test_files/test_basic_usage/test_basic_usage_dir_with_commas.py::test_directories_with_commas[get_configuration4-c:\testdir2,] | Test alerts are generated when monitor environment variables | 7.36 | 2 | ||
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir2,\testing_env_variables" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:36:48,193 - wazuh_testing - INFO - Creating file c:\testdir2,\testing_env_variables of regular type 2021-09-29 14:36:49,974 - wazuh_testing - INFO - 'added' event detected as expected. 2021-09-29 14:36:49,989 - wazuh_testing - INFO - Modifying file c:\testdir2,\testing_env_variables 2021-09-29 14:36:49,989 - wazuh_testing - INFO - - Changing content of c:\testdir2,\testing_env_variables 2021-09-29 14:36:49,989 - wazuh_testing - INFO - - Changing mtime of c:\testdir2,\testing_env_variables 2021-09-29 14:36:49,989 - wazuh_testing - INFO - - Changing owner of c:\testdir2,\testing_env_variables WARNING: User credentials cannot be used for local connections. 2021-09-29 14:36:50,006 - wazuh_testing - INFO - - Changing permission of c:\testdir2,\testing_env_variables 2021-09-29 14:36:50,006 - wazuh_testing - INFO - - Changing win attributes of c:\testdir2,\testing_env_variables 2021-09-29 14:36:53,801 - wazuh_testing - INFO - 'modified' event detected as expected. 2021-09-29 14:36:53,801 - wazuh_testing - INFO - Removing file c:\testdir2,\testing_env_variables 2021-09-29 14:36:55,552 - wazuh_testing - INFO - 'deleted' event detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2,\testing_env_variables of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:2180 'modified' event detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2,\testing_env_variables [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' event detected as expected. | |||||||
Passed | 2021-09-29 14:37:22.022881 | test_fim/test_files/test_basic_usage/test_basic_usage_disabled.py::test_disabled[get_configuration0] | Check if syscheckd sends events when disabled="yes". | 20.63 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Passed | 2021-09-29 14:38:07.531374 | test_fim/test_files/test_basic_usage/test_basic_usage_disabled.py::test_disabled[get_configuration1] | Check if syscheckd sends events when disabled="yes". | 41.13 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:37:22 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir\testfile0" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:37:36,679 - wazuh_testing - INFO - Creating file c:\testdir\testfile0 of regular type 2021-09-29 14:37:46,943 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\testfile0'] but was not detected. 2021-09-29 14:37:46,943 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:37:46,943 - wazuh_testing - ERROR - Results expected: 1 2021-09-29 14:37:46,974 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-09-29 14:37:46,974 - wazuh_testing - INFO - Modifying file c:\testdir\testfile0 2021-09-29 14:37:46,974 - wazuh_testing - INFO - - Changing content of c:\testdir\testfile0 2021-09-29 14:37:46,974 - wazuh_testing - INFO - - Changing mtime of c:\testdir\testfile0 2021-09-29 14:37:46,974 - wazuh_testing - INFO - - Changing owner of c:\testdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:37:47,020 - wazuh_testing - INFO - - Changing permission of c:\testdir\testfile0 2021-09-29 14:37:47,020 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\testfile0 2021-09-29 14:37:57,282 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\testfile0'] but was not detected. 2021-09-29 14:37:57,282 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:37:57,282 - wazuh_testing - ERROR - Results expected: 1 2021-09-29 14:37:57,282 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-09-29 14:37:57,282 - wazuh_testing - INFO - Removing file c:\testdir\testfile0 2021-09-29 14:38:07,531 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\testfile0'] but was not detected. 2021-09-29 14:38:07,531 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:38:07,531 - wazuh_testing - ERROR - Results expected: 1 2021-09-29 14:38:07,531 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir\testfile0 of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\testfile0'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 [32mINFO [0m wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\testfile0 [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\testfile0'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 [32mINFO [0m wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir\testfile0 [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\testfile0'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 [32mINFO [0m wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. | |||||||
Passed | 2021-09-29 14:38:54.612795 | test_fim/test_files/test_basic_usage/test_basic_usage_disabled.py::test_disabled[get_configuration2] | Check if syscheckd sends events when disabled="yes". | 43.17 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:38:07 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir\testfile0" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:38:22,196 - wazuh_testing - INFO - Creating file c:\testdir\testfile0 of regular type 2021-09-29 14:38:32,490 - wazuh_testing - ERROR - TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\testfile0'] but was not detected. 2021-09-29 14:38:32,490 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:38:32,490 - wazuh_testing - ERROR - Results expected: 1 2021-09-29 14:38:32,992 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-09-29 14:38:32,992 - wazuh_testing - INFO - Modifying file c:\testdir\testfile0 2021-09-29 14:38:32,992 - wazuh_testing - INFO - - Changing content of c:\testdir\testfile0 2021-09-29 14:38:32,992 - wazuh_testing - INFO - - Changing mtime of c:\testdir\testfile0 2021-09-29 14:38:32,992 - wazuh_testing - INFO - - Changing owner of c:\testdir\testfile0 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:38:33,035 - wazuh_testing - INFO - - Changing permission of c:\testdir\testfile0 2021-09-29 14:38:33,035 - wazuh_testing - INFO - - Changing win attributes of c:\testdir\testfile0 2021-09-29 14:38:43,270 - wazuh_testing - ERROR - TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\testfile0'] but was not detected. 2021-09-29 14:38:43,270 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:38:43,270 - wazuh_testing - ERROR - Results expected: 1 2021-09-29 14:38:43,773 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. 2021-09-29 14:38:43,773 - wazuh_testing - INFO - Removing file c:\testdir\testfile0 2021-09-29 14:38:54,067 - wazuh_testing - ERROR - TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\testfile0'] but was not detected. 2021-09-29 14:38:54,067 - wazuh_testing - ERROR - Results accumulated: 0 2021-09-29 14:38:54,067 - wazuh_testing - ERROR - Results expected: 1 2021-09-29 14:38:54,598 - wazuh_testing - INFO - TimeoutError was expected and correctly caught. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir\testfile0 of regular type [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'added' event was expected for ['c:\\testdir\\testfile0'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 [32mINFO [0m wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir\testfile0 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir\testfile0 [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'modified' event was expected for ['c:\\testdir\\testfile0'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 [32mINFO [0m wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir\testfile0 [31m[1mERROR [0m wazuh_testing:monitoring.py:453 TimeoutError was raised because a single 'deleted' event was expected for ['c:\\testdir\\testfile0'] but was not detected. [31m[1mERROR [0m wazuh_testing:monitoring.py:454 Results accumulated: 0 [31m[1mERROR [0m wazuh_testing:monitoring.py:456 Results expected: 1 [32mINFO [0m wazuh_testing:fim.py:1539 TimeoutError was expected and correctly caught. | |||||||
Passed | 2021-09-30 03:38:59.375033 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration0-c:\testdir4-c:\testdir2-subdir-tags_to_apply0-False-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 2.74 | linux, win32 | 0 | |
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:38:56,318 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:38:56,318 - wazuh_testing - INFO - Creating file c:\testdir3\subdir2\regular2 of regular type 2021-09-29 14:38:56,318 - wazuh_testing - INFO - Creating file c:\testdir3\subdir3\regular3 of regular type 2021-09-29 14:38:56,318 - wazuh_testing - INFO - Creating file c:\testdir4\subdir\regular1 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir2\regular2 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir3\regular3 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir4\subdir\regular1 of regular type ------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 3:38:58 AM ------------------------------Captured stderr call------------------------------ 2021-09-30 03:38:58,331 - wazuh_testing - INFO - Changing the system clock from 2021-09-29 14:38:58.427851 to 2021-09-30 03:38:58.331856 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-29 14:38:58.427851 to 2021-09-30 03:38:58.331856 | |||||||
Passed | 2021-09-30 16:39:00.434306 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration0-c:\testdir1-c:\-subdir-tags_to_apply1-True-False] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 2.89 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 4:38:59 PM ------------------------------Captured stderr call------------------------------ 2021-09-30 16:38:59,399 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 03:38:59.375033 to 2021-09-30 16:38:59.399841 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 03:38:59.375033 to 2021-09-30 16:38:59.399841 | |||||||
Passed | 2021-10-01 05:39:01.476323 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration0-c:\testdir3-c:\testdir2-subdir2-tags_to_apply2-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 2.88 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 5:39:00 AM ------------------------------Captured stderr call------------------------------ 2021-10-01 05:39:00,441 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 16:39:00.434306 to 2021-10-01 05:39:00.441211 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 16:39:00.434306 to 2021-10-01 05:39:00.441211 | |||||||
Passed | 2021-10-01 18:39:01.416688 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration0-c:\testdir3-c:\testdir2-subdir3\-tags_to_apply3-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 2.21 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 6:39:01 PM ------------------------------Captured stderr call------------------------------ 2021-10-01 18:39:01,394 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 05:39:01.476323 to 2021-10-01 18:39:01.394955 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 05:39:01.476323 to 2021-10-01 18:39:01.394955 | |||||||
Passed | 2021-09-29 14:39:07.521469 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration2-c:\testdir4-c:\testdir2-subdir-tags_to_apply0-False-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 1.04 | linux, win32 | 0 | |
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:03 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:39:05,380 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:39:05,396 - wazuh_testing - INFO - Creating file c:\testdir3\subdir2\regular2 of regular type 2021-09-29 14:39:05,396 - wazuh_testing - INFO - Creating file c:\testdir3\subdir3\regular3 of regular type 2021-09-29 14:39:05,396 - wazuh_testing - INFO - Creating file c:\testdir4\subdir\regular1 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir2\regular2 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir3\regular3 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir4\subdir\regular1 of regular type | |||||||
Passed | 2021-09-29 14:39:08.552806 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration2-c:\testdir1-c:\-subdir-tags_to_apply1-True-False] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 1.03 | linux, win32 | 0 | |
No log output captured. | |||||||
Passed | 2021-09-29 14:39:09.599441 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration2-c:\testdir3-c:\testdir2-subdir2-tags_to_apply2-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 1.04 | linux, win32 | 0 | |
No log output captured. | |||||||
Passed | 2021-09-29 14:39:10.692931 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration2-c:\testdir3-c:\testdir2-subdir3\-tags_to_apply3-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 1.07 | linux, win32 | 0 | |
No log output captured. | |||||||
Passed | 2021-09-29 14:39:13.429623 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration4-c:\testdir4-c:\testdir2-subdir-tags_to_apply0-False-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 2.09 | linux, win32 | 0 | |
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:10 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:39:10,257 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\regular1 of regular type 2021-09-29 14:39:10,257 - wazuh_testing - INFO - Creating file c:\testdir3\subdir2\regular2 of regular type 2021-09-29 14:39:10,257 - wazuh_testing - INFO - Creating file c:\testdir3\subdir3\regular3 of regular type 2021-09-29 14:39:10,257 - wazuh_testing - INFO - Creating file c:\testdir4\subdir\regular1 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir2\regular2 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir3\subdir3\regular3 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir4\subdir\regular1 of regular type | |||||||
Passed | 2021-09-29 14:39:15.007728 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration4-c:\testdir1-c:\-subdir-tags_to_apply1-True-False] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 1.56 | linux, win32 | 0 | |
No log output captured. | |||||||
Passed | 2021-09-29 14:39:17.085495 | test_fim/test_files/test_basic_usage/test_basic_usage_move_dir.py::test_move_dir[get_configuration4-c:\testdir3-c:\testdir2-subdir2-tags_to_apply2-True-True] | Check if syscheckd detects 'added' or 'deleted' events when moving a. subfolder from a folder to another one. | 2.07 | linux, win32 | 0 | |
No log output captured. | |||||||
Passed | 2021-09-30 16:39:24.584690 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration0-c:\testdir1-c:\-True-False-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 5.80 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 3:39:22 AM Thursday, September 30, 2021 4:39:23 PM ------------------------------Captured stderr call------------------------------ 2021-09-29 14:39:22,881 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-30 03:39:22,441 - wazuh_testing - INFO - Changing the system clock from 2021-09-29 14:39:22.881512 to 2021-09-30 03:39:22.441335 2021-09-30 16:39:23,537 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 03:39:23.481962 to 2021-09-30 16:39:23.537654 2021-09-30 16:39:24,584 - wazuh_testing - INFO - Removing file c:\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-29 14:39:22.881512 to 2021-09-30 03:39:22.441335 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 03:39:23.481962 to 2021-09-30 16:39:23.537654 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\regular1 | |||||||
Passed | 2021-10-02 07:39:27.878078 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration0-c:\testdir1-c:\testdir1\subdir-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 9.24 | 0 | ||
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 5:39:24 AM Friday, October 1, 2021 6:39:25 PM Saturday, October 2, 2021 7:39:26 AM ------------------------------Captured stderr call------------------------------ 2021-09-30 16:39:24,584 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-10-01 05:39:24,410 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 16:39:24.584690 to 2021-10-01 05:39:24.410445 2021-10-01 18:39:25,223 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 05:39:25.439997 to 2021-10-01 18:39:25.223007 2021-10-01 18:39:26,820 - wazuh_testing - INFO - Removing file c:\testdir1\subdir\regular1 2021-10-02 07:39:26,332 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 18:39:26.820622 to 2021-10-02 07:39:26.332650 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 16:39:24.584690 to 2021-10-01 05:39:24.410445 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 05:39:25.439997 to 2021-10-01 18:39:25.223007 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\subdir\regular1 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 18:39:26.820622 to 2021-10-02 07:39:26.332650 | |||||||
Passed | 2021-10-03 22:39:28.285112 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration0-c:\testdir1-c:\testdir2-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 7.42 | 0 | ||
------------------------------Captured stdout call------------------------------ Saturday, October 2, 2021 8:39:27 PM Sunday, October 3, 2021 9:39:27 AM Sunday, October 3, 2021 10:39:28 PM ------------------------------Captured stderr call------------------------------ 2021-10-02 07:39:27,878 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-10-02 20:39:27,426 - wazuh_testing - INFO - Changing the system clock from 2021-10-02 07:39:27.878078 to 2021-10-02 20:39:27.426241 2021-10-03 09:39:27,322 - wazuh_testing - INFO - Changing the system clock from 2021-10-02 20:39:27.457327 to 2021-10-03 09:39:27.322531 2021-10-03 09:39:28,343 - wazuh_testing - INFO - Removing file c:\testdir2\regular1 2021-10-03 22:39:28,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-03 09:39:28.343658 to 2021-10-03 22:39:28.285112 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-02 07:39:27.878078 to 2021-10-02 20:39:27.426241 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-02 20:39:27.457327 to 2021-10-03 09:39:27.322531 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2\regular1 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-03 09:39:28.343658 to 2021-10-03 22:39:28.285112 | |||||||
Passed | 2021-10-05 00:39:30.358542 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration0-c:\-c:\testdir1-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 5.98 | 0 | ||
------------------------------Captured stdout call------------------------------ Monday, October 4, 2021 11:39:28 AM Tuesday, October 5, 2021 12:39:29 AM ------------------------------Captured stderr call------------------------------ 2021-10-03 22:39:28,285 - wazuh_testing - INFO - Creating file c:\regular1 of regular type 2021-10-04 11:39:28,412 - wazuh_testing - INFO - Changing the system clock from 2021-10-03 22:39:28.301004 to 2021-10-04 11:39:28.412207 2021-10-04 11:39:29,436 - wazuh_testing - INFO - Removing file c:\testdir1\regular1 2021-10-05 00:39:29,317 - wazuh_testing - INFO - Changing the system clock from 2021-10-04 11:39:29.436007 to 2021-10-05 00:39:29.317269 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-03 22:39:28.301004 to 2021-10-04 11:39:28.412207 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular1 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-04 11:39:29.436007 to 2021-10-05 00:39:29.317269 | |||||||
Passed | 2021-10-06 02:39:31.357603 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration0-c:\-c:\testdir1\subdir-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 7.47 | 0 | ||
------------------------------Captured stdout call------------------------------ Tuesday, October 5, 2021 1:39:30 PM Wednesday, October 6, 2021 2:39:30 AM ------------------------------Captured stderr call------------------------------ 2021-10-05 00:39:30,358 - wazuh_testing - INFO - Creating file c:\regular1 of regular type 2021-10-05 13:39:30,355 - wazuh_testing - INFO - Changing the system clock from 2021-10-05 00:39:30.358542 to 2021-10-05 13:39:30.355457 2021-10-05 13:39:30,371 - wazuh_testing - INFO - Removing file c:\testdir1\subdir\regular1 2021-10-06 02:39:30,314 - wazuh_testing - INFO - Changing the system clock from 2021-10-05 13:39:30.371050 to 2021-10-06 02:39:30.314396 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-05 00:39:30.358542 to 2021-10-05 13:39:30.355457 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\subdir\regular1 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-05 13:39:30.371050 to 2021-10-06 02:39:30.314396 | |||||||
Passed | 2021-09-29 14:39:41.031682 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration2-c:\testdir1-c:\-True-False-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 2.09 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:34 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stderr call------------------------------ 2021-09-29 14:39:38,939 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:39:41,031 - wazuh_testing - INFO - Removing file c:\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\regular1 | |||||||
Passed | 2021-09-29 14:39:44.187697 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration2-c:\testdir1-c:\testdir1\subdir-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 3.14 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:39:41,047 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:39:43,140 - wazuh_testing - INFO - Removing file c:\testdir1\subdir\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\subdir\regular1 | |||||||
Passed | 2021-09-29 14:39:47.344111 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration2-c:\testdir1-c:\testdir2-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 3.14 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:39:44,187 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:39:46,297 - wazuh_testing - INFO - Removing file c:\testdir2\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2\regular1 | |||||||
Passed | 2021-09-29 14:39:48.953673 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration2-c:\-c:\testdir1-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 1.60 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:39:47,344 - wazuh_testing - INFO - Creating file c:\regular1 of regular type 2021-09-29 14:39:47,890 - wazuh_testing - INFO - Removing file c:\testdir1\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular1 | |||||||
Passed | 2021-09-29 14:39:51.078926 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration2-c:\-c:\testdir1\subdir-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 2.11 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:39:48,968 - wazuh_testing - INFO - Creating file c:\regular1 of regular type 2021-09-29 14:39:50,015 - wazuh_testing - INFO - Removing file c:\testdir1\subdir\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\subdir\regular1 | |||||||
Passed | 2021-09-29 14:40:00.053643 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration4-c:\testdir1-c:\-True-False-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 3.60 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:39:55 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. ------------------------------Captured stderr call------------------------------ 2021-09-29 14:39:56,433 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:40:00,022 - wazuh_testing - INFO - Removing file c:\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\regular1 | |||||||
Passed | 2021-09-29 14:40:05.225596 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration4-c:\testdir1-c:\testdir1\subdir-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 5.17 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:40:00,053 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:40:03,663 - wazuh_testing - INFO - Removing file c:\testdir1\subdir\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\subdir\regular1 | |||||||
Passed | 2021-09-29 14:40:10.452426 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration4-c:\testdir1-c:\testdir2-True-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 5.20 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:40:05,243 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:40:08,893 - wazuh_testing - INFO - Removing file c:\testdir2\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir2\regular1 | |||||||
Passed | 2021-09-29 14:40:13.064019 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration4-c:\-c:\testdir1-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 2.60 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:40:10,469 - wazuh_testing - INFO - Creating file c:\regular1 of regular type 2021-09-29 14:40:12,014 - wazuh_testing - INFO - Removing file c:\testdir1\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular1 | |||||||
Passed | 2021-09-29 14:40:16.701986 | test_fim/test_files/test_basic_usage/test_basic_usage_move_file.py::test_move_file[get_configuration4-c:\-c:\testdir1\subdir-False-True-regular1--tags_to_apply0] | Check if syscheckd detects 'added' or 'deleted' events when moving a file. | 3.63 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:40:13,074 - wazuh_testing - INFO - Creating file c:\regular1 of regular type 2021-09-29 14:40:15,124 - wazuh_testing - INFO - Removing file c:\testdir1\subdir\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\subdir\regular1 | |||||||
Passed | 2021-09-29 14:40:28.319495 | test_fim/test_files/test_basic_usage/test_basic_usage_new_dirs.py::test_new_directory[get_configuration0-tags_to_apply0] | Check that a new monitored directory generates events after the next scheduled scan. | 6.92 | linux, win32 | 0 | |
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\file4" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file5" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file6" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:40:22,928 - wazuh_testing - INFO - Creating file c:\testdir1\file4 of regular type 2021-09-29 14:40:22,928 - wazuh_testing - INFO - Creating file c:\testdir1\file5 of regular type 2021-09-29 14:40:22,928 - wazuh_testing - INFO - Creating file c:\testdir1\file6 of regular type 2021-09-29 14:40:24,194 - wazuh_testing - INFO - 'added' events detected as expected. 2021-09-29 14:40:24,194 - wazuh_testing - INFO - Modifying file c:\testdir1\file4 2021-09-29 14:40:24,209 - wazuh_testing - INFO - - Changing content of c:\testdir1\file4 2021-09-29 14:40:24,209 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file4 2021-09-29 14:40:24,209 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file4 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:40:24,226 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file4 2021-09-29 14:40:24,226 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file4 2021-09-29 14:40:24,226 - wazuh_testing - INFO - Modifying file c:\testdir1\file5 2021-09-29 14:40:24,226 - wazuh_testing - INFO - - Changing content of c:\testdir1\file5 2021-09-29 14:40:24,226 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file5 2021-09-29 14:40:24,226 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file5 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:40:24,241 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file5 2021-09-29 14:40:24,241 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file5 2021-09-29 14:40:24,241 - wazuh_testing - INFO - Modifying file c:\testdir1\file6 2021-09-29 14:40:24,241 - wazuh_testing - INFO - - Changing content of c:\testdir1\file6 2021-09-29 14:40:24,241 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file6 2021-09-29 14:40:24,257 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file6 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:40:24,273 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file6 2021-09-29 14:40:24,273 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file6 2021-09-29 14:40:27,070 - wazuh_testing - INFO - 'modified' events detected as expected. 2021-09-29 14:40:27,070 - wazuh_testing - INFO - Removing file c:\testdir1\file4 2021-09-29 14:40:27,070 - wazuh_testing - INFO - Removing file c:\testdir1\file5 2021-09-29 14:40:27,070 - wazuh_testing - INFO - Removing file c:\testdir1\file6 2021-09-29 14:40:28,319 - wazuh_testing - INFO - 'deleted' events detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file4 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file5 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file6 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' events detected as expected. | |||||||
Passed | 2021-09-29 14:40:41.881100 | test_fim/test_files/test_basic_usage/test_basic_usage_new_dirs.py::test_new_directory[get_configuration1-tags_to_apply0] | Check that a new monitored directory generates events after the next scheduled scan. | 9.49 | linux, win32 | 0 | |
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:40:28 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\file4" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file5" now owned by user "WINDOWS-AGENT2\vagrant". SUCCESS: The file (or folder): "c:\testdir1\file6" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:40:33,911 - wazuh_testing - INFO - Creating file c:\testdir1\file4 of regular type 2021-09-29 14:40:33,911 - wazuh_testing - INFO - Creating file c:\testdir1\file5 of regular type 2021-09-29 14:40:33,911 - wazuh_testing - INFO - Creating file c:\testdir1\file6 of regular type 2021-09-29 14:40:36,209 - wazuh_testing - INFO - 'added' events detected as expected. 2021-09-29 14:40:36,209 - wazuh_testing - INFO - Modifying file c:\testdir1\file4 2021-09-29 14:40:36,209 - wazuh_testing - INFO - - Changing content of c:\testdir1\file4 2021-09-29 14:40:36,209 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file4 2021-09-29 14:40:36,209 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file4 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:40:36,223 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file4 2021-09-29 14:40:36,223 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file4 2021-09-29 14:40:36,223 - wazuh_testing - INFO - Modifying file c:\testdir1\file5 2021-09-29 14:40:36,223 - wazuh_testing - INFO - - Changing content of c:\testdir1\file5 2021-09-29 14:40:36,223 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file5 2021-09-29 14:40:36,223 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file5 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:40:36,239 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file5 2021-09-29 14:40:36,239 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file5 2021-09-29 14:40:36,239 - wazuh_testing - INFO - Modifying file c:\testdir1\file6 2021-09-29 14:40:36,239 - wazuh_testing - INFO - - Changing content of c:\testdir1\file6 2021-09-29 14:40:36,239 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\file6 2021-09-29 14:40:36,239 - wazuh_testing - INFO - - Changing owner of c:\testdir1\file6 WARNING: User credentials cannot be used for local connections. 2021-09-29 14:40:36,255 - wazuh_testing - INFO - - Changing permission of c:\testdir1\file6 2021-09-29 14:40:36,271 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\file6 2021-09-29 14:40:40,114 - wazuh_testing - INFO - 'modified' events detected as expected. 2021-09-29 14:40:40,114 - wazuh_testing - INFO - Removing file c:\testdir1\file4 2021-09-29 14:40:40,114 - wazuh_testing - INFO - Removing file c:\testdir1\file5 2021-09-29 14:40:40,114 - wazuh_testing - INFO - Removing file c:\testdir1\file6 2021-09-29 14:40:41,881 - wazuh_testing - INFO - 'deleted' events detected as expected. -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file4 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file5 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\file6 of regular type [32mINFO [0m wazuh_testing:fim.py:2171 'added' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:2180 'modified' events detected as expected. [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file4 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file5 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\file6 [32mINFO [0m wazuh_testing:fim.py:2189 'deleted' events detected as expected. | |||||||
Passed | 2021-09-29 14:40:45.387893 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration0-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.01 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Passed | 2021-09-29 14:40:51.411130 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration2-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.00 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:40:47 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Passed | 2021-09-29 14:40:55.862852 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration4-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 0.52 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:40:53 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. | |||||||
Passed | 2021-09-29 14:41:07.621877 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration6-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 10.26 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:40:55 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. | |||||||
Passed | 2021-09-29 14:41:17.658515 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration8-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 10.29 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:41:07 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. | |||||||
Passed | 2021-09-29 14:41:35.678265 | test_fim/test_files/test_basic_usage/test_basic_usage_no_dir.py::test_new_directory[get_configuration10-tags_to_apply0] | Verify that syscheck shows a debug message when an empty directories tag is found. | 10.31 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:41:21 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. | |||||||
Passed | 2021-09-29 14:41:44.462829 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration0-0.25-tags_to_apply0] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 0.58 | linux, win32 | 0 | |
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:41:43,881 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:41:44,131 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:41:44,131 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:41:44,131 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:41:44,131 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:41:44,178 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:41:44,178 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:41:44,432 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:41:45.569227 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration0-0.5-tags_to_apply1] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 1.10 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:41:44,475 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:41:44,990 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:41:44,990 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:41:44,990 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:41:44,990 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:41:45,037 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:41:45,037 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:41:45,540 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:41:47.162815 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration0-0.75-tags_to_apply2] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 1.58 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:41:45,569 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:41:46,334 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:41:46,334 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:41:46,335 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:41:46,335 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:41:46,365 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:41:46,365 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:41:47,115 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:41:49.787760 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration0-1-tags_to_apply3] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 2.62 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:41:47,162 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:41:48,177 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:41:48,178 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:41:48,178 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:41:48,178 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:41:48,210 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:41:48,210 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:41:49,225 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:41:52.381089 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration0-1.25-tags_to_apply4] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 2.59 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:41:49,787 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:41:51,038 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:41:51,038 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:41:51,038 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:41:51,038 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:41:51,099 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:41:51,099 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:41:52,350 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:41:55.475634 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration0-1.5-tags_to_apply5] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 3.08 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:41:52,381 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:41:53,881 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:41:53,881 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:41:53,881 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:41:53,881 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:41:53,930 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:41:53,930 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:41:55,443 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:41:59.053101 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration0-1.75-tags_to_apply6] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 3.58 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:41:55,475 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:41:57,229 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:41:57,229 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:41:57,229 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:41:57,229 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:41:57,256 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:41:57,256 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:41:59,022 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:42:03.131174 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration0-2-tags_to_apply7] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 4.07 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:41:59,053 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:42:01,053 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:42:01,053 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:42:01,053 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:42:01,053 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:42:01,084 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:42:01,099 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:42:03,100 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:42:48.310357 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration2-1-tags_to_apply3] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 2.61 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:42:45,701 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:42:46,717 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:42:46,717 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:42:46,717 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:42:46,717 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:42:46,748 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:42:46,748 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:42:47,764 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:42:52.966933 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration2-1.25-tags_to_apply4] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 4.65 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:42:48,325 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:42:49,592 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:42:49,592 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:42:49,592 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:42:49,592 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:42:49,638 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:42:49,638 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:42:50,889 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:42:57.604873 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration2-1.5-tags_to_apply5] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 4.62 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:42:52,966 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:42:54,486 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:42:54,486 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:42:54,486 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:42:54,486 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:42:54,530 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:42:54,530 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:42:56,048 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:43:02.761224 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration2-1.75-tags_to_apply6] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 5.15 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:42:57,607 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:42:59,373 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:42:59,373 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:42:59,373 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:42:59,373 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:42:59,419 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:42:59,419 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:43:01,170 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-29 14:43:08.935652 | test_fim/test_files/test_basic_usage/test_basic_usage_quick_changes.py::test_regular_file_changes[get_configuration2-2-tags_to_apply7] | Check if syscheckd detects regular file changes (add, modify, delete) with a very specific delay between every. action. | 6.18 | linux, win32 | 0 | |
------------------------------Captured stdout call------------------------------ SUCCESS: The file (or folder): "c:\testdir1\regular" now owned by user "WINDOWS-AGENT2\vagrant". ------------------------------Captured stderr call------------------------------ 2021-09-29 14:43:02,763 - wazuh_testing - INFO - Creating file c:\testdir1\regular of regular type 2021-09-29 14:43:04,780 - wazuh_testing - INFO - Modifying file c:\testdir1\regular 2021-09-29 14:43:04,780 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular 2021-09-29 14:43:04,780 - wazuh_testing - INFO - - Changing mtime of c:\testdir1\regular 2021-09-29 14:43:04,780 - wazuh_testing - INFO - - Changing owner of c:\testdir1\regular WARNING: User credentials cannot be used for local connections. 2021-09-29 14:43:04,826 - wazuh_testing - INFO - - Changing permission of c:\testdir1\regular 2021-09-29 14:43:04,826 - wazuh_testing - INFO - - Changing win attributes of c:\testdir1\regular 2021-09-29 14:43:06,845 - wazuh_testing - INFO - Removing file c:\testdir1\regular -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular of regular type [32mINFO [0m wazuh_testing:fim.py:914 Modifying file c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:784 - Changing mtime of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:810 - Changing owner of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:860 - Changing permission of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:900 - Changing win attributes of c:\testdir1\regular [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular | |||||||
Passed | 2021-09-30 16:43:16.369551 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration0-c:\testdir1\subdir-tags_to_apply0] | Check if syscheckd detects events when renaming directories or files. | 5.93 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service was started successfully. ------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 3:43:14 AM Thursday, September 30, 2021 4:43:15 PM ------------------------------Captured stderr call------------------------------ 2021-09-29 14:43:14,895 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\old_name of regular type 2021-09-30 03:43:14,270 - wazuh_testing - INFO - Changing the system clock from 2021-09-29 14:43:14.895285 to 2021-09-30 03:43:14.270895 2021-09-30 16:43:15,306 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 03:43:15.826897 to 2021-09-30 16:43:15.306575 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\old_name of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-29 14:43:14.895285 to 2021-09-30 03:43:14.270895 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 03:43:15.826897 to 2021-09-30 16:43:15.306575 | |||||||
Passed | 2021-10-01 18:43:17.473927 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration0-c:\testdir2\subdir-tags_to_apply1] | Check if syscheckd detects events when renaming directories or files. | 4.58 | 0 | ||
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 5:43:16 AM Friday, October 1, 2021 6:43:17 PM ------------------------------Captured stderr call------------------------------ 2021-09-30 16:43:16,369 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\old_name of regular type 2021-10-01 05:43:16,316 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 16:43:16.369551 to 2021-10-01 05:43:16.316427 2021-10-01 18:43:17,473 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 05:43:17.333291 to 2021-10-01 18:43:17.473927 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\old_name of regular type [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 16:43:16.369551 to 2021-10-01 05:43:16.316427 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 05:43:17.333291 to 2021-10-01 18:43:17.473927 | |||||||
Passed | 2021-09-29 14:43:26.022974 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration2-c:\testdir1\subdir-tags_to_apply0] | Check if syscheckd detects events when renaming directories or files. | 1.60 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:43:21 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service was started successfully. ------------------------------Captured stderr call------------------------------ 2021-09-29 14:43:24,413 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\old_name of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\old_name of regular type | |||||||
Passed | 2021-09-29 14:43:28.114452 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration2-c:\testdir2\subdir-tags_to_apply1] | Check if syscheckd detects events when renaming directories or files. | 2.08 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:43:26,022 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\old_name of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\old_name of regular type | |||||||
Passed | 2021-09-29 14:43:36.507472 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration4-c:\testdir1\subdir-tags_to_apply0] | Check if syscheckd detects events when renaming directories or files. | 3.15 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:43:32 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service was started successfully. ------------------------------Captured stderr call------------------------------ 2021-09-29 14:43:33,351 - wazuh_testing - INFO - Creating file c:\testdir1\subdir\old_name of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\subdir\old_name of regular type | |||||||
Passed | 2021-09-29 14:43:40.663361 | test_fim/test_files/test_basic_usage/test_basic_usage_rename.py::test_rename[get_configuration4-c:\testdir2\subdir-tags_to_apply1] | Check if syscheckd detects events when renaming directories or files. | 4.14 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:43:36,522 - wazuh_testing - INFO - Creating file c:\testdir2\subdir\old_name of regular type -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir2\subdir\old_name of regular type | |||||||
Passed | 2021-09-30 16:43:50.744175 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration0-tags_to_apply0-regular0] | Check if syscheck generates modified alerts for files that exists when starting the agent | 6.29 | 0 | ||
-----------------------------Captured stdout setup------------------------------ The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:43:46,312 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-29 14:43:46,312 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:43:46,312 - wazuh_testing - INFO - Creating file c:\testdir1\regular2 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular2 of regular type ------------------------------Captured stdout call------------------------------ Thursday, September 30, 2021 3:43:48 AM Thursday, September 30, 2021 4:43:49 PM ------------------------------Captured stderr call------------------------------ 2021-09-29 14:43:48,406 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular0 2021-09-30 03:43:48,238 - wazuh_testing - INFO - Changing the system clock from 2021-09-29 14:43:48.406369 to 2021-09-30 03:43:48.238285 2021-09-30 03:43:49,793 - wazuh_testing - INFO - Removing file c:\testdir1\regular0 2021-09-30 16:43:49,191 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 03:43:49.793975 to 2021-09-30 16:43:49.191873 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-29 14:43:48.406369 to 2021-09-30 03:43:48.238285 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 03:43:49.793975 to 2021-09-30 16:43:49.191873 | |||||||
Passed | 2021-10-01 18:43:52.333625 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration0-tags_to_apply0-regular1] | Check if syscheck generates modified alerts for files that exists when starting the agent | 5.92 | 0 | ||
------------------------------Captured stdout call------------------------------ Friday, October 1, 2021 5:43:50 AM Friday, October 1, 2021 6:43:51 PM ------------------------------Captured stderr call------------------------------ 2021-09-30 16:43:50,744 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular1 2021-10-01 05:43:50,413 - wazuh_testing - INFO - Changing the system clock from 2021-09-30 16:43:50.744175 to 2021-10-01 05:43:50.413124 2021-10-01 05:43:51,442 - wazuh_testing - INFO - Removing file c:\testdir1\regular1 2021-10-01 18:43:51,285 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 05:43:51.442635 to 2021-10-01 18:43:51.285784 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular1 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-09-30 16:43:50.744175 to 2021-10-01 05:43:50.413124 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular1 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 05:43:51.442635 to 2021-10-01 18:43:51.285784 | |||||||
Passed | 2021-10-02 20:43:53.869102 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration0-tags_to_apply0-regular2] | Check if syscheck generates modified alerts for files that exists when starting the agent | 5.46 | 0 | ||
------------------------------Captured stdout call------------------------------ Saturday, October 2, 2021 7:43:52 AM Saturday, October 2, 2021 8:43:52 PM ------------------------------Captured stderr call------------------------------ 2021-10-01 18:43:52,333 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular2 2021-10-02 07:43:52,254 - wazuh_testing - INFO - Changing the system clock from 2021-10-01 18:43:52.333625 to 2021-10-02 07:43:52.254641 2021-10-02 07:43:52,776 - wazuh_testing - INFO - Removing file c:\testdir1\regular2 2021-10-02 20:43:52,286 - wazuh_testing - INFO - Changing the system clock from 2021-10-02 07:43:52.776337 to 2021-10-02 20:43:52.286265 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular2 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-01 18:43:52.333625 to 2021-10-02 07:43:52.254641 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular2 [32mINFO [0m wazuh_testing:fim.py:1362 Changing the system clock from 2021-10-02 07:43:52.776337 to 2021-10-02 20:43:52.286265 | |||||||
Passed | 2021-09-29 14:44:04.973117 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration2-tags_to_apply0-regular0] | Check if syscheck generates modified alerts for files that exists when starting the agent | 2.09 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:43:58 PM The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. The Wazuh service was stopped successfully. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:44:00,285 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-29 14:44:00,285 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:44:00,285 - wazuh_testing - INFO - Creating file c:\testdir1\regular2 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular2 of regular type ------------------------------Captured stderr call------------------------------ 2021-09-29 14:44:02,880 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular0 2021-09-29 14:44:03,926 - wazuh_testing - INFO - Removing file c:\testdir1\regular0 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular0 | |||||||
Passed | 2021-09-29 14:44:06.551041 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration2-tags_to_apply0-regular1] | Check if syscheck generates modified alerts for files that exists when starting the agent | 1.56 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:44:04,989 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular1 2021-09-29 14:44:06,020 - wazuh_testing - INFO - Removing file c:\testdir1\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular1 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular1 | |||||||
Passed | 2021-09-29 14:44:08.147165 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration2-tags_to_apply0-regular2] | Check if syscheck generates modified alerts for files that exists when starting the agent | 1.57 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:44:06,566 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular2 2021-09-29 14:44:07,613 - wazuh_testing - INFO - Removing file c:\testdir1\regular2 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular2 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular2 | |||||||
Passed | 2021-09-29 14:44:16.504080 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration4-tags_to_apply0-regular0] | Check if syscheck generates modified alerts for files that exists when starting the agent | 3.63 | 0 | ||
-----------------------------Captured stdout setup------------------------------ Wednesday, September 29, 2021 2:44:10 PM The Wazuh service was stopped successfully. The Wazuh service was started successfully. The Wazuh service is not started. More help is available by typing NET HELPMSG 3521. The Wazuh service is starting. The Wazuh service was started successfully. -----------------------------Captured stderr setup------------------------------ 2021-09-29 14:44:10,254 - wazuh_testing - INFO - Creating file c:\testdir1\regular0 of regular type 2021-09-29 14:44:10,254 - wazuh_testing - INFO - Creating file c:\testdir1\regular1 of regular type 2021-09-29 14:44:10,254 - wazuh_testing - INFO - Creating file c:\testdir1\regular2 of regular type -------------------------------Captured log setup------------------------------- [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular0 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular1 of regular type [32mINFO [0m wazuh_testing:fim.py:414 Creating file c:\testdir1\regular2 of regular type ------------------------------Captured stderr call------------------------------ 2021-09-29 14:44:12,864 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular0 2021-09-29 14:44:14,926 - wazuh_testing - INFO - Removing file c:\testdir1\regular0 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular0 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular0 | |||||||
Passed | 2021-09-29 14:44:20.114554 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration4-tags_to_apply0-regular1] | Check if syscheck generates modified alerts for files that exists when starting the agent | 3.60 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:44:16,504 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular1 2021-09-29 14:44:18,580 - wazuh_testing - INFO - Removing file c:\testdir1\regular1 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular1 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular1 | |||||||
Passed | 2021-09-29 14:44:23.769793 | test_fim/test_files/test_basic_usage/test_basic_usage_starting_agent.py::test_events_from_existing_files[get_configuration4-tags_to_apply0-regular2] | Check if syscheck generates modified alerts for files that exists when starting the agent | 3.64 | 0 | ||
------------------------------Captured stderr call------------------------------ 2021-09-29 14:44:20,114 - wazuh_testing - INFO - - Changing content of c:\testdir1\regular2 2021-09-29 14:44:22,192 - wazuh_testing - INFO - Removing file c:\testdir1\regular2 -------------------------------Captured log call-------------------------------- [32mINFO [0m wazuh_testing:fim.py:770 - Changing content of c:\testdir1\regular2 [32mINFO [0m wazuh_testing:fim.py:561 Removing file c:\testdir1\regular2 |