PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2019-02-20T00:01:50 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Tue, 19 Feb 2019 06:55:15 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/M/MS/MSTROUT/Test-WWW-Mechanize-Catalyst-0.62.tar.gz ok Test-WWW-Mechanize-Catalyst-0.62/ Test-WWW-Mechanize-Catalyst-0.62/t/ Test-WWW-Mechanize-Catalyst-0.62/t/auth-test.t Test-WWW-Mechanize-Catalyst-0.62/t/decoded_content.t Test-WWW-Mechanize-Catalyst-0.62/t/multi_content_type.t Test-WWW-Mechanize-Catalyst-0.62/t/useragent.t Test-WWW-Mechanize-Catalyst-0.62/t/simple.t Test-WWW-Mechanize-Catalyst-0.62/t/redirect.t Test-WWW-Mechanize-Catalyst-0.62/t/two_app.t Test-WWW-Mechanize-Catalyst-0.62/t/cookies.t Test-WWW-Mechanize-Catalyst-0.62/t/white_label.t Test-WWW-Mechanize-Catalyst-0.62/t/pod.t Test-WWW-Mechanize-Catalyst-0.62/t/utf8.t Test-WWW-Mechanize-Catalyst-0.62/t/lib/ Test-WWW-Mechanize-Catalyst-0.62/t/lib/Catty.pm Test-WWW-Mechanize-Catalyst-0.62/t/lib/Catty/ Test-WWW-Mechanize-Catalyst-0.62/t/lib/Catty/Controller/ Test-WWW-Mechanize-Catalyst-0.62/t/lib/Catty/Controller/Root.pm Test-WWW-Mechanize-Catalyst-0.62/t/lib/ExternalCatty/ Test-WWW-Mechanize-Catalyst-0.62/t/lib/ExternalCatty/Controller/ Test-WWW-Mechanize-Catalyst-0.62/t/lib/ExternalCatty/Controller/Root.pm Test-WWW-Mechanize-Catalyst-0.62/t/lib/CattySession/ Test-WWW-Mechanize-Catalyst-0.62/t/lib/CattySession/Controller/ Test-WWW-Mechanize-Catalyst-0.62/t/lib/CattySession/Controller/Root.pm Test-WWW-Mechanize-Catalyst-0.62/t/lib/CattySession.pm Test-WWW-Mechanize-Catalyst-0.62/t/lib/ExternalCatty.pm Test-WWW-Mechanize-Catalyst-0.62/README Test-WWW-Mechanize-Catalyst-0.62/inc/ Test-WWW-Mechanize-Catalyst-0.62/inc/Module/ Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install.pm Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install/ Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install/Metadata.pm Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install/Can.pm Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install/WriteAll.pm Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install/Base.pm Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install/Makefile.pm Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install/Win32.pm Test-WWW-Mechanize-Catalyst-0.62/inc/Module/Install/Fetch.pm Test-WWW-Mechanize-Catalyst-0.62/CHANGES Test-WWW-Mechanize-Catalyst-0.62/Makefile.PL Test-WWW-Mechanize-Catalyst-0.62/MANIFEST Test-WWW-Mechanize-Catalyst-0.62/META.yml Test-WWW-Mechanize-Catalyst-0.62/lib/ Test-WWW-Mechanize-Catalyst-0.62/lib/Test/ Test-WWW-Mechanize-Catalyst-0.62/lib/Test/WWW/ Test-WWW-Mechanize-Catalyst-0.62/lib/Test/WWW/Mechanize/ Test-WWW-Mechanize-Catalyst-0.62/lib/Test/WWW/Mechanize/Catalyst.pm Configuring M/MS/MSTROUT/Test-WWW-Mechanize-Catalyst-0.62.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 Test::WWW::Mechanize::Catalyst Writing MYMETA.yml and MYMETA.json MSTROUT/Test-WWW-Mechanize-Catalyst-0.62.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for M/MS/MSTROUT/Test-WWW-Mechanize-Catalyst-0.62.tar.gz >>> make cp lib/Test/WWW/Mechanize/Catalyst.pm blib/lib/Test/WWW/Mechanize/Catalyst.pm Manifying 1 pod document MSTROUT/Test-WWW-Mechanize-Catalyst-0.62.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, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/auth-test.t ........... 1..5 ok 1 - GET http://localhost/check_auth_basic/ ok 2 ok 3 ok 4 ok 5 ok t/cookies.t ............. 1..3 ok 1 - GET / ok 2 - Title is "Root" ok 3 ok t/decoded_content.t ..... 1..2 ok 1 - GET http://localhost/bad_content_encoding/ ok 2 - Content contains "foo" ok # # ################################################################### # Starting an external Catalyst HTTP server on port 7357 # To change the port, please set the TWMC_TEST_PORT env variable. # (The server will be automatically shut-down right after the tests). # ################################################################### HTTP::Server::PSGI: Accepting connections at http://0:7357/ t/multi_content_type.t .. ok 1 - use ExternalCatty; ok 2 - Get a multi Content-Type response ok 3 - Survive to a multi Content-Type sting ok 4 - Multi Content-Type Content-Type ok 5 - Multi Content-Type title ok 6 - Multi Content-Type body ok 7 - GET /hello ok 8 ok 9 - GET /host ok 10 - Content contains "Host: localhost:7357" 1..10 ok t/pod.t ................. 1..1 ok 1 - POD test for blib/lib/Test/WWW/Mechanize/Catalyst.pm ok t/redirect.t ............ ok 1 - got something when we hi ok 2 - check got to hello 1/4 ok 3 - check got to hello 2/4 ok 4 - check got to hello 3/4 ok 5 - check got to hello 4/4 ok 6 - have a previous ok 7 - was a redirect ok 8 - to the right place ok 9 - got something when we greetings ok 10 - check got to hello 1/4 ok 11 - check got to hello 2/4 ok 12 - check got to hello 3/4 ok 13 - check got to hello 4/4 ok 14 - have a previous ok 15 - was a redirect ok 16 - to the right place ok 17 - got something when we bonjour ok 18 - check got to hello 1/4 ok 19 - check got to hello 2/4 ok 20 - check got to hello 3/4 ok 21 - check got to hello 4/4 ok 22 - have a previous ok 23 - was a redirect ok 24 - to the right place ok 25 - have a previous previous ok 26 - was a redirect ok 27 - to the right place ok 28 - Redirect not followed on 500 ok 29 - sane utf8 ok 30 - not flagged as utf8 ok 31 - max_redirect set ok 32 - get /bonjour with max_redirect=1 is not a success ok 33 - redirects only once ok 34 - sets Client-Warning header ok 35 - get /hello with max_redirect=0 succeeds ok 36 - no redirects ok 37 - no Client-Warning header ok 38 - get /bonjour with max_redirect=0 is not a success ok 39 - no redirects ok 40 - sets Client-Warning header 1..40 ok Trouble trying to detect your terminal size, looking at $ENV{COLUMNS} Cannot determine desired terminal width, using default of 80 columns t/simple.t .............. 1..37 ok 1 - GET http://localhost/ ok 2 ok 3 - Title is "Root" ok 4 - Content contains "This is the root page" ok 5 - Followed link with "text=Hello" ok 6 ok 7 ok 8 - Title is "Hello" ok 9 - content contains "Hi there! ☺" ok 10 - GET / ok 11 ok 12 - Title is "Root" ok 13 - Content contains "This is the root page" ok 14 - GET http://example.com/ ok 15 ok 16 - Title is "Root" ok 17 - Content contains "This is the root page" ok 18 - GET /hello/ ok 19 ok 20 - Title is "Hello" ok 21 - content contains "Hi there! ☺" ok 22 - GET /gzipped/ ok 23 ok 24 - Title is "Hello" ok 25 - content contains "Hi there! ☺" ok 26 ok 27 - Content is like "(?^:\(en\) Please come back later)" ok 28 - Content is unlike "(?^:Hello.)" ok 29 ok 30 - Content is like "(?^:\(en\) Please come back later)" ok 31 - Content is unlike "(?^:Hello.)" ok 32 ok 33 ok 34 - Title is like "(?^:Catty on Catalyst)" ok 35 - Content is like "(?^:Caught exception in Catty)" ok 36 - Content is like "(?^:erk)" ok 37 - Content is like "(?^:This is the die page)" ok t/two_app.t ............. 1..4 ok 1 - GET /name ok 2 - Title is "Catty" ok 3 - GET /name ok 4 - Title is "CattySession" ok t/useragent.t ........... 1..2 ok 1 - GET http://localhost/user_agent ok 2 - title is correct: TestAgent/1.0 ok t/utf8.t ................ ok 1 - Skipping the UTF8 Tests for older installed catalyst 1..1 ok t/white_label.t ......... 1..4 ok 1 - GET /host ok 2 - Content contains "Host: foo.com" ok 3 - GET /host ok 4 - Content contains "Host: localhost" ok All tests successful. Files=11, Tests=109, 23 wallclock secs ( 0.06 usr 0.03 sys + 11.30 cusr 1.51 csys = 12.90 CPU) Result: PASS MSTROUT/Test-WWW-Mechanize-Catalyst-0.62.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MS/MSTROUT/CHECKSUMS Matt S Trout <mst-pause@shadowcat.co.uk> Test::WWW::Mechanize for Catalyst >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Test-WWW-Mechanize-Catalyst-0.62-bYdpaV && tar cvf - Test-WWW-Mechanize-Catalyst-0.62.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/M/MS/MSTROUT/Test-WWW-Mechanize-Catalyst-0.62.tar.gz Test-WWW-Mechanize-Catalyst-0.62.ppd blib/ blib/man3/ blib/man3/Test::WWW::Mechanize::Catalyst.3 blib/lib/ blib/lib/Test/ blib/lib/Test/WWW/ blib/lib/Test/WWW/Mechanize/ blib/lib/Test/WWW/Mechanize/Catalyst.pm VmSize: 385688 kB Finished 2019-02-20T00:02:17