Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-09-06T21:42:46 ActivePerl-1200 CPAN-1.9402 Going to read '/export/home/fly1264/var/cpan/Metadata' Database was generated on Mon, 06 Sep 2010 21:01:59 GMT Running make for T/TI/TIMB/Java-2Perl6API-0.11.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TI/TIMB/Java-2Perl6API-0.11.tar.gz ok Java-2Perl6API-0.11 Java-2Perl6API-0.11/Changes Java-2Perl6API-0.11/dist.ini Java-2Perl6API-0.11/TODO Java-2Perl6API-0.11/bin Java-2Perl6API-0.11/bin/java2perl6api Java-2Perl6API-0.11/lib/Java Java-2Perl6API-0.11/lib/Java/Javap.pm Java-2Perl6API-0.11/lib/Java/Javap Java-2Perl6API-0.11/lib/Java/Javap/Generator.pm Java-2Perl6API-0.11/lib/Java/Javap/Grammar.pm Java-2Perl6API-0.11/lib/Java/Javap/javap.grammar Java-2Perl6API-0.11/lib/Java/Javap/Parserpm Java-2Perl6API-0.11/lib/Java/Javap/TypeCast.pm Java-2Perl6API-0.11/lib/Java/Javap/Generator Java-2Perl6API-0.11/lib/Java/Javap/Generator/Perl6.pm Java-2Perl6API-0.11/t Java-2Perl6API-0.11/t/01_use.t Java-2Perl6API-0.11/t/02_interface.t Java-2Perl6API-0.11/t/03_class.t Java-2Perl6API-0.11/t/22_invoke_javap.t Java-2Perl6API-0.11/t/55_final.t Java-2Perl6API-0.11/t/70_java2perl6.t Java-2Perl6API-0.11/t/80_j_s_date.t Java-2Perl6API-0.11/testjavas Java-2Perl6API-0.11/testjavas/ClassTest.class Java-2Perl6API-0.11/testjavas/ClassTest.java Java-2Perl6API-0.11/testjavas/dupMethodTest.class Java-2Perl6API-0.11/testjavas/dupMethodTest.java Java-2Perl6API-0.11/testjavas/FinalClassTest.class Java-2Perl6API-0.11/testjavas/FinalClassTest.java Java-2Perl6API-0.11/testjavas/IntTest.class Java-2Perl6API-0.11/testjavas/IntTest.java Java-2Perl6API-0.11/testjavas/com/example Java-2Perl6API-0.11/testjavas/com/example/NestedIntTest.class Java-2Perl6API-0.11/testjavas/com/example/NestedIntTest.java Java-2Perl6API-0.11/testjavas/com/example/Second.class Java-2Perl6API-0.11/testjavas/com/example/Second.java Java-2Perl6API-0.11/testperls Java-2Perl6API-0.11/testperls/IntTest.pm Java-2Perl6API-0.11/LICENSE Java-2Perl6API-0.11/README Java-2Perl6API-0.11/t/release-pod-syntax.t Java-2Perl6API-0.11/MANIFEST Java-2Perl6API-0.11/META.json Java-2Perl6API-0.11/Makefile.PL CPAN.pm: Going to build T/TI/TIMB/Java-2Perl6API-0.11.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Java::2Perl6API >>> make cp lib/Java/Javap/Generator.pm blib/lib/Java/Javap/Generator.pm 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/Generator/Perl6.pm blib/lib/Java/Javap/Generator/Perl6.pm cp lib/Java/Javap.pm blib/lib/Java/Javap.pm cp lib/Java/Javap/javap.grammar blib/lib/Java/Javap/javap.grammar cp lib/Java/Javap/TypeCast.pm blib/lib/Java/Javap/TypeCast.pm cp bin/java2perl6api blib/script/java2perl6api /export/home/fly1264/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/java2perl6api Manifying blib/man1/java2perl6api.1 Manifying blib/man3/Java::Javap::Generator.3 Manifying blib/man3/Java::Javap::Generator::Perl6.3 Manifying blib/man3/Java::Javap::TypeCast.3 Manifying blib/man3/Java::Javap.3 TIMB/Java-2Perl6API-0.11.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1264/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # java version "1.2.2" # Solaris VM (build Solaris_JDK_1.2.2_10, native threads, sunwjit) 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 -verbose -classpath testjavas com.example.NestedIntTest failed on close: 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 -verbose -classpath testjavas ClassTest failed on close: 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 -verbose -classpath testjavas com.example.NestedIntTest failed on close: 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 -verbose -classpath testjavas FinalClassTest failed on close: 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 Error: bad class formattestjavas/IntTest.classThe major.minor version '49.0' is too recent for this tool to understand. javap -classpath testjavas IntTest failed on close: at bin/java2perl6api line 154 # Failed test 'IntTest.pm6 in current dir' # at t/70_java2perl6.t line 32. Error: bad class formattestjavas/IntTest.classThe major.minor version '49.0' is too recent for this tool to understand. javap -classpath testjavas IntTest failed on close: at bin/java2perl6api line 154 # Failed test 'IntTest.pm6 in new dir' # at t/70_java2perl6.t line 47. 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 on close: at bin/java2perl6api line 154 # Failed test 'com/example/NestedIntTest.pm6 under current dir' # at t/70_java2perl6.t line 66. 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 on close: at bin/java2perl6api line 154 # Failed test 'newdir/com/example/NestedIntTest.pm6 under alternate dir' # at t/70_java2perl6.t line 83. 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 on close: at bin/java2perl6api line 154 # 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 ERROR (line 1): Invalid comp unit: Was expecting comp unit decl but found "Compiled from Date.java" instead Error parsing: Compiled from Date.java public class java.sql.Date extends java.util.Date { public java.sql.Date(int,int,int); /* Stack=4, Locals=4, Args_size=4 */ public java.sql.Date(long); /* Stack=3, Locals=3, Args_size=2 */ public int getHours(); /* Stack=2, Locals=1, Args_size=1 */ public int getMinutes(); /* Stack=2, Locals=1, Args_size=1 */ public int getSeconds(); /* Stack=2, Locals=1, Args_size=1 */ public void setHours(int); /* Stack=2, Locals=2, Args_size=2 */ public void setMinutes(int); /* Stack=2, Locals=2, Args_size=2 */ public void setSeconds(int); /* Stack=2, Locals=2, Args_size=2 */ public void setTime(long); /* Stack=3, Locals=3, Args_size=2 */ public java.lang.String toString(); /* Stack=3, Locals=7, Args_size=1 */ public static java.sql.Date valueOf(java.lang.String); /* Stack=5, Locals=6, Args_size=1 */ } t/80_j_s_date.t ......... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run 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 t/80_j_s_date.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=8, Tests=6, 17 wallclock secs ( 0.17 usr 0.08 sys + 11.91 cusr 2.24 csys = 14.40 CPU) Result: FAIL Failed 6/8 test programs. 5/6 subtests failed. make: *** [test_dynamic] Error 255 TIMB/Java-2Perl6API-0.11.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.11.tar.gz Finished 2010-09-06T21:43:16