The attempt to merge lp:~nataliabidart/ubuntuone-client/fix-sso-signal-handling into lp:ubuntuone-client failed.Below is the output from the failed tests. /usr/bin/gnome-autogen.sh checking for autoconf >= 2.53... testing autoconf2.50... not found. testing autoconf... found 2.67 checking for automake >= 1.10... testing automake-1.11... found 1.11.1 checking for libtool >= 1.5... testing libtoolize... found 2.2.6b checking for intltool >= 0.30... testing intltoolize... found 0.41.1 checking for pkg-config >= 0.14.0... testing pkg-config... found 0.25 Checking for required M4 macros... Checking for forbidden M4 macros... Processing ./configure.ac Running libtoolize... libtoolize: 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... Running aclocal-1.11... Running autoconf... Running autoheader... Running automake-1.11... Running ./configure --with-protocol=/var/cache/tarmac/ubuntuone-storage-protocol/trunk ... checking 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... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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.1 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/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.1 checking for XML::Parser... ok checking for lndir... /usr/bin/lndir checking for icontool-render... /usr/bin/icontool-render checking development series build... yes 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... /var/cache/tarmac/ubuntuone-storage-protocol/trunk checking for NAUTILUS... yes checking for DBUS... yes checking whether to build contacts grid or list view... list checking for gobject-introspection... yes checking for glib-genmarshal... /usr/bin/glib-genmarshal checking for SETTINGS_PLUGIN... yes configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating libsyncdaemon/Makefile config.status: creating libsyncdaemon/libsyncdaemon-1.0.pc config.status: creating nautilus/Makefile config.status: creating po/Makefile.in config.status: creating gsd-plugin/Makefile config.status: creating config.h config.status: config.h is unchanged 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 && /usr/bin/lndir ./../ubuntuone > /dev/null); \ (cd tests && /usr/bin/lndir ./../tests > /dev/null); \ fi sed -e 's|\@localedir\@|/usr/local/share/locale|g' \ -e 's|\@libexecdir\@|/usr/local/libexec|g' \ -e 's|\@GETTEXT_PACKAGE\@|ubuntuone-client|g' \ -e 's|\@VERSION\@|1.3.10|g' < ubuntuone/clientdefs.py.in > ubuntuone/clientdefs.py /bin/mkdir -p docs if test "x." != "x." -a -f "./docs/syncdaemon_dbus_api.txt"; then \ ln -s "./docs/syncdaemon_dbus_api.txt" "docs/syncdaemon_dbus_api.txt"; \ else \ PYTHONPATH=""/var/cache/tarmac/ubuntuone-storage-protocol/trunk:.:."" SRCDIR="." /usr/bin/python ./contrib/dbus-docs; \ fi if test "x." != "x."; then \ if [ ! -e pylintrc -a ! -h pylintrc ]; then \ ln -s ./pylintrc; \ fi; \ fi { test ! -d "ubuntuone-client-1.3.10" || { find "ubuntuone-client-1.3.10" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ubuntuone-client-1.3.10"; }; } test -d "ubuntuone-client-1.3.10" || mkdir "ubuntuone-client-1.3.10" (cd data && make top_distdir=../ubuntuone-client-1.3.10 distdir=../ubuntuone-client-1.3.10/data \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/data' if [ ! -h hicolor -a -d icons ]; then \ ln -s icons hicolor; \ fi make \ top_distdir="../ubuntuone-client-1.3.10" distdir="../ubuntuone-client-1.3.10/data" \ dist-hook make[2]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/data' if [ ! -h hicolor -a -d icons ]; then \ ln -s icons hicolor; \ fi /bin/mkdir -p ../ubuntuone-client-1.3.10/data/icons for size in 16x16 24x24 32x32 48x48; do \ cp -a ./icons/$size ../ubuntuone-client-1.3.10/data/icons/$size; \ done for i in ubuntuone-icons.rendercache; do \ touch ../ubuntuone-client-1.3.10/data/$i; \ done make[2]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/data' make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/data' (cd libsyncdaemon && make top_distdir=../ubuntuone-client-1.3.10 distdir=../ubuntuone-client-1.3.10/libsyncdaemon \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/libsyncdaemon' make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/libsyncdaemon' (cd nautilus && make top_distdir=../ubuntuone-client-1.3.10 distdir=../ubuntuone-client-1.3.10/nautilus \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/nautilus' make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/nautilus' (cd po && make top_distdir=../ubuntuone-client-1.3.10 distdir=../ubuntuone-client-1.3.10/po \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/po' dists="Makefile.in.in POTFILES.in ar.po ast.po ca.po da.po de.po el.po en_GB.po es.po fi.po fr.po hr.po hu.po it.po ja.po lv.po ms.po nl.po pt.po pt_BR.po ro.po ru.po sk.po sv.po th.po tr.po uk.po zh_CN.po "; \ extra_dists="ChangeLog POTFILES.skip Makevars LINGUAS"; \ for file in $extra_dists; do \ test -f ./$file && dists="$dists ./$file"; \ done; \ for file in $dists; do \ test -f $file || file="./$file"; \ ln $file ../ubuntuone-client-1.3.10/po 2> /dev/null \ || cp -p $file ../ubuntuone-client-1.3.10/po; \ done make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/po' (cd gsd-plugin && make top_distdir=../ubuntuone-client-1.3.10 distdir=../ubuntuone-client-1.3.10/gsd-plugin \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/gsd-plugin' make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/gsd-plugin' test -n "" \ || find "ubuntuone-client-1.3.10" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /var/cache/tarmac/ubuntuone-client/trunk/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "ubuntuone-client-1.3.10" tardir=ubuntuone-client-1.3.10 && /bin/bash /var/cache/tarmac/ubuntuone-client/trunk/missing --run tar chof - "$tardir" | GZIP=--best gzip -c >ubuntuone-client-1.3.10.tar.gz { test ! -d "ubuntuone-client-1.3.10" || { find "ubuntuone-client-1.3.10" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr "ubuntuone-client-1.3.10"; }; } Making check in data make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/data' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/data' Making check in libsyncdaemon make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/libsyncdaemon' /usr/bin/g-ir-scanner --add-include-path=. --namespace=SyncDaemon --nsversion=1.0 --libtool="/bin/bash ../libtool" --include=GObject-2.0 --include=DBus-1.0 --library=libsyncdaemon-1.0.la -I.. -I.. libsyncdaemon.h syncdaemon-authentication.h syncdaemon-daemon.h syncdaemon-config-interface.h syncdaemon-credentials.h syncdaemon-events-interface.h syncdaemon-filesystem-interface.h syncdaemon-folder-info.h syncdaemon-folders-interface.h syncdaemon-metadata.h syncdaemon-publicfiles-interface.h syncdaemon-share-info.h syncdaemon-shares-interface.h syncdaemon-status-info.h syncdaemon-status-interface.h syncdaemon-transfer-info.h syncdaemon-interface.h syncdaemon-authentication.c syncdaemon-config-interface.c syncdaemon-credentials.c syncdaemon-daemon.c syncdaemon-events-interface.c syncdaemon-filesystem-interface.c syncdaemon-folder-info.c syncdaemon-folders-interface.c syncdaemon-interface.c syncdaemon-marshal.c syncdaemon-marshal.h syncdaemon-metadata.c syncdaemon-publicfiles-interface.c syncdaemon-share-info.c syncdaemon-shares-interface.c syncdaemon-status-info.c syncdaemon-status-interface.c syncdaemon-transfer-info.c libsyncdaemon-1.0.la Makefile --output SyncDaemon-1.0.gir g-ir-scanner: compile: gcc -Wall -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -c -o /var/cache/tarmac/ubuntuone-client/trunk/libsyncdaemon/tmp-introspectqHVir0/SyncDaemon-1.0.o /var/cache/tarmac/ubuntuone-client/trunk/libsyncdaemon/tmp-introspectqHVir0/SyncDaemon-1.0.c g-ir-scanner: link: /bin/bash ../libtool --mode=link --tag=CC --silent gcc -o /var/cache/tarmac/ubuntuone-client/trunk/libsyncdaemon/tmp-introspectqHVir0/SyncDaemon-1.0 -L. -Wl,--export-dynamic -pthread -lgirepository-1.0 -lgobject-2.0 -lgmodule-2.0 -lffi -lgthread-2.0 -lrt -lglib-2.0 libsyncdaemon-1.0.la -pthread -Wl,--export-dynamic -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lgmodule-2.0 -lffi -lgthread-2.0 -lrt -lglib-2.0 /var/cache/tarmac/ubuntuone-client/trunk/libsyncdaemon/tmp-introspectqHVir0/SyncDaemon-1.0.o /usr/bin/g-ir-compiler --includedir=. --includedir=. SyncDaemon-1.0.gir -o SyncDaemon-1.0.typelib make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/libsyncdaemon' Making check in nautilus make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/nautilus' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/nautilus' Making check in po make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/po' rm -f missing notexist srcdir=. /usr/bin/intltool-update -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/po' Making check in gsd-plugin make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk/gsd-plugin' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk/gsd-plugin' make[1]: Entering directory `/var/cache/tarmac/ubuntuone-client/trunk' sed -e 's|\@localedir\@|/usr/local/share/locale|g' \ -e 's|\@libexecdir\@|/usr/local/libexec|g' \ -e 's|\@GETTEXT_PACKAGE\@|ubuntuone-client|g' \ -e 's|\@VERSION\@|1.3.10|g' < ubuntuone/clientdefs.py.in > ubuntuone/clientdefs.py if test "x." != "x."; then \ if [ ! -e pylintrc -a ! -h pylintrc ]; then \ ln -s ./pylintrc; \ fi; \ fi make[1]: Leaving directory `/var/cache/tarmac/ubuntuone-client/trunk' if test "x." != "x."; then \ if [ ! -e pylintrc -a ! -h pylintrc ]; then \ ln -s ./pylintrc; \ fi; \ fi PYTHONPATH=""/var/cache/tarmac/ubuntuone-storage-protocol/trunk:.:."" SRCDIR="." USE_PYFLAKES="true" \ /usr/bin/python ./contrib/pylint-wrapper == Python Lint Notices == ./tests/syncdaemon/test_dbus.py: 21: 'logging' imported but unused /usr/lib/pymodules/python2.6/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) make: *** [lint] Error 1