Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-05-05T13:49:12 ActivePerl-1200 CPAN-1.9402 Going to read '/export/home/fly1264/var/cpan/Metadata' Database was generated on Tue, 04 May 2010 21:27:06 GMT Running make for T/TB/TBR/XCAP-Client-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TB/TBR/XCAP-Client-0.06.tar.gz ok XCAP-Client-0.06/ XCAP-Client-0.06/lib/ XCAP-Client-0.06/lib/XCAP/ XCAP-Client-0.06/lib/XCAP/Client/ XCAP-Client-0.06/lib/XCAP/Client/Connection.pm XCAP-Client-0.06/lib/XCAP/Client/Document.pm XCAP-Client-0.06/lib/XCAP/Client/Element.pm XCAP-Client-0.06/lib/XCAP/Client.pm XCAP-Client-0.06/lib/test.pl XCAP-Client-0.06/.gitignore XCAP-Client-0.06/MANIFEST XCAP-Client-0.06/Makefile.PL XCAP-Client-0.06/inc/ XCAP-Client-0.06/inc/Module/ XCAP-Client-0.06/inc/Module/AutoInstall.pm XCAP-Client-0.06/inc/Module/Install.pm XCAP-Client-0.06/inc/Module/Install/ XCAP-Client-0.06/inc/Module/Install/WriteAll.pm XCAP-Client-0.06/inc/Module/Install/Can.pm XCAP-Client-0.06/inc/Module/Install/Base.pm XCAP-Client-0.06/inc/Module/Install/Win32.pm XCAP-Client-0.06/inc/Module/Install/Metadata.pm XCAP-Client-0.06/inc/Module/Install/AutoInstall.pm XCAP-Client-0.06/inc/Module/Install/Include.pm XCAP-Client-0.06/inc/Module/Install/Makefile.pm XCAP-Client-0.06/inc/Module/Install/Fetch.pm XCAP-Client-0.06/MANIFEST.SKIP XCAP-Client-0.06/Makefile XCAP-Client-0.06/t/ XCAP-Client-0.06/t/boilerplate.t XCAP-Client-0.06/t/pod.t XCAP-Client-0.06/t/00-load.t XCAP-Client-0.06/t/10-instance.t XCAP-Client-0.06/t/thiago-connect.t XCAP-Client-0.06/t/THIAGO.xml XCAP-Client-0.06/t/PRES_RULES_EXAMPLE.xml XCAP-Client-0.06/t/20-connect.t XCAP-Client-0.06/Changes XCAP-Client-0.06/README XCAP-Client-0.06/docs/ XCAP-Client-0.06/docs/schemas/ XCAP-Client-0.06/docs/schemas/schema-pres-auth.xml XCAP-Client-0.06/docs/rfcs/ XCAP-Client-0.06/docs/rfcs/rfc4482.html XCAP-Client-0.06/docs/rfcs/rfc5025.html XCAP-Client-0.06/docs/rfcs/rfc4480.html XCAP-Client-0.06/docs/rfcs/rfc4479.html XCAP-Client-0.06/docs/rfcs/rfc4745.html XCAP-Client-0.06/docs/rfcs/rfc4825.html CPAN.pm: Going to build T/TB/TBR/XCAP-Client-0.06.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.94) - Test::UseAllModules ...loaded. (0.12) - Moose ...loaded. (1.02) - Moose::Util::TypeConstraints ...loaded. (1.02) - Data::Validate::URI ...loaded. (0.05) - LWP::UserAgent ...loaded. (5.834) - URI::Split ...loaded. (0) - HTTP::Status ...loaded. (5.817) - Test::UseAllModules ...loaded. (0.12) *** Module::AutoInstall configuration finished. Writing Makefile for XCAP::Client >>> make cp lib/XCAP/Client/Document.pm blib/lib/XCAP/Client/Document.pm cp lib/XCAP/Client/Element.pm blib/lib/XCAP/Client/Element.pm cp lib/test.pl blib/lib/test.pl cp lib/XCAP/Client.pm blib/lib/XCAP/Client.pm cp lib/XCAP/Client/Connection.pm blib/lib/XCAP/Client/Connection.pm Manifying blib/man3/XCAP::Client.3 TBR/XCAP-Client-0.06.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, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/10-instance.t t/20-connect.t t/boilerplate.t t/pod.t t/thiago-connect.t # Testing all used modules t/00-load.t ......... 1..4 ok 1 - use XCAP::Client::Element; ok 2 - use XCAP::Client::Document; ok 3 - use XCAP::Client; ok 4 - use XCAP::Client::Connection; ok t/10-instance.t ..... ok 1 - use XCAP::Client; ok 2 1..2 ok Internal Server Error at /export/home/fly1264/var/cpan/build/XCAP-Client-0.06-MMKGzL/blib/lib/XCAP/Client/Connection.pm line 39. # Looks like you planned 20 tests but ran 16. # Looks like your test exited with 146 just after 16. t/20-connect.t ...... 1..20 ok 1 - use XCAP::Client; ok 2 ok 3 - Wrong xcap_root URI ok 4 - Wrong user identification ok 5 - XCAP_root URI ok 6 - User identification ok 7 - Auth realm ok 8 - Auth username ok 9 - Auth password ok 10 - XCAP_root URI ok 11 - attr xcap_root ok 12 - attr user ok 13 - auth realm ok 14 - auth username ok 15 - auth password ok 16 - XML Content Dubious, test returned 146 (wstat 37376, 0x9200) Failed 4/20 subtests t/boilerplate.t ..... 1..3 ok 1 - README contains no boilerplate text # TODO Need to replace the boilerplate text ok 2 - Changes contains no boilerplate text # TODO Need to replace the boilerplate text ok 3 - lib/XCAP/Client.pm contains no boilerplate text # TODO Need to replace the boilerplate text ok t/pod.t ............. 1..5 ok 1 - POD test for blib/lib/test.pl (no pod) ok 2 - POD test for blib/lib/XCAP/Client.pm ok 3 - POD test for blib/lib/XCAP/Client/Document.pm (no pod) ok 4 - POD test for blib/lib/XCAP/Client/Element.pm (no pod) ok 5 - POD test for blib/lib/XCAP/Client/Connection.pm (no pod) ok Unauthorized at /export/home/fly1264/var/cpan/build/XCAP-Client-0.06-MMKGzL/blib/lib/XCAP/Client/Connection.pm line 39. # Looks like you planned 20 tests but ran 16. # Looks like your test exited with 255 just after 16. t/thiago-connect.t .. 1..20 ok 1 - use XCAP::Client; ok 2 ok 3 - Wrong xcap_root URI ok 4 - Wrong user identification ok 5 - XCAP_root URI ok 6 - User identification ok 7 - Auth realm ok 8 - Auth username ok 9 - Auth password ok 10 - XCAP_root URI ok 11 - attr xcap_root ok 12 - attr user ok 13 - auth realm ok 14 - auth username ok 15 - auth password ok 16 - XML Content Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/20 subtests Test Summary Report ------------------- t/20-connect.t (Wstat: 37376 Tests: 16 Failed: 0) Non-zero exit status: 146 Parse errors: Bad plan. You planned 20 tests but ran 16. t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0) TODO passed: 1-3 t/thiago-connect.t (Wstat: 65280 Tests: 16 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 20 tests but ran 16. Files=6, Tests=46, 13 wallclock secs ( 0.16 usr 0.07 sys + 5.64 cusr 0.56 csys = 6.43 CPU) Result: FAIL Failed 2/6 test programs. 0/46 subtests failed. make: *** [test_dynamic] Error 255 TBR/XCAP-Client-0.06.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TBR/XCAP-Client-0.06.tar.gz Finished 2010-05-05T13:49:36