PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-07-05T02:05:27 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Tue, 04 Jul 2017 05:29:02 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/C/CO/CORION/Future-HTTP-0.07.tar.gz ok Future-HTTP-0.07/ Future-HTTP-0.07/MANIFEST.SKIP Future-HTTP-0.07/Makefile.PL Future-HTTP-0.07/t/ Future-HTTP-0.07/t/00-load.t Future-HTTP-0.07/t/01-http-tiny.t Future-HTTP-0.07/t/01-anyevent-http.t Future-HTTP-0.07/t/01-backends-anyevent.t Future-HTTP-0.07/t/01-mojo.t Future-HTTP-0.07/t/01-backends-mojolicious.t Future-HTTP-0.07/t/01-backends-default.t Future-HTTP-0.07/README.mkdn Future-HTTP-0.07/.gitignore Future-HTTP-0.07/META.yml Future-HTTP-0.07/lib/ Future-HTTP-0.07/lib/Future/ Future-HTTP-0.07/lib/Future/HTTP.pm Future-HTTP-0.07/lib/Future/HTTP/ Future-HTTP-0.07/lib/Future/HTTP/Mojo.pm Future-HTTP-0.07/lib/Future/HTTP/Tiny.pm Future-HTTP-0.07/lib/Future/HTTP/AnyEvent.pm Future-HTTP-0.07/lib/Future/HTTP/API/ Future-HTTP-0.07/lib/Future/HTTP/API/HTTPTiny.pm Future-HTTP-0.07/META.json Future-HTTP-0.07/xt/ Future-HTTP-0.07/xt/99-todo.t Future-HTTP-0.07/xt/99-changes.t Future-HTTP-0.07/xt/99-manifest.t Future-HTTP-0.07/xt/99-unix-text.t Future-HTTP-0.07/xt/99-pod.t Future-HTTP-0.07/xt/99-compile.t Future-HTTP-0.07/xt/99-versions.t Future-HTTP-0.07/Changes Future-HTTP-0.07/README Future-HTTP-0.07/MANIFEST Future-HTTP-0.07/inc/ Future-HTTP-0.07/inc/IO/ Future-HTTP-0.07/inc/IO/Catch.pm Future-HTTP-0.07/inc/Test/ Future-HTTP-0.07/inc/Test/HTTP/ Future-HTTP-0.07/inc/Test/HTTP/log-server Future-HTTP-0.07/inc/Test/HTTP/LocalServer.pm Future-HTTP-0.07/inc/Test/HTTP/cookie-server Configuring C/CO/CORION/Future-HTTP-0.07.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] 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 Future::HTTP Writing MYMETA.yml and MYMETA.json CORION/Future-HTTP-0.07.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for C/CO/CORION/Future-HTTP-0.07.tar.gz >>> make cp lib/Future/HTTP/Mojo.pm blib/lib/Future/HTTP/Mojo.pm cp lib/Future/HTTP/AnyEvent.pm blib/lib/Future/HTTP/AnyEvent.pm cp lib/Future/HTTP/API/HTTPTiny.pm blib/lib/Future/HTTP/API/HTTPTiny.pm cp lib/Future/HTTP.pm blib/lib/Future/HTTP.pm cp lib/Future/HTTP/Tiny.pm blib/lib/Future/HTTP/Tiny.pm Manifying 5 pod documents CORION/Future-HTTP-0.07.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/00-load.t t/01-anyevent-http.t t/01-backends-anyevent.t t/01-backends-default.t t/01-backends-mojolicious.t t/01-http-tiny.t t/01-mojo.t # Testing Future::HTTP 0.07, Perl 5.022000 # Carp 1.38 # Config 6.21 # DynaLoader 1.32 # Exporter 5.72 # Exporter::Heavy 5.72 # Filter::Simple 0.91 # Filter::Util::Call 1.57 # Filter::signatures 0.10 # Future::HTTP 0.07 # IO 1.35 # IO::Handle 1.35 # PerlIO 1.09 # SelectSaver 1.02 # SelfLoader 1.20 # Symbol 1.07 # Test::Builder 1.001014 # Test::Builder::Module 1.001014 # Test::More 1.001014 # Text::Balanced 2.03 # XSLoader 0.24 # feature 1.40 # overload 1.26 # overloading 0.02 # strict 1.09 # vars 1.03 # warnings 1.32 # warnings::register 1.04 t/00-load.t .................. 1..1 ok 1 - require Future::HTTP; ok # Version of AnyEvent::HTTP: 2.23 t/01-anyevent-http.t ......... ok 1 - Retrieve URL using AnyEvent::HTTP backend ok 2 - We arrive at the expected URL ok 3 - Retrieve URL using redirect for a single redirection ok 4 - We arrive at the expected URL ok 5 - We were redirected here ok 6 - ... once ok 7 - Retrieve URL using redirect for a double redirection ok 8 - We arrive at the expected URL ok 9 - We were redirected here ok 10 - ... twice, starting from http://localhost:57578/redirect/redirect/foo 1..10 ok t/01-backends-anyevent.t ..... ok 1 - The default backend is HTTP::Tiny ok 2 - Future::HTTP::AnyEvent is chosen and loadable if AnyEvent.pm is loaded 1..2 ok t/01-backends-default.t ...... ok 1 - The default backend is HTTP::Tiny 1..1 ok t/01-backends-mojolicious.t .. ok 1 - The default backend is HTTP::Tiny ok 2 - Future::HTTP::Mojo is chosen and loadable if Mojo/IOLoop.pm is loaded 1..2 ok # Version of HTTP::Tiny: 0.070 t/01-http-tiny.t ............. ok 1 - Retrieve URL using HTTP::Tiny backend ok 2 - We arrive at the expected URL ok 3 - Retrieve URL using redirect for a single redirection ok 4 - We arrive at the expected URL ok 5 - We were redirected here ok 6 - ... once ok 7 - Retrieve URL using redirect for a double redirection ok 8 - We arrive at the expected URL ok 9 - We were redirected here ok 10 - ... twice, starting from http://localhost:47962/redirect/redirect/foo 1..10 ok # Version of Mojolicious: 6.11 Use of uninitialized value in pattern match (m//) at /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Future-HTTP-0.07-pGbzh4/blib/lib/Future/HTTP/Mojo.pm line 81, <$server> line 1. error when connecting at t/01-mojo.t line 44. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 29 just after 6. t/01-mojo.t .................. ok 1 - Retrieve URL using Mojo::UserAgent backend ok 2 - We arrive at the expected URL ok 3 - Retrieve URL using redirect for a single redirection ok 4 - We arrive at the expected URL ok 5 - We were redirected here ok 6 - ... once Dubious, test returned 29 (wstat 7424, 0x1d00) All 6 subtests passed Test Summary Report ------------------- t/01-mojo.t (Wstat: 7424 Tests: 6 Failed: 0) Non-zero exit status: 29 Parse errors: No plan found in TAP output Files=7, Tests=32, 22 wallclock secs ( 0.03 usr 0.03 sys + 1.73 cusr 0.54 csys = 2.33 CPU) Result: FAIL Failed 1/7 test programs. 0/32 subtests failed. make: *** [test_dynamic] Error 29 CORION/Future-HTTP-0.07.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CORION/Future-HTTP-0.07.tar.gz VmSize: 334116 kB Finished 2017-07-05T02:05:52