PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2019-01-05T00:04:20 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Fri, 04 Jan 2019 05:17:03 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/C/CO/CORION/HTTP-Request-Generator-0.07.tar.gz ok HTTP-Request-Generator-0.07/ HTTP-Request-Generator-0.07/MANIFEST.SKIP HTTP-Request-Generator-0.07/Makefile.PL HTTP-Request-Generator-0.07/t/ HTTP-Request-Generator-0.07/t/00-load.t HTTP-Request-Generator-0.07/t/04-url-expansion.t HTTP-Request-Generator-0.07/t/03-wrap-http-request.t HTTP-Request-Generator-0.07/t/03-wrap-plack.t HTTP-Request-Generator-0.07/t/02-http-generator.t HTTP-Request-Generator-0.07/t/03-wrap.t HTTP-Request-Generator-0.07/README.mkdn HTTP-Request-Generator-0.07/.gitignore HTTP-Request-Generator-0.07/META.yml HTTP-Request-Generator-0.07/lib/ HTTP-Request-Generator-0.07/lib/HTTP/ HTTP-Request-Generator-0.07/lib/HTTP/Request/ HTTP-Request-Generator-0.07/lib/HTTP/Request/Generator.pm HTTP-Request-Generator-0.07/META.json HTTP-Request-Generator-0.07/xt/ HTTP-Request-Generator-0.07/xt/99-todo.t HTTP-Request-Generator-0.07/xt/99-changes.t HTTP-Request-Generator-0.07/xt/99-manifest.t HTTP-Request-Generator-0.07/xt/99-unix-text.t HTTP-Request-Generator-0.07/xt/99-test-prerequisites.t HTTP-Request-Generator-0.07/xt/99-pod.t HTTP-Request-Generator-0.07/xt/99-compile.t HTTP-Request-Generator-0.07/xt/99-synopsis.t HTTP-Request-Generator-0.07/xt/99-versions.t HTTP-Request-Generator-0.07/xt/meta-lint.t HTTP-Request-Generator-0.07/Changes HTTP-Request-Generator-0.07/README HTTP-Request-Generator-0.07/MANIFEST HTTP-Request-Generator-0.07/LICENSE Configuring C/CO/CORION/HTTP-Request-Generator-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 HTTP::Request::Generator Writing MYMETA.yml and MYMETA.json CORION/HTTP-Request-Generator-0.07.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for C/CO/CORION/HTTP-Request-Generator-0.07.tar.gz >>> make cp lib/HTTP/Request/Generator.pm blib/lib/HTTP/Request/Generator.pm Manifying 1 pod document CORION/HTTP-Request-Generator-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/02-http-generator.t t/03-wrap-http-request.t t/03-wrap-plack.t t/03-wrap.t t/04-url-expansion.t # Testing HTTP::Request::Generator 0.07, Perl 5.022000 # Algorithm::Loops 1.032 # AutoLoader 5.74 # Carp 1.50 # Config 6.27 # Cwd 3.75 # DirHandle 1.04 # Encode 2.97 # Encode::Alias 2.24 # Encode::Config 2.05 # Encode::Encoding 2.08 # Encode::MIME::Name 1.03 # Exporter 5.73 # Exporter::Heavy 5.73 # Exporter::Tiny 1.002001 # ExtUtils::Liblist 7.04 # ExtUtils::Liblist::Kid 7.04 # ExtUtils::MM 7.04 # ExtUtils::MM_Any 7.04 # ExtUtils::MM_Unix 7.04 # ExtUtils::MY 7.04 # ExtUtils::MakeMaker 7.04 # ExtUtils::MakeMaker::Config 7.04 # ExtUtils::MakeMaker::Locale 7.04 # ExtUtils::MakeMaker::version 7.04 # Fcntl 1.13 # File::Basename 2.85 # File::Glob 1.24 # File::Path 2.16 # File::Spec 3.75 # File::Spec::Unix 3.75 # Filter::Simple 0.91 # Filter::Util::Call 1.59 # Filter::signatures 0.15 # HTTP::Request::Generator 0.07 # I18N::Langinfo 0.12 # IO 1.35 # IO::Handle 1.35 # List::MoreUtils 0.428 # List::MoreUtils::PP 0.428 # List::MoreUtils::XS 0.428 # Log::Agent 1.003 # Log::Agent::Formatting # Log::Agent::Message # Log::Agent::Priorities # PerlIO 1.09 # SelectSaver 1.02 # SelfLoader 1.20 # Storable 2.51 # Symbol 1.07 # Test::Builder 1.001014 # Test::Builder::Module 1.001014 # Test::More 1.001014 # Text::Balanced 2.03 # URI 1.67 # URI::Escape 3.31 # XSLoader 0.24 # base 2.23 # bytes 1.04 # constant 1.33 # feature 1.40 # overload 1.26 # overloading 0.02 # parent 0.237 # re 0.32 # strict 1.09 # vars 1.03 # version 0.9924 # version::regex 0.9924 # version::vxs 0.9924 # warnings 1.32 # warnings::register 1.04 t/00-load.t ............... 1..1 ok 1 - require HTTP::Request::Generator; ok t/02-http-generator.t ..... 1..28 ok 1 ok 2 - We get two data instances for "url" parameter ok 3 - The amount of generated instances multiplies ok 4 - Fixed get parameters get added ok 5 - Fixed parameters get added everywhere ok 6 - We generate parametrized URLs ok 7 - The first path matches ok 8 - Get parameters vary ok 9 - Fixed parameters get added ok 10 - The structure is as we expect ok 11 - We generate parametrized POST requests ok 12 - We generate parametrized POST requests ok 13 - Unparametrized URLs don't get interpolated ok 14 - Headers get added ok 15 - Headers get iterated ok 16 - We generate requests parametrized across ports ok 17 - port numbers get expanded ok 18 - port numbers get expanded ok 19 - port numbers get expanded ok 20 - We generate requests parametrized across scheme s ok 21 - scheme works ok 22 - scheme works ok 23 - We generate requests parametrized across hostnames ok 24 - Hostnames work ok 25 - Hostnames work ok 26 - We generate parametrized GET requests ok 27 - We generate parametrized GET requests ok 28 - The structure is as we expect ok t/03-wrap-http-request.t .. 1..7 ok 1 - We generate parametrized POST requests ok 2 - 'Returned data' isa 'HTTP::Request' ok 3 - We retrieve the body ok 4 - We fetch the correct query parameter ok 5 - We generate parametrized GET requests ok 6 - 'Returned data' isa 'HTTP::Request' ok 7 - scheme s, hostnames and ports get iterated correctly ok t/03-wrap-plack.t ......... 1..7 ok 1 - We generate parametrized POST requests ok 2 - 'Returned data' isa 'Plack::Request' ok 3 - We fetch the correct body parameter ok 4 - We fetch the correct query parameter ok 5 - We generate parametrized GET requests ok 6 - 'Returned data' isa 'Plack::Request' ok 7 - scheme s, hostnames and ports get iterated correctly ok t/03-wrap.t ............... 1..6 ok 1 - We generate parametrized POST requests ok 2 - 'Returned data' isa 'Dancer::Request' ok 3 - Body parameter value ok 4 - We generate parametrized GET requests ok 5 - 'Returned data' isa 'Dancer::Request' ok 6 - Protocols, hostnames and ports get iterated correctly ok t/04-url-expansion.t ...... 1..12 ok 1 - {} expands properly ok 2 - {} keeps empty parts not ok 3 - host parts don't get escaped # TODO Mixing host and path expansion needs rethinking # Failed (TODO) test 'host parts don't get escaped' # at t/04-url-expansion.t line 26. # Structures begin differing at: # $got->[0] = 'https://%7Bexample.com,localhost/foo%7D/bar.html' # $expected->[0] = 'https://example.com/bar.html' # $VAR1 = [ # bless( do{\(my $o = 'https://%7Bexample.com,localhost/foo%7D/bar.html')}, 'URI::https' ), # bless( do{\(my $o = 'https://%7Bexample.com,localhost/foo%7D/baz.html')}, 'URI::https' ) # ]; ok 4 - host parts don't get escaped ok 5 - [] expands properly with leading zeroes ok 6 - [] expands properly without leading zeroes ok 7 - [] expands properly alphabetically ok 8 - [] and {} can be mixed ok 9 - ports can be added but defaults get canonicalized ok 10 - ports can be added but non-defaults survive ok 11 - We can limit the number of created items ok 12 - We enumerate all expansions ok All tests successful. Files=6, Tests=61, 3 wallclock secs ( 0.04 usr 0.02 sys + 2.75 cusr 0.28 csys = 3.09 CPU) Result: PASS CORION/HTTP-Request-Generator-0.07.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/C/CO/CORION/CHECKSUMS Max Maischein <corion@cpan.org> generate HTTP requests >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/HTTP-Request-Generator-0.07-h58zIW && tar cvf - HTTP-Request-Generator-0.07.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/C/CO/CORION/HTTP-Request-Generator-0.07.tar.gz HTTP-Request-Generator-0.07.ppd blib/ blib/man3/ blib/man3/HTTP::Request::Generator.3 blib/lib/ blib/lib/HTTP/ blib/lib/HTTP/Request/ blib/lib/HTTP/Request/Generator.pm VmSize: 380840 kB Finished 2019-01-05T00:04:26