PATH=/usr/bin:/bin:/data/fly2200/var/megalib/bin Start 2015-06-11T13:33:03 ActivePerl-2200 CPAN-2.00 Reading '/data/fly2200/var/cpan/Metadata' Database was generated on Thu, 11 Jun 2015 05:53:20 GMT Running make for D/DM/DMUEY/Dancer2-Plugin-Locale-0.02.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DM/DMUEY/Dancer2-Plugin-Locale-0.02.tar.gz Checksum for /data/fly2200/var/cpan/sources/authors/id/D/DM/DMUEY/Dancer2-Plugin-Locale-0.02.tar.gz ok Dancer2-Plugin-Locale-0.02/ Dancer2-Plugin-Locale-0.02/Build.PL Dancer2-Plugin-Locale-0.02/Changes Dancer2-Plugin-Locale-0.02/lib/ Dancer2-Plugin-Locale-0.02/Makefile.PL Dancer2-Plugin-Locale-0.02/MANIFEST Dancer2-Plugin-Locale-0.02/META.json Dancer2-Plugin-Locale-0.02/META.yml Dancer2-Plugin-Locale-0.02/README Dancer2-Plugin-Locale-0.02/t/ Dancer2-Plugin-Locale-0.02/t/00.load.t Dancer2-Plugin-Locale-0.02/t/perlcritic.t Dancer2-Plugin-Locale-0.02/t/perltidy.t Dancer2-Plugin-Locale-0.02/t/pkg-changes.t Dancer2-Plugin-Locale-0.02/t/pkg-readme.t Dancer2-Plugin-Locale-0.02/t/pod-coverage.t Dancer2-Plugin-Locale-0.02/t/pod-encoding.t Dancer2-Plugin-Locale-0.02/t/pod-spelling.t Dancer2-Plugin-Locale-0.02/t/pod-version.t Dancer2-Plugin-Locale-0.02/t/pod.t Dancer2-Plugin-Locale-0.02/lib/Dancer2/ Dancer2-Plugin-Locale-0.02/lib/Dancer2/Plugin/ Dancer2-Plugin-Locale-0.02/lib/Dancer2/Plugin/Locale.pm CPAN.pm: Building D/DM/DMUEY/Dancer2-Plugin-Locale-0.02.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Warning: prerequisite Dancer2::Plugin 0 not found. Warning: prerequisite File::Path::Tiny 0 not found. Warning: prerequisite Locale::Maketext::Utils 0 not found. Warning: prerequisite Locales 0.33 not found. Warning: prerequisite Plack::Test 0 not found. Warning: prerequisite Template::Toolkit 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Dancer2::Plugin::Locale Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- DMUEY/Dancer2-Plugin-Locale-0.02.tar.gz ---- File::Path::Tiny [requires] Plack::Test [requires] Locales [requires] Locale::Maketext::Utils [requires] Template::Toolkit [requires] Dancer2::Plugin [requires] Running make test Delayed until after prerequisites Running test for module 'File::Path::Tiny' Running make for D/DM/DMUEY/File-Path-Tiny-0.7.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DM/DMUEY/File-Path-Tiny-0.7.tar.gz Checksum for /data/fly2200/var/cpan/sources/authors/id/D/DM/DMUEY/File-Path-Tiny-0.7.tar.gz ok File-Path-Tiny-0.7/ File-Path-Tiny-0.7/Changes File-Path-Tiny-0.7/MANIFEST File-Path-Tiny-0.7/META.json File-Path-Tiny-0.7/META.yml File-Path-Tiny-0.7/Makefile.PL File-Path-Tiny-0.7/README File-Path-Tiny-0.7/lib/ File-Path-Tiny-0.7/t/ File-Path-Tiny-0.7/t/00.load.t File-Path-Tiny-0.7/t/perlcritic.t File-Path-Tiny-0.7/t/perltidy.t File-Path-Tiny-0.7/t/pkg-changes.t File-Path-Tiny-0.7/t/pkg-readme.t File-Path-Tiny-0.7/t/pod-coverage.t File-Path-Tiny-0.7/t/pod-spelling.t File-Path-Tiny-0.7/t/pod.t File-Path-Tiny-0.7/lib/File/ File-Path-Tiny-0.7/lib/File/Path/ File-Path-Tiny-0.7/lib/File/Path/Tiny.pm File-Path-Tiny-0.7/lib/File/Path/Tiny.pod CPAN.pm: Building D/DM/DMUEY/File-Path-Tiny-0.7.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Path::Tiny Writing MYMETA.yml and MYMETA.json >>> make cp lib/File/Path/Tiny.pod blib/lib/File/Path/Tiny.pod cp lib/File/Path/Tiny.pm blib/lib/File/Path/Tiny.pm Manifying 1 pod document DMUEY/File-Path-Tiny-0.7.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing File::Path::Tiny 0.7 t/00.load.t ....... 1..30 ok 1 - use File::Path::Tiny; ok 2 - make simple path - return true ok 3 - make simple path - path recursively created ok 4 - make already existing dir ok 5 - make already existing non dir - return false ok 6 - make already existing file - errno ok 7 - mk_parent() simple path returns true ok 8 - mk_parent() simple path - parent recursively created ok 9 - mk_parent() simple path - file not created ok 10 - mk_parent() already existing simple path dir ok 11 - make absolute path - return true ok 12 - make absolute path - path recursively created ok 13 - make already existing absolute path dir ok 14 - mk_parent() absolute path returns true ok 15 - mk_parent() absolute path - parent recursively created ok 16 - mk_parent() absolute path - file not created ok 17 - mk_parent() already existing absolute path dir ok 18 - MASK logic gets same results as mkdir() ok 19 - MASK arg OCT gets same results as mkdir() ok 20 - MASK arg OCT gets same results as mkdir() - mk_parent() ok 21 - MASK arg oct(STR) gets same results as mkdir() ok 22 - MASK arg oct(STR) gets same results as mkdir() - mk_parent() ok 23 - MASK arg STR gets detected and handled - different results as mkdir() ok 24 - MASK arg STR gets detected and handled - different results as mkdir() - mk_parent() ok 25 - remove existing non dir - return false ok 26 - remove existing non dir - errno ok 27 - empty and remove simple path - return true ok 28 - remove simple path - path recursively removed ok 29 - remove already non-existing dir ok 30 - remove empty dir ok t/perlcritic.t .... skipped: Critic tests are only run in RELEASE_TESTING mode. t/perltidy.t ...... skipped: PerlTidy tests are only run in RELEASE_TESTING mode. t/pkg-changes.t ... skipped: pkg/Changes tests are only run in RELEASE_TESTING mode. t/pkg-readme.t .... skipped: pkg/README tests are only run in RELEASE_TESTING mode. t/pod-coverage.t .. skipped: POD tests are only run in RELEASE_TESTING mode. t/pod-spelling.t .. skipped: POD tests are only run in RELEASE_TESTING mode. t/pod.t ........... skipped: POD tests are only run in RELEASE_TESTING mode. All tests successful. Files=8, Tests=30, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.45 cusr 0.04 csys = 0.57 CPU) Result: PASS DMUEY/File-Path-Tiny-0.7.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DM/DMUEY/CHECKSUMS Daniel Muey <dmuey@cpan.org> recursive versions of mkdir() and rmdir() without as much overhead as File::Path >>> (cd /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K && tar cvf - File-Path-Tiny-0.7.ppd blib) | gzip -c >/data/fly2200/var/REPO/D/DM/DMUEY/File-Path-Tiny-0.7.tar.gz File-Path-Tiny-0.7.ppd blib/ blib/man3/ blib/man3/File::Path::Tiny.3 blib/lib/ blib/lib/File/ blib/lib/File/Path/ blib/lib/File/Path/Tiny.pm blib/lib/File/Path/Tiny.pod >>> mv /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/File-Path-Tiny-0.7.ppd /data/fly2200/var/REPO/D/DM/DMUEY Running test for module 'Plack::Test' Running make for M/MI/MIYAGAWA/Plack-1.0036.tar.gz Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'get' Checksum for /data/fly2200/var/cpan/sources/authors/id/M/MI/MIYAGAWA/Plack-1.0036.tar.gz ok Plack-1.0036/ Plack-1.0036/benchmarks/ Plack-1.0036/Changes Plack-1.0036/cpanfile Plack-1.0036/dist.ini Plack-1.0036/eg/ Plack-1.0036/lib/ Plack-1.0036/LICENSE Plack-1.0036/Makefile.PL Plack-1.0036/MANIFEST Plack-1.0036/META.json Plack-1.0036/META.yml Plack-1.0036/README Plack-1.0036/script/ Plack-1.0036/share/ Plack-1.0036/t/ Plack-1.0036/xt/ Plack-1.0036/xt/author-downstream.t Plack-1.0036/t/FCGIUtils.pm Plack-1.0036/t/HTTP-Message-PSGI/ Plack-1.0036/t/HTTP-Server-PSGI/ Plack-1.0036/t/Plack-Builder/ Plack-1.0036/t/Plack-Handler/ Plack-1.0036/t/Plack-HTTPParser-PP/ Plack-1.0036/t/Plack-Loader/ Plack-1.0036/t/Plack-Middleware/ Plack-1.0036/t/Plack-MIME/ Plack-1.0036/t/Plack-Request/ Plack-1.0036/t/Plack-Response/ Plack-1.0036/t/Plack-Runner/ Plack-1.0036/t/Plack-TempBuffer/ Plack-1.0036/t/Plack-Test/ Plack-1.0036/t/Plack-Util/ Plack-1.0036/t/release-pod-syntax.t Plack-1.0036/t/test.txt Plack-1.0036/t/Plack-Util/bad.psgi Plack-1.0036/t/Plack-Util/bad2.psgi Plack-1.0036/t/Plack-Util/bin/ Plack-1.0036/t/Plack-Util/can.t Plack-1.0036/t/Plack-Util/error.psgi Plack-1.0036/t/Plack-Util/foreach.t Plack-1.0036/t/Plack-Util/header_exists.t Plack-1.0036/t/Plack-Util/header_get.t Plack-1.0036/t/Plack-Util/header_push.t Plack-1.0036/t/Plack-Util/header_remove.t Plack-1.0036/t/Plack-Util/header_set.t Plack-1.0036/t/Plack-Util/headers_obj.t Plack-1.0036/t/Plack-Util/Hello.pm Plack-1.0036/t/Plack-Util/hello.psgi Plack-1.0036/t/Plack-Util/inc/ Plack-1.0036/t/Plack-Util/inline_object.t Plack-1.0036/t/Plack-Util/io_with_path.t Plack-1.0036/t/Plack-Util/is_real_fh.t Plack-1.0036/t/Plack-Util/load.t Plack-1.0036/t/Plack-Util/response_cb.t Plack-1.0036/t/Plack-Util/inc/hello.psgi Plack-1.0036/t/Plack-Util/bin/findbin.psgi Plack-1.0036/t/Plack-Test/2args.t Plack-1.0036/t/Plack-Test/cookie.t Plack-1.0036/t/Plack-Test/hello.t Plack-1.0036/t/Plack-Test/hello_server.t Plack-1.0036/t/Plack-Test/suite.t Plack-1.0036/t/Plack-TempBuffer/print.t Plack-1.0036/t/Plack-Runner/options.t Plack-1.0036/t/Plack-Runner/path.t Plack-1.0036/t/Plack-Response/body.t Plack-1.0036/t/Plack-Response/compatible.t Plack-1.0036/t/Plack-Response/cookie.t Plack-1.0036/t/Plack-Response/new.t Plack-1.0036/t/Plack-Response/redirect.t Plack-1.0036/t/Plack-Response/response.t Plack-1.0036/t/Plack-Response/to_app.t Plack-1.0036/t/Plack-Request/base.t Plack-1.0036/t/Plack-Request/body.t Plack-1.0036/t/Plack-Request/content-on-get.t Plack-1.0036/t/Plack-Request/content.t Plack-1.0036/t/Plack-Request/cookie.t Plack-1.0036/t/Plack-Request/double_port.t Plack-1.0036/t/Plack-Request/foo1.txt Plack-1.0036/t/Plack-Request/foo2.txt Plack-1.0036/t/Plack-Request/hostname.t Plack-1.0036/t/Plack-Request/many_upload.t Plack-1.0036/t/Plack-Request/multi_read.t Plack-1.0036/t/Plack-Request/new.t Plack-1.0036/t/Plack-Request/parameters.t Plack-1.0036/t/Plack-Request/params.t Plack-1.0036/t/Plack-Request/path_info.t Plack-1.0036/t/Plack-Request/path_info_escaped.t Plack-1.0036/t/Plack-Request/query_string.t Plack-1.0036/t/Plack-Request/readbody.t Plack-1.0036/t/Plack-Request/request_uri.t Plack-1.0036/t/Plack-Request/upload-basename.t Plack-1.0036/t/Plack-Request/upload-large.t Plack-1.0036/t/Plack-Request/upload.t Plack-1.0036/t/Plack-Request/uri.t Plack-1.0036/t/Plack-Request/uri_utf8.t Plack-1.0036/t/Plack-MIME/add_type.t Plack-1.0036/t/Plack-MIME/basic.t Plack-1.0036/t/Plack-MIME/fallback.t Plack-1.0036/t/Plack-Middleware/access_log.t Plack-1.0036/t/Plack-Middleware/access_log_timed.t Plack-1.0036/t/Plack-Middleware/access_log_value_zero.t Plack-1.0036/t/Plack-Middleware/auth_basic.t Plack-1.0036/t/Plack-Middleware/auth_basic_env.t Plack-1.0036/t/Plack-Middleware/auth_basic_simple.t Plack-1.0036/t/Plack-Middleware/bufferedstreaming.t Plack-1.0036/t/Plack-Middleware/cascade/ Plack-1.0036/t/Plack-Middleware/cgi-bin/ Plack-1.0036/t/Plack-Middleware/cgibin.t Plack-1.0036/t/Plack-Middleware/cgibin_exec.t Plack-1.0036/t/Plack-Middleware/chunked.t Plack-1.0036/t/Plack-Middleware/component-leak.t Plack-1.0036/t/Plack-Middleware/component.t Plack-1.0036/t/Plack-Middleware/conditional.t Plack-1.0036/t/Plack-Middleware/conditional_new.t Plack-1.0036/t/Plack-Middleware/conditionalget.t Plack-1.0036/t/Plack-Middleware/conditionalget_writer.t Plack-1.0036/t/Plack-Middleware/content_length.t Plack-1.0036/t/Plack-Middleware/directory.t Plack-1.0036/t/Plack-Middleware/error_document.t Plack-1.0036/t/Plack-Middleware/error_document_streaming_app.t Plack-1.0036/t/Plack-Middleware/errors/ Plack-1.0036/t/Plack-Middleware/file.t Plack-1.0036/t/Plack-Middleware/head.t Plack-1.0036/t/Plack-Middleware/head_streaming.t Plack-1.0036/t/Plack-Middleware/htpasswd Plack-1.0036/t/Plack-Middleware/httpexceptions.t Plack-1.0036/t/Plack-Middleware/httpexceptions_streaming.t Plack-1.0036/t/Plack-Middleware/iis6_script_name_fix.t Plack-1.0036/t/Plack-Middleware/iis7_keep_alive_fix.t Plack-1.0036/t/Plack-Middleware/jsonp.t Plack-1.0036/t/Plack-Middleware/lint.t Plack-1.0036/t/Plack-Middleware/lint_env.t Plack-1.0036/t/Plack-Middleware/lint_utf8_false_alarm.t Plack-1.0036/t/Plack-Middleware/log4perl.t Plack-1.0036/t/Plack-Middleware/log_dispatch.t Plack-1.0036/t/Plack-Middleware/order.t Plack-1.0036/t/Plack-Middleware/prefix.t Plack-1.0036/t/Plack-Middleware/psgibin.t Plack-1.0036/t/Plack-Middleware/rearrange_headers.t Plack-1.0036/t/Plack-Middleware/recursive/ Plack-1.0036/t/Plack-Middleware/refresh-init.t Plack-1.0036/t/Plack-Middleware/runtime.t Plack-1.0036/t/Plack-Middleware/simple_content_filter.t Plack-1.0036/t/Plack-Middleware/simple_logger.t Plack-1.0036/t/Plack-Middleware/stacktrace/ Plack-1.0036/t/Plack-Middleware/static.foo Plack-1.0036/t/Plack-Middleware/static.t Plack-1.0036/t/Plack-Middleware/static.txt Plack-1.0036/t/Plack-Middleware/static_env.t Plack-1.0036/t/Plack-Middleware/urlmap.t Plack-1.0036/t/Plack-Middleware/urlmap_builder.t Plack-1.0036/t/Plack-Middleware/urlmap_env.t Plack-1.0036/t/Plack-Middleware/urlmap_ports.t Plack-1.0036/t/Plack-Middleware/wrapcgi.t Plack-1.0036/t/Plack-Middleware/wrapcgi_exec.t Plack-1.0036/t/Plack-Middleware/xframework.t Plack-1.0036/t/Plack-Middleware/xsendfile.t Plack-1.0036/t/Plack-Middleware/stacktrace/basic.t Plack-1.0036/t/Plack-Middleware/stacktrace/force.t Plack-1.0036/t/Plack-Middleware/stacktrace/multiple_exceptions.t Plack-1.0036/t/Plack-Middleware/stacktrace/sigdie.t Plack-1.0036/t/Plack-Middleware/stacktrace/streaming.t Plack-1.0036/t/Plack-Middleware/stacktrace/utf8.t Plack-1.0036/t/Plack-Middleware/recursive/base.t Plack-1.0036/t/Plack-Middleware/recursive/streaming.t Plack-1.0036/t/Plack-Middleware/recursive/throw.t Plack-1.0036/t/Plack-Middleware/recursive/throw_streaming.t Plack-1.0036/t/Plack-Middleware/errors/404.html Plack-1.0036/t/Plack-Middleware/errors/500.html Plack-1.0036/t/Plack-Middleware/cgi-bin/cgi_dir.cgi Plack-1.0036/t/Plack-Middleware/cgi-bin/hello.cgi Plack-1.0036/t/Plack-Middleware/cgi-bin/hello.py Plack-1.0036/t/Plack-Middleware/cgi-bin/hello2.cgi Plack-1.0036/t/Plack-Middleware/cgi-bin/hello3.cgi Plack-1.0036/t/Plack-Middleware/cgi-bin/utf8.cgi Plack-1.0036/t/Plack-Middleware/cascade/basic.t Plack-1.0036/t/Plack-Middleware/cascade/streaming.t Plack-1.0036/t/Plack-Loader/auto.t Plack-1.0036/t/Plack-Loader/auto_fallback.t Plack-1.0036/t/Plack-Loader/delayed.t Plack-1.0036/t/Plack-Loader/restarter.t Plack-1.0036/t/Plack-Loader/restarter_valid.t Plack-1.0036/t/Plack-Loader/shotgun.t Plack-1.0036/t/Plack-HTTPParser-PP/simple.t Plack-1.0036/t/Plack-Handler/apache1.t Plack-1.0036/t/Plack-Handler/apache2-registry.t Plack-1.0036/t/Plack-Handler/apache2.t Plack-1.0036/t/Plack-Handler/cgi.t Plack-1.0036/t/Plack-Handler/fcgi.t Plack-1.0036/t/Plack-Handler/output_encoding.t Plack-1.0036/t/Plack-Handler/standalone.t Plack-1.0036/t/Plack-Handler/try_mangle.pl Plack-1.0036/t/Plack-Builder/builder.t Plack-1.0036/t/Plack-Builder/mount.t Plack-1.0036/t/Plack-Builder/oo_interface.t Plack-1.0036/t/HTTP-Server-PSGI/harakiri.t Plack-1.0036/t/HTTP-Server-PSGI/post.t Plack-1.0036/t/HTTP-Message-PSGI/content_length.t Plack-1.0036/t/HTTP-Message-PSGI/empty_streamed_response.t Plack-1.0036/t/HTTP-Message-PSGI/host.t Plack-1.0036/t/HTTP-Message-PSGI/path_info.t Plack-1.0036/t/HTTP-Message-PSGI/unknown_response.t Plack-1.0036/t/HTTP-Message-PSGI/utf8_req.t Plack-1.0036/share/#foo Plack-1.0036/share/baybridge.jpg Plack-1.0036/share/face.jpg Plack-1.0036/script/plackup Plack-1.0036/lib/HTTP/ Plack-1.0036/lib/Plack/ Plack-1.0036/lib/Plack.pm Plack-1.0036/lib/Plack/App/ Plack-1.0036/lib/Plack/Builder.pm Plack-1.0036/lib/Plack/Component.pm Plack-1.0036/lib/Plack/Handler/ Plack-1.0036/lib/Plack/Handler.pm Plack-1.0036/lib/Plack/HTTPParser/ Plack-1.0036/lib/Plack/HTTPParser.pm Plack-1.0036/lib/Plack/Loader/ Plack-1.0036/lib/Plack/Loader.pm Plack-1.0036/lib/Plack/LWPish.pm Plack-1.0036/lib/Plack/Middleware/ Plack-1.0036/lib/Plack/Middleware.pm Plack-1.0036/lib/Plack/MIME.pm Plack-1.0036/lib/Plack/Request/ Plack-1.0036/lib/Plack/Request.pm Plack-1.0036/lib/Plack/Response.pm Plack-1.0036/lib/Plack/Runner.pm Plack-1.0036/lib/Plack/TempBuffer.pm Plack-1.0036/lib/Plack/Test/ Plack-1.0036/lib/Plack/Test.pm Plack-1.0036/lib/Plack/Util/ Plack-1.0036/lib/Plack/Util.pm Plack-1.0036/lib/Plack/Util/Accessor.pm Plack-1.0036/lib/Plack/Test/MockHTTP.pm Plack-1.0036/lib/Plack/Test/Server.pm Plack-1.0036/lib/Plack/Test/Suite.pm Plack-1.0036/lib/Plack/Request/Upload.pm Plack-1.0036/lib/Plack/Middleware/AccessLog/ Plack-1.0036/lib/Plack/Middleware/AccessLog.pm Plack-1.0036/lib/Plack/Middleware/Auth/ Plack-1.0036/lib/Plack/Middleware/BufferedStreaming.pm Plack-1.0036/lib/Plack/Middleware/Chunked.pm Plack-1.0036/lib/Plack/Middleware/Conditional.pm Plack-1.0036/lib/Plack/Middleware/ConditionalGET.pm Plack-1.0036/lib/Plack/Middleware/ContentLength.pm Plack-1.0036/lib/Plack/Middleware/ContentMD5.pm Plack-1.0036/lib/Plack/Middleware/ErrorDocument.pm Plack-1.0036/lib/Plack/Middleware/Head.pm Plack-1.0036/lib/Plack/Middleware/HTTPExceptions.pm Plack-1.0036/lib/Plack/Middleware/IIS6ScriptNameFix.pm Plack-1.0036/lib/Plack/Middleware/IIS7KeepAliveFix.pm Plack-1.0036/lib/Plack/Middleware/JSONP.pm Plack-1.0036/lib/Plack/Middleware/LighttpdScriptNameFix.pm Plack-1.0036/lib/Plack/Middleware/Lint.pm Plack-1.0036/lib/Plack/Middleware/Log4perl.pm Plack-1.0036/lib/Plack/Middleware/LogDispatch.pm Plack-1.0036/lib/Plack/Middleware/NullLogger.pm Plack-1.0036/lib/Plack/Middleware/RearrangeHeaders.pm Plack-1.0036/lib/Plack/Middleware/Recursive.pm Plack-1.0036/lib/Plack/Middleware/Refresh.pm Plack-1.0036/lib/Plack/Middleware/Runtime.pm Plack-1.0036/lib/Plack/Middleware/SimpleContentFilter.pm Plack-1.0036/lib/Plack/Middleware/SimpleLogger.pm Plack-1.0036/lib/Plack/Middleware/StackTrace.pm Plack-1.0036/lib/Plack/Middleware/Static.pm Plack-1.0036/lib/Plack/Middleware/XFramework.pm Plack-1.0036/lib/Plack/Middleware/XSendfile.pm Plack-1.0036/lib/Plack/Middleware/Auth/Basic.pm Plack-1.0036/lib/Plack/Middleware/AccessLog/Timed.pm Plack-1.0036/lib/Plack/Loader/Delayed.pm Plack-1.0036/lib/Plack/Loader/Restarter.pm Plack-1.0036/lib/Plack/Loader/Shotgun.pm Plack-1.0036/lib/Plack/HTTPParser/PP.pm Plack-1.0036/lib/Plack/Handler/Apache1.pm Plack-1.0036/lib/Plack/Handler/Apache2/ Plack-1.0036/lib/Plack/Handler/Apache2.pm Plack-1.0036/lib/Plack/Handler/CGI.pm Plack-1.0036/lib/Plack/Handler/FCGI.pm Plack-1.0036/lib/Plack/Handler/HTTP/ Plack-1.0036/lib/Plack/Handler/Standalone.pm Plack-1.0036/lib/Plack/Handler/HTTP/Server/ Plack-1.0036/lib/Plack/Handler/HTTP/Server/PSGI.pm Plack-1.0036/lib/Plack/Handler/Apache2/Registry.pm Plack-1.0036/lib/Plack/App/Cascade.pm Plack-1.0036/lib/Plack/App/CGIBin.pm Plack-1.0036/lib/Plack/App/Directory.pm Plack-1.0036/lib/Plack/App/File.pm Plack-1.0036/lib/Plack/App/PSGIBin.pm Plack-1.0036/lib/Plack/App/URLMap.pm Plack-1.0036/lib/Plack/App/WrapCGI.pm Plack-1.0036/lib/HTTP/Message/ Plack-1.0036/lib/HTTP/Server/ Plack-1.0036/lib/HTTP/Server/PSGI.pm Plack-1.0036/lib/HTTP/Message/PSGI.pm Plack-1.0036/eg/dot-psgi/ Plack-1.0036/eg/dot-psgi/cgi-pm.psgi Plack-1.0036/eg/dot-psgi/cgi-script.psgi Plack-1.0036/eg/dot-psgi/Dumper.psgi Plack-1.0036/eg/dot-psgi/echo-stream-sync.psgi Plack-1.0036/eg/dot-psgi/echo-stream.psgi Plack-1.0036/eg/dot-psgi/echo.psgi Plack-1.0036/eg/dot-psgi/error.psgi Plack-1.0036/eg/dot-psgi/Hello.psgi Plack-1.0036/eg/dot-psgi/image.psgi Plack-1.0036/eg/dot-psgi/nonblock-hello.psgi Plack-1.0036/eg/dot-psgi/plack-req.psgi Plack-1.0036/eg/dot-psgi/runnable.psgi Plack-1.0036/eg/dot-psgi/slowapp.psgi Plack-1.0036/eg/dot-psgi/static/ Plack-1.0036/eg/dot-psgi/static.psgi Plack-1.0036/eg/dot-psgi/twitter-stream.psgi Plack-1.0036/eg/dot-psgi/static/index.html Plack-1.0036/eg/dot-psgi/static/test.css Plack-1.0036/eg/dot-psgi/static/test.js Plack-1.0036/benchmarks/ab.pl Plack-1.0036/benchmarks/fcgi.pl Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'make' CPAN.pm: Building M/MI/MIYAGAWA/Plack-1.0036.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Warning: prerequisite Apache::LogFormat::Compiler 0.12 not found. Warning: prerequisite Filesys::Notify::Simple 0 not found. Warning: prerequisite HTTP::Headers::Fast 0.17 not found. Warning: prerequisite Test::TCP 2.00 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Plack Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- MIYAGAWA/Plack-1.0036.tar.gz ---- Apache::LogFormat::Compiler [requires] Test::Requires [build_requires] Filesys::Notify::Simple [requires] Test::TCP [requires] HTTP::Headers::Fast [requires] Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'test' Running make test Delayed until after prerequisites Running test for module 'Apache::LogFormat::Compiler' Running make for K/KA/KAZEBURO/Apache-LogFormat-Compiler-0.32.tar.gz Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'get' Checksum for /data/fly2200/var/cpan/sources/authors/id/K/KA/KAZEBURO/Apache-LogFormat-Compiler-0.32.tar.gz ok Apache-LogFormat-Compiler-0.32/Build.PL Apache-LogFormat-Compiler-0.32/Changes Apache-LogFormat-Compiler-0.32/LICENSE Apache-LogFormat-Compiler-0.32/META.json Apache-LogFormat-Compiler-0.32/README.md Apache-LogFormat-Compiler-0.32/cpanfile Apache-LogFormat-Compiler-0.32/eg/logbench.pl Apache-LogFormat-Compiler-0.32/lib/Apache/LogFormat/Compiler.pm Apache-LogFormat-Compiler-0.32/minil.toml Apache-LogFormat-Compiler-0.32/t/00_compile.t Apache-LogFormat-Compiler-0.32/t/01_basic.t Apache-LogFormat-Compiler-0.32/t/02_custom.t Apache-LogFormat-Compiler-0.32/t/03_extra.t Apache-LogFormat-Compiler-0.32/t/04_tz.t Apache-LogFormat-Compiler-0.32/t/Req2PSGI.pm Apache-LogFormat-Compiler-0.32/META.yml Apache-LogFormat-Compiler-0.32/MANIFEST Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'make' CPAN.pm: Building K/KA/KAZEBURO/Apache-LogFormat-Compiler-0.32.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Apache-LogFormat-Compiler' version '0.32' Merging cpanfile prereqs to MYMETA.yml Merging cpanfile prereqs to MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- KAZEBURO/Apache-LogFormat-Compiler-0.32.tar.gz ---- Test::Requires [build_requires] Test::MockTime [build_requires] Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'test' Running Build test Delayed until after prerequisites Running test for module 'Test::Requires' Running make for T/TO/TOKUHIROM/Test-Requires-0.08.tar.gz Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'get' Checksum for /data/fly2200/var/cpan/sources/authors/id/T/TO/TOKUHIROM/Test-Requires-0.08.tar.gz ok Test-Requires-0.08/Changes Test-Requires-0.08/LICENSE Test-Requires-0.08/META.json Test-Requires-0.08/Makefile.PL Test-Requires-0.08/README.md Test-Requires-0.08/cpanfile Test-Requires-0.08/lib/Test/Requires.pm Test-Requires-0.08/minil.toml Test-Requires-0.08/t/00_compile.t Test-Requires-0.08/t/01_simple.t Test-Requires-0.08/t/02_no_plan.t Test-Requires-0.08/t/03_import_hashref.t Test-Requires-0.08/t/04_import_array.t Test-Requires-0.08/t/05_success.t Test-Requires-0.08/t/06_perlver.t Test-Requires-0.08/xt/02_perlcritic.t Test-Requires-0.08/xt/perlcriticrc Test-Requires-0.08/META.yml Test-Requires-0.08/MANIFEST Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'make' CPAN.pm: Building T/TO/TOKUHIROM/Test-Requires-0.08.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL cp META.json MYMETA.json cp META.yml MYMETA.yml Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Requires >>> make cp lib/Test/Requires.pm blib/lib/Test/Requires.pm Manifying 1 pod document TOKUHIROM/Test-Requires-0.08.tar.gz make -- OK Prepending /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/arch /data/fly2200/var/cpan/build/File-Path-Tiny-0.7-V8g76K/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Test::More: 1.001014 t/00_compile.t ......... 1..1 ok 1 - use Test::Requires; ok t/01_simple.t .......... 1..10 ok 1 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 2 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 3 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 4 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 5 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 6 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 7 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 8 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 9 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 10 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok t/02_no_plan.t ......... ok 1 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found 1..1 ok t/03_import_hashref.t .. skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found t/04_import_array.t .... skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found t/05_success.t ......... 1..1 ok 1 ok t/06_perlver.t ......... ok 1 - should reach here ok 2 # skip Perl v5.999.0 required (did you mean v5.9.0?)--this is only v5.22.0, stopped at (eval 8) line 2. # BEGIN failed--compilation aborted at (eval 8) line 2. # 1..2 ok All tests successful. Files=7, Tests=15, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.24 cusr 0.02 csys = 0.32 CPU) Result: PASS TOKUHIROM/Test-Requires-0.08.tar.gz make test 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.