PATH=/usr/bin:/bin Start 2011-02-25T06:44:49 ActivePerl-1003 CPAN-1.9402 Going to read '/Users/fly1003/var/cpan/Metadata' Database was generated on Thu, 24 Feb 2011 22:27:33 GMT Running make for E/EG/EGILES/App-Xssh-0.5.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/E/EG/EGILES/App-Xssh-0.5.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/E/EG/EGILES/CHECKSUMS Checksum for /Users/fly1003/var/cpan/sources/authors/id/E/EG/EGILES/App-Xssh-0.5.tar.gz ok Will not use Archive::Tar, need 1.00 App-Xssh-0.5/ App-Xssh-0.5/lib/ App-Xssh-0.5/lib/App/ App-Xssh-0.5/lib/App/Xssh/ App-Xssh-0.5/lib/App/Xssh/Config.pm App-Xssh-0.5/lib/App/Xssh.pm App-Xssh-0.5/Makefile.PL App-Xssh-0.5/META.yml App-Xssh-0.5/bin/ App-Xssh-0.5/bin/xssh App-Xssh-0.5/t/ App-Xssh-0.5/t/99-version.t App-Xssh-0.5/t/30-xssh-commandline.t App-Xssh-0.5/t/10-libxsshconfig.t App-Xssh-0.5/t/25-libxssh-upgrade.t App-Xssh-0.5/t/21-libxssh-multiple-profiles.t App-Xssh-0.5/t/99-podcoverage.t App-Xssh-0.5/t/99-pod.t App-Xssh-0.5/t/20-libxssh.t App-Xssh-0.5/Changes App-Xssh-0.5/README App-Xssh-0.5/MANIFEST CPAN.pm: Going to build E/EG/EGILES/App-Xssh-0.5.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Warning: prerequisite X11::Terminal 0.2 not found. Checking if your kit is complete... Looks good Writing Makefile for App::Xssh ---- Unsatisfied dependencies detected during ---- ---- EGILES/App-Xssh-0.5.tar.gz ---- X11::Terminal [requires] Running make test Delayed until after prerequisites Running test for module 'X11::Terminal' Running make for E/EG/EGILES/X11-Terminal-0.3.tar.gz Checksum for /Users/fly1003/var/cpan/sources/authors/id/E/EG/EGILES/X11-Terminal-0.3.tar.gz ok Will not use Archive::Tar, need 1.00 X11-Terminal-0.3/ X11-Terminal-0.3/Makefile.PL X11-Terminal-0.3/debian/ X11-Terminal-0.3/debian/compat X11-Terminal-0.3/debian/copyright X11-Terminal-0.3/debian/control X11-Terminal-0.3/debian/rules X11-Terminal-0.3/debian/changelog X11-Terminal-0.3/README X11-Terminal-0.3/lib/ X11-Terminal-0.3/lib/X11/ X11-Terminal-0.3/lib/X11/Terminal/ X11-Terminal-0.3/lib/X11/Terminal/XTerm.pm X11-Terminal-0.3/lib/X11/Terminal/GnomeTerminal.pm X11-Terminal-0.3/lib/X11/Terminal/Konsole.pm X11-Terminal-0.3/lib/X11/Terminal.pm X11-Terminal-0.3/Changes X11-Terminal-0.3/META.yml X11-Terminal-0.3/MANIFEST X11-Terminal-0.3/t/ X11-Terminal-0.3/t/01.basic.t X11-Terminal-0.3/t/20-gnome-terminal.t X11-Terminal-0.3/t/91.podcoverage.t X11-Terminal-0.3/t/90.pod.t X11-Terminal-0.3/t/30-konsole.t X11-Terminal-0.3/t/10-xterm.t CPAN.pm: Going to build E/EG/EGILES/X11-Terminal-0.3.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for X11::Terminal >>> make cp lib/X11/Terminal/Konsole.pm blib/lib/X11/Terminal/Konsole.pm cp lib/X11/Terminal/XTerm.pm blib/lib/X11/Terminal/XTerm.pm cp lib/X11/Terminal/GnomeTerminal.pm blib/lib/X11/Terminal/GnomeTerminal.pm cp lib/X11/Terminal.pm blib/lib/X11/Terminal.pm Manifying blib/man3/X11::Terminal::Konsole.3 Manifying blib/man3/X11::Terminal::XTerm.3 Manifying blib/man3/X11::Terminal::GnomeTerminal.3 Manifying blib/man3/X11::Terminal.3 EGILES/X11-Terminal-0.3.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01.basic.t ........... 1..9 ok 1 - require X11::Terminal; ok 2 - Created X11::Terminal object ok 3 - X11::Terminal is an X11::Terminal ok 4 - require X11::Terminal::XTerm; ok 5 - Created X11::Terminal::XTerm object ok 6 - X11::Terminal::XTerm is an X11::Terminal ok 7 - require X11::Terminal::GnomeTerminal; ok 8 - Created X11::Terminal::GnomeTerminal object ok 9 - X11::Terminal::GnomeTerminal is an X11::Terminal ok t/10-xterm.t ........... 1..40 ok 1 - Created XTerm object ok 2 - Object has launch method ok 3 - good program name ok 4 - Created two similar objects ok 5 - Option scrollback makes a difference ok 6 - Accessor function scrollback exists ok 7 - Accessor scrollback make a difference ok 8 - Accessor scrollback equivalent to constructor ok 9 - Option foreground makes a difference ok 10 - Accessor function foreground exists ok 11 - Accessor foreground make a difference ok 12 - Accessor foreground equivalent to constructor ok 13 - Option background makes a difference ok 14 - Accessor function background exists ok 15 - Accessor background make a difference ok 16 - Accessor background equivalent to constructor ok 17 - Option font makes a difference ok 18 - Accessor function font exists ok 19 - Accessor font make a difference ok 20 - Accessor font equivalent to constructor ok 21 - Option profile makes a difference ok 22 - Accessor function profile exists ok 23 - Accessor profile make a difference ok 24 - Accessor profile equivalent to constructor ok 25 - Option geometry makes a difference ok 26 - Accessor function geometry exists ok 27 - Accessor geometry make a difference ok 28 - Accessor geometry equivalent to constructor ok 29 - Option host makes a difference ok 30 - Accessor function host exists ok 31 - Accessor host make a difference ok 32 - Accessor host equivalent to constructor ok 33 - Option xforward makes a difference ok 34 - Accessor function xforward exists ok 35 - Accessor xforward make a difference ok 36 - Option xforward makes a difference ok 37 - Option agentforward makes a difference ok 38 - Accessor function agentforward exists ok 39 - Accessor agentforward make a difference ok 40 - Option agentforward makes a difference ok t/20-gnome-terminal.t .. 1..24 ok 1 - Created GnomeTerminal object ok 2 - Object has launch method ok 3 - good program name ok 4 - Created two similar objects ok 5 - Option profile makes a difference ok 6 - Accessor function profile exists ok 7 - Accessor profile make a difference ok 8 - Accessor profile equivalent to constructor ok 9 - Option geometry makes a difference ok 10 - Accessor function geometry exists ok 11 - Accessor geometry make a difference ok 12 - Accessor geometry equivalent to constructor ok 13 - Option host makes a difference ok 14 - Accessor function host exists ok 15 - Accessor host make a difference ok 16 - Accessor host equivalent to constructor ok 17 - Option xforward makes a difference ok 18 - Accessor function xforward exists ok 19 - Accessor xforward make a difference ok 20 - Option xforward makes a difference ok 21 - Option agentforward makes a difference ok 22 - Accessor function agentforward exists ok 23 - Accessor agentforward make a difference ok 24 - Option agentforward makes a difference ok t/30-konsole.t ......... 1..20 ok 1 - Created Konsole object ok 2 - Object has launch method ok 3 - good program name ok 4 - Created two similar objects ok 5 - Option profile makes a difference ok 6 - Accessor function profile exists ok 7 - Accessor profile make a difference ok 8 - Accessor profile equivalent to constructor ok 9 - Option host makes a difference ok 10 - Accessor function host exists ok 11 - Accessor host make a difference ok 12 - Accessor host equivalent to constructor ok 13 - Option xforward makes a difference ok 14 - Accessor function xforward exists ok 15 - Accessor xforward make a difference ok 16 - Option xforward makes a difference ok 17 - Option agentforward makes a difference ok 18 - Accessor function agentforward exists ok 19 - Accessor agentforward make a difference ok 20 - Option agentforward makes a difference ok t/90.pod.t ............. 1..4 ok 1 - POD test for blib/lib/X11/Terminal.pm ok 2 - POD test for blib/lib/X11/Terminal/GnomeTerminal.pm ok 3 - POD test for blib/lib/X11/Terminal/Konsole.pm ok 4 - POD test for blib/lib/X11/Terminal/XTerm.pm ok t/91.podcoverage.t ..... 1..4 ok 1 - Pod coverage on X11::Terminal ok 2 - Pod coverage on X11::Terminal::GnomeTerminal ok 3 - Pod coverage on X11::Terminal::Konsole ok 4 - Pod coverage on X11::Terminal::XTerm ok All tests successful. Files=6, Tests=101, 16 wallclock secs ( 0.16 usr 0.10 sys + 4.19 cusr 0.57 csys = 5.02 CPU) Result: PASS EGILES/X11-Terminal-0.3.tar.gz make test TEST_VERBOSE=1 -- OK Evan Giles <EGILES@cpan.org> A programtic interface to launching X terminal windows >>> (cd /Users/fly1003/var/cpan/build/X11-Terminal-0.3-8Bpics && tar cvf - X11-Terminal-0.3.ppd blib) | gzip -c >/Users/fly1003/var/REPO/E/EG/EGILES/X11-Terminal-0.3.tar.gz X11-Terminal-0.3.ppd blib/ blib/lib/ blib/lib/X11/ blib/lib/X11/Terminal/ blib/lib/X11/Terminal/GnomeTerminal.pm blib/lib/X11/Terminal/Konsole.pm blib/lib/X11/Terminal/XTerm.pm blib/lib/X11/Terminal.pm blib/man3/ blib/man3/X11::Terminal.3 blib/man3/X11::Terminal::GnomeTerminal.3 blib/man3/X11::Terminal::Konsole.3 blib/man3/X11::Terminal::XTerm.3 >>> mv /Users/fly1003/var/cpan/build/X11-Terminal-0.3-8Bpics/X11-Terminal-0.3.ppd /Users/fly1003/var/REPO/E/EG/EGILES Running make for E/EG/EGILES/App-Xssh-0.5.tar.gz Prepending /Users/fly1003/var/cpan/build/X11-Terminal-0.3-8Bpics/blib/arch /Users/fly1003/var/cpan/build/X11-Terminal-0.3-8Bpics/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /Users/fly1003/var/cpan/build/App-Xssh-0.5-EBf7CY Prepending /Users/fly1003/var/cpan/build/X11-Terminal-0.3-8Bpics/blib/arch /Users/fly1003/var/cpan/build/X11-Terminal-0.3-8Bpics/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build E/EG/EGILES/App-Xssh-0.5.tar.gz >>> make cp lib/App/Xssh/Config.pm blib/lib/App/Xssh/Config.pm cp lib/App/Xssh.pm blib/lib/App/Xssh.pm cp bin/xssh blib/script/xssh /Users/fly1003/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/xssh Manifying blib/man1/xssh.1 Manifying blib/man3/App::Xssh::Config.3 Manifying blib/man3/App::Xssh.3 EGILES/App-Xssh-0.5.tar.gz make -- OK Prepending /Users/fly1003/var/cpan/build/X11-Terminal-0.3-8Bpics/blib/arch /Users/fly1003/var/cpan/build/X11-Terminal-0.3-8Bpics/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10-libxsshconfig.t .............. ok 1 - use App::Xssh::Config; ok 2 - Create Object ok 3 - reasonable config filename ok 4 - config filename modified ok 5 - read empty config file ok 6 - Modified config data ok 7 - Modified config again ok 8 - Modified config again ok 9 - deleted config value ok 10 - Write config out ok 11 - read config file again ok 12 - Value retrieved ok 13 - Deep value retrieved ok 14 - Deleted value removed 1..14 ok t/20-libxssh.t .................... ok 1 - use App::Xssh; ok 2 - setprofile profile ok 3 - sethost foreground ok 4 - sethost default background ok 5 - sethost testhost profile ok 6 - host option found ok 7 - default option found ok 8 - profile option found ok 9 - showconfig() contains similar data ok 10 - control test 1..10 ok t/21-libxssh-multiple-profiles.t .. ok 1 - use App::Xssh; ok 2 - use App::Xssh::Config; ok 3 - foreground option ok 4 - background option 1..4 ok v-string in use/require non-portable at /Users/fly1003/var/cpan/build/App-Xssh-0.5-EBf7CY/blib/lib/App/Xssh.pm line 6. t/25-libxssh-upgrade.t ............ ok 1 - extra host option copied ok 2 - extra host option removed ok 3 - extra profile option copied ok 4 - extra profile option removed ok 5 - some things don't change 1..5 ok # Failed test 'exit_is_num: bin/xssh --setprofileopt testprofile attribute red, 0' # at t/30-xssh-commandline.t line 19. # got: 255 # expected: 0 # Failed test 'exit_is_num: bin/xssh --sethostopt testhost foreground red, 0' # at t/30-xssh-commandline.t line 22. # got: 255 # expected: 0 # Looks like you failed 2 tests of 6. t/30-xssh-commandline.t ........... ok 1 - use App::Xssh; ok 2 - exit_isnt_num: bin/xssh --crazy, 0 ok 3 - exit_isnt_num: bin/xssh --setprofileopt testprofile attribute, 0 not ok 4 - exit_is_num: bin/xssh --setprofileopt testprofile attribute red, 0 ok 5 - exit_isnt_num: bin/xssh --sethostopt testhost foreground, 0 not ok 6 - exit_is_num: bin/xssh --sethostopt testhost foreground red, 0 1..6 Dubious, test returned 2 (wstat 512, 0x200) Failed 2/6 subtests t/99-pod.t ........................ 1..3 ok 1 - POD test for blib/script/xssh ok 2 - POD test for blib/lib/App/Xssh.pm ok 3 - POD test for blib/lib/App/Xssh/Config.pm ok v-string in use/require non-portable at /Users/fly1003/var/cpan/build/App-Xssh-0.5-EBf7CY/blib/lib/App/Xssh.pm line 6. t/99-podcoverage.t ................ 1..2 ok 1 - Pod coverage on App::Xssh ok 2 - Pod coverage on App::Xssh::Config ok v-string in use/require non-portable at /Users/fly1003/var/cpan/build/App-Xssh-0.5-EBf7CY/blib/lib/App/Xssh.pm line 6. # Distribution version: 0.5 t/99-version.t .................... 1..3 ok 1 - App::Xssh is the same as the distribution version ok 2 - App::Xssh::Config is the same as the distribution version ok 3 - Changelog includes reference to the distribution version: 0.5 ok Test Summary Report ------------------- t/30-xssh-commandline.t (Wstat: 512 Tests: 6 Failed: 2) Failed tests: 4, 6 Non-zero exit status: 2 Files=8, Tests=47, 11 wallclock secs ( 0.14 usr 0.13 sys + 2.88 cusr 0.78 csys = 3.93 CPU) Result: FAIL Failed 1/8 test programs. 2/47 subtests failed. make: *** [test_dynamic] Error 255 EGILES/App-Xssh-0.5.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports EGILES/App-Xssh-0.5.tar.gz Finished 2011-02-25T06:45:49