Checking if your kit is complete... Looks good Writing Makefile for Shell::Base cp Base.pm blib/lib/Shell/Base.pm Manifying blib/man3/Shell::Base.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/args................Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/default.............1..3 ok 1 - use Shell::Base; ok 2 - default fails correctly ok 3 - default fails correctly ok t/histfile............1..2 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 2 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/import..............1..10 ok 1 - Shell::Base->import("shell") creates a pseudo-function ok 2 - One->import('shell') creates a pseudo-function 1 level deep ok 3 - Two->import('shell') creates a pseudo-function 2 levels deep ok 4 - Three->import('shell') creates a pseudo-function 3 levels deep ok 5 - Four->import('shell') creates a pseudo-function 4 levels deep ok 6 - Five->import('shell') creates a pseudo-function 5 levels deep ok 7 - Six->import('shell') creates a pseudo-function 6 levels deep ok 8 - Seven->import('shell') creates a pseudo-function 7 levels deep ok 9 - Eight->import('shell') creates a pseudo-function 8 levels deep ok 10 - Nine->import('shell') creates a pseudo-function 9 levels deep ok t/init_completions....1..5 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 5 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/init_help...........1..3 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 3 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/init_rcfiles........1..13 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 13 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-13 Failed 12/13 tests, 7.69% okay t/init_rl.............1..3 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 3 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/intro...............1..2 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 2 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/misc................1..3 ok 1 - use Shell::Base; ok 2 - $self->version() is ok ok 3 - $self->progname() is ok ok t/new.................1..6 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 6 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-6 Failed 5/6 tests, 16.67% okay t/outro...............1..2 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 2 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/pager...............1..4 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 4 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/parse_rcfile........1..8 ok 1 - 3 elements ok 2 - $config{name} => "Darren Chamberlain" ok 3 - $config{email} => "darren@cpan.org" ok 4 - $config{date} => "Tue Mar 18 17:52:14 EST 2003" ok 5 - $config{Date} => not defined ok 6 - name ="Darren Chamberlain" => 'name = "Darren Chamberlain"' ok 7 - email= "darren@cpan.org" => 'email = "darren@cpan.org"' ok 8 - Date = "Tue Mar 18 17:52:14 EST 2003" => 'Date = "Tue Mar 18 17:52:14 EST 2003"' ok t/parseline...........1..16 ok 1 - use Shell::Base; ok 2 - parsing command ok 3 - parsing args ok 4 - parsing 0 env vars ok 5 - parsing command ok 6 - parsing args ok 7 - parsing 1 env var ok 8 - parsing command ok 9 - parsing args, with embedded spaces and quotes ok 10 - parsing 0 env vars ok 11 - parsing command ok 12 - parsing switches ok 13 - parsing 0 env vars ok 14 - parsing command ok 15 - parsing args ok 16 - parsing 1 env var with spaces: 'bar baz' ok t/pre,postcmd.........1..5 ok 1 - use Shell::Base; ok 2 - precmd does not modify its args ok 3 - postcmd does not modify its args Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 5 tests but only ran 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-5 Failed 2/5 tests, 60.00% okay t/progname............Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/prompt..............1..5 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 5 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-5 Failed 4/5 tests, 20.00% okay t/prompt_no...........1..2 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 2 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/term................1..3 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 3 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay t/version.............1..3 ok 1 - use Shell::Base; Cannot open /dev/tty for read at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Shell-Base/blib/lib/Shell/Base.pm line 145 # Looks like you planned 3 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-3 Failed 2/3 tests, 33.33% okay Failed 16/21 test scripts, 23.81% okay. 42/98 subtests failed, 57.14% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/args.t 255 65280 ?? ?? % ?? t/histfile.t 255 65280 2 2 100.00% 2 t/init_completions.t 255 65280 5 8 160.00% 2-5 t/init_help.t 255 65280 3 4 133.33% 2-3 t/init_rcfiles.t 255 65280 13 24 184.62% 2-13 t/init_rl.t 255 65280 3 4 133.33% 2-3 t/intro.t 255 65280 2 2 100.00% 2 t/new.t 255 65280 6 10 166.67% 2-6 t/outro.t 255 65280 2 2 100.00% 2 t/pager.t 255 65280 4 6 150.00% 2-4 t/pre,postcmd.t 255 65280 5 4 80.00% 4-5 t/progname.t 255 65280 ?? ?? % ?? t/prompt.t 255 65280 5 8 160.00% 2-5 t/prompt_no.t 255 65280 2 2 100.00% 2 t/term.t 255 65280 3 4 133.33% 2-3 t/version.t 255 65280 3 4 133.33% 2-3 make: *** [test_dynamic] Error 2