Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-07-17T09:31:58 ActivePerl-1003 CPAN-1.9402 Going to read '/export/home/fly1003/var/cpan/Metadata' Database was generated on Fri, 16 Jul 2010 21:27:03 GMT Running make for T/TI/TIMB/Java-2Perl6API-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TI/TIMB/Java-2Perl6API-0.06.tar.gz ok Will not use Archive::Tar, need 1.00 Java-2Perl6API-0.06 Java-2Perl6API-0.06/Changes Java-2Perl6API-0.06/dist.ini Java-2Perl6API-0.06/jdbc_classes.txt Java-2Perl6API-0.06/mkjdbc.pl Java-2Perl6API-0.06/TODO Java-2Perl6API-0.06/bin Java-2Perl6API-0.06/bin/java2perl6api Java-2Perl6API-0.06/bin/p5grammar Java-2Perl6API-0.06/lib/Java Java-2Perl6API-0.06/lib/Java/Javap.pm Java-2Perl6API-0.06/lib/Java/Javap Java-2Perl6API-0.06/lib/Java/Javap/Generator.pm Java-2Perl6API-0.06/lib/Java/Javap/Grammar.pm Java-2Perl6API-0.06/lib/Java/Javap/javap.grammar Java-2Perl6API-0.06/lib/Java/Javap/Parserpm Java-2Perl6API-0.06/lib/Java/Javap/TypeCast.pm Java-2Perl6API-0.06/lib/Java/Javap/Generator Java-2Perl6API-0.06/lib/Java/Javap/Generator/Perl6.pm Java-2Perl6API-0.06/t Java-2Perl6API-0.06/t/01_use.t Java-2Perl6API-0.06/t/02_interface.t Java-2Perl6API-0.06/t/03_class.t Java-2Perl6API-0.06/t/22_invoke_javap.t Java-2Perl6API-0.06/t/55_final.t Java-2Perl6API-0.06/t/70_java2perl6.t Java-2Perl6API-0.06/testjavas Java-2Perl6API-0.06/testjavas/ClassTest.class Java-2Perl6API-0.06/testjavas/ClassTest.java Java-2Perl6API-0.06/testjavas/dupMethodTest.class Java-2Perl6API-0.06/testjavas/dupMethodTest.java Java-2Perl6API-0.06/testjavas/FinalClassTest.class Java-2Perl6API-0.06/testjavas/FinalClassTest.java Java-2Perl6API-0.06/testjavas/IntTest.class Java-2Perl6API-0.06/testjavas/IntTest.java Java-2Perl6API-0.06/testjavas/com/example Java-2Perl6API-0.06/testjavas/com/example/NestedIntTest.class Java-2Perl6API-0.06/testjavas/com/example/NestedIntTest.java Java-2Perl6API-0.06/testjavas/com/example/Second.class Java-2Perl6API-0.06/testjavas/com/example/Second.java Java-2Perl6API-0.06/testperls Java-2Perl6API-0.06/testperls/IntTest.pm Java-2Perl6API-0.06/LICENSE Java-2Perl6API-0.06/README Java-2Perl6API-0.06/t/release-pod-syntax.t Java-2Perl6API-0.06/MANIFEST Java-2Perl6API-0.06/META.json Java-2Perl6API-0.06/Makefile.PL CPAN.pm: Going to build T/TI/TIMB/Java-2Perl6API-0.06.tar.gz >>> /export/home/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Java::2Perl6API >>> make cp lib/Java/Javap/Generator/Perl6.pm blib/lib/Java/Javap/Generator/Perl6.pm cp lib/Java/Javap/javap.grammar blib/lib/Java/Javap/javap.grammar cp lib/Java/Javap/Generator.pm blib/lib/Java/Javap/Generator.pm cp mkjdbc.pl blib/lib/Java/mkjdbc.pl cp lib/Java/Javap/Grammar.pm blib/lib/Java/Javap/Grammar.pm cp lib/Java/Javap/Parserpm blib/lib/Java/Javap/Parserpm cp lib/Java/Javap.pm blib/lib/Java/Javap.pm cp lib/Java/Javap/TypeCast.pm blib/lib/Java/Javap/TypeCast.pm cp bin/java2perl6api blib/script/java2perl6api /export/home/fly1003/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/java2perl6api cp bin/p5grammar blib/script/p5grammar /export/home/fly1003/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/p5grammar Manifying blib/man1/java2perl6api.1 Manifying blib/man3/Java::Javap::Generator.3 Manifying blib/man3/Java::mkjdbc.3 Manifying blib/man3/Java::Javap::Generator::Perl6.3 Manifying blib/man3/Java::Javap.3 Manifying blib/man3/Java::Javap::TypeCast.3 TIMB/Java-2Perl6API-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_use.t .............. 1..1 ok 1 - use Java::Javap; ok Error: bad class formattestjavas/com/example/NestedIntTest.classThe major.minor version '49.0' is too recent for this tool to understand. 'javap -classpath testjavas com.example.NestedIntTest' failed: at t/02_interface.t line 21 # Looks like your test exited with 1 before it could output anything. t/02_interface.t ........ 1..3 Dubious, test returned 1 (wstat 256, 0x100) Failed 3/3 subtests Error: bad class formattestjavas/ClassTest.classThe major.minor version '49.0' is too recent for this tool to understand. 'javap -classpath testjavas ClassTest' failed: at t/03_class.t line 25 # Looks like your test exited with 1 before it could output anything. t/03_class.t ............ 1..3 Dubious, test returned 1 (wstat 256, 0x100) Failed 3/3 subtests Error: bad class formattestjavas/com/example/NestedIntTest.classThe major.minor version '49.0' is too recent for this tool to understand. 'javap -classpath testjavas com.example.NestedIntTest' failed: at t/22_invoke_javap.t line 16 # Looks like your test exited with 1 before it could output anything. t/22_invoke_javap.t ..... 1..4 Dubious, test returned 1 (wstat 256, 0x100) Failed 4/4 subtests Error: bad class formattestjavas/FinalClassTest.classThe major.minor version '49.0' is too recent for this tool to understand. 'javap -classpath testjavas FinalClassTest' failed: at t/55_final.t line 23 # Looks like your test exited with 1 before it could output anything. t/55_final.t ............ 1..1 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Use of uninitialized value $perl6_ver in concatenation (.) or string at bin/java2perl6api line 47. perl6 not available: Error: bad class formattestjavas/IntTest.classThe major.minor version '49.0' is too recent for this tool to understand. ERROR (line 1): Invalid comp unit: Was expecting comp unit decl Error parsing output of 'javap -classpath testjavas IntTest' # Failed test 'IntTest.pm6 in current dir' # at t/70_java2perl6.t line 32. Use of uninitialized value $perl6_ver in concatenation (.) or string at bin/java2perl6api line 47. perl6 not available: Error: bad class formattestjavas/IntTest.classThe major.minor version '49.0' is too recent for this tool to understand. ERROR (line 1): Invalid comp unit: Was expecting comp unit decl Error parsing output of 'javap -classpath testjavas IntTest' # Failed test 'IntTest.pm6 in new dir' # at t/70_java2perl6.t line 47. Use of uninitialized value $perl6_ver in concatenation (.) or string at bin/java2perl6api line 47. perl6 not available: Error: bad class formattestjavas/com/example/NestedIntTest.classThe major.minor version '49.0' is too recent for this tool to understand. ERROR (line 1): Invalid comp unit: Was expecting comp unit decl Error parsing output of 'javap -classpath testjavas com.example.NestedIntTest' # Failed test 'com/example/NestedIntTest.pm6 under current dir' # at t/70_java2perl6.t line 66. Use of uninitialized value $perl6_ver in concatenation (.) or string at bin/java2perl6api line 47. perl6 not available: Error: bad class formattestjavas/com/example/NestedIntTest.classThe major.minor version '49.0' is too recent for this tool to understand. ERROR (line 1): Invalid comp unit: Was expecting comp unit decl Error parsing output of 'javap -classpath testjavas com.example.NestedIntTest' # Failed test 'newdir/com/example/NestedIntTest.pm6 under alternate dir' # at t/70_java2perl6.t line 83. Use of uninitialized value $perl6_ver in concatenation (.) or string at bin/java2perl6api line 47. perl6 not available: Error: bad class formattestjavas/com/example/NestedIntTest.classThe major.minor version '49.0' is too recent for this tool to understand. ERROR (line 1): Invalid comp unit: Was expecting comp unit decl Error parsing output of 'javap -classpath testjavas com.example.NestedIntTest' # Failed test 'com/example/Second.pm6 under current dir' # at t/70_java2perl6.t line 103. # Looks like you failed 5 tests of 5. t/70_java2perl6.t ....... 1..5 not ok 1 - IntTest.pm6 in current dir not ok 2 - IntTest.pm6 in new dir not ok 3 - com/example/NestedIntTest.pm6 under current dir not ok 4 - newdir/com/example/NestedIntTest.pm6 under alternate dir not ok 5 - com/example/Second.pm6 under current dir Dubious, test returned 5 (wstat 1280, 0x500) Failed 5/5 subtests t/release-pod-syntax.t .. skipped: these tests are for release candidate testing Test Summary Report ------------------- t/02_interface.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 3 tests but ran 0. t/03_class.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 3 tests but ran 0. t/22_invoke_javap.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 4 tests but ran 0. t/55_final.t (Wstat: 256 Tests: 0 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 1 tests but ran 0. t/70_java2perl6.t (Wstat: 1280 Tests: 5 Failed: 5) Failed tests: 1-5 Non-zero exit status: 5 Files=7, Tests=6, 12 wallclock secs ( 0.17 usr 0.05 sys + 8.63 cusr 1.81 csys = 10.66 CPU) Result: FAIL Failed 5/7 test programs. 5/6 subtests failed. make: *** [test_dynamic] Error 255 TIMB/Java-2Perl6API-0.06.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TIMB/Java-2Perl6API-0.06.tar.gz Finished 2010-07-17T09:32:19