Front page | perl.perl5.porters |
Postings from February 2013
[perl #116961] Data::Dumper 2.143 tests failures on 5.10.1
Thread Previous
|
Thread Next
From:
Olivier Mengué via RT
Date:
February 27, 2013 10:04
Subject:
[perl #116961] Data::Dumper 2.143 tests failures on 5.10.1
Message ID:
rt-3.6.HEAD-31961-1361959434-1908.116961-14-0@perl.org
Look like I did run the test with the system perl (5.12.4) instead of
our custom-built 5.10.1. Anyway, the bug still applies.
Here is the result of the build with 5.10.1 (corresponding to the perl
with which perlbug ran).
----8<----------8<--------8<--------8<--------8<--------8<--------8<----
$ /var/lib/jenkins/perl/perl-5.10.1/bin/perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Data::Dumper
Writing MYMETA.yml and MYMETA.json
jenkins@jenkins:~/.cpan/build/Data-Dumper-2.143-5tgcqI$ make test
cp Dumper.pm blib/lib/Data/Dumper.pm
/var/lib/jenkins/perl/perl-5.10.1/bin/perl
/var/lib/jenkins/perl/perl-5.10.1/lib/5.10.1/ExtUtils/xsubpp -typemap
/var/lib/jenkins/perl/perl-5.10.1/lib/5.10.1/ExtUtils/typemap Dumper.xs
> Dumper.xsc && mv Dumper.xsc Dumper.c
cc -c -DNO_MATHOMS -DPERL_DISABLE_PMC -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.143\" -DXS_VERSION=\"2.143\"
-fPIC "-I/var/lib/jenkins/perl/perl-5.10.1/lib/5.10.1/x86_64-linux/CORE"
-DUSE_PPPORT_H Dumper.c
Running Mkbootstrap for Data::Dumper ()
chmod 644 Dumper.bs
rm -f blib/arch/auto/Data/Dumper/Dumper.so
cc -shared -O2 -fstack-protector Dumper.o -o
blib/arch/auto/Data/Dumper/Dumper.so \
\
chmod 755 blib/arch/auto/Data/Dumper/Dumper.so
cp Dumper.bs blib/arch/auto/Data/Dumper/Dumper.bs
chmod 644 blib/arch/auto/Data/Dumper/Dumper.bs
PERL_DL_NONLAZY=1 /var/lib/jenkins/perl/perl-5.10.1/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/bless.t ..................... 1/11 Undefined subroutine
&Data::Dumper::Dumpxs called at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 222.
# Looks like you planned 11 tests but ran 1.
# Looks like your test exited with 255 just after 1.
t/bless.t ..................... Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 10/11 subtests
t/bless_var_method.t .......... Undefined subroutine
&Data::Dumper::Dumpxs called at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 222.
# Looks like your test exited with 255 before it could output anything.
t/bless_var_method.t .......... Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 8/8 subtests
t/bugs.t ...................... 1/15 Malformed UTF-8 character (fatal)
at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 560.
# Looks like you planned 15 tests but ran 6.
# Looks like your test exited with 9 just after 6.
t/bugs.t ...................... Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/15 subtests
(less 1 skipped subtest: 5 okay)
t/deparse.t ................... ok
t/dumper.t .................... Failed 2/201 subtests
t/dumpperl.t .................. 1/22 Undefined subroutine
&Data::Dumper::Dumpxs called at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 222.
# Looks like you planned 22 tests but ran 18.
# Looks like your test exited with 9 just after 18.
t/dumpperl.t .................. Dubious, test returned 9 (wstat 2304, 0x900)
Failed 4/22 subtests
t/freezer.t ................... 1/15 Undefined subroutine
&Data::Dumper::Dumpxs called at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 222.
# Looks like you planned 15 tests but ran 11.
# Looks like your test exited with 9 just after 11.
t/freezer.t ................... Dubious, test returned 9 (wstat 2304, 0x900)
Failed 4/15 subtests
t/indent.t .................... Use of implicit split to @_ is
deprecated at t/indent.t line 100.
Use of implicit split to @_ is deprecated at t/indent.t line 101.
t/indent.t .................... 1/10
# Failed test 'Indent(3) annotates array elements with their indices'
# at t/indent.t line 96.
# '$VAR1 = [
# #0
# 'foo',
# #1
# 42
# ];
# '
# doesn't match '(?s-xim:\#0.+'foo'.+\#1.+'42')'
# Looks like you failed 1 test of 10.
t/indent.t .................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests
t/misc.t ...................... ok
t/names.t ..................... ok
t/overload.t .................. ok
t/pair.t ...................... ok
t/perl-74170.t ................ Can't locate object method "Dumpxs" via
package "Data::Dumper" at t/perl-74170.t line 28.
# Looks like your test exited with 255 before it could output anything.
t/perl-74170.t ................ Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 1/1 subtests
t/purity_deepcopy_maxdepth.t .. ok
t/qr.t ........................ ok
t/quotekeys.t ................. Undefined subroutine
&Data::Dumper::Dumpxs called at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 222.
# Looks like your test exited with 255 before it could output anything.
t/quotekeys.t ................. Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 10/10 subtests
t/seen.t ...................... ok
t/sortkeys.t .................. Undefined subroutine
&Data::Dumper::Dumpxs called at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 222.
# Looks like your test exited with 255 before it could output anything.
t/sortkeys.t .................. Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 23/23 subtests
t/sparseseen.t ................ Undefined subroutine
&Data::Dumper::Dumpxs called at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 222.
# Looks like your test exited with 255 before it could output anything.
t/sparseseen.t ................ Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 8/8 subtests
t/terse.t ..................... ok
t/toaster.t ................... Undefined subroutine
&Data::Dumper::Dumpxs called at
/home/jenkins/.cpan/build/Data-Dumper-2.143-5tgcqI/blib/lib/Data/Dumper.pm
line 222.
# Looks like your test exited with 255 before it could output anything.
t/toaster.t ................... Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 8/8 subtests
t/values.t .................... ok
Test Summary Report
-------------------
t/bless.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 11 tests but ran 1.
t/bless_var_method.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/bugs.t (Wstat: 2304 Tests: 6 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 15 tests but ran 6.
t/dumper.t (Wstat: 0 Tests: 201 Failed: 2)
Failed tests: 196, 198
t/dumpperl.t (Wstat: 2304 Tests: 18 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 22 tests but ran 18.
t/freezer.t (Wstat: 2304 Tests: 11 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 15 tests but ran 11.
t/indent.t (Wstat: 256 Tests: 10 Failed: 1)
Failed test: 9
Non-zero exit status: 1
t/perl-74170.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/quotekeys.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/sortkeys.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 23 tests but ran 0.
t/sparseseen.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 8 tests but ran 0.
t/toaster.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 8 tests but ran 0.
Files=22, Tests=349, 1 wallclock secs ( 0.08 usr 0.04 sys + 0.72 cusr
0.11 csys = 0.95 CPU)
Result: FAIL
Failed 12/22 test programs. 3/349 subtests failed.
make: *** [test_dynamic] Error 255
----8<----------8<--------8<--------8<--------8<--------8<--------8<----
Thread Previous
|
Thread Next