PATH=/Users/fly2200/cpanfly-5.22/bin:/Users/fly2200/ap2200-299195/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-05T02:10:30 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Wed, 04 Jan 2017 06:41:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/P/PE/PETDANCE/HTML-Lint-2.26.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/P/PE/PETDANCE/HTML-Lint-2.26.tar.gz ok HTML-Lint-2.26/ HTML-Lint-2.26/MANIFEST HTML-Lint-2.26/Makefile.PL HTML-Lint-2.26/META.json HTML-Lint-2.26/README HTML-Lint-2.26/bin/ HTML-Lint-2.26/bin/weblint HTML-Lint-2.26/t/ HTML-Lint-2.26/t/config-unknown-directive.t HTML-Lint-2.26/t/text-unclosed-entity.t HTML-Lint-2.26/t/00-load.t HTML-Lint-2.26/t/elem-unclosed.t HTML-Lint-2.26/t/attr-unknown.t HTML-Lint-2.26/t/12-html_fragment_ok.t HTML-Lint-2.26/t/elem-img-alt-missing.t HTML-Lint-2.26/t/10-test-html-lint.t HTML-Lint-2.26/t/xhtml-html.t HTML-Lint-2.26/t/config-unknown-value.t HTML-Lint-2.26/t/elem-input-alt-missing.t HTML-Lint-2.26/t/elem-unknown.t HTML-Lint-2.26/t/50-multiple-files.t HTML-Lint-2.26/t/elem-img-sizes-missing.t HTML-Lint-2.26/t/attr-repeated.t HTML-Lint-2.26/t/api-eof-not-called.t HTML-Lint-2.26/t/40-where.t HTML-Lint-2.26/t/20-error-types-skip.t HTML-Lint-2.26/t/text-invalid-entity.t HTML-Lint-2.26/t/random-nobr.t HTML-Lint-2.26/t/elem-unopened.t HTML-Lint-2.26/t/text-use-entity.t HTML-Lint-2.26/t/20-error-types-export.t HTML-Lint-2.26/t/strong-id.t HTML-Lint-2.26/t/LintTest.pl HTML-Lint-2.26/t/embed-extensions.t HTML-Lint-2.26/t/20-error-types.t HTML-Lint-2.26/t/pod-coverage.t HTML-Lint-2.26/t/60-add-tags.t HTML-Lint-2.26/t/elem-empty-but-closed.t HTML-Lint-2.26/t/doc-tag-required.t HTML-Lint-2.26/t/02-versions.t HTML-Lint-2.26/t/01-coverage.t HTML-Lint-2.26/t/11-test-html-lint-overload.t HTML-Lint-2.26/t/30-test-builder.t HTML-Lint-2.26/t/api-parse-not-called.t HTML-Lint-2.26/t/pod.t HTML-Lint-2.26/t/elem-nonrepeatable.t HTML-Lint-2.26/t/text-unknown-entity.t HTML-Lint-2.26/META.yml HTML-Lint-2.26/lib/ HTML-Lint-2.26/lib/Test/ HTML-Lint-2.26/lib/Test/HTML/ HTML-Lint-2.26/lib/Test/HTML/Lint.pm HTML-Lint-2.26/lib/HTML/ HTML-Lint-2.26/lib/HTML/Lint.pm HTML-Lint-2.26/lib/HTML/Lint/ HTML-Lint-2.26/lib/HTML/Lint/Parser.pm HTML-Lint-2.26/lib/HTML/Lint/HTML4.pm HTML-Lint-2.26/lib/HTML/Lint/Error.pm HTML-Lint-2.26/Changes Configuring P/PE/PETDANCE/HTML-Lint-2.26.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for HTML::Lint Writing MYMETA.yml and MYMETA.json PETDANCE/HTML-Lint-2.26.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for P/PE/PETDANCE/HTML-Lint-2.26.tar.gz >>> make cp lib/Test/HTML/Lint.pm blib/lib/Test/HTML/Lint.pm cp lib/HTML/Lint/HTML4.pm blib/lib/HTML/Lint/HTML4.pm cp lib/HTML/Lint/Error.pm blib/lib/HTML/Lint/Error.pm cp lib/HTML/Lint/Parser.pm blib/lib/HTML/Lint/Parser.pm cp lib/HTML/Lint.pm blib/lib/HTML/Lint.pm cp bin/weblint blib/script/weblint "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/weblint Manifying 5 pod documents PETDANCE/HTML-Lint-2.26.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing HTML::Lint 2.26, Perl 5.022000, /Users/fly2200/ap2200-299195/bin/perl-dynamic t/00-load.t ..................... 1..2 ok 1 - use HTML::Lint; ok 2 - use Test::HTML::Lint; ok t/01-coverage.t ................. ok 1 - use HTML::Lint::Error; ok 2 - There are at least some errors to be found. ok 3 - t/attr-repeated.t exists ok 4 - t/config-unknown-directive.t exists ok 5 - t/text-use-entity.t exists ok 6 - t/text-unclosed-entity.t exists ok 7 - t/elem-unknown.t exists ok 8 - t/api-eof-not-called.t exists ok 9 - t/elem-img-alt-missing.t exists ok 10 - t/api-parse-not-called.t exists ok 11 - t/text-unknown-entity.t exists ok 12 - t/elem-nonrepeatable.t exists ok 13 - t/text-invalid-entity.t exists ok 14 - t/elem-img-sizes-missing.t exists ok 15 - t/attr-unknown.t exists ok 16 - t/doc-tag-required.t exists ok 17 - t/config-unknown-value.t exists ok 18 - t/elem-empty-but-closed.t exists ok 19 - t/elem-unopened.t exists ok 20 - t/elem-unclosed.t exists ok 21 - t/elem-input-alt-missing.t exists 1..21 ok t/02-versions.t ................. 1..5 ok 1 - use HTML::Lint::Parser; ok 2 - use HTML::Lint; ok 3 - use Test::HTML::Lint; ok 4 - HTML::Lint and Test::HTML::Lint versions match ok 5 - HTML::Lint and Test::HTML::Lint versions match ok t/10-test-html-lint.t ........... 1..3 ok 1 - use Test::HTML::Lint; not ok 2 # TODO This test should NOT succeed # Failed (TODO) test at t/10-test-html-lint.t line 17. ok 3 ok t/11-test-html-lint-overload.t .. 1..4 ok 1 - use Test::HTML::Lint; ok 2 - use HTML::Lint; ok 3 - use HTML::Lint::Error; ok 4 - STRUCTUREally naughty code passed ok t/12-html_fragment_ok.t ......... 1..4 ok 1 - html_ok works on wonky fragment ok 2 - html_fragment_ok works on wonky fragment ok 3 - html_ok gets back doc-level errors on fragment ok 4 - html_fragment_ok passes on fragment ok t/20-error-types-export.t ....... 1..5 ok 1 - use HTML::Lint::Error; ok 2 ok 3 ok 4 ok 5 ok t/20-error-types-skip.t ......... 1..10 ok 1 - use HTML::Lint; ok 2 - use HTML::Lint::Error; ok 3 - An object of class 'HTML::Lint' isa 'HTML::Lint' ok 4 - One error with a clean lint ok 5 - No errors if helper & fluff ok 6 - One error if we specify STRUCTURE if we turn it off ok 7 - An object of class 'HTML::Lint' isa 'HTML::Lint' ok 8 - One error if we specify STRUCTURE if we turn it off ok 9 - An object of class 'HTML::Lint' isa 'HTML::Lint' ok 10 - No errors if helper & fluff ok t/20-error-types.t .............. 1..5 ok 1 - use HTML::Lint::Error; ok 2 ok 3 ok 4 ok 5 ok t/30-test-builder.t ............. 1..1 ok 1 ok t/40-where.t .................... 1..19 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches string ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches string ok 9 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 10 - Error codes match ok 11 - Error matches string ok 12 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 13 - Error codes match ok 14 - Error matches string ok 15 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 16 - Error codes match ok 17 - Error matches string ok 18 - No unexpected errors found ok 19 - No expected errors missing ok t/50-multiple-files.t ........... 1..16 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 10 - Error codes match ok 11 - Error matches regex ok 12 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 13 - Error codes match ok 14 - Error matches regex ok 15 - No unexpected errors found ok 16 - No expected errors missing ok t/60-add-tags.t ................. 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/api-eof-not-called.t .......... 1..3 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Should get back at least one error ok 3 - The last error in the list is the API error ok t/api-parse-not-called.t ........ 1..3 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Should get back at least one error ok 3 - The last error in the list is the API error ok t/attr-repeated.t ............... 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/attr-unknown.t ................ 1..10 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/config-unknown-directive.t .... 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/config-unknown-value.t ........ 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/doc-tag-required.t ............ 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-empty-but-closed.t ....... 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-img-alt-missing.t ........ 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-img-sizes-missing.t ...... 1..10 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/elem-input-alt-missing.t ...... 1..16 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 10 - Error codes match ok 11 - Error matches regex ok 12 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 13 - Error codes match ok 14 - Error matches regex ok 15 - No unexpected errors found ok 16 - No expected errors missing ok t/elem-nonrepeatable.t .......... 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/elem-unclosed.t ............... 1..10 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/elem-unknown.t ................ 1..10 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/elem-unopened.t ............... 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/embed-extensions.t ............ 1..4 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - No unexpected errors found ok 4 - No expected errors missing ok t/pod-coverage.t ................ 1..5 ok 1 - Pod coverage on HTML::Lint ok 2 - Pod coverage on HTML::Lint::Error ok 3 - Pod coverage on HTML::Lint::HTML4 ok 4 - Pod coverage on HTML::Lint::Parser ok 5 - Pod coverage on Test::HTML::Lint ok t/pod.t ......................... 1..6 ok 1 - POD test for blib/lib/HTML/Lint.pm ok 2 - POD test for blib/lib/HTML/Lint/Error.pm ok 3 - POD test for blib/lib/HTML/Lint/HTML4.pm ok 4 - POD test for blib/lib/HTML/Lint/Parser.pm ok 5 - POD test for blib/lib/Test/HTML/Lint.pm ok 6 - POD test for blib/script/weblint (no pod) ok t/random-nobr.t ................. 1..10 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - No unexpected errors found ok 10 - No expected errors missing ok t/strong-id.t ................... 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/text-invalid-entity.t ......... 1..16 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 10 - Error codes match ok 11 - Error matches regex ok 12 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 13 - Error codes match ok 14 - Error matches regex ok 15 - No unexpected errors found ok 16 - No expected errors missing ok t/text-unclosed-entity.t ........ 1..13 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 10 - Error codes match ok 11 - Error matches regex ok 12 - No unexpected errors found ok 13 - No expected errors missing ok t/text-unknown-entity.t ......... 1..7 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - No unexpected errors found ok 7 - No expected errors missing ok t/text-use-entity.t ............. 1..22 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 4 - Error codes match ok 5 - Error matches regex ok 6 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 7 - Error codes match ok 8 - Error matches regex ok 9 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 10 - Error codes match ok 11 - Error matches regex ok 12 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 13 - Error codes match ok 14 - Error matches regex ok 15 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 16 - Error codes match ok 17 - Error matches regex ok 18 - An object of class 'HTML::Lint::Error' isa 'HTML::Lint::Error' ok 19 - Error codes match ok 20 - Error matches regex ok 21 - No unexpected errors found ok 22 - No expected errors missing ok t/xhtml-html.t .................. 1..4 ok 1 - 'Created lint object' isa 'HTML::Lint' ok 2 - Right \# of errors ok 3 - No unexpected errors found ok 4 - No expected errors missing ok All tests successful. Files=38, Tests=314, 2 wallclock secs ( 0.11 usr 0.07 sys + 1.21 cusr 0.23 csys = 1.62 CPU) Result: PASS PETDANCE/HTML-Lint-2.26.tar.gz make test TEST_VERBOSE=1 -- OK Andy Lester <andy@petdance.com> check for HTML errors in a string or file >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/HTML-Lint-2.26-LTh5nT && tar cvf - HTML-Lint-2.26.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/P/PE/PETDANCE/HTML-Lint-2.26.tar.gz HTML-Lint-2.26.ppd blib/ blib/lib/ blib/lib/HTML/ blib/lib/HTML/Lint/ blib/lib/HTML/Lint/Error.pm blib/lib/HTML/Lint/HTML4.pm blib/lib/HTML/Lint/Parser.pm blib/lib/HTML/Lint.pm blib/lib/Test/ blib/lib/Test/HTML/ blib/lib/Test/HTML/Lint.pm blib/man3/ blib/man3/HTML::Lint.3 blib/man3/HTML::Lint::Error.3 blib/man3/HTML::Lint::HTML4.3 blib/man3/HTML::Lint::Parser.3 blib/man3/Test::HTML::Lint.3 blib/script/ blib/script/weblint Finished 2017-01-05T02:10:35