PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-06-04T00:40:50 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Sat, 03 Jun 2017 05:17:03 GMT Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/L/LB/LBROCARD/Test-WWW-Mechanize-Catalyst-0.45.tar.gz ok Test-WWW-Mechanize-Catalyst-0.45/ Test-WWW-Mechanize-Catalyst-0.45/CHANGES Test-WWW-Mechanize-Catalyst-0.45/META.yml Test-WWW-Mechanize-Catalyst-0.45/t/ Test-WWW-Mechanize-Catalyst-0.45/t/cookies.t Test-WWW-Mechanize-Catalyst-0.45/t/pod.t Test-WWW-Mechanize-Catalyst-0.45/t/redirect.t Test-WWW-Mechanize-Catalyst-0.45/t/pod_coverage.t Test-WWW-Mechanize-Catalyst-0.45/t/multi_content_type.t Test-WWW-Mechanize-Catalyst-0.45/t/auth-test.t Test-WWW-Mechanize-Catalyst-0.45/t/simple.t Test-WWW-Mechanize-Catalyst-0.45/t/lib/ Test-WWW-Mechanize-Catalyst-0.45/t/lib/ExternalCatty.pm Test-WWW-Mechanize-Catalyst-0.45/t/lib/CattySession.pm Test-WWW-Mechanize-Catalyst-0.45/t/lib/Catty.pm Test-WWW-Mechanize-Catalyst-0.45/Makefile.PL Test-WWW-Mechanize-Catalyst-0.45/README Test-WWW-Mechanize-Catalyst-0.45/lib/ Test-WWW-Mechanize-Catalyst-0.45/lib/Test/ Test-WWW-Mechanize-Catalyst-0.45/lib/Test/WWW/ Test-WWW-Mechanize-Catalyst-0.45/lib/Test/WWW/Mechanize/ Test-WWW-Mechanize-Catalyst-0.45/lib/Test/WWW/Mechanize/Catalyst.pm Test-WWW-Mechanize-Catalyst-0.45/MANIFEST Configuring L/LB/LBROCARD/Test-WWW-Mechanize-Catalyst-0.45.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] 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 LBROCARD/Test-WWW-Mechanize-Catalyst-0.45.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for L/LB/LBROCARD/Test-WWW-Mechanize-Catalyst-0.45.tar.gz >>> make cp lib/Test/WWW/Mechanize/Catalyst.pm blib/lib/Test/WWW/Mechanize/Catalyst.pm Manifying 1 pod document LBROCARD/Test-WWW-Mechanize-Catalyst-0.45.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t Can't locate object method "_build_request_export" via package "Test::WWW::Mechanize::Catalyst" at /Users/fly2200/cpanfly-5.22/var/megalib/Catalyst/Test.pm line 95. Undefined subroutine &Test::WWW::Mechanize::Catalyst::Aux::request called at lib/Test/WWW/Mechanize/Catalyst.pm line 40. # Looks like your test exited with 255 before it could output anything. t/auth-test.t ........... 1..5 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 5/5 subtests Can't locate object method "_build_request_export" via package "Test::WWW::Mechanize::Catalyst" at /Users/fly2200/cpanfly-5.22/var/megalib/Catalyst/Test.pm line 95. Undefined subroutine &Test::WWW::Mechanize::Catalyst::Aux::request called at lib/Test/WWW/Mechanize/Catalyst.pm line 40. # Looks like your test exited with 255 before it could output anything. t/cookies.t ............. 1..3 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests # ################################################################### # 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). # ################################################################### Can't locate object method "_build_request_export" via package "Test::WWW::Mechanize::Catalyst" at /Users/fly2200/cpanfly-5.22/var/megalib/Catalyst/Test.pm line 95. [warn] Specifying the engine in ->setup is no longer supported, see Catalyst::Upgrading [warn] Action methods (default) found defined in your application class, ExternalCatty. This is deprecated, please move them into a Root controller. # Failed test 'Survive to a multi Content-Type sting' # at t/multi_content_type.t line 36. # died: Undefined subroutine &Test::WWW::Mechanize::Catalyst::Aux::request called at lib/Test/WWW/Mechanize/Catalyst.pm line 40. # Failed test 'Multi Content-Type Content-Type' # at t/multi_content_type.t line 38. # got: undef # expected: 'text/html' # Failed test 'Multi Content-Type title' # at t/multi_content_type.t line 39. # got: undef # expected: "Root" # Failed test 'Multi Content-Type body' # at t/multi_content_type.t line 40. # String to look in is undef # Looks like you planned 6 tests but ran 5. # Looks like you failed 4 tests of 5 run. t/multi_content_type.t .. 1..6 ok 1 - use ExternalCatty; not ok 2 - Survive to a multi Content-Type sting not ok 3 - Multi Content-Type Content-Type not ok 4 - Multi Content-Type title not ok 5 - Multi Content-Type body Dubious, test returned 4 (wstat 1024, 0x400) Failed 5/6 subtests t/pod.t ................. 1..1 ok 1 - POD test for blib/lib/Test/WWW/Mechanize/Catalyst.pm ok t/pod_coverage.t ........ 1..1 ok 1 - Pod coverage on Test::WWW::Mechanize::Catalyst ok Can't locate object method "_build_request_export" via package "Test::WWW::Mechanize::Catalyst" at /Users/fly2200/cpanfly-5.22/var/megalib/Catalyst/Test.pm line 95. Undefined subroutine &Test::WWW::Mechanize::Catalyst::Aux::request called at lib/Test/WWW/Mechanize/Catalyst.pm line 40. # Looks like your test exited with 255 before it could output anything. t/redirect.t ............ 1..27 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 27/27 subtests Can't locate object method "_build_request_export" via package "Test::WWW::Mechanize::Catalyst" at /Users/fly2200/cpanfly-5.22/var/megalib/Catalyst/Test.pm line 95. Undefined subroutine &Test::WWW::Mechanize::Catalyst::Aux::request called at lib/Test/WWW/Mechanize/Catalyst.pm line 40. # Looks like your test exited with 255 before it could output anything. t/simple.t .............. 1..39 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 39/39 subtests Test Summary Report ------------------- t/auth-test.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 5 tests but ran 0. t/cookies.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 0. t/multi_content_type.t (Wstat: 1024 Tests: 5 Failed: 4) Failed tests: 2-5 Non-zero exit status: 4 Parse errors: Bad plan. You planned 6 tests but ran 5. t/redirect.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 27 tests but ran 0. t/simple.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 39 tests but ran 0. Files=7, Tests=7, 2 wallclock secs ( 0.03 usr 0.02 sys + 2.15 cusr 0.23 csys = 2.43 CPU) Result: FAIL Failed 5/7 test programs. 4/7 subtests failed. make: *** [test_dynamic] Error 255 LBROCARD/Test-WWW-Mechanize-Catalyst-0.45.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports LBROCARD/Test-WWW-Mechanize-Catalyst-0.45.tar.gz Finished 2017-06-04T00:40:54