bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU Autoconf 2.67.69-a1ef66] testsuite: 205 failed


From: Stefano Lattarini
Subject: [GNU Autoconf 2.67.69-a1ef66] testsuite: 205 failed
Date: Fri, 17 Sep 2010 01:07:21 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

This failure of the experimental parallel autotest feature might be 
expected, but I guess signaling it won't hurt.

Regards,
   Stefano

-*-*-

## --------------------------------------- ##
## GNU Autoconf 2.67.69-a1ef66 test suite. ##
## --------------------------------------- ##
205: parallel autotest and signal handling           FAILED 
(autotest.at:1617)

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 1 test was run,
1 failed unexpectedly.                                                          
                               
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

Please send `tests/testsuite.log' and all information you think might 
help:

   To: <address@hidden>
   Subject: [GNU Autoconf 2.67.69-a1ef66] testsuite: 205 failed

You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point.  Its output may
be found below `tests/testsuite.dir'.

## --------------------------------------- ##
## GNU Autoconf 2.67.69-a1ef66 test suite. ##
## --------------------------------------- ##

testsuite: command line was:
  $ ./testsuite -k parallel autotest and signal handling

## ---------- ##
## ChangeLog. ##
## ---------- ##

| 2010-09-16  Eric Blake  <address@hidden>
| 
|       m4sh: fix today's AS_BOX regression
|       * lib/m4sugar/m4sh.m4 (_AS_BOX_LITERAL): Fix underquotation.
|       Reported by Stefano Lattarini.
| 
|       fortran: avoid misparsed FCLIBS from Fortran compiler
|       * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Also skip
|       'Configured by:' lines from gfortran.
|       * NEWS: Mention it.

## --------- ##
## Platform. ##
## --------- ##

hostname = freddy
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_141445-09

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = freddy
Release = 5.10
KernelID = Generic_141445-09
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 4

/bin/arch              = i86pc
/usr/bin/arch -k       = i86pc
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/latta/tmp/autoconf/tests
PATH: /home/latta/bin
PATH: /usr/local/bin
PATH: /usr/local64/bin
PATH: /usr/games
PATH: /usr/X11/bin
PATH: /usr/ccs/bin
PATH: /usr/xpg6/bin
PATH: /usr/xpg4/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/ucb

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2010 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/latta/tmp/autoconf/tests'
| at_srcdir='.'
| abs_srcdir='/home/latta/tmp/autoconf/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/latta/tmp/autoconf'
| at_top_build_prefix='../'
| abs_top_builddir='/home/latta/tmp/autoconf'
| 
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/bash'}

testsuite: atlocal:
| # -*- shell-script -*-
| # tests/atlocal.  Generated from atlocal.in by configure.
| # Configurable variable values for Autoconf test suite.
| 
| # Copyright (C) 2000, 2001, 2005, 2008, 2009, 2010 Free Software
| # Foundation, Inc.
| #
| # This program is free software: you can redistribute it and/or modify
| # it under the terms of the GNU General Public License as published by
| # the Free Software Foundation, either version 3 of the License, or
| # (at your option) any later version.
| #
| # This program is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
| # GNU General Public License for more details.
| #
| # You should have received a copy of the GNU General Public License
| # along with this program.  If not, see <http://www.gnu.org/licenses/>.
| 
| PERL='/usr/local/bin/perl'
| GREP='/usr/xpg4/bin/grep'
| EGREP='/usr/xpg4/bin/grep -E'
| SED='/usr/local/bin/sed'
| 
| # We need to know if sh -n is ok.
| ac_cv_sh_n_works='no'
| 
| # Check whether the underlying system can manage some unusual
| # symbols in file names.
| if test -z ''; then
|   func_sanitize_file_name () { echo "$@"; }
| else
|   func_sanitize_file_name () { echo "$@" | tr -d ''; }
| fi
| 
| # Can we create directories with trailing whitespaces in their name?
| ac_cv_dir_trailing_space='yes'
| if test "$ac_cv_dir_trailing_space" = yes; then
|   func_sanitize_dir_name () { echo "$@"; }
| else
|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
| fi
| 
| # AUTOM4TE might be set in the environment.  Override it here so that
| # direct aclocal invocations also use it.
| AUTOM4TE=autom4te
| export AUTOM4TE

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./local.at:520: /home/latta/tmp/autoconf/tests/autom4te --version
autom4te (GNU Autoconf) 2.67.69-a1ef66
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Akim Demaille.

