develooper Front page | perl.cpan.testers | Postings from September 2007

FAIL Games-Dice-Probability-0.02 i686-linux 2.4.27-3-686

From:
david
Date:
September 23, 2007 16:32
Subject:
FAIL Games-Dice-Probability-0.02 i686-linux 2.4.27-3-686
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
	
--
Dear Jason A. Dour,
    
This is a computer-generated test report for Games-Dice-Probability-0.02, created
automatically by CPAN::Reporter, version 0.46, and sent to the CPAN 
Testers mailing list.  If you have received this email directly, it is 
because the person testing your distribution chose to send a copy to your 
CPAN email address; there may be a delay before the official report is
received and processed by CPAN Testers.

Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

Sections of this report:

    * Tester comments
    * Prerequisites
    * Environment and other context
    * Test output

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                       Need Have 
    ---------------------------- ---- -----
    Math::Symbolic::AuxFunctions 0    0.508
    Parse::RecDescent            0    1.94 

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_GB
    LANGUAGE = en_GB:en_US:en_GB:en
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 1
    PERL5_CPAN_IS_RUNNING = 1
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /home/david/cpantesting/perl-5.6.2/bin/perl
    UID:  $<  = 1000
    EUID: $>  = 1000
    GID:  $(  = 1000 46 44 29 25 24 20 1000
    EGID: $)  = 1000 46 44 29 25 24 20 1000

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.91_53
    Cwd                 2.04   
    ExtUtils::CBuilder  n/a    
    ExtUtils::Command   1.09_01
    ExtUtils::Install   1.41   
    ExtUtils::MakeMaker 6.31   
    ExtUtils::Manifest  1.48   
    ExtUtils::ParseXS   n/a    
    File::Spec          0.86   
    Module::Build       0.2808 
    Module::Signature   n/a    
    Test::Harness       2.64   
    Test::More          0.67   
    version             0.7203 

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /home/david/cpantesting/perl-5.6.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Games-Dice-Probability.........................ok
t/Games-Dice-Probability.t.01-1d6................ok
t/Games-Dice-Probability.t.02-2d6................ok
t/Games-Dice-Probability.t.03-3d6................ok
t/Games-Dice-Probability.t.04-4d6................ok
t/Games-Dice-Probability.t.05-5d6................ok
t/Games-Dice-Probability.t.06-6d6................ok
t/Games-Dice-Probability.t.07-2d6plus2d6.........ok
t/Games-Dice-Probability.t.08-3d6plus3d6.........ok
t/Games-Dice-Probability.t.09-2d6minus2d6........ok
t/Games-Dice-Probability.t.10-3d6minus3d6........ok
t/Games-Dice-Probability.t.11-2d6times2d6........ok
t/Games-Dice-Probability.t.12-3d6times3d6........ok
t/Games-Dice-Probability.t.13-2d6dividedby2d6....ok
t/Games-Dice-Probability.t.14-3d6dividedby3d6....ok
t/Games-Dice-Probability.t.15-1df................# Test 6 got: '0.25' (t/Games-Dice-Probability.t.15-1df.t at line 28)
#   Expected: '0.333333333333333'
#  t/Games-Dice-Probability.t.15-1df.t line 28 is: ok($diceobj->probability(-1),0.333333333333333);
# Test 7 got: '0.25' (t/Games-Dice-Probability.t.15-1df.t at line 29)
#   Expected: '0.333333333333333'
#  t/Games-Dice-Probability.t.15-1df.t line 29 is: ok($diceobj->probability(0),0.333333333333333);
# Test 8 got: '0.25' (t/Games-Dice-Probability.t.15-1df.t at line 30)
#   Expected: '0.333333333333333'
#  t/Games-Dice-Probability.t.15-1df.t line 30 is: ok($diceobj->probability(1),0.333333333333333);
FAILED tests 6-8
	Failed 3/9 tests, 66.67% okay
t/Games-Dice-Probability.t.16-2df................# Test 6 got: '0.0833333333333333' (t/Games-Dice-Probability.t.16-2df.t at line 28)
#   Expected: '0.111111111111111'
#  t/Games-Dice-Probability.t.16-2df.t line 28 is: ok($diceobj->probability(-2),0.111111111111111);
# Test 7 got: '0.166666666666667' (t/Games-Dice-Probability.t.16-2df.t at line 29)
#   Expected: '0.222222222222222'
#  t/Games-Dice-Probability.t.16-2df.t line 29 is: ok($diceobj->probability(-1),0.222222222222222);
# Test 8 got: '0.25' (t/Games-Dice-Probability.t.16-2df.t at line 30)
#   Expected: '0.333333333333333'
#  t/Games-Dice-Probability.t.16-2df.t line 30 is: ok($diceobj->probability(0),0.333333333333333);
# Test 9 got: '0.166666666666667' (t/Games-Dice-Probability.t.16-2df.t at line 31)
#   Expected: '0.222222222222222'
#  t/Games-Dice-Probability.t.16-2df.t line 31 is: ok($diceobj->probability(1),0.222222222222222);
# Test 10 got: '0.0833333333333333' (t/Games-Dice-Probability.t.16-2df.t at line 32)
#    Expected: '0.111111111111111'
#  t/Games-Dice-Probability.t.16-2df.t line 32 is: ok($diceobj->probability(2),0.111111111111111);
FAILED tests 6-10
	Failed 5/11 tests, 54.55% okay
