PATH=/usr/bin:/bin Start 2013-01-20T02:12:34 ActivePerl-1600 CPAN-1.9402 Going to read '/home/fly1600/var/cpan/Metadata' Database was generated on Sun, 20 Jan 2013 09:06:25 GMT Running make for S/SP/SPURKIS/TAP-Formatter-HTML-0.11.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/SP/SPURKIS/TAP-Formatter-HTML-0.11.tar.gz ok TAP-Formatter-HTML-0.11 TAP-Formatter-HTML-0.11/Build.PL TAP-Formatter-HTML-0.11/Changes TAP-Formatter-HTML-0.11/Makefile.PL TAP-Formatter-HTML-0.11/MANIFEST TAP-Formatter-HTML-0.11/META.json TAP-Formatter-HTML-0.11/META.yml TAP-Formatter-HTML-0.11/README TAP-Formatter-HTML-0.11/Todo TAP-Formatter-HTML-0.11/examples TAP-Formatter-HTML-0.11/examples/DBD-SQLite-example.html TAP-Formatter-HTML-0.11/examples/jquery-1.2.3.pack.js TAP-Formatter-HTML-0.11/examples/test-output.html TAP-Formatter-HTML-0.11/lib TAP-Formatter-HTML-0.11/lib/App TAP-Formatter-HTML-0.11/lib/App/Prove TAP-Formatter-HTML-0.11/lib/App/Prove/Plugin TAP-Formatter-HTML-0.11/lib/App/Prove/Plugin/HTML.pm TAP-Formatter-HTML-0.11/lib/TAP TAP-Formatter-HTML-0.11/lib/TAP/Formatter TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML.pm TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML/default_page.css TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML/default_report.css TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML/default_report.js TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML/default_report.tt2 TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML/jquery-1.4.2.min.js TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML/jquery.tablesorter-2.0.3.min.js TAP-Formatter-HTML-0.11/lib/TAP/Formatter/HTML/Session.pm TAP-Formatter-HTML-0.11/t TAP-Formatter-HTML-0.11/t/01_basic.t TAP-Formatter-HTML-0.11/t/02_escape_output.t TAP-Formatter-HTML-0.11/t/03_silent.t TAP-Formatter-HTML-0.11/t/04_really_quiet.t TAP-Formatter-HTML-0.11/t/05_quiet.t TAP-Formatter-HTML-0.11/t/06_output.t TAP-Formatter-HTML-0.11/t/07_multiple_aggregate.t TAP-Formatter-HTML-0.11/t/08_env_vars.t TAP-Formatter-HTML-0.11/t/09_empty_testdir.t TAP-Formatter-HTML-0.11/t/10_win32.t TAP-Formatter-HTML-0.11/t/11_force_inline.t TAP-Formatter-HTML-0.11/t/20_prove_html.t TAP-Formatter-HTML-0.11/t/30_tap_harness_compat.t TAP-Formatter-HTML-0.11/t/31_inc_path.t TAP-Formatter-HTML-0.11/t/99_test_pod.t TAP-Formatter-HTML-0.11/t/selenium_basic.t TAP-Formatter-HTML-0.11/t/data TAP-Formatter-HTML-0.11/t/data/01_pass.pl TAP-Formatter-HTML-0.11/t/data/02_fail.pl TAP-Formatter-HTML-0.11/t/data/03_plan_fail.pl TAP-Formatter-HTML-0.11/t/data/04_die_fail.pl TAP-Formatter-HTML-0.11/t/data/05_compile_fail.pl TAP-Formatter-HTML-0.11/t/data/06_skip_all.pl TAP-Formatter-HTML-0.11/t/data/07_todo_pass.pl TAP-Formatter-HTML-0.11/t/data/08_html_in_output.pl TAP-Formatter-HTML-0.11/t/data/09_skip_error.pl TAP-Formatter-HTML-0.11/t/data/10_todo_skip.pl TAP-Formatter-HTML-0.11/t/data/11_lots_of_tests.pl TAP-Formatter-HTML-0.11/t/lib TAP-Formatter-HTML-0.11/t/lib/FileTempTFH.pm TAP-Formatter-HTML-0.11/t/selenium TAP-Formatter-HTML-0.11/t/selenium/server.pl CPAN.pm: Going to build S/SP/SPURKIS/TAP-Formatter-HTML-0.11.tar.gz >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL # running Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'TAP-Formatter-HTML' version '0.11' >>> make /home/fly1600/ap1600/bin/perl-static Build --makefile_env_macros 1 Building TAP-Formatter-HTML SPURKIS/TAP-Formatter-HTML-0.11.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 /home/fly1600/ap1600/bin/perl-static Build --makefile_env_macros 1 test t/01_basic.t ............... ok 1 - use TAP::Formatter::HTML; ok 2 - captured test output to stdout ok 3 - output contains test '01_pass' ok 4 - output contains test '02_fail' ok 5 - output contains test '03_plan_fail' ok 6 - output contains test '04_die_fail' ok 7 - output contains test '05_compile_fail' ok 8 - output contains test '06_skip_all' ok 9 - output contains test '07_todo_pass' ok 10 - output contains test '08_html_in_output' ok 11 - output contains test '09_skip_error' ok 12 - output contains test '10_todo_skip' ok 13 - output contains test '11_lots_of_tests' 1..13 ok t/02_escape_output.t ....... ok 1 - use TAP::Formatter::HTML; ok 2 - should be lots of output to stdout ok 3 - found an escaped line of output 1..3 ok t/03_silent.t .............. ok 1 - use TAP::Formatter::HTML; ok 2 - should be no output to stdout ok 3 - formatter->html exists ok 4 - should be no output to stdout ok 5 - html still output to non-stdout fh when silent is set ok 6 - html contains file 1 ok 7 - formatter->html exists 1..7 ok t/04_really_quiet.t ........ ok 1 - use TAP::Formatter::HTML; ok 2 - should be no output to stdout other than HTML report 1..2 ok t/05_quiet.t ............... ok 1 - use TAP::Formatter::HTML; ok 2 - expect other content before HTML report ok 3 - HTML report should be output last 1..3 ok t/06_output.t .............. ok 1 - use TAP::Formatter::HTML; 1..1 ok t/07_multiple_aggregate.t .. ok 1 - use TAP::Formatter::HTML; ok 2 - html contains file 1 ok 3 - html contains file 2 ok 4 - 2 files processed 1..4 ok t/08_env_vars.t ............ ok 1 - use TAP::Formatter::HTML; ok 2 - TAP_FORMATTER_HTML_OUTFILE sets output_fh ok 3 - TAP_FORMATTER_HTML_FORCE_INLINE_CSS ok 4 - TAP_FORMATTER_HTML_TEMPLATE ok 5 - TAP_FORMATTER_HTML_CSS_URIS ok 6 - TAP_FORMATTER_HTML_JS_URIS ok 7 - TAP_FORMATTER_HTML_OUTFILE generates file ok 8 - file contains expected output 1..8 ok t/09_empty_testdir.t ....... ok 1 - use TAP::Formatter::HTML; ok 2 - no error on empty test dir (RT 41411) 1..2 ok t/10_win32.t ............... ok 1 - use TAP::Formatter::HTML; ok 2 - no error on generate report with win32 CSS URI ok 3 - win32 css_uris as expected (RT 37983) ok 4 - win32 js_uris as expected (RT 37983) 1..4 ok t/11_force_inline.t ........ ok 1 - use TAP::Formatter::HTML; ok 2 - html contains file 1 ok 3 - html contains jQuery src ok 4 - html contains default js ok 5 - html contains default css body ok 6 - html contains default css page 1..6 ok t/20_prove_html.t .......... ok 1 - app->run ok 2 - ... and no error ok 3 - App::Prove::Plugin::HTML->can('load') ok 4 - TAP::Formatter::HTML->can('new') ok 5 - app->formatter ok 6 - ENV: outfile ok 7 - ENV: css_uris ok 8 - ENV: js_uris ok 9 - ENV: force_inline_css ok 10 - ENV: force_inline_js ok 11 - HTML report output to file ok 12 - css_uri: style.css ok 13 - css_uri: custom.css ok 14 - js_uri: jquery.css ok 15 - js_uri: custom.css 1..15 ok t/30_tap_harness_compat.t .. ok 1 - no error on color 1..1 ok t/31_inc_path.t ............ ok 1 - RT 74364 - INCLUDE_PATH exceeds num dirs ok 2 - no error set when calling default_template_processor with lots of dirs in @INC 1..2 ok t/99_test_pod.t ............ 1..3 ok 1 - POD test for blib/lib/TAP/Formatter/HTML.pm ok 2 - POD test for blib/lib/TAP/Formatter/HTML/Session.pm ok 3 - POD test for blib/lib/App/Prove/Plugin/HTML.pm ok t/selenium_basic.t ......... skipped: Couldn't connect to SeleniumRC on 4446: try 'sudo perl t/selenium/server.pl' All tests successful. Files=16, Tests=74, 7 wallclock secs ( 0.08 usr 0.03 sys + 5.84 cusr 0.76 csys = 6.71 CPU) Result: PASS SPURKIS/TAP-Formatter-HTML-0.11.tar.gz make test TEST_VERBOSE=1 -- OK Steve Purkis <spurkis @[at]@ cpan.dot.org> TAP Test Harness output delegate for html output >>> (cd /home/fly1600/var/cpan/build/TAP-Formatter-HTML-0.11-jGnemA && tar cvf - TAP-Formatter-HTML-0.11.ppd blib) | gzip -c >/home/fly1600/var/REPO/S/SP/SPURKIS/TAP-Formatter-HTML-0.11.tar.gz TAP-Formatter-HTML-0.11.ppd blib/ blib/lib/ blib/lib/TAP/ blib/lib/TAP/Formatter/ blib/lib/TAP/Formatter/HTML/ blib/lib/TAP/Formatter/HTML/Session.pm blib/lib/TAP/Formatter/HTML/default_report.tt2 blib/lib/TAP/Formatter/HTML/default_page.css blib/lib/TAP/Formatter/HTML/default_report.css blib/lib/TAP/Formatter/HTML/jquery.tablesorter-2.0.3.min.js blib/lib/TAP/Formatter/HTML/jquery-1.4.2.min.js blib/lib/TAP/Formatter/HTML/default_report.js blib/lib/TAP/Formatter/HTML.pm blib/lib/App/ blib/lib/App/Prove/ blib/lib/App/Prove/Plugin/ blib/lib/App/Prove/Plugin/HTML.pm >>> mv /home/fly1600/var/cpan/build/TAP-Formatter-HTML-0.11-jGnemA/TAP-Formatter-HTML-0.11.ppd /home/fly1600/var/REPO/S/SP/SPURKIS VmSize: 236596 kB Finished 2013-01-20T02:12:49