PATH=/usr/bin:/bin:/home/fly2000/var/megalib/bin Start 2014-10-30T09:04:32 ActivePerl-2000 CPAN-2.00 Reading '/home/fly2000/var/cpan/Metadata' Database was generated on Thu, 30 Oct 2014 14:17:02 GMT Running make for E/EL/ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz Checksum for /home/fly2000/var/cpan/sources/authors/id/E/EL/ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz ok Mojolicious-Plugin-Geo-0.02/ Mojolicious-Plugin-Geo-0.02/t/ Mojolicious-Plugin-Geo-0.02/t/basic.t Mojolicious-Plugin-Geo-0.02/Makefile.PL Mojolicious-Plugin-Geo-0.02/lib/ Mojolicious-Plugin-Geo-0.02/lib/example.pl Mojolicious-Plugin-Geo-0.02/lib/Mojolicious/ Mojolicious-Plugin-Geo-0.02/lib/Mojolicious/Plugin/ Mojolicious-Plugin-Geo-0.02/lib/Mojolicious/Plugin/Geo.pm Mojolicious-Plugin-Geo-0.02/README Mojolicious-Plugin-Geo-0.02/META.yml Mojolicious-Plugin-Geo-0.02/MANIFEST CPAN.pm: Building E/EL/ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mojolicious::Plugin::Geo Writing MYMETA.yml and MYMETA.json >>> make cp lib/Mojolicious/Plugin/Geo.pm blib/lib/Mojolicious/Plugin/Geo.pm cp lib/example.pl blib/lib/example.pl Manifying 1 pod document ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly2000/ap2000-298540/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t [Thu Oct 30 09:04:37 2014] [debug] Your secret passphrase needs to be changed!!! [Thu Oct 30 09:04:37 2014] [debug] GET "/". [Thu Oct 30 09:04:37 2014] [debug] Routing to a callback. [Thu Oct 30 09:04:37 2014] [error] Can't locate object method "render_text" via package "Mojolicious::Controller" at t/basic.t line 13. [Thu Oct 30 09:04:37 2014] [debug] Template "exception.development.html.ep" not found. [Thu Oct 30 09:04:37 2014] [debug] Template "exception.html.ep" not found. [Thu Oct 30 09:04:37 2014] [debug] Rendering inline template "3e3201ab0667c1fc7f39089209f0435c". [Thu Oct 30 09:04:37 2014] [debug] Rendering inline template "b2d451b47e2053ce583cbfdf7bcc6006". [Thu Oct 30 09:04:37 2014] [debug] 500 Internal Server Error (0.042393s, 23.589/s). # Failed test '200 OK' # at t/basic.t line 17. # got: '500' # expected: '200' # Failed test 'exact match for content' # at t/basic.t line 17. # got: ' # # # Server error (development mode) # # # # # # # # # #
# # # #
# # # #
#
#
#
Can't locate object method "render_text" via package "Mojolicious::Controller" at t/basic.t line 13.
# 
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
8 #

#             
9 #
plugin 'geo';
#
10 #

#             
11 #
get '/' => sub {
#
12 #
  my $self = shift;
#
13 #
  $self->render_text('Hello Mojo!');
#
14 #
};
#
15 #

