PATH=/usr/bin:/bin:/data/fly2200/var/megalib/bin Start 2015-08-28T06:09:13 ActivePerl-2200 CPAN-2.00 Reading '/data/fly2200/var/cpan/Metadata' Database was generated on Fri, 28 Aug 2015 05:53:24 GMT Running make for H/HI/HITODE/APISchema-1.00.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/H/HI/HITODE/APISchema-1.00.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/H/HI/HITODE/CHECKSUMS Checksum for /data/fly2200/var/cpan/sources/authors/id/H/HI/HITODE/APISchema-1.00.tar.gz ok APISchema-1.00/Build.PL APISchema-1.00/Changes APISchema-1.00/LICENSE APISchema-1.00/META.json APISchema-1.00/README.md APISchema-1.00/cpanfile APISchema-1.00/eg/bmi.psgi APISchema-1.00/lib/APISchema.pm APISchema-1.00/lib/APISchema/DSL.pm APISchema-1.00/lib/APISchema/Generator/Markdown.pm APISchema-1.00/lib/APISchema/Generator/Markdown/ExampleFormatter.pm APISchema-1.00/lib/APISchema/Generator/Markdown/Formatter.pm APISchema-1.00/lib/APISchema/Generator/Markdown/ResourceResolver.pm APISchema-1.00/lib/APISchema/Generator/Router/Simple.pm APISchema-1.00/lib/APISchema/Resource.pm APISchema-1.00/lib/APISchema/Route.pm APISchema-1.00/lib/APISchema/Schema.pm APISchema-1.00/lib/APISchema/Validator.pm APISchema-1.00/lib/APISchema/Validator/Decoder.pm APISchema-1.00/lib/APISchema/Validator/Result.pm APISchema-1.00/lib/Plack/App/APISchema/Document.pm APISchema-1.00/lib/Plack/Middleware/APISchema/RequestValidator.pm APISchema-1.00/lib/Plack/Middleware/APISchema/ResponseValidator.pm APISchema-1.00/minil.toml APISchema-1.00/script/generate_markdown_document.pl APISchema-1.00/t/APISchema-DSL.t APISchema-1.00/t/APISchema-Generator-Markdown.t APISchema-1.00/t/APISchema-Generator-Router-Simple.t APISchema-1.00/t/APISchema-Resource.t APISchema-1.00/t/APISchema-Route.t APISchema-1.00/t/APISchema-Schema.t APISchema-1.00/t/APISchema-Validator.t APISchema-1.00/t/APISchema.t APISchema-1.00/t/Plack-App-APISchema-Document.t APISchema-1.00/t/Plack-Middleware-APISchema-RequestValidator.t APISchema-1.00/t/Plack-Middleware-APISchema-ResponseValidator.t APISchema-1.00/t/fixtures/author.def APISchema-1.00/t/fixtures/bmi.def APISchema-1.00/t/fixtures/family.def APISchema-1.00/t/fixtures/runtime-error.def APISchema-1.00/t/fixtures/status.def APISchema-1.00/t/fixtures/syntax-error.def APISchema-1.00/t/fixtures/user.def APISchema-1.00/t/test.pm APISchema-1.00/t/test/fixtures.pm APISchema-1.00/META.yml APISchema-1.00/MANIFEST CPAN.pm: Building H/HI/HITODE/APISchema-1.00.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Build.PL Creating new 'Build' script for 'APISchema' version '1.00' ---- Unsatisfied dependencies detected during ---- ---- HITODE/APISchema-1.00.tar.gz ---- Router::Simple [requires] Test::Class [build_requires] Text::MicroTemplate::DataSection [requires] Valiemon [requires] Text::Markdown::Hoedown [requires] HTML::Escape [requires] Plack [requires] Running Build test Delayed until after prerequisites Running test for module 'Router::Simple' Running make for T/TO/TOKUHIROM/Router-Simple-0.17.tar.gz Checksum for /data/fly2200/var/cpan/sources/authors/id/T/TO/TOKUHIROM/Router-Simple-0.17.tar.gz ok Router-Simple-0.17/Build.PL Router-Simple-0.17/Changes Router-Simple-0.17/LICENSE Router-Simple-0.17/META.json Router-Simple-0.17/README.md Router-Simple-0.17/author/benchmark.pl Router-Simple-0.17/author/prof.pl Router-Simple-0.17/cpanfile Router-Simple-0.17/lib/Router/Simple.pm Router-Simple-0.17/lib/Router/Simple/Cookbook.pod Router-Simple-0.17/lib/Router/Simple/Declare.pm Router-Simple-0.17/lib/Router/Simple/Route.pm Router-Simple-0.17/lib/Router/Simple/SubMapper.pm Router-Simple-0.17/minil.toml Router-Simple-0.17/t/00_compile.t Router-Simple-0.17/t/01_simple.t Router-Simple-0.17/t/02_declare.t Router-Simple-0.17/t/05_plain.t Router-Simple-0.17/t/06_submapper.t Router-Simple-0.17/t/08_splat.t Router-Simple-0.17/t/09_on_match.t Router-Simple-0.17/t/10_routematch.t Router-Simple-0.17/t/11_ext_regexp.t Router-Simple-0.17/t/12_paren_warnings.t Router-Simple-0.17/t/13_method_not_allowed.t Router-Simple-0.17/t/14_ending_slash.t Router-Simple-0.17/xt/02_perlcritic.t Router-Simple-0.17/xt/04_synopsis.t Router-Simple-0.17/META.yml Router-Simple-0.17/MANIFEST CPAN.pm: Building T/TO/TOKUHIROM/Router-Simple-0.17.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Router-Simple' version '0.17' cp META.json MYMETA.json cp META.yml MYMETA.yml >>> ./Build Building Router-Simple TOKUHIROM/Router-Simple-0.17.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/00_compile.t ............. 1..1 ok 1 - use Router::Simple; ok t/01_simple.t .............. ok 1 ok 2 - empty PATH_INFO is same as "/" ok 3 - blog monthly ok 4 - daily ok 5 ok 6 ok 7 ok 8 ok 9 1..9 ok t/02_declare.t ............. ok 1 ok 2 ok 3 - daily ok 4 ok 5 ok 6 1..6 ok t/05_plain.t ............... ok 1 ok 2 1..2 ok t/06_submapper.t ........... ok 1 ok 2 ok 3 1..3 ok t/08_splat.t ............... ok 1 ok 2 1..2 ok t/09_on_match.t ............ ok 1 ok 2 1..2 ok t/10_routematch.t .......... ok 1 ok 2 ok 3 1..3 ok t/11_ext_regexp.t .......... ok 1 ok 2 - strictly regexp check \#1 ok 3 - strictly regexp check \#2 1..3 ok t/12_paren_warnings.t ...... ok 1 1..1 ok t/13_method_not_allowed.t .. # Subtest: Router::Simple # Subtest: GET / ok 1 ok 2 1..2 ok 1 - GET / # Subtest: POST / ok 1 ok 2 1..2 ok 2 - POST / # Subtest: PUT / ok 1 ok 2 1..2 ok 3 - PUT / # Subtest: POST /foo ok 1 ok 2 1..2 ok 4 - POST /foo # Subtest: GET /bar ok 1 ok 2 1..2 ok 5 - GET /bar 1..5 ok 1 - Router::Simple 1..1 ok t/14_ending_slash.t ........ ok 1 - blog monthly ok 2 - daily ok 3 ok 4 ok 5 ok 6 - blog monthly ok 7 - daily ok 8 ok 9 ok 10 1..10 ok All tests successful. Files=12, Tests=43, 1 wallclock secs ( 0.06 usr 0.03 sys + 0.55 cusr 0.12 csys = 0.76 CPU) Result: PASS TOKUHIROM/Router-Simple-0.17.tar.gz ./Build test verbose=1 -- OK Can't call method "fullname" on an undefined value at /data/fly2200/lib/Fly/MakePPD.pm line 166. /data/fly2200/ap2200-299134/bin/perl-static exits with 255.