./local.at:520: /home/latta/tmp/autoconf/tests/autoconf --version
autoconf (GNU Autoconf) 2.67.69-a1ef66
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:520: /home/latta/tmp/autoconf/tests/autoheader --version
autoheader (GNU Autoconf) 2.67.69-a1ef66
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Roland McGrath and Akim Demaille.

./local.at:520: /home/latta/tmp/autoconf/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.67.69-a1ef66
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:520: /home/latta/tmp/autoconf/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.67.69-a1ef66
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

./local.at:520: /home/latta/tmp/autoconf/tests/ifnames --version
ifnames (GNU Autoconf) 2.67.69-a1ef66
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Paul Eggert.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Thu Sep 16 17:56:36 CDT 2010
testsuite: ending at: Thu Sep 16 17:57:07 CDT 2010

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 1 test was run,
1 failed unexpectedly.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Autoconf 2.67.69-a1ef66 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

 205: autotest.at:1512   parallel autotest and signal handling
      autotest

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
205. autotest.at:1512: testing parallel autotest and signal handling ...
./autotest.at:1514: mkfifo fifo || exit 77
./autotest.at:1514: ${CONFIG_SHELL-$SHELL} -c '(set -m && set +m) || exit 77'
stderr:
./autotest.at:1527: cat >./atconfig <<EOF
at_testdir=.
abs_builddir='`pwd`'
at_srcdir=.
abs_srcdir='`pwd`'
at_top_srcdir=.
abs_top_srcdir='`pwd`'
at_top_build_prefix=
abs_top_builddir='`pwd`'
EOF
./autotest.at:1527: autom4te --language=autotest -o micro-suite micro-suite.at
./autotest.at:1557: $CONFIG_SHELL $abs_top_builddir/config.status 
--file=Makefile:Makefile.in
stdout:
config.status: creating Makefile
./autotest.at:1566: $CONFIG_SHELL ./micro-suite
stderr:

micro-suite: WARNING: caught signal INT, bailing out
stdout:
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##
  1: test number 1                                   ok
  2: test number 2                                   ok
  3: test number 3                                   ok
  4: killer test                                    ./autotest.at:1569: grep 
'bailing out' stderr
stdout:
micro-suite: WARNING: caught signal INT, bailing out
./autotest.at:1570: grep 'bailing out' micro-suite.log
stdout:
micro-suite:40: WARNING: caught signal INT, bailing out
./autotest.at:1572: grep '[iI]nterrupt[  ]' stderr
./autotest.at:1575: $CONFIG_SHELL ./micro-suite --jobs=3
stderr:
[1]   Interrupt               ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
[5]+  Interrupt               ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
micro-suite: WARNING: caught signal INT, bailing out
stdout:
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##

  3: test number 3                                   ok
  2: test number 2                                   ok
  4: killer test                                     ok
./autotest.at:1577: grep 'bailing out' stderr
stdout:
micro-suite: WARNING: caught signal INT, bailing out
./autotest.at:1578: grep 'bailing out' micro-suite.log
stdout:
micro-suite:1770: WARNING: caught signal INT, bailing out
./autotest.at:1589: $MAKE check TESTSUITEFLAGS=;           case $? in 1|2) exit 
1;; *) exit $?;; esac
stderr:

micro-suite: WARNING: caught signal INT, bailing out
make: *** [check] Error 130
stdout:
/bin/bash './micro-suite' 
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##
  1: test number 1                                   ok
  2: test number 2                                   ok
  3: test number 3                                   ok
  4: killer test                                    ./autotest.at:1592: grep 
'bailing out' stderr
stdout:
micro-suite: WARNING: caught signal INT, bailing out
./autotest.at:1593: grep 'bailing out' micro-suite.log
stdout:
micro-suite:40: WARNING: caught signal INT, bailing out
./autotest.at:1595: $MAKE check TESTSUITEFLAGS=--jobs=3;           case $? in 
1|2) exit 1;; *) exit $?;; esac
stderr:
[1]   Interrupt               ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
[5]+  Interrupt               ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
micro-suite: WARNING: caught signal INT, bailing out
make: *** [check] Error 130
stdout:
/bin/bash './micro-suite' --jobs=3
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##

  2: test number 2                                   ok
  3: test number 3                                   ok
  4: killer test                                     ok