#             
16 #
my $t = Test::Mojo->new;
#
17 #
$t->get_ok('/')->status_is(200)->content_is('Hello Mojo!');
#
#
#
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#
/home/fly2000/var/megalib/Carp.pm:166
#
#
/home/fly2000/var/megalib/Mojolicious/Controller.pm:34
#
#
t/basic.t:13
#
#
/home/fly2000/var/megalib/Mojolicious.pm:126
#
#
/home/fly2000/var/megalib/Mojolicious/Plugins.pm:20
#
#
/home/fly2000/var/megalib/Mojolicious/Plugins.pm:23
#
#
/home/fly2000/var/megalib/Mojolicious/Routes.pm:104
#
#
/home/fly2000/var/megalib/Mojolicious/Routes.pm:117
#
#
/home/fly2000/var/megalib/Mojolicious/Routes.pm:42
#
#
/home/fly2000/var/megalib/Mojolicious/Routes.pm:51
#
#
/home/fly2000/var/megalib/Mojolicious.pm:118
#
#
/home/fly2000/var/megalib/Mojolicious.pm:127
#
#
/home/fly2000/var/megalib/Mojolicious/Plugins.pm:20
#
#
/home/fly2000/var/megalib/Mojolicious.pm:207
#
#
/home/fly2000/var/megalib/Mojolicious.pm:207
#
#
/home/fly2000/var/megalib/Mojolicious/Plugins.pm:20
#
#
/home/fly2000/var/megalib/Mojolicious/Plugins.pm:23
#
#
/home/fly2000/var/megalib/Mojolicious.pm:133
#
#
/home/fly2000/var/megalib/Mojo/Server.pm:68
#
#
/home/fly2000/var/megalib/Mojo/EventEmitter.pm:16
#
#
/home/fly2000/var/megalib/Mojo/Server/Daemon.pm:83
#
#
/home/fly2000/var/megalib/Mojo/EventEmitter.pm:16
#
#
/home/fly2000/var/megalib/Mojo/Transaction/HTTP.pm:65
#
#
/home/fly2000/var/megalib/Mojo/Server/Daemon.pm:186
#
#
/home/fly2000/var/megalib/Mojo/Server/Daemon.pm:166
#
#
/home/fly2000/var/megalib/Mojo/EventEmitter.pm:16
#
#
/home/fly2000/var/megalib/Mojo/IOLoop/Stream.pm:116
#
#
/home/fly2000/var/megalib/Mojo/IOLoop/Stream.pm:53
#
#
/home/fly2000/var/megalib/Mojo/Reactor/Poll.pm:117
#
#
/home/fly2000/var/megalib/Mojo/Reactor/Poll.pm:117
#
#
/home/fly2000/var/megalib/Mojo/Reactor/EV.pm:52
#
#
/home/fly2000/var/megalib/Mojo/Reactor/EV.pm:43
#
#
/home/fly2000/var/megalib/Mojo/Reactor/EV.pm:24
#
#
/home/fly2000/var/megalib/Mojo/Reactor/EV.pm:24
#
#
/home/fly2000/var/megalib/Mojo/IOLoop.pm:130
#
#
/home/fly2000/var/megalib/Mojo/UserAgent.pm:60
#
#
/home/fly2000/var/megalib/Test/Mojo.pm:361
#
#
/home/fly2000/var/megalib/Test/Mojo.pm:310
#
#
/home/fly2000/var/megalib/Test/Mojo.pm:113
#
#
t/basic.t:17
#
#
#
tap for more
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Method:
GET
URL:
/
Base URL:
http://localhost:57775
Parameters:
{}
# 
Stash:
{
#   "cb" => sub { "DUMMY" }
# }
# 
Session:
{}
# 
Version:
1.1
Accept-Encoding:
gzip
Connection:
keep-alive
Content-Length:
0
Host:
localhost:57775
User-Agent:
Mojolicious (Perl)
#
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Perl:
v5.20.1 (linux)
Mojolicious:
5.56 (Tiger Face)
Home:
/home/fly2000/var/cpan/build/Mojolicious-Plugin-Geo-0.02-opRpYj/t
Template paths:
[
#   "/home/fly2000/var/cpan/build/Mojolicious-Plugin-Geo-0.02-opRpYj/t/templates"
# ]
# 
Template classes:
[
#   "main"
# ]
# 
Static paths:
[
#   "/home/fly2000/var/cpan/build/Mojolicious-Plugin-Geo-0.02-opRpYj/t/public"
# ]
# 
Static classes:
[
#   "main"
# ]
# 
Include:
[
#   "/home/fly2000/var/cpan/build/Mojolicious-Plugin-Geo-0.02-opRpYj/blib/lib",
#   "/home/fly2000/var/cpan/build/Mojolicious-Plugin-Geo-0.02-opRpYj/blib/arch",
#   "/home/fly2000/var/megalib",
#   "/home/fly2000/var/megalib",
#   "/home/fly2000/ap2000-298540/site/lib",
#   "/home/fly2000/ap2000-298540/lib",
#   "."
# ]
# 
Config:
{}
# 
Moniker:
basic
Name:
t/basic.t
Executable:
/home/fly2000/ap2000-298540/bin/perl-static
PID:
7387
Time:
Thu Oct 30 09:04:37 2014
#
#
tap for more
#
#
# # # # # # # # # # # # # # # # # # # # # # # # # #
#
[Thu Oct 30 09:04:37 2014] [debug] Your secret passphrase needs to be changed!!!
# 
#
#
[Thu Oct 30 09:04:37 2014] [debug] GET "/".
# 
#
#
[Thu Oct 30 09:04:37 2014] [debug] Routing to a callback.
# 
#
#
[Thu Oct 30 09:04:37 2014] [error] Can't locate object method "render_text" via package "Mojolicious::Controller" at t/basic.t line 13.
# 
# 
#
#
[Thu Oct 30 09:04:37 2014] [debug] Template "exception.development.html.ep" not found.
# 
#
#
[Thu Oct 30 09:04:37 2014] [debug] Template "exception.html.ep" not found.
# 
#
#
[Thu Oct 30 09:04:37 2014] [debug] Rendering inline template "3e3201ab0667c1fc7f39089209f0435c".
# 
#
#
[Thu Oct 30 09:04:37 2014] [debug] Rendering inline template "b2d451b47e2053ce583cbfdf7bcc6006".
# 
#
#
#
# # # # ' # expected: 'Hello Mojo!' # Looks like you failed 2 tests of 3. t/basic.t .. 1..3 ok 1 - GET / not ok 2 - 200 OK not ok 3 - exact match for content Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests Test Summary Report ------------------- t/basic.t (Wstat: 512 Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 2 Files=1, Tests=3, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.56 cusr 0.08 csys = 0.67 CPU) Result: FAIL Failed 1/1 test programs. 2/3 subtests failed. make: *** [test_dynamic] Error 2 ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ELBOW/Mojolicious-Plugin-Geo-0.02.tar.gz VmSize: 278360 kB Finished 2014-10-30T09:04:37