Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-05-15T22:19:04 ActivePerl-1200 CPAN-1.9402 Going to read '/export/home/fly1264/var/cpan/Metadata' Database was generated on Sat, 15 May 2010 19:33:51 GMT Running make for P/PH/PHILCROW/Java-Javap-0.04.tar.gz Checksum for /net/nas/data/cpan/authors/id/P/PH/PHILCROW/Java-Javap-0.04.tar.gz ok Java-Javap-0.04/ Java-Javap-0.04/bin/ Java-Javap-0.04/bin/java2perl6 Java-Javap-0.04/bin/p5grammar Java-Javap-0.04/Changes Java-Javap-0.04/lib/ Java-Javap-0.04/lib/Java/ Java-Javap-0.04/lib/Java/Javap/ Java-Javap-0.04/lib/Java/Javap/Generator/ Java-Javap-0.04/lib/Java/Javap/Generator/Std.pm Java-Javap-0.04/lib/Java/Javap/Generator.pm Java-Javap-0.04/lib/Java/Javap/Grammar.pm Java-Javap-0.04/lib/Java/Javap/javap.grammar Java-Javap-0.04/lib/Java/Javap/TypeCast.pm Java-Javap-0.04/lib/Java/Javap.pm Java-Javap-0.04/Makefile.PL Java-Javap-0.04/MANIFEST Java-Javap-0.04/MANIFEST.SKIP Java-Javap-0.04/META.yml Java-Javap-0.04/README Java-Javap-0.04/t/ Java-Javap-0.04/t/01_use.t Java-Javap-0.04/t/02_interface.t Java-Javap-0.04/t/03_class.t Java-Javap-0.04/t/04_java2perl6.t Java-Javap-0.04/t/05_final.t Java-Javap-0.04/testjavas/ Java-Javap-0.04/testjavas/ClassTest.class Java-Javap-0.04/testjavas/ClassTest.java Java-Javap-0.04/testjavas/com/ Java-Javap-0.04/testjavas/com/example/ Java-Javap-0.04/testjavas/com/example/NestedIntTest.class Java-Javap-0.04/testjavas/com/example/NestedIntTest.java Java-Javap-0.04/testjavas/com/example/Second.class Java-Javap-0.04/testjavas/com/example/Second.java Java-Javap-0.04/testjavas/FinalClassTest.class Java-Javap-0.04/testjavas/FinalClassTest.java Java-Javap-0.04/testjavas/IntTest.class Java-Javap-0.04/testjavas/IntTest.java Java-Javap-0.04/testperls/ Java-Javap-0.04/testperls/IntTest.pm Java-Javap-0.04/TODO CPAN.pm: Going to build P/PH/PHILCROW/Java-Javap-0.04.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Java::Javap >>> 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.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 lib/Java/Javap/Generator/Std.pm blib/lib/Java/Javap/Generator/Std.pm cp bin/java2perl6 blib/script/java2perl6 /export/home/fly1264/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/java2perl6 Manifying blib/man1/java2perl6.1 Manifying blib/man3/Java::Javap::Generator.3 Manifying blib/man3/Java::Javap::Generator::Std.3 Manifying blib/man3/Java::Javap::TypeCast.3 Manifying blib/man3/Java::Javap.3 PHILCROW/Java-Javap-0.04.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 t/01_use.t ......... skipped: Perl 6 is needed here 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 stmt # Failed test 'interface' # at t/02_interface.t line 170. # Structures begin differing at: # $got = undef # $expected = HASH(0x100b1f750) # Failed test 'unique_types' # at t/02_interface.t line 179. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = 'com.example.Second' Use of uninitialized value in concatenation (.) or string at lib/Java/Javap/Generator/Std.pm line 61. Can't locate object method "_get_template_for_" via package "Java::Javap::Generator::Std" at lib/Java/Javap/Generator/Std.pm line 63. # Looks like you planned 3 tests but ran 2. # Looks like you failed 2 tests of 2 run. # Looks like your test exited with 1 just after 2. t/02_interface.t ... 1..3 not ok 1 - interface not ok 2 - unique_types 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. ERROR (line 1): Invalid comp unit: Was expecting comp stmt # Failed test 'class' # at t/03_class.t line 140. # Structures begin differing at: # $got = undef # $expected = HASH(0x100b12870) Use of uninitialized value in concatenation (.) or string at lib/Java/Javap/Generator/Std.pm line 61. Can't locate object method "_get_template_for_" via package "Java::Javap::Generator::Std" at lib/Java/Javap/Generator/Std.pm line 63. # Looks like you planned 2 tests but ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test exited with 1 just after 1. t/03_class.t ....... 1..2 not ok 1 - class Dubious, test returned 1 (wstat 256, 0x100) Failed 2/2 subtests 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 stmt Error parsing output of 'javap -classpath testjavas IntTest' # Failed test 'IntTest.pm in current dir' # at t/04_java2perl6.t line 28. 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 stmt Error parsing output of 'javap -classpath testjavas IntTest' # Failed test 'IntTest.pm in new dir' # at t/04_java2perl6.t line 44. 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 stmt Error parsing output of 'javap -classpath testjavas com.example.NestedIntTest' # Failed test 'com/example/NestedIntTest.pm under current dir' # at t/04_java2perl6.t line 65. 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 stmt Error parsing output of 'javap -classpath testjavas com.example.NestedIntTest' # Failed test 'newdir/com/example/NestedIntTest.pm under alternate dir' # at t/04_java2perl6.t line 85. 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 stmt Error parsing output of 'javap -classpath testjavas com.example.NestedIntTest' # Failed test 'com/example/Second.pm under current dir' # at t/04_java2perl6.t line 108. # Looks like you failed 5 tests of 5. t/04_java2perl6.t .. 1..5 not ok 1 - IntTest.pm in current dir not ok 2 - IntTest.pm in new dir not ok 3 - com/example/NestedIntTest.pm under current dir not ok 4 - newdir/com/example/NestedIntTest.pm under alternate dir not ok 5 - com/example/Second.pm under current dir Dubious, test returned 5 (wstat 1280, 0x500) Failed 5/5 subtests Error: bad class formattestjavas/FinalClassTest.classThe major.minor version '49.0' is too recent for this tool to understand. ERROR (line 1): Invalid comp unit: Was expecting comp stmt # Failed test 'final class' # at t/05_final.t line 60. # Structures begin differing at: # $got = undef # $expected = HASH(0x1003a4f80) # Looks like you failed 1 test of 1. t/05_final.t ....... 1..1 not ok 1 - final class Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- t/02_interface.t (Wstat: 256 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 1 Parse errors: Bad plan. You planned 3 tests but ran 2. t/03_class.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Parse errors: Bad plan. You planned 2 tests but ran 1. t/04_java2perl6.t (Wstat: 1280 Tests: 5 Failed: 5) Failed tests: 1-5 Non-zero exit status: 5 t/05_final.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=5, Tests=9, 11 wallclock secs ( 0.13 usr 0.09 sys + 7.97 cusr 1.58 csys = 9.77 CPU) Result: FAIL Failed 4/5 test programs. 9/9 subtests failed. make: *** [test_dynamic] Error 1 PHILCROW/Java-Javap-0.04.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports PHILCROW/Java-Javap-0.04.tar.gz Finished 2010-05-15T22:19:25