t/Games-Dice-Probability.t.17-3df................# Test 6 got: '0.0294117647058824' (t/Games-Dice-Probability.t.17-3df.t at line 28)
#   Expected: '0.037037037037037'
#  t/Games-Dice-Probability.t.17-3df.t line 28 is: ok($diceobj->probability(-3),0.037037037037037);
# Test 7 got: '0.0882352941176471' (t/Games-Dice-Probability.t.17-3df.t at line 29)
#   Expected: '0.111111111111111'
#  t/Games-Dice-Probability.t.17-3df.t line 29 is: ok($diceobj->probability(-2),0.111111111111111);
# Test 8 got: '0.176470588235294' (t/Games-Dice-Probability.t.17-3df.t at line 30)
#   Expected: '0.222222222222222'
#  t/Games-Dice-Probability.t.17-3df.t line 30 is: ok($diceobj->probability(-1),0.222222222222222);
# Test 9 got: '0.205882352941176' (t/Games-Dice-Probability.t.17-3df.t at line 31)
#   Expected: '0.259259259259259'
#  t/Games-Dice-Probability.t.17-3df.t line 31 is: ok($diceobj->probability(0),0.259259259259259);
# Test 10 got: '0.176470588235294' (t/Games-Dice-Probability.t.17-3df.t at line 32)
#    Expected: '0.222222222222222'
#  t/Games-Dice-Probability.t.17-3df.t line 32 is: ok($diceobj->probability(1),0.222222222222222);
# Test 11 got: '0.0882352941176471' (t/Games-Dice-Probability.t.17-3df.t at line 33)
#    Expected: '0.111111111111111'
#  t/Games-Dice-Probability.t.17-3df.t line 33 is: ok($diceobj->probability(2),0.111111111111111);
# Test 12 got: '0.0294117647058824' (t/Games-Dice-Probability.t.17-3df.t at line 34)
#    Expected: '0.037037037037037'
#  t/Games-Dice-Probability.t.17-3df.t line 34 is: ok($diceobj->probability(3),0.037037037037037);
FAILED tests 6-12
	Failed 7/13 tests, 46.15% okay
t/Games-Dice-Probability.t.18-4df................# Test 6 got: '0.01' (t/Games-Dice-Probability.t.18-4df.t at line 28)
#   Expected: '0.0123456790123457'
#  t/Games-Dice-Probability.t.18-4df.t line 28 is: ok($diceobj->probability(-4),0.0123456790123457);
# Test 7 got: '0.04' (t/Games-Dice-Probability.t.18-4df.t at line 29)
#   Expected: '0.0493827160493827'
#  t/Games-Dice-Probability.t.18-4df.t line 29 is: ok($diceobj->probability(-3),0.0493827160493827);
# Test 8 got: '0.1' (t/Games-Dice-Probability.t.18-4df.t at line 30)
#   Expected: '0.123456790123457'
#  t/Games-Dice-Probability.t.18-4df.t line 30 is: ok($diceobj->probability(-2),0.123456790123457);
# Test 9 got: '0.16' (t/Games-Dice-Probability.t.18-4df.t at line 31)
#   Expected: '0.197530864197531'
#  t/Games-Dice-Probability.t.18-4df.t line 31 is: ok($diceobj->probability(-1),0.197530864197531);
# Test 10 got: '0.19' (t/Games-Dice-Probability.t.18-4df.t at line 32)
#    Expected: '0.234567901234568'
#  t/Games-Dice-Probability.t.18-4df.t line 32 is: ok($diceobj->probability(0),0.234567901234568);
# Test 11 got: '0.16' (t/Games-Dice-Probability.t.18-4df.t at line 33)
#    Expected: '0.197530864197531'
#  t/Games-Dice-Probability.t.18-4df.t line 33 is: ok($diceobj->probability(1),0.197530864197531);
# Test 12 got: '0.1' (t/Games-Dice-Probability.t.18-4df.t at line 34)
#    Expected: '0.123456790123457'
#  t/Games-Dice-Probability.t.18-4df.t line 34 is: ok($diceobj->probability(2),0.123456790123457);
# Test 13 got: '0.04' (t/Games-Dice-Probability.t.18-4df.t at line 35)
#    Expected: '0.0493827160493827'
#  t/Games-Dice-Probability.t.18-4df.t line 35 is: ok($diceobj->probability(3),0.0493827160493827);
# Test 14 got: '0.01' (t/Games-Dice-Probability.t.18-4df.t at line 36)
#    Expected: '0.0123456790123457'
#  t/Games-Dice-Probability.t.18-4df.t line 36 is: ok($diceobj->probability(4),0.0123456790123457);
FAILED tests 6-14
	Failed 9/15 tests, 40.00% okay
