Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 68889
Status: rejected
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: wenheping [...] gmail.com
Cc:
AdminCc:

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



Subject: regress fail in Moose-2.0008
Date: Fri, 17 Jun 2011 16:50:01 +0800
To: bug-Moose [...] rt.cpan.org
From: wen heping <wenheping [...] gmail.com>
Hi, Moose-2.0008 faile regress test on FreeBSD system, here is the test log: .... t/roles/anonymous_roles.t ................................. ok t/roles/application_toclass.t ............................. ok t/roles/apply_role.t ...................................... 1/? # Failed test 'can meth2' # at t/roles/apply_role.t line 211. # Looks like you failed 1 test of 90. t/roles/apply_role.t ...................................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/90 subtests t/roles/build.t ........................................... skipped: Test requires module 'Test::Output' but it's not found t/roles/compose_overloading.t ............................. ok t/roles/conflict_many_methods.t ........................... ok t/roles/create_role.t ..................................... ok t/roles/create_role_subclass.t ............................ ok ..... t/type_constraints/util_type_coercion.t ................... ok t/type_constraints/util_type_constraints.t ................ ok t/type_constraints/util_type_constraints_export.t ......... ok t/type_constraints/util_type_reloading.t .................. ok Test Summary Report ------------------- t/roles/apply_role.t (Wstat: 256 Tests: 90 Failed: 1) Failed test: 90 Non-zero exit status: 1 Files=375, Tests=11655, 155 wallclock secs ( 0.58 usr 6.88 sys + 25.84 cusr 96.34 csys = 129.65 CPU) Result: FAIL Failed 1/375 test programs. 1/11655 subtests failed. gmake: *** [test_dynamic] Error 255 Any suggestion ? wen
CC: undisclosed-recipients: ;
Subject: Re: [rt.cpan.org #68889] regress fail in Moose-2.0008
Date: Fri, 17 Jun 2011 09:27:10 -0500
To: wen heping via RT <bug-Moose [...] rt.cpan.org>
From: Jesse Luehrs <doy [...] tozt.net>
On Fri, Jun 17, 2011 at 04:50:12AM -0400, wen heping via RT wrote: Show quoted text
> Fri Jun 17 04:50:11 2011: Request 68889 was acted upon. > Transaction: Ticket created by wenheping@gmail.com > Queue: Moose > Subject: regress fail in Moose-2.0008 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: wenheping@gmail.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=68889 > > > > Hi, > > Moose-2.0008 faile regress test on FreeBSD system, here is the test log: > > .... > # Failed test 'can meth2' > # at t/roles/apply_role.t line 211. > # Looks like you failed 1 test of 90. > t/roles/apply_role.t ...................................... Dubious, > test returned 1 (wstat 256, 0x100) > Failed 1/90 subtests
The changes in 2.0008 didn't include anything that should have affected this part of the code, and so far, we're getting clean cpantesters reports for FreeBSD. Can you give us more information about your system - dependency versions, perl version, FreeBSD version, etc? -doy
Subject: Re: [rt.cpan.org #68889] regress fail in Moose-2.0008
Date: Fri, 17 Jun 2011 23:02:44 +0800
To: bug-Moose [...] rt.cpan.org
From: wen heping <wenheping [...] gmail.com>
2011/6/17 Jesse Luehrs via RT <bug-Moose@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=68889 > > > On Fri, Jun 17, 2011 at 04:50:12AM -0400, wen heping via RT wrote:
>> Fri Jun 17 04:50:11 2011: Request 68889 was acted upon. >> Transaction: Ticket created by wenheping@gmail.com >>        Queue: Moose >>      Subject: regress fail in Moose-2.0008 >>    Broken in: (no value) >>     Severity: (no value) >>        Owner: Nobody >>   Requestors: wenheping@gmail.com >>       Status: new >>  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=68889 > >> >> >> Hi, >> >>    Moose-2.0008 faile regress test on FreeBSD system, here is the test log: >> >>   .... >> #   Failed test 'can meth2' >> #   at t/roles/apply_role.t line 211. >> # Looks like you failed 1 test of 90. >> t/roles/apply_role.t ...................................... Dubious, >> test returned 1 (wstat 256, 0x100) >> Failed 1/90 subtests
> > The changes in 2.0008 didn't include anything that should have affected
I know in 2.0007 the same regress test fail. Show quoted text
> this part of the code, and so far, we're getting clean cpantesters > reports for FreeBSD. Can you give us more information about your system > - dependency versions, perl version, FreeBSD version, etc?
dependency version is just as Makefile.PL require. perl is 5.12.1 FreeBSD version is 8 and 9. And the same test failed on OpenBSD-4.9. wen Show quoted text
> > -doy > >
On Fri Jun 17 11:02:54 2011, wenheping@gmail.com wrote: Show quoted text
> dependency version is just as Makefile.PL require. > perl is 5.12.1 > FreeBSD version is 8 and 9. > > And the same test failed on OpenBSD-4.9.
This is too vague. Look at a cpantesters report for the kind of detail that doy's asking for; it has the specific versions of dependencies and output of perl -V. Here's an example: http://www.cpantesters.org/cpan/report/44ba3ce6-936d-11e0-a50a-4e8912b7e65f We can't do anything with the limited information you've provided.
This has been stalled for a year and a half, if it is still an issue please re-open. -Chris