Build failed in Jenkins: raring-adt-dbus-test-runner » i386,adt #10

Jenkins Notification devnull at canonical.com
Sat Feb 2 00:15:47 UTC 2013


See <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner/./ARCH=i386,label=adt/10/>

------------------------------------------
[...truncated 2257 lines...]
DBus daemon: 
DBus daemon: # A function that is used when there is no print builtin or printf.
DBus daemon: func_fallback_echo ()
DBus daemon: {
DBus daemon:   eval 'cat <<_LTECHO_EOF
DBus daemon: $1
DBus daemon: _LTECHO_EOF'
DBus daemon: }
DBus daemon:     ECHO="printf %s\\n"
DBus daemon:   fi
DBus daemon: 
DBus daemon: # Very basic option parsing. These options are (a) specific to
DBus daemon: # the libtool wrapper, (b) are identical between the wrapper
DBus daemon: # /script/ and the wrapper /executable/ which is used only on
DBus daemon: # windows platforms, and (c) all begin with the string --lt-
DBus daemon: # (application programs are unlikely to have options which match
DBus daemon: # this pattern).
DBus daemon: #
DBus daemon: # There are only two supported options: --lt-debug and
DBus daemon: # --lt-dump-script. There is, deliberately, no --lt-help.
DBus daemon: #
DBus daemon: # The first argument to this parsing function should be the
DBus daemon: # script's ../libtool value, followed by no.
DBus daemon: lt_option_debug=
DBus daemon: func_parse_lt_options ()
DBus daemon: {
DBus daemon:   lt_script_arg0=$0
DBus daemon:   shift
DBus daemon:   for lt_opt
DBus daemon:   do
DBus daemon:     case "$lt_opt" in
DBus daemon:     --lt-debug) lt_option_debug=1 ;;
DBus daemon:     --lt-dump-script)
DBus daemon:         lt_dump_D=`$ECHO "X$lt_script_arg0" | /bin/sed -e 's/^X//' -e 's%/[^/]*$%%'`
DBus daemon:         test "X$lt_dump_D" = "X$lt_script_arg0" && lt_dump_D=.
DBus daemon:         lt_dump_F=`$ECHO "X$lt_script_arg0" | /bin/sed -e 's/^X//' -e 's%^.*/%%'`
DBus daemon:         cat "$lt_dump_D/$lt_dump_F"
DBus daemon:         exit 0
DBus daemon:       ;;
DBus daemon:     --lt-*)
DBus daemon:         $ECHO "Unrecognized --lt- option: '$lt_opt'" 1>&2
DBus daemon:         exit 1
DBus daemon:       ;;
DBus daemon:     esac
DBus daemon:   done
DBus daemon: 
DBus daemon:   # Print the debug banner immediately:
DBus daemon:   if test -n "$lt_option_debug"; then
DBus daemon:     echo "dbus-test-runner:dbus-test-runner:${LINENO}: libtool wrapper (GNU libtool) 2.4.2 Debian-2.4.2-1.2ubuntu1" 1>&2
DBus daemon:   fi
DBus daemon: }
DBus daemon: 
DBus daemon: # Used when --lt-debug. Prints its arguments to stdout
DBus daemon: # (redirection is the responsibility of the caller)
DBus daemon: func_lt_dump_args ()
DBus daemon: {
DBus daemon:   lt_dump_args_N=1;
DBus daemon:   for lt_arg
DBus daemon:   do
DBus daemon:     $ECHO "dbus-test-runner:dbus-test-runner:${LINENO}: newargv[$lt_dump_args_N]: $lt_arg"
DBus daemon:     lt_dump_args_N=`expr $lt_dump_args_N + 1`
DBus daemon:   done
DBus daemon: }
DBus daemon: 
DBus daemon: # Core function for launching the target application
DBus daemon: func_exec_program_core ()
DBus daemon: {
DBus daemon: 
DBus daemon:       if test -n "$lt_option_debug"; then
DBus daemon:         $ECHO "dbus-test-runner:dbus-test-runner:${LINENO}: newargv[0]: $progdir/$program" 1>&2
DBus daemon:         func_lt_dump_args ${1+"$@"} 1>&2
DBus daemon:       fi
DBus daemon:       exec "$progdir/$program" ${1+"$@"}
DBus daemon: 
DBus daemon:       $ECHO "$0: cannot exec $program $*" 1>&2
DBus daemon:       exit 1
DBus daemon: }
DBus daemon: 
DBus daemon: # A function to encapsulate launching the target application
DBus daemon: # Strips options in the --lt-* namespace from $@ and
DBus daemon: # launches target application with the remaining arguments.
DBus daemon: func_exec_program ()
DBus daemon: {
DBus daemon:   case " $* " in
DBus daemon:   *\ --lt-*)
DBus daemon:     for lt_wr_arg
DBus daemon:     do
DBus daemon:       case $lt_wr_arg in
DBus daemon:       --lt-*) ;;
DBus daemon:       *) set x "$@" "$lt_wr_arg"; shift;;
DBus daemon:       esac
DBus daemon:       shift
DBus daemon:     done ;;
DBus daemon:   esac
DBus daemon:   func_exec_program_core ${1+"$@"}
DBus daemon: }
DBus daemon: 
DBus daemon:   # Parse options
DBus daemon:   func_parse_lt_options "$0" ${1+"$@"}
DBus daemon: 
DBus daemon:   # Find the directory that this script lives in.
DBus daemon:   thisdir=`$ECHO "$file" | /bin/sed 's%/[^/]*$%%'`
DBus daemon:   test "x$thisdir" = "x$file" && thisdir=.
DBus daemon: 
DBus daemon:   # Follow symbolic links until we get to the real thisdir.
DBus daemon:   file=`ls -ld "$file" | /bin/sed -n 's/.*-> //p'`
DBus daemon:   while test -n "$file"; do
DBus daemon:     destdir=`$ECHO "$file" | /bin/sed 's%/[^/]*$%%'`
DBus daemon: 
DBus daemon:     # If there was a directory component, then change thisdir.
DBus daemon:     if test "x$destdir" != "x$file"; then
DBus daemon:       case "$destdir" in
DBus daemon:       [\\/]* | [A-Za-z]:[\\/]*) thisdir="$destdir" ;;
DBus daemon:       *) thisdir="$thisdir/$destdir" ;;
DBus daemon:       esac
DBus daemon:     fi
DBus daemon: 
DBus daemon:     file=`$ECHO "$file" | /bin/sed 's%^.*/%%'`
DBus daemon:     file=`ls -ld "$thisdir/$file" | /bin/sed -n 's/.*-> //p'`
DBus daemon:   done
DBus daemon: 
DBus daemon:   # Usually 'no', except on cygwin/mingw when embedded into
DBus daemon:   # the cwrapper.
DBus daemon:   WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=no
DBus daemon:   if test "$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR" = "yes"; then
DBus daemon:     # special case for '.'
DBus daemon:     if test "$thisdir" = "."; then
DBus daemon:       thisdir=`pwd`
DBus daemon:     fi
DBus daemon:     # remove .libs from thisdir
DBus daemon:     case "$thisdir" in
DBus daemon:     *[\\/].libs ) thisdir=`$ECHO "$thisdir" | /bin/sed 's%[\\/][^\\/]*$%%'` ;;
DBus daemon:     .libs )   thisdir=. ;;
DBus daemon:     esac
DBus daemon:   fi
DBus daemon: 
DBus daemon:   # Try to get the absolute directory name.
DBus daemon:   absdir=`cd "$thisdir" && pwd`
DBus daemon:   test -n "$absdir" && thisdir="$absdir"
DBus daemon: 
DBus daemon:   program=lt-'dbus-test-runner'
DBus daemon:   progdir="$thisdir/.libs"
DBus daemon: 
DBus daemon:   if test ! -f "$progdir/$program" ||
DBus daemon:      { file=`ls -1dt "$progdir/$program" "$progdir/../$program" 2>/dev/null | /bin/sed 1q`; \
DBus daemon:        test "X$file" != "X$progdir/$program"; }; then
DBus daemon: 
DBus daemon:     file="$$-$program"
DBus daemon: 
DBus daemon:     if test ! -d "$progdir"; then
DBus daemon:       mkdir "$progdir"
DBus daemon:     else
DBus daemon:       rm -f "$progdir/$file"
DBus daemon:     fi
DBus daemon: 
DBus daemon:     # relink executable if necessary
DBus daemon:     if test -n "$relink_command"; then
DBus daemon:       if relink_command_output=`eval $relink_command 2>&1`; then :
DBus daemon:       else
DBus daemon: 	printf %s\n "$relink_command_output" >&2
DBus daemon: 	rm -f "$progdir/$file"
DBus daemon: 	exit 1
DBus daemon:       fi
DBus daemon:     fi
DBus daemon: 
DBus daemon:     mv -f "$progdir/$file" "$progdir/$program" 2>/dev/null ||
DBus daemon:     { rm -f "$progdir/$program";
DBus daemon:       mv -f "$progdir/$file" "$progdir/$program"; }
DBus daemon:     rm -f "$progdir/$file"
DBus daemon:   fi
DBus daemon: 
DBus daemon:   if test -f "$progdir/$program"; then
DBus daemon:     if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then
DBus daemon:       # Run the actual program with our arguments.
DBus daemon:       func_exec_program ${1+"$@"}
DBus daemon:     fi
DBus daemon:   else
DBus daemon:     # The program doesn't exist.
DBus daemon:     $ECHO "$0: error: \`$progdir/$program' does not exist" 1>&2
DBus daemon:     $ECHO "This script is just a wrapper for $program." 1>&2
DBus daemon:     $ECHO "See the libtool documentation for more information." 1>&2
DBus daemon:     exit 1
DBus daemon:   fi
DBus daemon: fi
task-0: Shutting down
DBus daemon: Shutdown
XFAIL: test-daemon-junk
DBus daemon: unix:abstract=/tmp/dbus-MU5XIOWoJD,guid=53dbcab52bb20e0a3c9c7621510c5aa0
output: Started with PID: 2008
output: One

