Skip Menu |

This queue is for tickets about the AnyEvent-JSONRPC CPAN distribution.

Report information
The Basics
Id: 87362
Status: new
Priority: 0/
Queue: AnyEvent-JSONRPC

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: test failure and warnings
The cpantesters page is mostly errors, but not sure if the same ones from below or stemming from this installation warning: $ perl Makefile.PL Cannot determine perl version info from lib/AnyEvent/JSONRPC.pm Checking if your kit is complete... Warning: the following files are missing in your kit: inc/Module/Install/Repository.pm Please inform the author. Writing Makefile for AnyEvent::JSONRPC Writing MYMETA.yml and MYMETA.json And here's the error and warnings: $ make test PERL_DL_NONLAZY=1 /local/src/perls/perl-5.18.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t ......... ok t/client_error.t ....... Too late to run CHECK block at /local/src/perls/perl-5.18.0/lib/site_perl/5.18.0/darwin-2level/EV.pm line 123. t/client_error.t ....... ok t/disconnect.t ......... Too late to run CHECK block at /local/src/perls/perl-5.18.0/lib/site_perl/5.18.0/darwin-2level/EV.pm line 123. t/disconnect.t ......... 1/3 # Failed test 'already disconnected ok' # at t/disconnect.t line 44. # got: 'initial' # expected: 'disconnected' t/disconnect.t ......... 2/3 # Looks like you failed 1 test of 3. t/disconnect.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests t/disconnect_server.t .. Too late to run CHECK block at /local/src/perls/perl-5.18.0/lib/site_perl/5.18.0/darwin-2level/EV.pm line 123. t/disconnect_server.t .. ok t/mix_request.t ........ Too late to run CHECK block at /local/src/perls/perl-5.18.0/lib/site_perl/5.18.0/darwin-2level/EV.pm line 123. t/mix_request.t ........ ok t/multi_connection.t ... Too late to run CHECK block at /local/src/perls/perl-5.18.0/lib/site_perl/5.18.0/darwin-2level/EV.pm line 123. t/multi_connection.t ... ok t/simple_echo.t ........ Too late to run CHECK block at /local/src/perls/perl-5.18.0/lib/site_perl/5.18.0/darwin-2level/EV.pm line 123. t/simple_echo.t ........ ok t/simple_echo_dsl.t .... Too late to run CHECK block at /local/src/perls/perl-5.18.0/lib/site_perl/5.18.0/darwin-2level/EV.pm line 123. t/simple_echo_dsl.t .... ok Test Summary Report ------------------- t/disconnect.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=8, Tests=31, 14 wallclock secs ( 0.08 usr 0.05 sys + 6.32 cusr 0.64 csys = 7.09 CPU) Result: FAIL Failed 1/8 test programs. 1/31 subtests failed. make: *** [test_dynamic] Error 255