t/Games-Dice-Probability.t.19-5df................# Test 6 got: '0.00340136054421769' (t/Games-Dice-Probability.t.19-5df.t at line 28)
#   Expected: '0.00411522633744856'
#  t/Games-Dice-Probability.t.19-5df.t line 28 is: ok($diceobj->probability(-5),0.00411522633744856);
# Test 7 got: '0.0170068027210884' (t/Games-Dice-Probability.t.19-5df.t at line 29)
#   Expected: '0.0205761316872428'
#  t/Games-Dice-Probability.t.19-5df.t line 29 is: ok($diceobj->probability(-4),0.0205761316872428);
# Test 8 got: '0.0510204081632653' (t/Games-Dice-Probability.t.19-5df.t at line 30)
#   Expected: '0.0617283950617284'
#  t/Games-Dice-Probability.t.19-5df.t line 30 is: ok($diceobj->probability(-3),0.0617283950617284);
# Test 9 got: '0.102040816326531' (t/Games-Dice-Probability.t.19-5df.t at line 31)
#   Expected: '0.123456790123457'
#  t/Games-Dice-Probability.t.19-5df.t line 31 is: ok($diceobj->probability(-2),0.123456790123457);
# Test 10 got: '0.153061224489796' (t/Games-Dice-Probability.t.19-5df.t at line 32)
#    Expected: '0.185185185185185'
#  t/Games-Dice-Probability.t.19-5df.t line 32 is: ok($diceobj->probability(-1),0.185185185185185);
# Test 11 got: '0.173469387755102' (t/Games-Dice-Probability.t.19-5df.t at line 33)
#    Expected: '0.209876543209877'
#  t/Games-Dice-Probability.t.19-5df.t line 33 is: ok($diceobj->probability(0),0.209876543209877);
# Test 12 got: '0.153061224489796' (t/Games-Dice-Probability.t.19-5df.t at line 34)
#    Expected: '0.185185185185185'
#  t/Games-Dice-Probability.t.19-5df.t line 34 is: ok($diceobj->probability(1),0.185185185185185);
# Test 13 got: '0.102040816326531' (t/Games-Dice-Probability.t.19-5df.t at line 35)
#    Expected: '0.123456790123457'
#  t/Games-Dice-Probability.t.19-5df.t line 35 is: ok($diceobj->probability(2),0.123456790123457);
# Test 14 got: '0.0510204081632653' (t/Games-Dice-Probability.t.19-5df.t at line 36)
#    Expected: '0.0617283950617284'
#  t/Games-Dice-Probability.t.19-5df.t line 36 is: ok($diceobj->probability(3),0.0617283950617284);
# Test 15 got: '0.0170068027210884' (t/Games-Dice-Probability.t.19-5df.t at line 37)
#    Expected: '0.0205761316872428'
#  t/Games-Dice-Probability.t.19-5df.t line 37 is: ok($diceobj->probability(4),0.0205761316872428);
# Test 16 got: '0.00340136054421769' (t/Games-Dice-Probability.t.19-5df.t at line 38)
#    Expected: '0.00411522633744856'
#  t/Games-Dice-Probability.t.19-5df.t line 38 is: ok($diceobj->probability(5),0.00411522633744856);
FAILED tests 6-16
	Failed 11/17 tests, 35.29% okay
