I'm getting all these: =============================================================================== [ERROR]: tests.syncdaemon.test_localrescan.InotifyTests.test_man_in_the_middle Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py", line 199, in _doReadOrWrite why = source.doRead() File "/home/nessita/canonical/ubuntuone-client/getmetadata-fullpath/ubuntuone/syncdaemon/event_queue.py", line 472, in doRead notifier.process_events() File "/usr/lib/pymodules/python2.6/pyinotify.py", line 1011, in process_events revent = self._sys_proc_fun(raw_event) # system processings File "/usr/lib/pymodules/python2.6/pyinotify.py", line 549, in __call__ return meth(event) File "/usr/lib/pymodules/python2.6/pyinotify.py", line 627, in process_IN_CREATE return self.process_default(raw_event) File "/usr/lib/pymodules/python2.6/pyinotify.py", line 714, in process_default 'path': watch_.path, exceptions.AttributeError: 'NoneType' object has no attribute 'path' =============================================================================== [ERROR]: tests.syncdaemon.test_sync.TestSync.test_deleting_open_files_is_no_cause_for_despair Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_sync.TestSync.test_stomp_deleted_file_is_no_cause_for_despair_either Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_action_queue.AcionQueueTests.test_aq_resolve_uuid_maybe Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_action_queue.AcionQueueTests.test_content_queue_has_only_one_op_per_node Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_action_queue.AcionQueueTests.test_content_queue_has_only_one_op_per_node_even_counting_markers Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_create_dirs_already_exists_but_not_symlink Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_create_dirs_already_exists_dirs Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_create_dirs_already_exists_symlink_too Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_create_dirs_none_exists Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_handshake_timeout Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_handshake_timeout_many Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_main_initialization Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_main_restarts_on_critical_error Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) =============================================================================== [ERROR]: tests.syncdaemon.test_main.MainTests.test_main_start Traceback (most recent call last): Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean. DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug) ------------------------------------------------------------------------------- Ran 4505 tests in 105.644s FAILED (errors=15, successes=4490) make: *** [check] Error 1 I've tried two times making make clean and then make check. Any ideas?