Build failed in Jenkins: raring-adt-dbus-test-runner-armhf » armhf,adt&&arm #1
Jenkins Notification
devnull at canonical.com
Tue Apr 9 06:53:13 UTC 2013
See <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner-armhf/./ARCH=armhf,label=adt&&arm/1/>
------------------------------------------
[...truncated 2464 lines...]
DBus daemon: emulate sh
DBus daemon: NULLCMD=:
DBus daemon: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
DBus daemon: # is contrary to our usage. Disable this feature.
DBus daemon: alias -g '${1+"$@"}'='"$@"'
DBus daemon: setopt NO_GLOB_SUBST
DBus daemon: else
DBus daemon: case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
DBus daemon: fi
DBus daemon: BIN_SH=xpg4; export BIN_SH # for Tru64
DBus daemon: DUALCASE=1; export DUALCASE # for MKS sh
DBus daemon:
DBus daemon: # The HP-UX ksh and POSIX shell print the target directory to stdout
DBus daemon: # if CDPATH is set.
DBus daemon: (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
DBus daemon:
DBus daemon: relink_command="(cd /tmp/tmp.miLXnZTxUY/dsc0-build/dbus-test-runner-12.10.2daily13.02.26/src; { test -z \"\${LIBRARY_PATH+set}\" || unset LIBRARY_PATH || { LIBRARY_PATH=; export LIBRARY_PATH; }; }; { test -z \"\${COMPILER_PATH+set}\" || unset COMPILER_PATH || { COMPILER_PATH=; export COMPILER_PATH; }; }; { test -z \"\${GCC_EXEC_PREFIX+set}\" || unset GCC_EXEC_PREFIX || { GCC_EXEC_PREFIX=; export GCC_EXEC_PREFIX; }; }; { test -z \"\${LD_RUN_PATH+set}\" || unset LD_RUN_PATH || { LD_RUN_PATH=; export LD_RUN_PATH; }; }; { test -z \"\${LD_LIBRARY_PATH+set}\" || unset LD_LIBRARY_PATH || { LD_LIBRARY_PATH=; export LD_LIBRARY_PATH; }; }; PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games; export PATH; gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I.. -DDEFAULT_SESSION_CONF=\\\"/usr/share/dbus-test-runner/session.conf\\\" -Wall -Werror -Wextra -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -Wl,-z -Wl,defs -Wl,--as-needed -o \$progdir/\$file dbus_test_runner-dbus-test-runner.o -lgio-2.0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 ../libdbustest/.libs/libdbustest.so -pthread -Wl,-rpath -Wl,/tmp/tmp.miLXnZTxUY/dsc0-build/dbus-test-runner-12.10.2daily13.02.26/libdbustest/.libs)"
DBus daemon:
DBus daemon: # This environment variable determines our operation mode.
DBus daemon: if test "$libtool_install_magic" = "%%%MAGIC variable%%%"; then
DBus daemon: # install mode needs the following variables:
DBus daemon: generated_by_libtool_version='2.4.2'
DBus daemon: notinst_deplibs=' ../libdbustest/libdbustest.la'
DBus daemon: else
DBus daemon: # When we are sourced in execute mode, $file and $ECHO are already set.
DBus daemon: if test "$libtool_execute_magic" != "%%%MAGIC variable%%%"; then
DBus daemon: file="$0"
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+"$@"}
task-0: Shutting down
DBus daemon: Shutdown
XFAIL: test-daemon-junk
DBus daemon: unix:abstract=/tmp/dbus-WB6ELKCImq,guid=ca2bc4e8f18fb98ee7e791365163ba92
output: Started with PID: 20256
output: One
output: Two
output: Three
output: Four
output: Five
output: Shutting down
DBus daemon: Shutdown
PASS: test-wait-output
TEST: ./test-libdbustest... (pid=20272)
/libdbustest/env_var: DBus daemon: unix:abstract=/tmp/dbus-1arZgQ430m,guid=6acb4ce6c876934252c018d85163ba99
DBus daemon: Shutdown
OK
/libdbustest/task_start: DBus daemon: unix:abstract=/tmp/dbus-TVfyBWcLqV,guid=c3f8abd7754a3dc4ea1652845163ba99
task-0: Shutting down
DBus daemon: Shutdown
OK
/libdbustest/task_wait: DBus daemon: unix:abstract=/tmp/dbus-lIeKr8fwhW,guid=37cc1985f9bf84e4f7a8d3945163ba99
task-2: Started with PID: 20303
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.miLXnZTxUY/dsc0-build/dbus-test-runner-12.10.2daily13.02.26/tests'
make[1]: Leaving directory `/tmp/tmp.miLXnZTxUY/dsc0-build/dbus-test-runner-12.10.2daily13.02.26/tests'
Making check in po
make[1]: Entering directory `/tmp/tmp.miLXnZTxUY/dsc0-build/dbus-test-runner-12.10.2daily13.02.26/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.miLXnZTxUY/dsc0-build/dbus-test-runner-12.10.2daily13.02.26/po'
make[1]: Entering directory `/tmp/tmp.miLXnZTxUY/dsc0-build/dbus-test-runner-12.10.2daily13.02.26'
make[1]: Leaving directory `/tmp/tmp.miLXnZTxUY/dsc0-build/dbus-test-runner-12.10.2daily13.02.26'
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.miLXnZTxUY:-/|/tmp/tmp.miLXnZTxUY/!
+ RC=4
+ [ 4 -eq 20 ]
+ [ 0 -eq 1 ]
+ [ -x /home/ubuntu/adt-export-result ]
+ RES=PASS
+ [ 4 -gt 0 ]
+ RES=FAIL
+ /home/ubuntu/adt-export-result -D /home/ubuntu/adt-log dbus-test-runner FAIL
+ chown -R ubuntu /home/ubuntu/adt-log /var/tmp/testresults
+ chmod og+r /var/log/syslog
+ chmod og+r /var/crash/*
+ true
+ exit 4
+ RET=4
+ [ 0 -eq 1 ]
+ [ 4 -gt 0 ]
+ log_failure_msg adt-run exited with status 4.
+ log_msg Failure: adt-run exited with status 4.\n
+ date +%F %X
+ printf 2013-04-09 02:52:51: Failure: adt-run exited with status 4.\n
2013-04-09 02:52:51: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner-armhf/./ARCH=armhf,label=adt&&arm/ws/results>
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /home/auto-package-testing/adt/disks/adtkey -p 22 -t -o BatchMode=yes -l ubuntu pristine-adt-raring-armhf-4t8uvj.lxc sudo chown -R ubuntu /home/ubuntu/adt-log; find /home/ubuntu/adt-log -type f -empty | xargs rm
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added 'pristine-adt-raring-armhf-4t8uvj.lxc' (ECDSA) to the list of known hosts.
+ scp -r -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /home/auto-package-testing/adt/disks/adtkey -P 22 ubuntu at pristine-adt-raring-armhf-4t8uvj.lxc:/home/ubuntu/adt-log/* /var/crash/*crash /var/log/syslog /var/tmp/testresults <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner-armhf/./ARCH=armhf,label=adt&&arm/ws/results>
+ true
+ log_info_msg Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner-armhf/./ARCH=armhf,label=adt&&arm/ws/results>
+ log_msg Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner-armhf/./ARCH=armhf,label=adt&&arm/ws/results\n>
+ date +%F %X
+ printf 2013-04-09 02:52:58: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner-armhf/./ARCH=armhf,label=adt&&arm/ws/results\n>
2013-04-09 02:52:58: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner-armhf/./ARCH=armhf,label=adt&&arm/ws/results>
+ [ -n 2013-04-09_06-38-28 ]
+ log_info_msg Updating Jenkins results
+ log_msg Info: Updating Jenkins results\n
+ date +%F %X
+ printf 2013-04-09 02:52:58: Info: Updating Jenkins results\n
2013-04-09 02:52:58: Info: Updating Jenkins results
+ rsync -a <http://10.189.74.2:8080/job/raring-adt-dbus-test-runner-armhf/./ARCH=armhf,label=adt&&arm/ws/results/raring_armv7l_dbus-test-runner_20130409-065251.result> /raring/out/
rsync: mkdir "/raring/out" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(605) [Receiver=3.0.9]
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]
+ true
+ [ 0 -eq 0 ]
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /home/auto-package-testing/adt/disks/adtkey -p 22 -t -o BatchMode=yes -l ubuntu pristine-adt-raring-armhf-4t8uvj.lxc sudo poweroff
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added 'pristine-adt-raring-armhf-4t8uvj.lxc' (ECDSA) to the list of known hosts.
+ exit 4
+ on_exit
+ log_info_msg Cleaning up
+ log_msg Info: Cleaning up\n
+ date +%F %X
+ printf 2013-04-09 02:53:00: Info: Cleaning up\n
2013-04-09 02:53:00: Info: Cleaning up
+ [ -d /tmp/adt-armhf.EFIxCo ]
+ rm -Rf /tmp/adt-armhf.EFIxCo
+ sudo lxc-stop -n pristine-adt-raring-armhf-4t8uvj
+ LOOP=0
+ :
+ LOOP=10
+ [ 10 -gt 120 ]
+ sudo lxc-info -n pristine-adt-raring-armhf-4t8uvj -t STOPPED
+ break
+ sudo lxc-destroy -n pristine-adt-raring-armhf-4t8uvj
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ubuntu-testing-notifications
mailing list