PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2018-12-04T00:00:39 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Mon, 03 Dec 2018 03:17:03 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/P/PR/PREACTION/Mojolicious-Plugin-DBIC-0.001.tar.gz ok Mojolicious-Plugin-DBIC-0.001 Mojolicious-Plugin-DBIC-0.001/README Mojolicious-Plugin-DBIC-0.001/LICENSE Mojolicious-Plugin-DBIC-0.001/CHANGES Mojolicious-Plugin-DBIC-0.001/META.yml Mojolicious-Plugin-DBIC-0.001/MANIFEST Mojolicious-Plugin-DBIC-0.001/cpanfile Mojolicious-Plugin-DBIC-0.001/dist.ini Mojolicious-Plugin-DBIC-0.001/META.json Mojolicious-Plugin-DBIC-0.001/eg Mojolicious-Plugin-DBIC-0.001/eg/data.db Mojolicious-Plugin-DBIC-0.001/t Mojolicious-Plugin-DBIC-0.001/t/plugin.t Mojolicious-Plugin-DBIC-0.001/weaver.ini Mojolicious-Plugin-DBIC-0.001/Makefile.PL Mojolicious-Plugin-DBIC-0.001/eg/cpanfile Mojolicious-Plugin-DBIC-0.001/eg/myapp.pl Mojolicious-Plugin-DBIC-0.001/eg/README.md Mojolicious-Plugin-DBIC-0.001/t/00-compile.t Mojolicious-Plugin-DBIC-0.001/t/controller.t Mojolicious-Plugin-DBIC-0.001/CONTRIBUTING.md Mojolicious-Plugin-DBIC-0.001/t/00-report-prereqs.t Mojolicious-Plugin-DBIC-0.001/t/lib/Local Mojolicious-Plugin-DBIC-0.001/t/lib/Local/Schema.pm Mojolicious-Plugin-DBIC-0.001/t/00-report-prereqs.dd Mojolicious-Plugin-DBIC-0.001/t/templates/notes Mojolicious-Plugin-DBIC-0.001/t/templates/notes/get.html.ep Mojolicious-Plugin-DBIC-0.001/lib/Mojolicious/Plugin Mojolicious-Plugin-DBIC-0.001/lib/Mojolicious/Plugin/DBIC.pm Mojolicious-Plugin-DBIC-0.001/t/templates/notes/list.html.ep Mojolicious-Plugin-DBIC-0.001/t/lib/Local/Schema/Result Mojolicious-Plugin-DBIC-0.001/t/lib/Local/Schema/Result/Notes.pm Mojolicious-Plugin-DBIC-0.001/t/lib/Local/Schema/Result/Events.pm Mojolicious-Plugin-DBIC-0.001/lib/Mojolicious/Plugin/DBIC/Controller Mojolicious-Plugin-DBIC-0.001/lib/Mojolicious/Plugin/DBIC/Controller/DBIC.pm Configuring P/PR/PREACTION/Mojolicious-Plugin-DBIC-0.001.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 Mojolicious::Plugin::DBIC Writing MYMETA.yml and MYMETA.json PREACTION/Mojolicious-Plugin-DBIC-0.001.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for P/PR/PREACTION/Mojolicious-Plugin-DBIC-0.001.tar.gz >>> make cp lib/Mojolicious/Plugin/DBIC.pm blib/lib/Mojolicious/Plugin/DBIC.pm cp lib/Mojolicious/Plugin/DBIC/Controller/DBIC.pm blib/lib/Mojolicious/Plugin/DBIC/Controller/DBIC.pm Manifying 2 pod documents PREACTION/Mojolicious-Plugin-DBIC-0.001.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 t/00-compile.t ......... 1..2 ok 1 - Mojolicious/Plugin/DBIC.pm loaded ok ok 2 - Mojolicious/Plugin/DBIC/Controller/DBIC.pm loaded ok ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.04 # File::Spec any 3.75 # IO::Handle any 1.35 # IPC::Open3 any 1.18 # Test::More any 1.001014 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # ------ ---- ---- # t/00-report-prereqs.t .. 1..1 ok 1 ok [Tue Dec 4 00:00:44 2018] [debug] Your secret passphrase needs to be changed [Tue Dec 4 00:00:44 2018] [debug] GET "/notes" [Tue Dec 4 00:00:44 2018] [debug] Routing to controller "Mojolicious::Plugin::DBIC::Controller::DBIC" and action "list" [Tue Dec 4 00:00:44 2018] [debug] Rendering template "notes/list.html.ep" [Tue Dec 4 00:00:44 2018] [debug] 200 OK (0.011563s, 86.483/s) [Tue Dec 4 00:00:44 2018] [debug] GET "/notes/1" [Tue Dec 4 00:00:44 2018] [debug] Routing to controller "Mojolicious::Plugin::DBIC::Controller::DBIC" and action "get" [Tue Dec 4 00:00:44 2018] [debug] Rendering template "notes/get.html.ep" [Tue Dec 4 00:00:44 2018] [debug] 200 OK (0.005479s, 182.515/s) t/controller.t ......... ok 1 - GET /notes ok 2 - 200 OK ok 3 - exact match for selector "li:nth-child(1)" ok 4 - exact match for selector "li:nth-child(2)" ok 5 - exact match for selector "li:nth-child(3)" ok 6 - GET /notes/1 ok 7 - 200 OK ok 8 - exact match for selector "h1" ok 9 - exact match for selector "main" 1..9 ok [Tue Dec 4 00:00:44 2018] [debug] Your secret passphrase needs to be changed # Failed test 'schema helper lives' # at t/plugin.t line 23. # Unknown DBIC schema config. Must be schema object or HASH, not at /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Mojolicious-Plugin-DBIC-0.001-WaYNcs/blib/lib/Mojolicious/Plugin/DBIC.pm line 111, line 2231. # Failed test ''schema object returned' isa 'Local::Schema'' # at t/plugin.t line 24. # 'schema object returned' isn't defined [Tue Dec 4 00:00:44 2018] [debug] Your secret passphrase needs to be changed # Failed test 'schema helper lives' # at t/plugin.t line 41. # Unknown DBIC schema config. Must be schema object or HASH, not at /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Mojolicious-Plugin-DBIC-0.001-WaYNcs/blib/lib/Mojolicious/Plugin/DBIC.pm line 111, line 2231. # Failed test ''schema object returned' isa 'Local::Schema'' # at t/plugin.t line 42. # 'schema object returned' isn't defined Can't call method "storage" on an undefined value at t/plugin.t line 43, line 2231. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 5. t/plugin.t ............. not ok 1 - schema helper lives not ok 2 - 'schema object returned' isa 'Local::Schema' ok 3 - controller namespace is added not ok 4 - schema helper lives not ok 5 - 'schema object returned' isa 'Local::Schema' Dubious, test returned 2 (wstat 512, 0x200) Failed 4/5 subtests Test Summary Report ------------------- t/plugin.t (Wstat: 512 Tests: 5 Failed: 4) Failed tests: 1-2, 4-5 Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=4, Tests=17, 2 wallclock secs ( 0.02 usr 0.02 sys + 1.38 cusr 0.58 csys = 2.00 CPU) Result: FAIL Failed 1/4 test programs. 4/17 subtests failed. make: *** [test_dynamic] Error 2 PREACTION/Mojolicious-Plugin-DBIC-0.001.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports PREACTION/Mojolicious-Plugin-DBIC-0.001.tar.gz VmSize: 356008 kB Finished 2018-12-04T00:00:44