Your message dated Sun, 07 Sep 2014 11:03:46 +0000
with message-id <e1xqag2-0000t9...@franck.debian.org>
and subject line Bug#759944: fixed in librpc-xml-perl 0.78-2
has caused the Debian Bug report #759944,
regarding librpc-xml-perl: FTBFS: dh_auto_test: make -j1 test returned exit 
code 2
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 ow...@bugs.debian.org
immediately.)


-- 
759944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759944
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: librpc-xml-perl
Version: 0.78-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140830 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> 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 lib/RPC/XML.pm blib/lib/RPC/XML.pm
> cp lib/Apache/RPC/Status.pm blib/lib/Apache/RPC/Status.pm
> cp lib/Apache/RPC/Server.pm blib/lib/Apache/RPC/Server.pm
> cp methods/identity.xpl blib/lib/RPC/XML/identity.xpl
> cp lib/RPC/XML/Parser/XMLParser.pm blib/lib/RPC/XML/Parser/XMLParser.pm
> cp lib/RPC/XML/Parser.pm blib/lib/RPC/XML/Parser.pm
> cp methods/introspection.xpl blib/lib/RPC/XML/introspection.xpl
> cp methods/listMethods.xpl blib/lib/RPC/XML/listMethods.xpl
> cp lib/RPC/XML/Parser/XMLLibXML.pm blib/lib/RPC/XML/Parser/XMLLibXML.pm
> cp methods/methodHelp.xpl blib/lib/RPC/XML/methodHelp.xpl
> cp lib/RPC/XML/Server.pm blib/lib/RPC/XML/Server.pm
> cp lib/RPC/XML/Procedure.pm blib/lib/RPC/XML/Procedure.pm
> cp methods/methodSignature.xpl blib/lib/RPC/XML/methodSignature.xpl
> cp methods/status.xpl blib/lib/RPC/XML/status.xpl
> cp lib/Apache/RPC/status.xpl blib/lib/Apache/RPC/status.xpl
> cp lib/RPC/XML/Client.pm blib/lib/RPC/XML/Client.pm
> cp lib/RPC/XML/ParserFactory.pm blib/lib/RPC/XML/ParserFactory.pm
> cp methods/multicall.xpl blib/lib/RPC/XML/multicall.xpl
> 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" "-MTest::Harness" 
> "-e" "undef *Test::Harness::Switches; 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_procedure.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.73'
> 
> #   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'
> 
> #   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'
> 
> #   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=1103, 47 wallclock secs ( 0.16 usr  0.15 sys +  4.79 cusr  
> 1.08 csys =  6.18 CPU)
> Result: FAIL
> Failed 1/25 test programs. 11/1103 subtests failed.
> make[1]: *** [test_dynamic] Error 255
> Makefile:963: recipe for target 'test_dynamic' failed
> make[1]: Leaving directory '/«PKGBUILDDIR»'
> dh_auto_test: make -j1 test returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/08/30/librpc-xml-perl_0.78-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!

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. The build
was done with DEB_BUILD_OPTIONS="parallel=4", so if your packaging tries
to support this, it might be a good idea to explore whether this might
be the cause of the failure.

--- End Message ---
--- Begin Message ---
Source: librpc-xml-perl
Source-Version: 0.78-2

We believe that the bug you reported is fixed in the latest version of
librpc-xml-perl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 759...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niko Tyni <nt...@debian.org> (supplier of updated librpc-xml-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 07 Sep 2014 10:34:05 +0300
Source: librpc-xml-perl
Binary: librpc-xml-perl
Architecture: source all
Version: 0.78-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Niko Tyni <nt...@debian.org>
Description:
 librpc-xml-perl - Perl implementation of the XML-RPC protocol
Closes: 759944
Changes:
 librpc-xml-perl (0.78-2) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 .
   [ Niko Tyni ]
   * Use 127.0.0.1 to force IPv4 usage in tests again. (Closes: #759944)
   * Add autopkgtest support
   * Fix the libcompress-raw-zlib-perl suggestion to prefer the core
     perl package.
Checksums-Sha1:
 8dd51e40f3161d4884f3eb91658385e001c64811 2603 librpc-xml-perl_0.78-2.dsc
 11c33a1c407149ef9f4c3cbc5a861657061d4517 9512 
librpc-xml-perl_0.78-2.debian.tar.xz
 71b40356b27913eba90e1e2f11caf698089ae3fe 168728 librpc-xml-perl_0.78-2_all.deb
Checksums-Sha256:
 a8614680bd3d7a5cd7ac3c6b1f8bebf87a6d5075a48f900726730ac5344a96da 2603 
librpc-xml-perl_0.78-2.dsc
 2042a827d4ffbb9c23857383e9b453f8856be107d3de9d44679aea888de5e2d4 9512 
librpc-xml-perl_0.78-2.debian.tar.xz
 efb5b8fc1d473283564a75f80e719ef0f87823a543ec5e837f7e7d1857a28790 168728 
librpc-xml-perl_0.78-2_all.deb
Files:
 f46c88c5cbf99a722bfbc0784c547f02 168728 perl optional 
librpc-xml-perl_0.78-2_all.deb
 71a492ed57efd2df244c61b679de5da7 2603 perl optional librpc-xml-perl_0.78-2.dsc
 afa68f953023d4b70b49d802b5b3688e 9512 perl optional 
librpc-xml-perl_0.78-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJUDDaKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGDY4P/1zvBb0OtaoVyAXZMfMxV6j4
IM1XIPxZPfbF6MJyZmPpFzRMd9/Xi12qbeqwRl6Uw8O7AE2f/H2MF5qJ6q60CV/1
Eo/kCdAqGWahV++t5VuQhgNRH2SKdNPmsfFnFXDjahr7ylzyplJhAcU3EbZP30Uc
c3C6xXGdTUhg/wQ4DMdOeUBX7EunWFPtRjmdCYnLjLBdPPg5hXemZAR7xS59jxVY
xjixTsz2ruLv4oJcASUElXnSqdDmdB56ZYkKIh5oePSQSPOsHS0cnnDQMPuG2sYR
wurK2sOHq7GJvMxfqIncoR935Ktbmt+cRRjAz6iMdke4GY3hq5jot2nbucuT0ggg
L2XG9aOGUZ1YSMt2Al2jRKxbCHBKfjPdOhngpd3mdj8cd5emhuR/N1Vxq0KGcOxn
ubpLz3gI2JX0CKS47WauPhrWMt70Pz8pzU5xRBml5EP5f2t/4Ldl6vH+JNxrKMv/
dWbNsqVQbrt395dF5ra8+qaOdpxxWquddEh43Aqluj3k9+ZNrb3+mu6P1G+B2BCi
jsbAJXZj7E6+J3liuj7lO1bedCFE6W1DI/xkYiTQdyfZeSjWgh6eDX5grSBLo43i
jZT/J1lbr2ny5kBmbf3eztWhXnslJ5AgqawLV8AE5c9212USkb3atrC3JEIsxkrT
//KcPziLh9gnryAOTpzL
=v2XH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to