t/Games-Dice-Probability.t.20-6df................# Test 6 got: '0.00114942528735632' (t/Games-Dice-Probability.t.20-6df.t at line 28)
#   Expected: '0.00137174211248285'
#  t/Games-Dice-Probability.t.20-6df.t line 28 is: ok($diceobj->probability(-6),0.00137174211248285);
# Test 7 got: '0.00689655172413793' (t/Games-Dice-Probability.t.20-6df.t at line 29)
#   Expected: '0.00823045267489712'
#  t/Games-Dice-Probability.t.20-6df.t line 29 is: ok($diceobj->probability(-5),0.00823045267489712);
# Test 8 got: '0.0241379310344828' (t/Games-Dice-Probability.t.20-6df.t at line 30)
#   Expected: '0.0288065843621399'
#  t/Games-Dice-Probability.t.20-6df.t line 30 is: ok($diceobj->probability(-4),0.0288065843621399);
# Test 9 got: '0.0574712643678161' (t/Games-Dice-Probability.t.20-6df.t at line 31)
#   Expected: '0.0685871056241427'
#  t/Games-Dice-Probability.t.20-6df.t line 31 is: ok($diceobj->probability(-3),0.0685871056241427);
# Test 10 got: '0.103448275862069' (t/Games-Dice-Probability.t.20-6df.t at line 32)
#    Expected: '0.123456790123457'
#  t/Games-Dice-Probability.t.20-6df.t line 32 is: ok($diceobj->probability(-2),0.123456790123457);
# Test 11 got: '0.144827586206897' (t/Games-Dice-Probability.t.20-6df.t at line 33)
#    Expected: '0.172839506172839'
#  t/Games-Dice-Probability.t.20-6df.t line 33 is: ok($diceobj->probability(-1),0.172839506172839);
# Test 12 got: '0.162068965517241' (t/Games-Dice-Probability.t.20-6df.t at line 34)
#    Expected: '0.193415637860082'
#  t/Games-Dice-Probability.t.20-6df.t line 34 is: ok($diceobj->probability(0),0.193415637860082);
# Test 13 got: '0.144827586206897' (t/Games-Dice-Probability.t.20-6df.t at line 35)
#    Expected: '0.172839506172839'
#  t/Games-Dice-Probability.t.20-6df.t line 35 is: ok($diceobj->probability(1),0.172839506172839);
# Test 14 got: '0.103448275862069' (t/Games-Dice-Probability.t.20-6df.t at line 36)
#    Expected: '0.123456790123457'
#  t/Games-Dice-Probability.t.20-6df.t line 36 is: ok($diceobj->probability(2),0.123456790123457);
# Test 15 got: '0.0574712643678161' (t/Games-Dice-Probability.t.20-6df.t at line 37)
#    Expected: '0.0685871056241427'
#  t/Games-Dice-Probability.t.20-6df.t line 37 is: ok($diceobj->probability(3),0.0685871056241427);
# Test 16 got: '0.0241379310344828' (t/Games-Dice-Probability.t.20-6df.t at line 38)
#    Expected: '0.0288065843621399'
#  t/Games-Dice-Probability.t.20-6df.t line 38 is: ok($diceobj->probability(4),0.0288065843621399);
# Test 17 got: '0.00689655172413793' (t/Games-Dice-Probability.t.20-6df.t at line 39)
#    Expected: '0.00823045267489712'
#  t/Games-Dice-Probability.t.20-6df.t line 39 is: ok($diceobj->probability(5),0.00823045267489712);
# Test 18 got: '0.00114942528735632' (t/Games-Dice-Probability.t.20-6df.t at line 40)
#    Expected: '0.00137174211248285'
#  t/Games-Dice-Probability.t.20-6df.t line 40 is: ok($diceobj->probability(6),0.00137174211248285);
FAILED tests 6-18
	Failed 13/19 tests, 31.58% okay
t/Games-Dice-Probability.t.21-mid4...............ok
t/Games-Dice-Probability.t.22-mid6...............ok
t/Games-Dice-Probability.t.23-mid8...............ok
t/Games-Dice-Probability.t.24-mid10..............ok
t/Games-Dice-Probability.t.25-mid12..............ok
t/Games-Dice-Probability.t.26-mid20..............ok
t/Games-Dice-Probability.t.27-silly..............ok
t/Games-Dice-Probability.t.28-stoopid............ok
Failed Test                         Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/Games-Dice-Probability.t.15-1df.t                9    3  6-8
t/Games-Dice-Probability.t.16-2df.t               11    5  6-10
t/Games-Dice-Probability.t.17-3df.t               13    7  6-12
t/Games-Dice-Probability.t.18-4df.t               15    9  6-14
t/Games-Dice-Probability.t.19-5df.t               17   11  6-16
t/Games-Dice-Probability.t.20-6df.t               19   13  6-18
Failed 6/29 test scripts. 48/12653 subtests failed.
Files=29, Tests=12653, 12 wallclock secs ( 5.67 cusr +  2.39 csys =  8.06 CPU)
Failed 6/29 test programs. 48/12653 subtests failed.
make: *** [test_dynamic] Error 11


--

Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
  Platform:
    osname=linux, osvers=2.4.27-3-686, archname=i686-linux
    uname='linux pigsty 2.4.27-3-686 #1 tue dec 5 21:03:54 utc 2006 i686 gnulinux '
    config_args='-Dprefix=/home/david/cpantesting/perl-5.6.2 -de'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O3',
    cppflags='-fno-strict-aliasing'
    ccversion='', gccversion='3.3.5 (Debian 1:3.3.5-13)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldl -lm -lc -lcrypt -lutil
    perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About