output: Two

output: Three

output: Four

output: Five

output: Shutting down
DBus daemon: Shutdown
PASS: test-wait-output
TEST: ./test-libdbustest... (pid=2024)
  /libdbustest/env_var:                                                DBus daemon: unix:abstract=/tmp/dbus-UbMTUKAnJr,guid=325ee9414fc18a031eb6789a510c5aa5
DBus daemon: Shutdown
OK
  /libdbustest/task_start:                                             DBus daemon: unix:abstract=/tmp/dbus-nl8T72lEzK,guid=44e67ec1386d4c0335582fc8510c5aa5
task-0: Shutting down
DBus daemon: Shutdown
OK
  /libdbustest/task_wait:                                              DBus daemon: unix:abstract=/tmp/dbus-LGMz9a539F,guid=4f1569b624ad980397ed0de4510c5aa5
task-2: Started with PID: 2055
task-1: Shutting down
DBus daemon: Shutdown
OK
PASS: ./test-libdbustest
PASS: test-libdbustest-test
=======================================================
All 33 tests behaved as expected (19 expected failures)
=======================================================
make[2]: Leaving directory `/tmp/tmp.ThG2AITTQG/dsc0-build/dbus-test-runner-12.10.2daily13.01.31/tests'
make[1]: Leaving directory `/tmp/tmp.ThG2AITTQG/dsc0-build/dbus-test-runner-12.10.2daily13.01.31/tests'
Making check in po
make[1]: Entering directory `/tmp/tmp.ThG2AITTQG/dsc0-build/dbus-test-runner-12.10.2daily13.01.31/po'
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package dbus-test-runner --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
	  exit 1; \
	fi
make[1]: Leaving directory `/tmp/tmp.ThG2AITTQG/dsc0-build/dbus-test-runner-12.10.2daily13.01.31/po'
make[1]: Entering directory `/tmp/tmp.ThG2AITTQG/dsc0-build/dbus-test-runner-12.10.2daily13.01.31'
make[1]: Leaving directory `/tmp/tmp.ThG2AITTQG/dsc0-build/dbus-test-runner-12.10.2daily13.01.31'
adt-run: trace: & dsc0t-with-bustle: ----------------------------------------]
adt-run: trace1: ** needs_reset, previously=False
adt-run: trace: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ tests done.
adt-run: trace: ** stop
adt-run: trace: ** close, scratch=tb-scratch~/tmp/tmp.ThG2AITTQG:-/|/tmp/tmp.ThG2AITTQG/!
2013-02-02 12:15:45 AM: Failure: adt-run exited with status 4.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '[localhost]:54327' (ECDSA) to the list of known hosts.
find: `./.autopkgtest/gpg': Permission denied
2013-02-02 12:15:46 AM: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner/./ARCH=i386,label=adt/ws/results>
2013-02-02 12:15:46 AM: Info: Updating Jenkins results
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '[localhost]:54327' (ECDSA) to the list of known hosts.
2013-02-02 12:15:47 AM: Info: Cleaning up
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ubuntu-testing-notifications mailing list