Skip Menu |

This queue is for tickets about the XMLRPC-Lite CPAN distribution.

Report information
The Basics
Id: 92742
Status: new
Priority: 0/
Queue: XMLRPC-Lite

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

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



Subject: Test failures
Date: Wed, 5 Feb 2014 10:33:02 +0000
To: bug-XMLRPC-Lite [...] rt.cpan.org
From: Gil Gamesh <gamesh.g [...] gmail.com>
I'm running perlbrew (5.16.2) on Kubuntu 13.10 Installing Apache::XMLRPC::Lite (1.01) Running [/home/jk/perl5/perlbrew/perls/perl-5.16.2/bin/perl -e use strict; BEGIN { my $old = select STDERR; $|++; select $old; $|++; $0 = shift(@ARGV); my $rv = do($0); die $@ if $@; } /home/jk/.cpanplus/5.16.2/build/SOAP-Lite-1.01/Makefile.PL]... Generating a Unix-style Makefile Writing Makefile for SOAP::Lite Writing MYMETA.yml and MYMETA.json Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /home/jk/perl5/perlbrew/perls/perl-5.16.2/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 15 in t/01-core.t at line 142 # t/01-core.t line 142 is: ok($serialized =~ m!^<\?xml version="1.0" encoding="UTF-8"\?><name(?: xsi:type="xsd:string"| attr="&lt;123&gt;&quot;&amp;amp&quot;&lt;/123&gt;"){2}>value</name>$!); t/01-core.t .................... Failed 1/42 subtests t/010-serializer.t ............. ok t/012-cloneable.t .............. ok t/013-array-deserialization.t .. ok t/014_UNIVERSAL_use.t .......... ok t/015_UNIVERSAL_can.t .......... ok # Failed test 44 in t/02-payload.t at line 274 # t/02-payload.t line 274 is: ok $test =~s{ # Failed test 48 in t/02-payload.t at line 297 # t/02-payload.t line 297 is: ok length $test == 0; t/02-payload.t ................. Failed 2/133 subtests t/03-server.t .................. ok t/04-attach-cid-encoded.t ...... ok t/04-attach.t .................. ok t/05-customxml.t ............... ok t/06-modules.t ................. ok t/08-schema.t .................. ok t/096_characters.t ............. skipped: (no reason given) t/097_kwalitee.t ............... skipped: (no reason given) t/098_pod.t .................... skipped: (no reason given) t/099_pod_coverage.t ........... skipped: (no reason given) t/11-cgi.t ..................... skipped: 500 Can't connect to localhost:80 (Connection refused) t/12-cgi_https.t ............... skipped: 500 Can't connect to localhost:443 (Connection refused) t/13-mod_perl.t ................ skipped: 500 Can't connect to localhost:80 (Connection refused) t/14-cgi_apache.t .............. skipped: 500 Can't connect to localhost:80 (Connection refused) t/15-daemon.t .................. skipped: 500 Can't connect to localhost:80 (Connection refused) t/17-mod_soap.t ................ skipped: 500 Can't connect to localhost:80 (Connection refused) t/19-apachesoap.t .............. skipped: 500 Can't connect to localhost:8080 (Connection refused) t/21-public.t .................. skipped: 500 Can't connect to services.xmethods.net:80 (Bad hostname) t/22-interop_apache.t .......... skipped: 500 Can't connect to nagoya.apache.org:5049 (Bad hostname) t/23-ppm.t ..................... skipped: ActiveState's ppmserver.pl server seems to be broken - skipping tests t/24-wsdl.t .................... skipped: 500 Can't connect to services.xmethods.net:80 (Bad hostname) Subroutine SOAP::Trace::objects redefined at /home/jk/.cpanplus/5.16.2/build/SOAP-Lite-1.01/blib/lib/SOAP/Lite.pm line 2970. t/36-leaks.t ................... ok t/38-packager.t ................ ok t/40-loopback.t ................ ok Test Summary Report ------------------- t/01-core.t (Wstat: 0 Tests: 42 Failed: 1) Failed test: 15 t/02-payload.t (Wstat: 0 Tests: 133 Failed: 2) Failed tests: 44, 48 Files=31, Tests=604, 8 wallclock secs ( 0.17 usr 0.03 sys + 3.22 cusr 0.22 csys = 3.64 CPU) Result: FAIL Failed 2/31 test programs. 3/604 subtests failed. make: *** [test_dynamic] Error 255