./autotest.at:1598: grep 'bailing out' stderr
stdout:
micro-suite: WARNING: caught signal INT, bailing out
./autotest.at:1599: grep 'bailing out' micro-suite.log
stdout:
micro-suite:1770: WARNING: caught signal INT, bailing out
./autotest.at:1566: $CONFIG_SHELL ./micro-suite
stderr:

micro-suite: WARNING: caught signal TERM, bailing out
stdout:
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##
  1: test number 1                                   ok
  2: test number 2                                   ok
  3: test number 3                                   ok
  4: killer test                                    ./autotest.at:1569: grep 
'bailing out' stderr
stdout:
micro-suite: WARNING: caught signal TERM, bailing out
./autotest.at:1570: grep 'bailing out' micro-suite.log
stdout:
micro-suite:40: WARNING: caught signal TERM, bailing out
./autotest.at:1572: grep '[iI]nterrupt[  ]' stderr
./autotest.at:1575: $CONFIG_SHELL ./micro-suite --jobs=3
stderr:
[1]   Terminated              ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
[4]-  Terminated              ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
[5]+  Terminated              ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
micro-suite: WARNING: caught signal TERM, bailing out
stdout:
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##

  2: test number 2                                   ok
  3: test number 3                                   ok
./autotest.at:1577: grep 'bailing out' stderr
stdout:
micro-suite: WARNING: caught signal TERM, bailing out
./autotest.at:1578: grep 'bailing out' micro-suite.log
stdout:
micro-suite:1770: WARNING: caught signal TERM, bailing out
./autotest.at:1589: $MAKE check TESTSUITEFLAGS=;           case $? in 1|2) exit 
1;; *) exit $?;; esac
stderr:

micro-suite: WARNING: caught signal TERM, bailing out
make: *** [check] Error 143
stdout:
/bin/bash './micro-suite' 
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##
  1: test number 1                                   ok
  2: test number 2                                   ok
  3: test number 3                                   ok
  4: killer test                                    ./autotest.at:1592: grep 
'bailing out' stderr
stdout:
micro-suite: WARNING: caught signal TERM, bailing out
./autotest.at:1593: grep 'bailing out' micro-suite.log
stdout:
micro-suite:40: WARNING: caught signal TERM, bailing out
./autotest.at:1595: $MAKE check TESTSUITEFLAGS=--jobs=3;           case $? in 
1|2) exit 1;; *) exit $?;; esac
stderr:
[1]   Terminated              ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
[4]-  Terminated              ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
[5]+  Terminated              ( $at_job_control_off; if $at_first; then
    exec 7>"$at_job_fifo";
else
    exec 6>&-;
fi; trap 'set +x; set +e
            trap "" PIPE
            echo stop > "$at_stop_file"
            echo >&7
            as_fn_exit 141' PIPE; at_fn_group_prepare; if cd "$at_group_dir" && 
at_fn_test $at_group && . "$at_test_source"; then
    :;
else
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unable to parse test 
group: $at_group" 1>&5; $as_echo "$as_me: WARNING: unable to parse test group: 
$at_group" 1>&2; }; at_failed=:;
fi; at_fn_group_postprocess; echo 1>&7 )
micro-suite: WARNING: caught signal TERM, bailing out
make: *** [check] Error 143
stdout:
/bin/bash './micro-suite' --jobs=3
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##

  2: test number 2                                   ok
  3: test number 3                                   ok
./autotest.at:1598: grep 'bailing out' stderr
stdout:
micro-suite: WARNING: caught signal TERM, bailing out
./autotest.at:1599: grep 'bailing out' micro-suite.log
stdout:
micro-suite:1770: WARNING: caught signal TERM, bailing out
./autotest.at:1612: ($CONFIG_SHELL ./micro-suite -d -3 5-; echo $? >status) | 
sed 5q
stderr:
stdout:
## -------------------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
## -------------------------------------------------------------- ##
  1: test number 1                                   ok
  2: test number 2                                   ok
