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 [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear DWHEELER, This is a computer-generated error report created automatically by CPANPLUS, version 0.0562. Testers personal comments may appear at the end of this report. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. TEST RESULTS: Below is the error stack from stage 'make test': [CP_MSG] [Fri Mar 3 09:06:29 2006] Trying to get 'file://ftp/pub/CPAN/authors/id/D/DW/DWHEELER/FSA-Rules-0.24.tar.gz' [CP_MSG] [Fri Mar 3 09:06:30 2006] Trying to get 'file://ftp/pub/CPAN/authors/id/D/DW/DWHEELER/CHECKSUMS' [CP_MSG] [Fri Mar 3 09:06:30 2006] Checksum matches for 'FSA-Rules-0.24.tar.gz' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/Build.PL' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/Changes' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/lib/' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/lib/FSA/' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/lib/FSA/Rules.pm' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/Makefile.PL' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/MANIFEST' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/META.yml' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/README' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/t/' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/t/base.t' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/t/graph.t' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/t/pingpong.t' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/t/pod-coverage.t' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/t/pod.t' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/t/state.t' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA-Rules-0.24/t/storable.t' [CP_MSG] [Fri Mar 3 09:06:31 2006] Extracted 'FSA::Rules' to '/net/sunu991/disc1/home/.cpanplus/5.8.5/build/FSA-Rules-0.24' [CP_MSG] [Fri Mar 3 09:06:38 2006] # running Build.PL /usr/local/perl-5.8.5/bin/perl Build.PL Checking whether your kit is complete... Looks good Creating new 'Build' script for 'FSA-Rules' version '0.24' [CP_MSG] [Fri Mar 3 09:06:44 2006] /usr/local/perl-5.8.5/bin/perl Build --makefile_env_macros 1 lib/FSA/Rules.pm -> blib/lib/FSA/Rules.pm Manifying blib/lib/FSA/Rules.pm -> blib/libdoc/FSA::Rules.3 [CP_ERROR] [Fri Mar 3 09:07:04 2006] MAKE TEST failed: No such file or directory /usr/local/perl-5.8.5/bin/perl Build --makefile_env_macros 1 test t/base............ok t/graph........... # Failed test '... and it should return a text version of the graph.' # in t/graph.t at line 55. # got: 'digraph test { # graph [ratio=fill]; # node [label="\N"]; # graph [bb="0,0,94,196"]; # ping [label=ping, pos="66,170", width="0.75", height="0.50"]; # end [label=end, pos="38,26", width="0.75", height="0.50"]; # pong [label=pong, pos="66,98", width="0.78", height="0.50"]; # ping -> end [decorate=1, pos="e,33,44 48,157 38,145 35,135 29,116 24,94 27,70 31,52"]; # ping -> pong [decorate=1, pos="e,60,116 60,152 59,144 59,135 59,126"]; # pong -> end [decorate=1, pos="e,45,44 59,80 56,72 52,62 48,53"]; # pong -> ping [decorate=1, pos="s,72,152 73,142 73,133 73,124 72,116"]; # } # ' # expected: 'digraph test { # node [label="\N"]; # graph [bb="0,0,92,180"]; # ping [label=ping, pos="65,162", width="0.75", height="0.50"]; # end [label=end, pos="37,18", width="0.75", height="0.50"]; # pong [label=pong, pos="65,90", width="0.75", height="0.50"]; # ping -> end [decorate=1, pos="e,32,36 47,149 37,137 34,127 29,108 24,87 26,64 30,46"]; # ping -> pong [decorate=1, pos="e,59,108 59,144 58,136 58,127 58,118"]; # pong -> end [decorate=1, pos="e,44,35 58,73 55,64 51,54 47,45"]; # pong -> ping [decorate=1, pos="e,71,144 71,108 72,116 72,125 72,134"]; # } # ' # Failed test '... and I should be able to call it multiple times and get the same results.' # in t/graph.t at line 59. # got: 'digraph test { # graph [ratio=fill]; # node [label="\N"]; # graph [bb="0,0,94,196"]; # ping [label=ping, pos="66,170", width="0.75", height="0.50"]; # end [label=end, pos="38,26", width="0.75", height="0.50"]; # pong [label=pong, pos="66,98", width="0.78", height="0.50"]; # ping -> end [decorate=1, pos="e,33,44 48,157 38,145 35,135 29,116 24,94 27,70 31,52"]; # ping -> pong [decorate=1, pos="e,60,116 60,152 59,144 59,135 59,126"]; # pong -> end [decorate=1, pos="e,45,44 59,80 56,72 52,62 48,53"]; # pong -> ping [decorate=1, pos="s,72,152 73,142 73,133 73,124 72,116"]; # } # ' # expected: 'digraph test { # node [label="\N"]; # graph [bb="0,0,92,180"]; # ping [label=ping, pos="65,162", width="0.75", height="0.50"]; # end [label=end, pos="37,18", width="0.75", height="0.50"]; # pong [label=pong, pos="65,90", width="0.75", height="0.50"]; # ping -> end [decorate=1, pos="e,32,36 47,149 37,137 34,127 29,108 24,87 26,64 30,46"]; # ping -> pong [decorate=1, pos="e,59,108 59,144 58,136 58,127 58,118"]; # pong -> end [decorate=1, pos="e,44,35 58,73 55,64 51,54 47,45"]; # pong -> ping [decorate=1, pos="e,71,144 71,108 72,116 72,125 72,134"]; # } # ' # Failed test '... and it should also be able to pass the proper arguments to the GraphViz constructor' # in t/graph.t at line 109. # got: 'digraph test { # graph [ratio=fill, bgcolor=magenta]; # node [label="\N", shape=circle]; # graph [bb="0,0,182,312"]; # ping [label=ping, pos="147,273", width="0.86", height="0.86"]; # end [label=end, pos="61,36", width="0.75", height="0.76"]; # pong [label=pong, pos="147,170", width="0.94", height="0.94"]; # ping -> end [decorate=1, label="Enough\nIterations\n(ping)", pos="e,47,59 117,265 88,256 46,237 27,204 2,161 25,102 43,66", lp="69,170"]; # ping -> pong [decorate=1, pos="e,141,203 141,242 140,232 140,221 141,210"]; # pong -> end [decorate=1, label="Enough\nIterations", pos="e,73,61 125,144 118,136 111,127 105,118 95,102 85,84 77,69", lp="144,100"]; # pong -> ping [decorate=1, pos="s,153,242 154,232 154,223 154,213 153,203"]; # } # ' # expected: 'digraph test { # graph [bgcolor=magenta]; # node [label="\N", shape=circle]; # graph [bb="0,0,150,278"]; # ping [label=ping, pos="119,249", width="0.81", height="0.81"]; # end [label=end, pos="54,26", width="0.69", height="0.71"]; # pong [label=pong, pos="119,151", width="0.86", height="0.86"]; # ping -> end [decorate=1, label="Enough\nIterations\n(ping)", pos="e,42,48 92,238 70,227 41,209 27,182 7,142 23,90 38,57", lp="57,151"]; # ping -> pong [decorate=1, pos="e,113,182 113,221 112,212 112,202 112,192"]; # pong -> end [decorate=1, label="Enough\nIterations", pos="e,66,49 105,123 95,104 81,78 71,58", lp="119,86"]; # pong -> ping [decorate=1, pos="e,125,221 125,182 126,191 126,201 126,211"]; # } # ' # Looks like you failed 3 tests of 10. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 5-6, 10 Failed 3/10 tests, 70.00% okay t/pingpong........ok t/pod-coverage....ok t/pod.............ok t/state...........ok t/storable........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/graph.t 3 768 10 3 30.00% 5-6 10 Failed 1/7 test scripts, 85.71% okay. 3/409 subtests failed, 99.27% okay. make: *** [test] Error 29 PREREQUISITES: Here is a list of prerequisites you specified and versions we managed to load: Clone 0.18 Test::Simple 0.62 ******************************** NOTE ******************************** The comments above are created mechanically, possibly without manual checking by the sender. As there are many people performing automatic tests on each upload to CPAN, it is likely that you will receive identical messages about the same problem. If you believe that the message is mistaken, please reply to the first one with correction and/or additional informations, and do not take it personally. We appreciate your patience. :) ********************************************************************** Additional comments: This report was machine-generated by CPAN::YACSmoke 0.03. -- Summary of my perl5 (revision 5 version 8 subversion 5) configuration: Platform: osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi uname='sunos sunu991 5.9 generic_112233-12 sun4u sparc sunw,ultra-5_10 solaris ' config_args='-de -Dusethreads -Dcc=gcc' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O', cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3.2', gccosandvers='solaris2.8' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib ' libpth=/usr/local/lib /usr/lib /usr/ccs/lib libs=-lsocket -lnsl -ldl -lm -lpthread -lc perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
