The attempt to merge lp:~verterok/ubuntuone-client/fix-437471 into lp:ubuntuone-client failed.Below is the output from the failed tests. /usr/bin/gnome-autogen.sh checking for autoconf >= 2.53... (B testing autoconf2.50... not found. testing autoconf... found 2.64 checking for automake >= 1.10... (B testing automake-1.11... found 1.11 checking for libtool >= 1.5... (B testing libtoolize... found 2.2.6 checking for intltool >= 0.30... (B testing intltoolize... found 0.41.0 checking for pkg-config >= 0.14.0... (B testing pkg-config... found 0.22 Checking for required M4 macros... (BChecking for forbidden M4 macros... (BProcessing ./configure.ac (BRunning libtoolize... (Blibtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' Running intltoolize... (BRunning aclocal-1.11... (BRunning autoconf... (BRunning autoheader... (BRunning automake-1.11... (BRunning ./configure --enable-maintainer-mode --prefix=/usr ... (Bchecking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.19... yes checking whether NLS is requested... yes checking for intltool >= 0.40.0... 0.41.0 found checking for intltool-update... /usr/local/bin/intltool-update checking for intltool-merge... /usr/local/bin/intltool-merge checking for intltool-extract... /usr/local/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.10.0 checking for XML::Parser... ok checking for lndir... false checking for icontool-render... /usr/bin/icontool-render checking for a Python interpreter with version >= 2.5... python checking for python... /usr/bin/python checking for python version... 2.6 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.6/dist-packages checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages checking for pycentral... no checking for ubuntuone-storage-protocol... ${prefix}/lib/python2.6/dist-packages/ubuntuone/storageprotocol checking for NAUTILUS... yes checking for DBUS... yes configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating nautilus/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands Now type `make' to compile ubuntuone-client if test "x." != "x."; then \ /bin/mkdir -p ubuntuone; \ /bin/mkdir -p tests; \ (cd ubuntuone && false ./../ubuntuone > /dev/null); \ (cd tests && false ./../tests > /dev/null); \ fi PROTOCOL="ubuntuone/storageprotocol"; \ if [ ! -d /usr/lib/python2.6/dist-packages/ubuntuone/storageprotocol ]; then \ echo "ERROR: Not found: /usr/lib/python2.6/dist-packages/ubuntuone/storageprotocol"; \ exit 1; \ fi; \ if [ ! -e $PROTOCOL -a ! -h $PROTOCOL ]; then \ ln -s /usr/lib/python2.6/dist-packages/ubuntuone/storageprotocol $PROTOCOL; \ elif [ ! -e $PROTOCOL -a -h $PROTOCOL ]; then \ rm -f $PROTOCOL; \ ln -s /usr/lib/python2.6/dist-packages/ubuntuone/storageprotocol $PROTOCOL; \ fi if test "x." != "x."; then \ if [ ! -e pylintrc -a ! -h pylintrc ]; then \ ln -s ./pylintrc; \ fi; \ fi PYTHONPATH="".:."" SRCDIR="." USE_PYFLAKES="true" \ /usr/bin/python ./contrib/pylint-wrapper Making check in data make[1]: Entering directory `/tmp/ubuntuone-client/data' LC_ALL=C /usr/local/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po ubuntuone-client-applet.desktop.in ubuntuone-client-applet.desktop Generating and caching the translation database Merging translations into ubuntuone-client-applet.desktop. LC_ALL=C /usr/local/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po ubuntuone-client-preferences.desktop.in ubuntuone-client-preferences.desktop Found cached translation database Merging translations into ubuntuone-client-preferences.desktop. make[1]: Leaving directory `/tmp/ubuntuone-client/data' Making check in nautilus make[1]: Entering directory `/tmp/ubuntuone-client/nautilus' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"UbuntuOne-Nautilus\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -MT libnautilus_ubuntuone_la-ubuntuone-nautilus.lo -MD -MP -MF .deps/libnautilus_ubuntuone_la-ubuntuone-nautilus.Tpo -c -o libnautilus_ubuntuone_la-ubuntuone-nautilus.lo `test -f 'ubuntuone-nautilus.c' || echo './'`ubuntuone-nautilus.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"UbuntuOne-Nautilus\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -MT libnautilus_ubuntuone_la-ubuntuone-nautilus.lo -MD -MP -MF .deps/libnautilus_ubuntuone_la-ubuntuone-nautilus.Tpo -c ubuntuone-nautilus.c -fPIC -DPIC -o .libs/libnautilus_ubuntuone_la-ubuntuone-nautilus.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"UbuntuOne-Nautilus\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -MT libnautilus_ubuntuone_la-ubuntuone-nautilus.lo -MD -MP -MF .deps/libnautilus_ubuntuone_la-ubuntuone-nautilus.Tpo -c ubuntuone-nautilus.c -o libnautilus_ubuntuone_la-ubuntuone-nautilus.o >/dev/null 2>&1 mv -f .deps/libnautilus_ubuntuone_la-ubuntuone-nautilus.Tpo .deps/libnautilus_ubuntuone_la-ubuntuone-nautilus.Plo /bin/bash ../libtool --tag=CC --mode=link gcc -DG_LOG_DOMAIN=\"UbuntuOne-Nautilus\" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/nautilus -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -g -O2 -no-undefined -avoid-version -o libnautilus-ubuntuone.la -rpath /usr/lib/nautilus/extensions-2.0 libnautilus_ubuntuone_la-ubuntuone-nautilus.lo -L/lib -ldbus-glib-1 -ldbus-1 -lpthread -lrt -lgobject-2.0 -lglib-2.0 -lnautilus-extension -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 libtool: link: gcc -shared .libs/libnautilus_ubuntuone_la-ubuntuone-nautilus.o -L/lib -ldbus-glib-1 -ldbus-1 -lpthread -lrt -lnautilus-extension /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so /usr/lib/libgio-2.0.so /usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -Wl,-soname -Wl,libnautilus-ubuntuone.so -o .libs/libnautilus-ubuntuone.so libtool: link: ar cru .libs/libnautilus-ubuntuone.a libnautilus_ubuntuone_la-ubuntuone-nautilus.o libtool: link: ranlib .libs/libnautilus-ubuntuone.a libtool: link: ( cd ".libs" && rm -f "libnautilus-ubuntuone.la" && ln -s "../libnautilus-ubuntuone.la" "libnautilus-ubuntuone.la" ) make[1]: Leaving directory `/tmp/ubuntuone-client/nautilus' Making check in po make[1]: Entering directory `/tmp/ubuntuone-client/po' file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ar.po file=`echo ast | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ast.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file el.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file es.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hr.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hu.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ja.po file=`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lv.po file=`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ms.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po file=`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ro.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sv.po file=`echo th | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file th.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file tr.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file uk.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po INTLTOOL_EXTRACT=/usr/local/bin/intltool-extract srcdir=. /usr/local/bin/intltool-update --gettext-package ubuntuone-client --pot rm -f missing notexist srcdir=. /usr/local/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[1]: Leaving directory `/tmp/ubuntuone-client/po' make[1]: Entering directory `/tmp/ubuntuone-client' sed -e 's|\@localedir\@|/usr/share/locale|g' \ -e 's|\@libexecdir\@|/usr/libexec|g' \ -e 's|\@GETTEXT_PACKAGE\@|ubuntuone-client|g' \ -e 's|\@VERSION\@|0.96.0|g' < ubuntuone/clientdefs.py.in > ubuntuone/clientdefs.py PROTOCOL="ubuntuone/storageprotocol"; \ if [ ! -d /usr/lib/python2.6/dist-packages/ubuntuone/storageprotocol ]; then \ echo "ERROR: Not found: /usr/lib/python2.6/dist-packages/ubuntuone/storageprotocol"; \ exit 1; \ fi; \ if [ ! -e $PROTOCOL -a ! -h $PROTOCOL ]; then \ ln -s /usr/lib/python2.6/dist-packages/ubuntuone/storageprotocol $PROTOCOL; \ elif [ ! -e $PROTOCOL -a -h $PROTOCOL ]; then \ rm -f $PROTOCOL; \ ln -s /usr/lib/python2.6/dist-packages/ubuntuone/storageprotocol $PROTOCOL; \ fi if test "x." != "x."; then \ if [ ! -e pylintrc -a ! -h pylintrc ]; then \ ln -s ./pylintrc; \ fi; \ fi make[1]: Leaving directory `/tmp/ubuntuone-client' if test "x." == "x."; then \ PYTHONPATH="".:."" /usr/bin/python ./contrib/test; \ fi tests.syncdaemon.test_eventqueue BaseEQTestCase runTest ... [OK] tests.syncdaemon.test_eq_inotify BaseTwisted runTest ... [OK] FreezeTests test_api ... [OK] test_commit_middle_events ... [OK] test_commit_no_middle_events ... [OK] test_rollback ... [OK] test_selective ... [OK] SignalingTests test_creation_inside_a_moved_directory ... [OK] test_delete_inside_moving_directory ... [OK] test_dir_create ... [OK] test_dir_delete ... [OK] test_dir_moved_from ... [OK] test_dir_moved_inside ... [OK] test_dir_moved_to ... [OK] test_dir_with_contents_moved_outside ... [OK] test_file_close_nowrite ... [OK] test_file_create_close_write ... [OK] test_file_delete ... [OK] test_file_moved_from ... [OK] test_file_moved_inside ... [OK] test_file_moved_inside_mixed ... [OK] test_file_moved_to ... [OK] test_file_open ... [OK] test_lots_of_changes ... [OK] test_outside_dir_with_contents_moved_to ... [OK] test_outside_file_moved_to ... [OK] test_symlink ... [OK] WatchTests test_add_watch ... [OK] test_has_watch ... [OK] test_rm_watch ... [OK] tests.syncdaemon.test_logger DebugCaptureTest test_capture_in_debug_or_lower ... [OK] test_capture_non_debug_levels ... [OK] test_dump_on_critical_log ... [OK] test_dump_on_error_log ... [OK] test_dump_on_error_log_DEBUG ... [OK] test_dump_on_unhandled_error ... [OK] test_dump_on_unhandled_error_in_DEBUG ... [OK] tests.syncdaemon.test_u1fsfsm TestParse test_u1fsfsm ... [OK] tests.syncdaemon.test_fileshelf CachedFileShelfTests test_bad_depth ... [OK] test_bad_path ... [OK] test_broked_metadata_with_backup ... [OK] test_broked_metadata_without_backup ... [OK] test_contains ... [OK] test_corrupted_backup ... [OK] test_delete_backups_too ... [OK] test_different_depth_sizes ... [OK] test_endless_borken_backups ... [OK] test_get ... [OK] test_hit_miss_properties ... [OK] test_invalid_keys ... [OK] test_items ... [OK] test_keys_with_old_and_new ... [OK] test_pop ... [OK] LRUCacheTests test_delete ... [OK] test_delitem ... [OK] test_getitem ... [OK] test_inconsistency ... [OK] test_purge ... [OK] test_setitem ... [OK] test_statistics ... [OK] test_update ... [OK] TestFileShelf test_bad_depth ... [OK] test_bad_path ... [OK] test_broked_metadata_with_backup ... [OK] test_broked_metadata_without_backup ... [OK] test_contains ... [OK] test_corrupted_backup ... [OK] test_delete_backups_too ... [OK] test_different_depth_sizes ... [OK] test_endless_borken_backups ... [OK] test_get ... [OK] test_invalid_keys ... [OK] test_items ... [OK] test_keys_with_old_and_new ... [OK] test_pop ... [OK] tests.syncdaemon.test_eventsnanny DownloadFinishedTests test_blocks_closewrite ... [OK] test_blocks_closewrite_hashdone ... [OK] test_blocks_release_close ... [OK] test_blocks_release_close_differentfiles ... [OK] test_blocks_release_close_doubleopen ... [OK] test_blocks_release_hash_doubleopen ... [OK] test_blocks_release_hashdone ... [OK] test_blocks_when_hashing ... [OK] test_blocks_when_open ... [OK] test_closenowrite ... [OK] test_complex ... [OK] test_delete_discards ... [OK] test_delete_noblocked ... [OK] test_dir_move_changeblock ... [OK] test_file_move_changeblock ... [OK] test_forward ... [OK] test_mixed_close_hash ... [OK] test_mixed_hash_close ... [OK] twisted.trial.unittest TestCase runTest ... [OK] contrib.testing.testcase BaseTwistedTestCase runTest ... [OK] tests.syncdaemon.test_main MainTests test_create_dirs_already_exists_but_not_symlink ... [OK] test_create_dirs_already_exists_dirs ... [OK] test_create_dirs_already_exists_symlink_too ... [OK] test_create_dirs_none_exists ... [OK] test_handshake_timeout ... [OK] test_handshake_timeout_many ... [OK] test_main_initialization ... [OK] test_main_restarts_on_critical_error ... [OK] test_main_start ... [OK] tests.syncdaemon.test_fsm CreationTests test_broken_metadata_while_running ... [OK] test_fresh_metadata ... [OK] test_fresh_metadata_broken_pickle_with_backup ... [OK] test_fresh_metadata_broken_pickle_without_backup ... [OK] test_invalid_args ... [OK] test_old_metadata_1 ... [OK] test_old_metadata_1_broken_pickle_with_backup ... [OK] test_old_metadata_1_broken_pickle_without_backup ... [OK] test_old_metadata_2 ... [OK] test_old_metadata_2_broken_pickle_with_backup ... [OK] test_old_metadata_2_broken_pickle_without_backup ... [OK] test_old_metadata_3 ... [OK] test_old_metadata_None ... [OK] test_old_metadata_None_broken_pickle_wihtout_backup ... [OK] test_old_metadata_None_broken_pickle_with_backup ... [OK] test_simple ... [OK] test_twice_different_bad ... [OK] test_twice_sameid_ok ... [OK] test_with_node_id ... [OK] FileHandlingTests test_delete_dir ... [OK] test_delete_file ... [OK] test_move_dir_to_conflict ... [OK] test_move_dir_to_conflict_similar_path ... [OK] test_move_file_overwrite ... [OK] test_move_file_withdir ... [OK] test_move_file_withfile ... [OK] test_move_file_withfulldir ... [OK] test_move_to_conflict ... [OK] test_trash ... [OK] test_upload_finished ... [OK] GetSetTests test_bad_data ... [OK] test_basic ... [OK] test_get_all_by_share ... [OK] test_get_all_by_share_mixed ... [OK] test_get_raises ... [OK] test_get_root ... [OK] test_getacopy ... [OK] test_internal_set_node_id ... [OK] test_iteration ... [OK] test_setters_mixed ... [OK] test_setters_raises ... [OK] test_setters_simple ... [OK] test_setting_forbidden_mixed ... [OK] test_setting_forbidden_values ... [OK] PartialTests test_commit_dir ... [OK] test_commit_file ... [OK] test_create_dir_notprevious ... [OK] test_create_dir_previous ... [OK] test_create_file ... [OK] test_remove_dir ... [OK] test_remove_file ... [OK] test_ro_share ... [OK] SharesTests test_delete_dir_ro_share ... [OK] test_delete_file_ro_share ... [OK] test_dir_ro_share ... [OK] test_dir_rw_share ... [OK] test_file_ro_share ... [OK] test_file_ro_share_fail ... [OK] test_file_rw_share ... [OK] test_file_rw_share_no_fail ... [OK] test_move_to_conflict_ro_share ... [OK] test_share_and_root ... [OK] StartupTests test_basic_startup ... [OK] test_complex_startup ... [OK] StatTests test_commit_partial ... [OK] test_create_file ... [OK] test_create_nofile ... [OK] test_move ... [OK] test_move_overwriting ... [OK] test_refresh ... [OK] test_set_stat_by_mdid ... [OK] SyntheticInfoTests test_changed_local ... [OK] test_changed_none ... [OK] test_changed_server ... [OK] test_dir_content ... [OK] test_has_metadata ... [OK] test_is_dir ... [OK] tests.syncdaemon.test_eventqueue BaseEQTestCase runTest ... [OK] PushTests test_listened_pushs ... [OK] test_push_simple ... [OK] test_signatures ... [OK] PushTestsWithCallback test_default_handler ... [OK] test_keep_going ... [OK] test_ordered_dispatch ... [OK] SubscriptionTests test_subscription ... [OK] test_unsubscription ... [OK] tests.syncdaemon.test_dbus ConfigTests test_bandwidth_throttling_enabled ... [OK] test_disable_bandwidth_throttling ... [OK] test_enable_bandwidth_throttling ... [OK] test_get_throttling_limits ... [OK] test_set_throttling_limits ... [OK] DBusInterfaceTests test_accept_share ... [OK] test_contq_changed ... [OK] test_create_share ... [OK] test_current_downloads ... [OK] test_current_downloads_deflated_size_NA ... [OK] test_current_uploads ... [OK] test_current_uploads_deflated_size_NA ... [OK] test_current_uploads_with_marker ... [OK] test_filesystem ... [OK] test_get_root ... [OK] test_get_shared ... [OK] test_get_shared_missing_path ... [OK] test_get_shares ... [OK] test_nm_signals ... [OK] test_push_event ... [OK] test_query_by_path ... [OK] test_quit ... [OK] test_refresh_shares ... [OK] test_reject_share ... [OK] test_status ... [OK] test_syncDaemon ... [OK] test_two_current_downloads ... [OK] test_two_current_uploads ... [OK] test_waiting_content ... [OK] DBusInterfaceUnicodeTests test_create_share_unicode ... [OK] test_filesystem_unicode ... [OK] test_get_shared_unicode ... [OK] test_query_by_path_unicode ... [OK] DBusSignalTest test_all_events_signal ... [OK] test_download_cancelled ... [OK] test_download_error ... [OK] test_download_finished ... [OK] test_download_started ... [OK] test_event_signal ... [OK] test_share_changed ... [OK] test_share_created ... [OK] test_share_created_error ... [OK] test_share_deleted ... [OK] test_signal_error ... [OK] test_status_changed ... [OK] test_upload_error ... [OK] test_upload_finished ... [OK] test_upload_started ... [OK] contrib.testing.testcase DBusTwistedTestCase runTest ... [OK] tests.syncdaemon.test_dbus TestDBusRestart test_restart ... [OK] tests.syncdaemon.test_localrescan BadStateTests test_LOCAL ... [OK] test_SERVER_dir ... [OK] test_SERVER_file_content ... [OK] test_SERVER_file_empty ... [OK] test_directory_bad_changed ... [OK] test_file_noSERVER ... [OK] test_file_partial_dir ... [OK] test_just_created_no_real_hash ... [OK] test_no_dir_LOCAL_metadata ... [OK] test_no_dir_broken_metadata ... [OK] test_no_dir_broken_metadata_deep ... [OK] test_no_file_broken_metadata ... [OK] test_no_uuid_all_family ... [OK] test_no_uuid_content ... [OK] test_no_uuid_empty ... [OK] test_partial_nomd ... [OK] CollectionTests test_empty_ro ... [OK] test_empty_rw ... [OK] test_init ... [OK] test_not_empty_rw ... [OK] ComparationTests test_complex_scenario ... [OK] test_content_changed ... [OK] test_deep_and_wide ... [OK] test_differenttype_dir ... [OK] test_differenttype_file ... [OK] test_disc_less_dir ... [OK] test_disc_less_file ... [OK] test_disc_more_dir ... [OK] test_disc_more_file_content ... [OK] test_disc_more_file_empty ... [OK] test_disc_symlink ... [OK] test_empty ... [OK] test_equals ... [OK] test_inode_changed ... [OK] test_one_dir_only ... [OK] test_one_dir_ro_share ... [OK] test_one_nonexistant_dir ... [OK] test_scandir_no_dir ... [OK] test_subtree_removal ... [OK] 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 "/tmp/ubuntuone-client/ubuntuone/syncdaemon/event_queue.py", line 406, 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] /tmp/ubuntuone-client/tests/syncdaemon/test_localrescan.py:656: DeprecationWarning: reactor.iterate cannot be used inside unit tests. In the future, using iterate will fail the test and may crash or hang the test run. PushTests test_conflict_dir ... [OK] test_conflict_file ... [OK] test_file_changed ... [OK] test_file_changed_in_nestedstruct ... [OK] test_one_dir_create ... [OK] test_one_dir_delete ... [OK] test_one_file_create ... [OK] test_one_file_delete ... [OK] QueuingTests test_intercept_generate_second ... [OK] TrashTests test_nothing ... [OK] test_one ... [OK] test_two ... [OK] TwistedBase runTest ... [OK] twisted.trial.unittest TestCase runTest ... [OK] tests.syncdaemon.test_tools TestToolsBase runTest ... [OK] tests.syncdaemon.test_u1sdtool U1SDToolTests test_show_current_transfers ... [OK] test_show_current_transfers_empty ... [OK] test_show_path_info_unicode ... [OK] test_show_shared ... [OK] test_show_shared_empty ... [OK] test_show_shares ... [OK] test_show_shares_empty ... [OK] tests.syncdaemon.test_action_queue AcionQueueTests test_aq_resolve_uuid_maybe ... [OK] test_content_queue_has_only_one_op_per_node ... [OK] test_content_queue_has_only_one_op_per_node_even_counting_markers ... [OK] contrib.testing.testcase BaseTwistedTestCase runTest ... [OK] tests.syncdaemon.test_action_queue TestNoisyRQ test_noisy_rq_blurts_about_head ... [OK] test_noisy_rq_blurts_about_waiting ... [OK] contrib.testing.testcase BaseTwistedTestCase runTest ... [OK] tests.syncdaemon.test_vm BaseVolumeManagerTests runTest ... [OK] ShareShelfUpgradeTests test_0_to_1 ... [OK] test_1_to_2 ... [OK] test_2_to_3 ... [OK] test_2_to_3_more ... [OK] test_3_to_4 ... [OK] test_3_to_4_with_symlink_in_myfiles ... [OK] test_4_to_5 ... [OK] test_None_to_4 ... [OK] test_None_to_4_phantom_share_path ... [OK] test_missing_version_file_with_version_non_0 ... [OK] VolumeManagerTests test_accept_share ... [OK] test_add_share ... [OK] test_add_shared ... [OK] test_create_share ... [OK] test_create_share_error ... [OK] test_delete_share ... [OK] test_handle_AQ_SHARES_LIST ... [OK] test_handle_AQ_SHARES_LIST_shared ... [OK] test_handle_AQ_SHARES_LIST_shared_missing_md ... [OK] test_handle_SV_SHARE_ANSWERED ... [OK] test_handle_SV_SHARE_ANSWERED_missing ... [OK] test_handle_SV_SHARE_CHANGED ... [OK] test_on_server_root ... [OK] test_persistence ... [OK] test_share_changed ... [OK] test_share_deleted ... [OK] VolumeManagerUnicodeTests test_handle_SHARES_sharename ... [OK] test_handle_SHARES_visible_username ... [OK] test_handle_SV_SHARE_CHANGED_sharename ... [OK] test_handle_SV_SHARE_CHANGED_visible ... [OK] contrib.testing.testcase DBusTwistedTestCase runTest ... [OK] tests.syncdaemon.test_tools TestToolsBase runTest ... [OK] TestToolsBasic test_accept_share ... [OK] test_all_downloads ... [OK] test_all_uploads ... [OK] test_get_metadata ... [OK] test_quit ... [OK] test_reject_share ... [OK] test_wait_connected ... [OK] test_wait_for_nirvana ... [OK] test_wait_for_signal ... [OK] test_wait_for_signal_failure ... [OK] test_wait_no_more_events ... [OK] tests.syncdaemon.test_action_predicates CommandTests test_blocked_command_commutative ... [OK] test_blocked_command_noncommutative ... [OK] test_predicate_satisfaction ... [OK] test_simple_commands ... [OK] twisted.trial.unittest TestCase runTest ... [OK] tests.syncdaemon.test_hashqueue HashQueueTests test_being_hashed ... [OK] test_called_back_error ... [OK] test_called_back_ok ... [OK] test_insert_post_shutdown ... [OK] test_interrupt_current ... [OK] test_order ... [OK] test_shutdown ... [OK] test_shutdown_while_hashing ... [OK] test_unique ... [OK] HasherTests test_called_back_error ... [OK] test_called_back_ok ... [OK] test_large_content ... [OK] test_live_process ... [OK] test_order ... [OK] twisted.trial.unittest TestCase runTest ... [OK] tests.syncdaemon.test_hashqueue UniqueQueueTests test_clear ... [OK] test_clear_unfinished_tasks ... [OK] test_contains ... [OK] test_unique_elements ... [OK] contrib.testing.testcase BaseTwistedTestCase runTest ... [OK] tests.syncdaemon.test_sync FSKeyTestCase runTest ... [OK] FSKeyTests test_changes_reset ... [OK] test_get_mdid ... [OK] test_mdid_reset ... [OK] test_set ... [OK] test_sync ... [OK] TestSync test_deleting_open_files_is_no_cause_for_despair ... [OK] test_stomp_deleted_file_is_no_cause_for_despair_either ... [OK] tests.syncdaemon.fsm.test_fsm_run TestRun test_hello ... [OK] tests.u1sync.test_merge MergeTest test_clobber ... [OK] test_generic_merge ... [OK] test_sync ... [OK] tests.oauthdesktop.test_auth AcquireAccessTokenTests test_acquire_access_token ... [OK] AuthorisationClientTests test_clear_existing_token ... [OK] test_clear_no_existing_token ... [OK] test_ensure_access_token ... [OK] test_ensure_access_token_no_token ... [OK] test_get_access_token ... [OK] test_get_access_token_denied ... [OK] test_get_access_token_no_match ... [OK] test_have_access_token ... [OK] test_have_access_token_fail ... [OK] test_store_token ... [OK] test_store_token_denied ... [OK] tests.oauthdesktop.test_main Realm test_invalid_realm ... [OK] test_realms ... [OK] tests.oauthdesktop.test_config ConfigFileTests test_get_file_from_etc ... [OK] test_get_file_from_home ... [OK] test_get_file_from_tmp ... [OK] test_tmp_file_parses ... [OK] tests.oauthdesktop.test_key_acls Loader test_etc_files_found ... [OK] test_etc_files_parsed ... [OK] test_etc_found ... [OK] test_etc_found_despite_home ... [OK] test_set_single_acl ... [OK] =============================================================================== [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 "/tmp/ubuntuone-client/ubuntuone/syncdaemon/event_queue.py", line 406, 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' ------------------------------------------------------------------------------- Ran 413 tests in 73.432s FAILED (errors=1, successes=412) configure.ac:12: installing `./config.guess' configure.ac:12: installing `./config.sub' configure.ac:7: installing `./install-sh' configure.ac:7: installing `./missing' nautilus/Makefile.am: installing `./depcomp' configure: WARNING: unrecognized options: --enable-maintainer-mode configure: WARNING: unrecognized options: --enable-maintainer-mode mismatched quotes at line 73 in ../ubuntuone/oauthdesktop/main.py mismatched quotes at line 119 in ../ubuntuone/oauthdesktop/main.py make: *** [check] Error 1