Bug#678767: librpc-xml-perl: FTBFS: tests failed

Salvatore Bonaccorso carnil at debian.org
Sun Jun 24 12:43:17 UTC 2012


tags 678767 + confirmed
thanks

Hi

On Sun, Jun 24, 2012 at 11:29:56AM +0200, Lucas Nussbaum wrote:
> Source: librpc-xml-perl
> Version: 0.76-2
> Severity: serious
> Tags: wheezy sid
> User: debian-qa at lists.debian.org
> Usertags: qa-ftbfs-20120624 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 `/«PKGBUILDDIR»'
> > /usr/bin/perl etc/make_method --base=lib/Apache/RPC/status
> > /usr/bin/perl etc/make_method --base=methods/identity
> > /usr/bin/perl etc/make_method --base=methods/introspection
> > /usr/bin/perl etc/make_method --base=methods/listMethods
> > /usr/bin/perl etc/make_method --base=methods/methodHelp
> > /usr/bin/perl etc/make_method --base=methods/methodSignature
> > /usr/bin/perl etc/make_method --base=methods/multicall
> > /usr/bin/perl etc/make_method --base=methods/status
> > cp methods/status.xpl blib/lib/RPC/XML/status.xpl
> > cp lib/Apache/RPC/Status.pm blib/lib/Apache/RPC/Status.pm
> > cp methods/methodHelp.xpl blib/lib/RPC/XML/methodHelp.xpl
> > cp lib/RPC/XML/Procedure.pm blib/lib/RPC/XML/Procedure.pm
> > cp methods/introspection.xpl blib/lib/RPC/XML/introspection.xpl
> > cp lib/RPC/XML/Parser/XMLLibXML.pm blib/lib/RPC/XML/Parser/XMLLibXML.pm
> > cp lib/RPC/XML/Parser.pm blib/lib/RPC/XML/Parser.pm
> > cp methods/identity.xpl blib/lib/RPC/XML/identity.xpl
> > cp lib/RPC/XML/Server.pm blib/lib/RPC/XML/Server.pm
> > cp lib/Apache/RPC/Server.pm blib/lib/Apache/RPC/Server.pm
> > cp methods/multicall.xpl blib/lib/RPC/XML/multicall.xpl
> > cp lib/Apache/RPC/status.xpl blib/lib/Apache/RPC/status.xpl
> > cp lib/RPC/XML.pm blib/lib/RPC/XML.pm
> > cp methods/listMethods.xpl blib/lib/RPC/XML/listMethods.xpl
> > cp lib/RPC/XML/Client.pm blib/lib/RPC/XML/Client.pm
> > cp methods/methodSignature.xpl blib/lib/RPC/XML/methodSignature.xpl
> > cp lib/RPC/XML/ParserFactory.pm blib/lib/RPC/XML/ParserFactory.pm
> > cp lib/RPC/XML/Parser/XMLParser.pm blib/lib/RPC/XML/Parser/XMLParser.pm
> > cp etc/make_method blib/script/make_method
> > /usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/make_method
> > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> > t/00_load.t ..................... ok
> > t/10_data.t ..................... ok
> > t/11_base64_fh.t ................ ok
> > t/12_nil.t ...................... ok
> > t/13_no_deep_recursion.t ........ ok
> > t/14_datetime_iso8601.t ......... ok
> > t/15_serialize.t ................ ok
> > t/20_xml_parser.t ............... ok
> > t/21_xml_libxml.t ............... ok
> > t/25_parser_negative.t .......... ok
> > t/29_parserfactory.t ............ ok
> > t/30_method.t ................... ok
> > t/35_namespaces.t ............... ok
> > t/40_server.t ................... ok
> > t/40_server_xmllibxml.t ......... ok
> > t/41_server_hang.t .............. ok
> > t/50_client.t ................... ok
> > t/51_client_with_host_header.t .. ok
> > 
> > #   Failed test 'system.identity matches $srv->product_tokens'
> > #   at t/60_net_server.t line 60.
> > #          got: undef
> > #     expected: 'RPC::XML::Server/1.68'
> > 
> > #   Failed test 'system.listMethods returned ARRAY ref'
> > #   at t/60_net_server.t line 68.
> > #          got: ''
> > #     expected: 'ARRAY'
> > 
> > #   Failed test 'system.listMethods returned ARRAY ref'
> > #   at t/60_net_server.t line 80.
> > #          got: ''
> > #     expected: 'ARRAY'
> > 
> > #   Failed test 'system.listMethods returned ARRAY ref'
> > #   at t/60_net_server.t line 90.
> > #          got: ''
> > #     expected: 'ARRAY'
> > 
> > #   Failed test 'system.listMethods returned HASH ref'
> > #   at t/60_net_server.t line 100.
> > #          got: ''
> > #     expected: 'HASH'
> > 
> > #   Failed test 'system.methodHelp returned correct string'
> > #   at t/60_net_server.t line 110.
> > #          got: undef
> > #     expected: 'Return the server name and version as a string'
> > 
> > #   Failed test 'system.methodHelp returned ARRAY ref'
> > #   at t/60_net_server.t line 116.
> > #          got: ''
> > #     expected: 'ARRAY'
> > 
> > #   Failed test 'system.methodHelp (bad arg) response isa RPC::XML::fault'
> > #   at t/60_net_server.t line 127.
> > #     system.methodHelp (bad arg) response isn't a 'RPC::XML::fault' it's a ''
> > 
> > #   Failed test 'system.methodHelp returned ARRAY ref'
> > #   at t/60_net_server.t line 136.
> > #          got: ''
> > #     expected: 'ARRAY'
> > 
> > #   Failed test 'system.methodSignature (bad arg) response isa RPC::XML::fault'
> > #   at t/60_net_server.t line 146.
> > #     system.methodSignature (bad arg) response isn't a 'RPC::XML::fault' it's a ''
> > 
> > #   Failed test 'system.methodHelp returned ARRAY ref'
> > #   at t/60_net_server.t line 193.
> > #          got: ''
> > #     expected: 'ARRAY'
> > # Looks like you planned 30 tests but ran 29.
> > # Looks like you failed 11 tests of 29 run.
> > t/60_net_server.t ............... 
> > Dubious, test returned 11 (wstat 2816, 0xb00)
> > Failed 12/30 subtests 
> > 	(less 16 skipped subtests: 2 okay)
> > t/70_compression_detect.t ....... ok
> > t/90_rt50013_parser_bugs.t ...... ok
> > t/90_rt54183_sigpipe.t .......... ok
> > t/90_rt54494_blessed_refs.t ..... ok
> > t/90_rt58065_allow_nil.t ........ ok
> > t/90_rt58323_push_parser.t ...... ok
> > 
> > Test Summary Report
> > -------------------
> > t/60_net_server.t             (Wstat: 2816 Tests: 29 Failed: 11)
> >   Failed tests:  3-4, 7, 9, 11, 14-15, 17, 19, 21, 24
> >   Non-zero exit status: 11
> >   Parse errors: Bad plan.  You planned 30 tests but ran 29.
> > Files=25, Tests=1090, 49 wallclock secs ( 0.20 usr  0.18 sys +  6.92 cusr  1.08 csys =  8.38 CPU)
> > Result: FAIL
> > Failed 1/25 test programs. 11/1090 subtests failed.
> > make[1]: *** [test_dynamic] Error 255

Confirmed, and furthermore it does not FTBFS in wheezy chroot with
libnet-server-perl 0.99-4.

Regards,
Salvatore
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120624/5aea4053/attachment.pgp>


More information about the pkg-perl-maintainers mailing list