Your message dated Sat, 23 Apr 2016 10:34:15 +0300
with message-id <[email protected]>
and subject line Re: Bug#599992: perl: FTBFS on mips: lib/Memoize/t/speed
FAILED at test 2
has caused the Debian Bug report #599992,
regarding Non-deterministic failure in lib/Memoize/t/speed on mips/slow systems
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
599992: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599992
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: perl
Version: 5.10.1-15
Severity: serious
Justification: FTBFS
Hi,
your package no longer builds on mips:
| lib/Memoize/t/speed...........................................FAILED at test 2
[…]
| t/pod/twice...................................................ok
| Failed 1 test out of 1668, 99.94% okay.
| t/x2p/s2p.....................................................ok
| ### Since not all tests were successful, you may want to run some of
| ### them individually and examine any diagnostic messages they produce.
| ### See the INSTALL document's section on "make test".
| ../lib/Memoize/t/speed.t
| ### You have a good chance to get more information by running
| ### ./perl harness
| ### in the 't' directory since most (>=80%) of the tests succeeded.
| ### You may have to set your dynamic library search path,
| ### LD_LIBRARY_PATH, to point to the build directory:
| ### setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
| ### LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
| ### export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
| ### for csh-style shells, like tcsh; or for traditional/modern
| ### Bourne-style shells, like bash, ksh, and zsh, respectively.
| u=29.36 s=10.92 cu=3851.02 cs=2410.18 scripts=1668 tests=234683
| make[3]: *** [_test_notty] Error 1
Full build logs:
https://buildd.debian.org/status/package.php?p=perl
Mraw,
KiBi.
--- End Message ---
--- Begin Message ---
On Tue, Oct 12, 2010 at 11:46:08PM +0300, Niko Tyni wrote:
> On Tue, Oct 12, 2010 at 05:30:34PM +0200, Cyril Brulebois wrote:
> > Source: perl
> > Version: 5.10.1-15
> > Severity: serious
> > Justification: FTBFS
>
> > your package no longer builds on mips:
> > | lib/Memoize/t/speed...........................................FAILED at
> > test 2
> This test is timing sensitive by nature: it calculates Fibonacci numbers
> recursively until the calculation of the next one takes more than ten
> seconds, then checks that a memoized run takes less than one tenth
> of that.
>
> It seems conceivable that a load spike on a slow machine could make the
> memoized run (which itself is trivial CPU-wise) to take two seconds,
> which would cause the failure.
>
> FWIW, 5.12.0-2 in experimental failed in the same way on lucatelli but the
> next
> build succeeded again.
I couldn't find any further occurrences of this since 2010.
No use keeping this open IMO, so closing.
--
Niko Tyni [email protected]
--- End Message ---