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 HARDAKER, This is a computer-generated error report created automatically by CPANPLUS, version 0.82. 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': [MSG] [Thu Nov 1 21:48:36 2007] Trying to get 'file://ftp/pub/CPAN/authors/id/H/HA/HARDAKER/Net-DNS-ZoneFile-Fast-0.9.tar.gz' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/Changes' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/Makefile.PL' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/Fast.pm' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/META.yml' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/MANIFEST' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/README' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/origin.t' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/read.t' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/lines.t' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/zone.t' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/generate.t' [MSG] [Thu Nov 1 21:48:37 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/comment.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/null-rr.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/00-load.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/soattl.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/rrs.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/rrs-ws.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/newlines.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/rr-dnssec.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/rr-multi-a.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net-DNS-ZoneFile-Fast-0.9/t/ttl.t' [MSG] [Thu Nov 1 21:48:38 2007] Extracted 'Net::DNS::ZoneFile::Fast' to '/net/sunu991/disc1/home/.cpanplus/5.8.8/build/Net-DNS-ZoneFile-Fast-0.9' [MSG] [Thu Nov 1 21:48:49 2007] Checking if your kit is complete... Looks good Writing Makefile for Net::DNS::ZoneFile::Fast [MSG] [Thu Nov 1 21:48:49 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value' [MSG] [Thu Nov 1 21:49:07 2007] cp Fast.pm blib/lib/Net/DNS/ZoneFile/Fast.pm Manifying blib/man3/Net::DNS::ZoneFile::Fast.3 [ERROR] [Thu Nov 1 21:50:43 2007] MAKE TEST failed: Illegal seek PERL_DL_NONLAZY=1 /usr/local/perl-5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.......ok t/comment.......ok t/generate...... # Failed test 'First RR of a $GENERATE' # at t/generate.t line 27. # got: '1.1.1.1.in-addr.arpa. 0 IN PTR host-$.acme.com.' # expected: '1.1.1.1.in-addr.arpa. 0 IN PTR host-1.acme.com.' # Failed test 'Second RR of a $GENERATE' # at t/generate.t line 27. # got: '2.1.1.1.in-addr.arpa. 0 IN PTR host-$.acme.com.' # expected: '2.1.1.1.in-addr.arpa. 0 IN PTR host-2.acme.com.' # Failed test 'Third RR of a $GENERATE' # at t/generate.t line 27. # got: '3.1.1.1.in-addr.arpa. 0 IN PTR host-$.acme.com.' # expected: '3.1.1.1.in-addr.arpa. 0 IN PTR host-3.acme.com.' # Failed test 'Fourth RR of a $GENERATE' # at t/generate.t line 27. # got: '4.1.1.1.in-addr.arpa. 0 IN PTR host-$.acme.com.' # expected: '4.1.1.1.in-addr.arpa. 0 IN PTR host-4.acme.com.' # Failed test 'Last RR of a $GENERATE' # at t/generate.t line 27. # got: '5.1.1.1.in-addr.arpa. 0 IN PTR host-$.acme.com.' # expected: '5.1.1.1.in-addr.arpa. 0 IN PTR host-5.acme.com.' # Looks like you failed 5 tests of 7. dubious Test returned status 5 (wstat 1280, 0x500) DIED. FAILED tests 3-7 Failed 5/7 tests, 28.57% okay t/lines.........ok t/newlines......ok t/null-rr.......ok t/origin........ok t/read..........ok t/rr-dnssec.....ok t/rr-multi-a....ok t/rrs-ws........ok t/rrs...........ok t/soattl........ok t/ttl...........ok t/zone..........ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/generate.t 5 1280 7 5 3-7 Failed 1/15 test scripts. 5/294 subtests failed. Files=15, Tests=294, 92 wallclock secs (32.75 cusr + 27.47 csys = 60.22 CPU) Failed 1/15 test programs. 5/294 subtests failed. make: *** [test_dynamic] Error 29 [MSG] [Thu Nov 1 21:50:44 2007] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value' PREREQUISITES: Here is a list of prerequisites you specified and versions we managed to load: Module Name Have Want IO::File 1.14 0 MIME::Base64 3.07 0 Net::DNS 0.61 0 Net::DNS::SEC 0.14 0 ******************************** 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 8) configuration: Platform: osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi uname='sunos sunu991 5.9 generic_118558-14 sun4u sparc sunw,ultra-5_10 solaris ' config_args='-Dcc=gcc -Dprefix=/usr/local/perl-5.8.8 -Dinstallusrbinperl' 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 -Wdeclaration-after-statement -I/usr/local/test/include -I/usr/local/ssl/include -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O', cppflags='-D_REENTRANT -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/test/include -I/usr/local/ssl/include -I/usr/local/include' ccversion='', gccversion='3.4.1', gccosandvers='solaris2.9' 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/test/lib -L/usr/local/ssl/lib -L/usr/local/lib ' libpth=/usr/local/test/lib /usr/local/ssl/lib /usr/local/lib /usr/lib /usr/ccs/lib libs=-lsocket -lnsl -lgdbm -ldb -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=, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-fPIC', lddlflags='-G -L/usr/local/test/lib -L/usr/local/ssl/lib -L/usr/local/lib'
