Bug#982722: libatteanx-serializer-rdfa-perl: FTBFS: dh_auto_test: error: make -j1 test TEST_VERBOSE=1 returned exit code 2

Lucas Nussbaum lucas at debian.org
Sat Feb 13 17:12:29 GMT 2021


Source: libatteanx-serializer-rdfa-perl
Version: 0.100-1.1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210213 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
> 
> #   Failed test 'use AtteanX::Serializer::RDFa;'
> #   at t/01basic.t line 27.
> #     Tried to use 'AtteanX::Serializer::RDFa'.
> #     Error:  Can't apply Attean::API::TripleSerializer to AtteanX::Serializer::RDFa - missing file_extensions at /usr/share/perl5/Moo/Role.pm line 307.
> # Compilation failed in require at t/01basic.t line 27.
> # BEGIN failed--compilation aborted at t/01basic.t line 27.
> # Looks like you failed 1 test of 1.
> t/01basic.t .. 
> not ok 1 - use AtteanX::Serializer::RDFa;
> 1..1
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/1 subtests 
> 
> #   Failed test 'use AtteanX::Serializer::RDFa;'
> #   at t/bytes.t line 11.
> #     Tried to use 'AtteanX::Serializer::RDFa'.
> #     Error:  Can't apply Attean::API::TripleSerializer to AtteanX::Serializer::RDFa - missing file_extensions at /usr/share/perl5/Moo/Role.pm line 307.
> # Compilation failed in require at t/bytes.t line 11.
> # BEGIN failed--compilation aborted at t/bytes.t line 11.
> Attempt to reload AtteanX/Serializer/RDFa.pm aborted.
> Compilation failed in require at /usr/share/perl/5.32/Module/Load.pm line 77.
> Can't locate AtteanX/Serializer/RDFa in @INC (@INC contains: /<<PKGBUILDDIR>>/blib/lib /<<PKGBUILDDIR>>/blib/arch /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl .) at /usr/share/perl/5.32/Module/Load.pm line 77.
>     # No tests run!
> 
> #   Failed test 'No tests run for subtest "Default generator"'
> #   at t/bytes.t line 35.
> Can't call method "new" on an undefined value at t/bytes.t line 29.
> 
> #   Failed test 'no (unexpected) warnings (via END block)'
> #   at /usr/share/perl/5.32/Test/Builder.pm line 153.
> # 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/bytes.t .... 
> ok 1 - use Attean;
> not ok 2 - use AtteanX::Serializer::RDFa;
> ok 3 - use RDF::RDFa::Generator;
> # Subtest: Default generator
>     1..0
> not ok 4 - No tests run for subtest "Default generator"
> not ok 5 - no (unexpected) warnings (via END block)
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 3/5 subtests 
> 
> #   Failed test 'use AtteanX::Serializer::RDFa;'
> #   at t/fh.t line 9.
> #     Tried to use 'AtteanX::Serializer::RDFa'.
> #     Error:  Can't apply Attean::API::TripleSerializer to AtteanX::Serializer::RDFa - missing file_extensions at /usr/share/perl5/Moo/Role.pm line 307.
> # Compilation failed in require at t/fh.t line 9.
> # BEGIN failed--compilation aborted at t/fh.t line 9.
> Attempt to reload AtteanX/Serializer/RDFa.pm aborted.
> Compilation failed in require at /usr/share/perl/5.32/Module/Load.pm line 77.
> Can't locate AtteanX/Serializer/RDFa in @INC (@INC contains: /<<PKGBUILDDIR>>/blib/lib /<<PKGBUILDDIR>>/blib/arch /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl .) at /usr/share/perl/5.32/Module/Load.pm line 77.
> Can't call method "new" on an undefined value at t/fh.t line 25.
> 
> #   Failed test 'no (unexpected) warnings (via END block)'
> #   at /usr/share/perl/5.32/Test/Builder.pm line 153.
> # Tests were run but no plan was declared and done_testing() was not seen.
> # Looks like your test exited with 2 just after 4.
> t/fh.t ....... 
> ok 1 - use Attean;
> not ok 2 - use AtteanX::Serializer::RDFa;
> ok 3 - use RDF::RDFa::Generator;
> not ok 4 - no (unexpected) warnings (via END block)
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 2/4 subtests 
> 
> Test Summary Report
> -------------------
> t/01basic.t (Wstat: 256 Tests: 1 Failed: 1)
>   Failed test:  1
>   Non-zero exit status: 1
> t/bytes.t  (Wstat: 512 Tests: 5 Failed: 3)
>   Failed tests:  2, 4-5
>   Non-zero exit status: 2
>   Parse errors: No plan found in TAP output
> t/fh.t     (Wstat: 512 Tests: 4 Failed: 2)
>   Failed tests:  2, 4
>   Non-zero exit status: 2
>   Parse errors: No plan found in TAP output
> Files=3, Tests=10,  2 wallclock secs ( 0.02 usr  0.00 sys +  2.08 cusr  0.17 csys =  2.27 CPU)
> Result: FAIL
> Failed 3/3 test programs. 6/10 subtests failed.
> make[1]: *** [Makefile:847: test_dynamic] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j1 test TEST_VERBOSE=1 returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2021/02/13/libatteanx-serializer-rdfa-perl_0.100-1.1_unstable.log

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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-perl-maintainers mailing list