./autotest.at:1614: grep '5.*ok' stdout
./autotest.at:1617: test ! -s status || grep 141 status || grep 269 status
stdout:
./autotest.at:1617: exit code was 1, expected 0
./micro-suite.log:
> ## -------------------------------------------------------------- ##
> ## GNU Nonsense 1.0 test suite: suite to test parallel execution. ##
> ## -------------------------------------------------------------- ##
> 
> micro-suite: command line was:
>   $ ./micro-suite --jobs=3
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = freddy
> uname -m = i86pc
> uname -r = 5.10
> uname -s = SunOS
> uname -v = Generic_141445-09
> 
> /usr/bin/uname -p = i386
> /bin/uname -X     = System = SunOS
> Node = freddy
> Release = 5.10
> KernelID = Generic_141445-09
> Machine = i86pc
> BusType = <unknown>
> Serial = <unknown>
> Users = <unknown>
> OEM# = 0
> Origin# = 1
> NumCPU = 4
> 
> /bin/arch              = i86pc
> /usr/bin/arch -k       = i86pc
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: /home/latta/tmp/autoconf/tests
> PATH: /home/latta/bin
> PATH: /usr/local/bin
> PATH: /usr/local64/bin
> PATH: /usr/games
> PATH: /usr/X11/bin
> PATH: /usr/ccs/bin
> PATH: /usr/xpg6/bin
> PATH: /usr/xpg4/bin
> PATH: /usr/bin
> PATH: /usr/sbin
> PATH: /sbin
> PATH: /usr/ucb
> 
> micro-suite: atconfig:
> | at_testdir=.
> | abs_builddir='/home/latta/tmp/autoconf/tests/testsuite.dir/205'
> | at_srcdir=.
> | abs_srcdir='/home/latta/tmp/autoconf/tests/testsuite.dir/205'
> | at_top_srcdir=.
> | abs_top_srcdir='/home/latta/tmp/autoconf/tests/testsuite.dir/205'
> | at_top_build_prefix=
> | abs_top_builddir='/home/latta/tmp/autoconf/tests/testsuite.dir/205'
> 
> micro-suite: atlocal:
> | suite_pid=$$
> | export suite_pid
> 
> ## ---------------- ##
> ## Tested programs. ##
> ## ---------------- ##
> 
> ## ------------------ ##
> ## Running the tests. ##
> ## ------------------ ##
> micro-suite: starting at: Thu Sep 16 17:56:58 CDT 2010
> 2. test number 2 (micro-suite.at:5): ok     (0m0.001s 0m0.003s)
> 3. test number 3 (micro-suite.at:8): ok     (0m0.001s 0m0.004s)
> micro-suite:1770: WARNING: caught signal TERM, bailing out
205. autotest.at:1512: 205. parallel autotest and signal handling 
(autotest.at:1512): FAILED (autotest.at:1617)


## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by GNU Autoconf configure 2.67.69-a1ef66, which was
| generated by GNU Autoconf 2.67.68-0384.  Invocation command line was
| 
|   $ ./configure --prefix=/home/latta/tmp/autoconf/_inst --no-create 
--no-recursion
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = freddy
| uname -m = i86pc
| uname -r = 5.10
| uname -s = SunOS
| uname -v = Generic_141445-09
| 
| /usr/bin/uname -p = i386
| /bin/uname -X     = System = SunOS
| Node = freddy
| Release = 5.10
| KernelID = Generic_141445-09
| Machine = i86pc
| BusType = <unknown>
| Serial = <unknown>
| Users = <unknown>
| OEM# = 0
| Origin# = 1
| NumCPU = 4
| 
| /bin/arch              = i86pc
| /usr/bin/arch -k       = i86pc
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /home/latta/tmp/autoconf/tests
| PATH: /home/latta/bin
| PATH: /usr/local/bin
| PATH: /usr/local64/bin
| PATH: /usr/games
| PATH: /usr/X11/bin
| PATH: /usr/ccs/bin
| PATH: /usr/xpg6/bin
| PATH: /usr/xpg4/bin
| PATH: /usr/bin
| PATH: /usr/sbin
| PATH: /sbin
| PATH: /usr/ucb
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1766: checking for a BSD-compatible install
| configure:1834: result: /usr/local/bin/ginstall -c
| configure:1845: checking whether build environment is sane
| configure:1895: result: yes
| configure:2036: checking for a thread-safe mkdir -p
| configure:2075: result: /opt/sfw/bin/mkdir -p
| configure:2088: checking for gawk
| configure:2104: found /usr/local/bin/gawk
| configure:2115: result: gawk
| configure:2126: checking whether make sets $(MAKE)
| configure:2148: result: yes
| configure:2252: checking whether /bin/sh -n is known to work
| configure:2271: result: no
| configure:2275: checking for characters that cannot appear in file names
| configure:2295: result: none
| configure:2301: checking whether directories can have trailing spaces
| configure:2315: result: yes
| configure:2326: checking for expr
| configure:2344: found /usr/local/bin/expr
| configure:2356: result: /usr/local/bin/expr
| configure:2375: checking for GNU M4 that supports accurate traces
| configure:2417: result: /usr/local/bin/m4
| configure:2420: checking whether /usr/local/bin/m4 accepts --gnu
| configure:2430: result: yes
| configure:2447: checking how m4 supports trace files
| configure:2457: result: --debugfile
| configure:2481: checking for perl
| configure:2499: found /usr/local/bin/perl
| configure:2512: result: /usr/local/bin/perl
| configure:2531: checking whether /usr/local/bin/perl Fcntl::flock is 
implemented
| configure:2545: result: yes
| configure:2563: checking for emacs
| configure:2593: result: no
| configure:2563: checking for xemacs
| configure:2579: found /usr/local/bin/xemacs
| configure:2590: result: xemacs
| configure:2608: checking whether xemacs is sufficiently recent
| configure:2618: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2
| 
| Compiling /home/latta/tmp/autoconf/conftest.el...
| While compiling broken-mode in file /home/latta/tmp/autoconf/conftest.el:
|   ** assignment to free variable broken-defaults
| Wrote /home/latta/tmp/autoconf/conftest.elc
| Done
| configure:2621: $? = 0
| configure:2629: result: yes
| configure:2646: checking for emacs
| configure:2673: result: xemacs
| configure:2697: checking where .elc files should go
| configure:2710: $EMACS -batch -q -eval '(while load-path (princ (concat (car 
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
| configure:2713: $? = 0
| configure:2726: result: ${datadir}/emacs/site-lisp
| configure:2739: checking for grep that handles long lines and -e
| configure:2797: result: /usr/xpg4/bin/grep
| configure:2802: checking for egrep
| configure:2864: result: /usr/xpg4/bin/grep -E
| configure:2869: checking for a sed that does not truncate output
| configure:2933: result: /usr/local/bin/sed
| configure:2943: checking whether make is case sensitive
| configure:2958: result: yes
| configure:3137: creating ./config.status
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##[]
| 
| ac_cv_dir_trailing_space=yes
| ac_cv_env_EMACSLOADPATH_set=
| ac_cv_env_EMACSLOADPATH_value=
| ac_cv_env_EMACS_set=
| ac_cv_env_EMACS_value=
| ac_cv_env_M4_set=
| ac_cv_env_M4_value=
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_path_EGREP='/usr/xpg4/bin/grep -E'
| ac_cv_path_EXPR=/usr/local/bin/expr
| ac_cv_path_GREP=/usr/xpg4/bin/grep
| ac_cv_path_M4=/usr/local/bin/m4
| ac_cv_path_PERL=/usr/local/bin/perl
| ac_cv_path_SED=/usr/local/bin/sed
| ac_cv_path_install='/usr/local/bin/ginstall -c'
| ac_cv_path_mkdir=/opt/sfw/bin/mkdir
| ac_cv_perl_flock_implemented=yes
| ac_cv_prog_AWK=gawk
| ac_cv_prog_EMACS=xemacs
| ac_cv_prog_TEST_EMACS=xemacs
| ac_cv_prog_emacs_ok=yes
| ac_cv_prog_gnu_m4_debugfile=--debugfile
| ac_cv_prog_gnu_m4_gnu=yes
| ac_cv_prog_make_make_case=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_sh_n_works=no
| ac_cv_unsupported_fs_chars=
| am_cv_lispdir='${datadir}/emacs/site-lisp'
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##[]
| 
| ACLOCAL='${SHELL} /home/latta/tmp/autoconf/build-aux/missing --run 
aclocal-1.11'
| AMTAR='${SHELL} /home/latta/tmp/autoconf/build-aux/missing --run tar'
| AUTOCONF='${SHELL} /home/latta/tmp/autoconf/build-aux/missing --run autoconf'
| AUTOHEADER='${SHELL} /home/latta/tmp/autoconf/build-aux/missing --run 
autoheader'
| AUTOMAKE='${SHELL} /home/latta/tmp/autoconf/build-aux/missing --run 
automake-1.11'
| AWK='gawk'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" 
-DPACKAGE_VERSION=\"2.67.69-a1ef66\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 
2.67.69-a1ef66\" -DPACKAGE_BUGREPORT=\"address@hidden" 
-DPACKAGE_URL=\"http://www.gnu.org/software/autoconf/\"; -DPACKAGE=\"autoconf\" 
-DVERSION=\"2.67.69-a1ef66\"'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/usr/xpg4/bin/grep -E'
| EMACS='xemacs'
| EMACSLOADPATH=''
| EXPR='/usr/local/bin/expr'
| GREP='/usr/xpg4/bin/grep'
| HELP2MAN='${SHELL} /home/latta/tmp/autoconf/build-aux/missing --run help2man'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| LIBOBJS=''
| LIBS=''
| LTLIBOBJS=''
| M4='/usr/local/bin/m4'
| M4_DEBUGFILE='--debugfile'
| M4_GNU='--gnu'
| MAKEINFO='${SHELL} /home/latta/tmp/autoconf/build-aux/missing --run makeinfo'
| MAKE_CASE_SENSITIVE_FALSE='#'
| MAKE_CASE_SENSITIVE_TRUE=''
| MKDIR_P='/opt/sfw/bin/mkdir -p'
| PACKAGE='autoconf'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU Autoconf'
| PACKAGE_STRING='GNU Autoconf 2.67.69-a1ef66'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_URL='http://www.gnu.org/software/autoconf/'
| PACKAGE_VERSION='2.67.69-a1ef66'
| PATH_SEPARATOR=':'
| PERL='/usr/local/bin/perl'
| PERL_FLOCK='yes'
| SED='/usr/local/bin/sed'
| SET_MAKE=''
| SHELL='/bin/bash'
| STRIP=''
| TEST_EMACS='xemacs'
| VERSION='2.67.69-a1ef66'
| ac_cv_dir_trailing_space='yes'
| ac_cv_sh_n_works='no'
| ac_cv_unsupported_fs_chars=''
| am__isrc=''
| am__leading_dot='.'
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build_alias=''
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host_alias=''
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} /home/latta/tmp/autoconf/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datadir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='/opt/sfw/bin/mkdir -p'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/home/latta/tmp/autoconf/_inst'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##[]
| 
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Autoconf"
| #define PACKAGE_TARNAME "autoconf"
| #define PACKAGE_VERSION "2.67.69-a1ef66"
| #define PACKAGE_STRING "GNU Autoconf 2.67.69-a1ef66"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/autoconf/";
| #define PACKAGE "autoconf"
| #define VERSION "2.67.69-a1ef66"
| 
| configure: exit 0
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Autoconf config.status 2.67.69-a1ef66, which was
| generated by GNU Autoconf 2.67.68-0384.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on freddy
| 
| config.status:802: creating tests/Makefile
| config.status:802: creating tests/atlocal
| config.status:802: creating man/Makefile
| config.status:802: creating lib/emacs/Makefile
| config.status:802: creating Makefile
| config.status:802: creating doc/Makefile
| config.status:802: creating lib/Makefile
| config.status:802: creating lib/Autom4te/Makefile
| config.status:802: creating lib/autoscan/Makefile
| config.status:802: creating lib/m4sugar/Makefile
| config.status:802: creating lib/autoconf/Makefile
| config.status:802: creating lib/autotest/Makefile
| config.status:802: creating bin/Makefile
| config.status:1005: executing tests/atconfig commands


reply via email to

[Prev in Thread] Current Thread [Next in Thread]