GNU bug report logs - #11452
self test failure: t/parallel-tests-fork-bomb

Previous Next

Package: automake;

Reported by: Simon Josefsson <simon <at> josefsson.org>

Date: Fri, 11 May 2012 16:09:01 UTC

Severity: minor

Tags: patch

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#11452: closed (self test failure: t/parallel-tests-fork-bomb)
Date: Sun, 13 May 2012 11:26:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 13 May 2012 13:24:45 +0200
with message-id <4FAF99FD.60903 <at> gmail.com>
and subject line Re: bug#11452: self test failure: t/parallel-tests-fork-bomb
has caused the debbugs.gnu.org bug report #11452,
regarding self test failure: t/parallel-tests-fork-bomb
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
11452: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11452
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Simon Josefsson <simon <at> josefsson.org>
To: bug-automake <at> gnu.org
Subject: self test failure: t/parallel-tests-fork-bomb
Date: Fri, 11 May 2012 10:45:31 +0200
I got two self-test failures with automake 1.12 on Ubuntu 12.04 LTS.
The first was the 'lex-clean' issue that was already reported.  The
other I couldn't find any report for, so please find test-suite.log
output for the failing test below.

/Simon

FAIL: t/parallel-tests-fork-bomb
================================

Running from installcheck: no
Using TAP: no
PATH = /home/jas/src/automake-1.12/t/ax:/home/jas/src/automake-1.12/t/wrap:/home/jas/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jas/bin
++ pwd
/home/jas/src/automake-1.12/t/parallel-tests-fork-bomb.dir
+ cat
+ using_gmake
+ case $am__using_gmake in
+ make --version -v
+ grep GNU
GNU Make 3.81
+ am__using_gmake=yes
+ return 0
+ cond=:
+ cat
+ ulimit -t 8
+ ulimit -t 8
+ aclocal-1.12 -Werror
+ autoconf
+ automake-1.12 --foreign -Werror -Wall -a -Wno-portability
configure.ac:2: installing './test-driver'
+ ./configure
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 that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
+ :
+ do_check test-suite.log TESTS=test-suite.test
+ st=0
+ log=test-suite.log
+ shift
+ env TESTS=test-suite.test make -e check
+ st=2
+ cat output
make  check-TESTS
make[1]: Går till katalogen "/home/jas/src/automake-1.12/t/parallel-tests-fork-bomb.dir"
make[2]: Går till katalogen "/home/jas/src/automake-1.12/t/parallel-tests-fork-bomb.dir"
make[2]: Det cirkulära beroendet test-suite.log <- test-suite.log släpptes.
make[3]: Går till katalogen "/home/jas/src/automake-1.12/t/parallel-tests-fork-bomb.dir"
make[3]: Det cirkulära beroendet test-suite.log <- test-suite.log släpptes.
fatal: making test-suite.log: possible infinite recursion detected
fatal: making test-suite.log: failed to create test-suite.trs
fatal: making test-suite.log: failed to create test-suite.log
make[3]: *** [test-suite.log] Fel 1
make[3]: Lämnar katalogen "/home/jas/src/automake-1.12/t/parallel-tests-fork-bomb.dir"
fatal: making test-suite.log: failed to create test-suite.trs
fatal: making test-suite.log: failed to create test-suite.log
make[2]: *** [test-suite.log] Fel 1
make[2]: Lämnar katalogen "/home/jas/src/automake-1.12/t/parallel-tests-fork-bomb.dir"
make[1]: *** [check-TESTS] Fel 2
make[1]: Lämnar katalogen "/home/jas/src/automake-1.12/t/parallel-tests-fork-bomb.dir"
make: *** [check-am] Fel 2
+ /bin/grep -F ::OOPS:: output
+ test '!' -f test-suite.log
+ using_gmake
+ case $am__using_gmake in
+ return 0
+ grep '[Cc]ircular.*dependency' output
+ /bin/grep -F test-suite.log
+ exit_status=1
+ set +e
+ cd /home/jas/src/automake-1.12
+ test no = yes
+ case $am_explicit_skips in
+ test 1 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
parallel-tests-fork-bomb: exit 1


[Message part 3 (message/rfc822, inline)]
From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Simon Josefsson <simon <at> josefsson.org>
Cc: 11452-done <at> debbugs.gnu.org
Subject: Re: bug#11452: self test failure: t/parallel-tests-fork-bomb
Date: Sun, 13 May 2012 13:24:45 +0200
On 05/12/2012 08:44 AM, Stefano Lattarini wrote:
> tags 11452 + patch
> severity 11452 minor
> thanks
> 
> Hi Simon, thanks for the report.
> 
> On 05/11/2012 10:45 AM, Simon Josefsson wrote:
>> I got two self-test failures with automake 1.12 on Ubuntu 12.04 LTS.
>> The first was the 'lex-clean' issue that was already reported.  The
>> other I couldn't find any report for, so please find test-suite.log
>> output for the failing test below.
>>
>> /Simon
>>
>> FAIL: t/parallel-tests-fork-bomb
>>
> [SNIP]
> 
> It's a spurious failure due to internationalization/localization.  Does
> the attached patch fix the problem for you?
> 
I've pushed this now, and I'm thus closing the bug report.  Feel free to
re-open it in case the error persists.

Regards,
  Stefano


This bug report was last modified 13 years and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.