I get dbus errors :( (Full test report pasted since on of them is in a passing test, and I don't know if that's intended) desktopcouch.contacts.tests.test_contactspicker TestContactsPicker test_can_contruct_contactspicker ... [OK] desktopcouch.contacts.tests.test_create TestCreate test_create_many_contacts ... [OK] test_head_or_tails ... [OK] test_random_bools ... [OK] desktopcouch.contacts.tests.test_record TestContactRecord test_contact_record ... [OK] desktopcouch.pair.tests.test_couchdb_io TestCouchdbIo test_get_database_names_replicatable ... [OK] test_get_database_names_replicatable_bad_server ... [SKIPPED] test_get_my_host_unique_id ... ERROR:dbus.proxies:Introspect error on :1.117:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [ERROR] test_mkuri ... [OK] test_obsfuscation ... [OK] test_put_dynamic_paired_host ... [OK] test_put_static_paired_service ... [OK] desktopcouch.pair.tests.test_network_io TestNetworkIO test_successful_lifespan ... [OK] desktopcouch.records.tests.test_couchgrid TestCouchGrid test_all_from_database ... [OK] test_constructor_guarded ... [OK] test_new_rows_with_headings ... [OK] test_no_headings_or_stored_records ... [OK] test_optional_args_no_stored_records ... [OK] test_optional_record_type_arg ... [OK] test_programatically_add_row ... [OK] test_selected_id_property ... [OK] test_single_col_from_database ... [OK] desktopcouch.records.tests.test_field_registry TestFieldMapping test_mergeable_list_field_mapping ... [OK] test_mergeable_list_field_mapping_empty_field ... [OK] test_simple_field_mapping ... [OK] TestTransformer test_from_app ... [OK] test_run_doctests ... [OK] test_to_app ... [OK] desktopcouch.records.tests.test_record TestRecordFactory test_build ... [OK] TestRecords test_application_annotations ... [OK] test_delitem ... [OK] test_dictionary_access_to_mergeable_list ... [OK] test_get ... [OK] test_get_item ... [OK] test_iter ... [OK] test_keys ... [OK] test_list ... [OK] test_loads_dict_multi_subdict ... [OK] test_loads_dict_subdict ... [OK] test_mergeable_list_append ... [OK] test_mergeable_list_append_record_dict ... [OK] test_mergeable_list_del ... [OK] test_mergeable_list_index ... [OK] test_mergeable_list_pop_correct_index ... [OK] test_mergeable_list_pop_last ... [OK] test_mergeable_list_pop_wrong_index ... [OK] test_mergeable_list_remove ... [OK] test_mergeable_list_remove_last ... [OK] test_mergeable_list_remove_list ... [OK] test_mergeable_list_remove_missing ... [OK] test_mergeable_list_remove_record_dict ... [OK] test_mergeable_list_remove_tuple ... [OK] test_mergeable_list_set_value_in_list_item ... [OK] test_no_record_type ... [OK] test_record_id ... [OK] test_record_type ... [OK] test_revision ... [OK] test_run_doctests ... [OK] test_setitem_internal ... [OK] test_tuple ... [OK] test_uuid_like_keys ... [OK] test_validate ... [OK] desktopcouch.records.tests.test_server TestCouchDatabase test_attachments ... [OK] test_database_not_exists ... ERROR:dbus.proxies:Introspect error on :1.117:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [OK] test_delete_record ... [OK] test_func_get_records ... [OK] test_get_changes ... [OK] test_get_deleted_record ... [OK] test_get_record ... [OK] test_get_records_by_record_type_save_view ... [OK] test_get_view_by_type_createxcl_fail ... [OK] test_get_view_by_type_new_but_already ... [OK] test_list_views ... [OK] test_put_record ... [OK] test_put_records_batch ... [OK] test_record_exists ... [OK] test_report_changes_all_ops_give_known_keys ... [OK] test_report_changes_exceptions ... [OK] test_report_changes_nochanges ... [OK] test_report_changes_polite ... [OK] test_update_fields ... [OK] test_update_fields_failure ... [OK] test_update_fields_success ... [OK] test_view_add_and_delete ... [OK] test_view_fetch ... [OK] desktopcouch.tests.test_local_files TestLocalFiles test_all_files_returned ... [OK] test_bind_address ... [OK] test_couch_chain_ini_files ... [OK] test_xdg_overwrite_works ... [OK] desktopcouch.tests.test_replication TestReplication test_creation ... Apache CouchDB has started, time to relax. Browse your desktop CouchDB at file:///tmp/tmpuROCla/data/couchdb.html [OK] desktopcouch.tests.test_start_local_couchdb TestUpdateDesignDocuments test_create_databases_and_design_docs ... [OK] =============================================================================== [SKIPPED]: desktopcouch.pair.tests.test_couchdb_io.TestCouchdbIo.test_get_database_names_replicatable_bad_server nxdomain hijacked =============================================================================== [ERROR]: desktopcouch.pair.tests.test_couchdb_io.TestCouchdbIo.test_get_my_host_unique_id Traceback (most recent call last): File "/home/eric/canonical/desktopcouch/local-uri/desktopcouch/pair/tests/test_couchdb_io.py", line 132, in test_get_my_host_unique_id again = couchdb_io.get_my_host_unique_id(uri=URI, ctx=test_environment.test_context) File "/home/eric/canonical/desktopcouch/local-uri/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 156, in get_my_host_unique_id ids = _get_management_data(MY_ID_RECORD_TYPE, "self_identity", uri=uri) File "/home/eric/canonical/desktopcouch/local-uri/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 197, in _get_management_data db = _get_db("management", uri=uri, ctx=ctx) File "/home/eric/canonical/desktopcouch/local-uri/desktopcouch/pair/couchdb_pairing/couchdb_io.py", line 62, in _get_db return server.CouchDatabase(name, create=create, uri=uri, ctx=ctx) File "/home/eric/canonical/desktopcouch/local-uri/desktopcouch/records/server.py", line 53, in __init__ port = desktopcouch.find_port(ctx=ctx) File "/home/eric/canonical/desktopcouch/local-uri/desktopcouch/__init__.py", line 57, in find_port return proxy.getPort() File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__ return self._proxy_method(*args, **keywords) File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__ **keywords) File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking message, timeout) dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. ------------------------------------------------------------------------------- Ran 91 tests in 114.189s FAILED (skips=1, errors=1, successes=89)