Your message dated Wed, 28 Jul 2010 21:25:19 +0200 (CEST)
with message-id <[email protected]>
and subject line libmoose-policy-perl removed from Debian unstable
has caused the Debian Bug report #583460,
regarding libmoose-policy-perl: FTBFS: tests failed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
583460: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583460
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libmoose-policy-perl
Version: 0.04-1
Severity: serious
Tags: squeeze sid
User: [email protected]
Usertags: qa-ftbfs-20100527 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory
> `/build/user-libmoose-policy-perl_0.04-1-amd64-9kb7Fc/libmoose-policy-perl-0.04'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/000_load.t .................... ok
> The attribute metaclass for Foo (My::Moose::Meta::Attribute) is not
> compatible with the attribute metaclass of its superclass, Moose::Object
> (Moose::Meta::Attribute) at /usr/lib/perl5/Class/MOP/Class.pm line 277
>
> Class::MOP::Class::_check_single_metaclass_compatibility('Moose::Meta::Class=HASH(0x11ecbd8)',
> 'attribute_metaclass', 'Moose::Object') called at
> /usr/lib/perl5/Class/MOP/Class.pm line 212
>
> Class::MOP::Class::_check_metaclass_compatibility('Moose::Meta::Class=HASH(0x11ecbd8)')
> called at /usr/lib/perl5/Class/MOP/Class.pm line 782
> Class::MOP::Class::superclasses('Moose::Meta::Class=HASH(0x11ecbd8)',
> 'Moose::Object') called at /usr/lib/perl5/Moose/Meta/Class.pm line 293
> Moose::Meta::Class::superclasses(undef, 'Moose::Object') called at
> /usr/lib/perl5/Moose.pm line 226
> Moose::init_meta('Moose', 'for_class', 'Foo', 'metaclass', undef)
> called at /usr/lib/perl5/Moose/Exporter.pm line 354
> Moose::Exporter::__ANON__('Moose') called at t/001_basic.t line 47
> Foo::BEGIN() called at t/001_basic.t line 47
> eval {...} called at t/001_basic.t line 47
> BEGIN failed--compilation aborted at t/001_basic.t line 47.
> # Looks like you planned 11 tests but ran 1.
> # Looks like your test exited with 255 just after 1.
> t/001_basic.t ...................
> Dubious, test returned 255 (wstat 65280, 0xff00)
> Failed 10/11 subtests
> t/002_dynamic.t ................. ok
> The attribute metaclass for Foo (My::Moose::Meta::Attribute) is not
> compatible with the attribute metaclass of its superclass, Moose::Object
> (Moose::Meta::Attribute) at /usr/lib/perl5/Class/MOP/Class.pm line 277
>
> Class::MOP::Class::_check_single_metaclass_compatibility('Moose::Meta::Class=HASH(0x2328440)',
> 'attribute_metaclass', 'Moose::Object') called at
> /usr/lib/perl5/Class/MOP/Class.pm line 212
>
> Class::MOP::Class::_check_metaclass_compatibility('Moose::Meta::Class=HASH(0x2328440)')
> called at /usr/lib/perl5/Class/MOP/Class.pm line 782
> Class::MOP::Class::superclasses('Moose::Meta::Class=HASH(0x2328440)',
> 'Moose::Object') called at /usr/lib/perl5/Moose/Meta/Class.pm line 293
> Moose::Meta::Class::superclasses(undef, 'Moose::Object') called at
> /usr/lib/perl5/Moose.pm line 226
> Moose::init_meta('Moose', 'for_class', 'Foo', 'metaclass', undef)
> called at /usr/lib/perl5/Moose/Exporter.pm line 354
> Moose::Exporter::__ANON__('Moose') called at t/003_saidso.t line 53
> Foo::BEGIN() called at t/003_saidso.t line 53
> eval {...} called at t/003_saidso.t line 53
> BEGIN failed--compilation aborted at t/003_saidso.t line 53.
> # Looks like you planned 22 tests but ran 1.
> # Looks like your test exited with 255 just after 1.
> t/003_saidso.t ..................
> Dubious, test returned 255 (wstat 65280, 0xff00)
> Failed 21/22 subtests
>
> # Failed test '... got our custom attr metaclass'
> # at t/010_FollowPBP_test.t line 75.
> # got: 'Moose::Policy::FollowPBP::Attribute'
> # expected: 'Moose::Meta::Attribute'
>
> # Failed test 'Baz->can('bling')'
> # at t/010_FollowPBP_test.t line 84.
> # Baz->can('bling') failed
> Can't locate object method "bling" via package "Baz" at
> t/010_FollowPBP_test.t line 86.
> # Looks like you planned 28 tests but ran 27.
> # Looks like you failed 2 tests of 27 run.
> # Looks like your test exited with 255 just after 27.
> t/010_FollowPBP_test.t ..........
> Dubious, test returned 255 (wstat 65280, 0xff00)
> Failed 3/28 subtests
> t/011_JavaAccessors_test.t ...... ok
> t/020_SingleInheritence_test.t .. ok
> t/pod.t ......................... ok
> t/pod_coverage.t ................ ok
>
> Test Summary Report
> -------------------
> t/001_basic.t (Wstat: 65280 Tests: 1 Failed: 0)
> Non-zero exit status: 255
> Parse errors: Bad plan. You planned 11 tests but ran 1.
> t/003_saidso.t (Wstat: 65280 Tests: 1 Failed: 0)
> Non-zero exit status: 255
> Parse errors: Bad plan. You planned 22 tests but ran 1.
> t/010_FollowPBP_test.t (Wstat: 65280 Tests: 27 Failed: 2)
> Failed tests: 22, 27
> Non-zero exit status: 255
> Parse errors: Bad plan. You planned 28 tests but ran 27.
> Files=9, Tests=63, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.46 cusr 0.14
> csys = 1.63 CPU)
> Result: FAIL
> Failed 3/9 test programs. 2/63 subtests failed.
> make[1]: *** [test_dynamic] Error 255
The full build log is available from:
http://people.debian.org/~lucas/logs/2010/05/27/libmoose-policy-perl_0.04-1_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Version: 0.04-1+rm
libmoose-policy-perl has been removed from Debian unstable:
http://bugs.debian.org/590039
Closing its bugs with a Version higher than the last unstable upload.
More information about this script at:
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD
--- End Message ---