There's currently a number of eio test failures:
tests/eio/eio_test_sentry.c:26:F:Eio_Sentry:eio_test_sentry_directory_directory_self_deleted_notify:0: test timeout tests/eio/eio_test_sentry.c:26:F:Eio_Sentry:eio_test_sentry_file_file_modified_notify:0: test timeout tests/eio/eio_test_sentry.c:26:F:Eio_Sentry:eio_test_sentry_file_file_self_deleted_notify:0: test timeout tests/eio/eio_test_sentry.c:26:F:Eio_Sentry:eio_test_sentry_two_files_in_same_directory:0: test timeout tests/eio/eio_test_monitor.c:24:F:Eio_Monitor:eio_test_monitor_directory_directory_self_deleted_notify:0: test timeout tests/eio/eio_test_monitor.c:24:F:Eio_Monitor:eio_test_monitor_file_file_modified_notify:0: test timeout tests/eio/eio_test_monitor.c:24:F:Eio_Monitor:eio_test_monitor_file_file_self_deleted_notify:0: test timeout tests/eio/eio_test_monitor.c:24:F:Eio_Monitor:eio_test_monitor_two_files_in_same_directory:0: test timeout
These are not actual timeouts; I've attempted to increase the timeout threshold as well as the start delay and these tests fail no matter what. Currently attempting some profiling here to see what's going on...