Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Test-Class-0.39 v5.14.4 GNU/Linux
Date: 2013-10-13T20:48:59Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Adrian Howard,
This is a computer-generated report for Test-Class-0.39
on perl 5.14.4, created by CPAN-Reporter-1.2010.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
# Testing Test::Class::Load 0.35, Perl 5.014004, /home/sand/src/perl/repoperls/installed-perls/perl/v5.14.4/165a/bin/perl
t/00-load.t .................... ok
t/20-load-classes.t ............ ok
t/21-load-subclassed.t ......... ok
t/Tests.t ...................... ok
t/_new.t ....................... ok
t/bad-autoloads.t .............. skipped: need Contextual::Return
t/bailout.t .................... ok
t/builder.t .................... ok
t/compile.t .................... ok
t/current_method.t ............. ok
t/diag_on_failure.t ............ ok
t/die-in-setup.t ............... ok
t/die_before_plan.t ............ ok
t/expected_tests.t ............. ok
t/fail1.t ...................... ok
# Failed test 'fail2'
# at t/fail2.t line 38.
# STDOUT is:
# not ok 1 - undef isa 'Object'
# not ok 2 - cannot create Objects
#
# not:
# not ok 1 - The thing isa Object
# not ok 2 - cannot create Objects
#
# as expected
# STDERR is:
# # Failed test 'undef isa 'Object''
# # at t/fail2.t line 18.
# # (in Object::Test->_test_new)
# # undef isn't defined
# # Failed test 'cannot create Objects'
# # at t/fail2.t line 18.
# # (in Object::Test->_test_new)
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/fail2\.t line 18.*\n?/
# # (in Object::Test->_test_new)
# (?^:#\s+The thing isn't defined\n)
# /#\s+Failed\ test.*?\n?.*?at\ t\/fail2\.t line 18.*\n?/
# # (in Object::Test->_test_new)
#
# as expected
t/fail2.t ......................
Failed 1/2 subtests
t/fail3.t ...................... ok
t/filter.t ..................... ok
t/filter_bad_filter.t .......... ok
t/filter_fixtures.t ............ ok
t/filter_fixtures_only.t ....... ok
t/filter_multiple.t ............ ok
t/header.t ..................... ok
t/late_header.t ................ ok
t/methodinfo.t ................. ok
t/named_test.t ................. ok
t/num_method_tests.t ........... ok
t/num_tests.t .................. ok
t/override.t ................... ok
t/rt15870.t .................... ok
t/rt17264.t .................... ok
t/run_all_tests.t .............. ok
t/runtests.t ................... ok
# Failed test 'early die handled'
# at t/runtests_die.t line 34.
# STDOUT is:
# not ok 1 - undef isa 'Object'
# not ok 2 - test_object died (could not create object)
#
# not:
# not ok 1 - The thing isa Object
# not ok 2 - test_object died (could not create object)
#
# as expected
# STDERR is:
# # Failed test 'undef isa 'Object''
# # at t/runtests_die.t line 15.
# # (in Foo->test_object)
# # undef isn't defined
# # Failed test 'test_object died (could not create object)'
# # at t/runtests_die.t line 33.
# # (in Foo->test_object)
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/runtests_die\.t line 15.*\n?/
# # (in Foo->test_object)
# # The thing isn't defined
# /#\s+Failed\ test.*?\n?.*?at\ t\/runtests_die\.t line 33.*\n?/
# # (in Foo->test_object)
#
# as expected
t/runtests_die.t ...............
Failed 1/1 subtests
t/runtests_extra.t ............. ok
t/runtests_noplan.t ............ ok
t/runtests_of.t ................ ok
t/runtests_result.t ............ ok
# Failed test 'early return handled (fail)'
# at t/runtests_return.t line 42.
# STDERR is:
# # Failed test '(Bar::darwin_only returned before plan complete)'
# # at /tmp/loop_over_bdir-16133-NUArBz/Test-Class-0.39-thbYxL/blib/lib/Test/Class.pm line 392.
# # (in Bar->darwin_only)
# # Failed test '(Bar::darwin_only returned before plan complete)'
# # at /tmp/loop_over_bdir-16133-NUArBz/Test-Class-0.39-thbYxL/blib/lib/Test/Class.pm line 392.
# # (in Bar->darwin_only)
#
# not:
# (?^s:.*in Bar->darwin_only.*)
#
# as expected
t/runtests_return.t ............
Failed 1/2 subtests
t/runtests_trailing.t .......... ok
t/runtests_with_wrong_class.t .. ok
t/show_plan_in_shutdown.t ...... ok
t/skip1.t ...................... ok
t/skip2.t ...................... ok
t/skip_class_reason.t .......... ok
#
# Bar::Test->the_test
t/skip_empty_classes.t ......... ok
t/spaces.t ..................... ok
t/startup.t .................... ok
t/startup_that_dies.t .......... ok
t/test_classes.t ............... ok
t/test_deep.t .................. ok
t/test_method.t ................ ok
t/test_verbose.t ............... ok
# Test::More: 0.99
t/todo.t ....................... ok
Test Summary Report
-------------------
t/fail2.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 1
t/runtests_die.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/runtests_return.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
Files=54, Tests=184, 7 wallclock secs ( 0.12 usr 0.06 sys + 1.77 cusr 0.23 csys = 2.18 CPU)
Result: FAIL
Failed 3/54 test programs. 3/184 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- -------- --------
Attribute::Handlers 0.77 0.89
MRO::Compat 0.11 0.12
perl 5.006001 5.014004
Storable 2.04 2.45
Test::Builder 0.78 0.99
Test::Builder::Tester 1.02 1.23_002
Test::More 0.78 0.99
Test::Simple 0.78 0.99
build_requires:
Module Need Have
--------------------- -------- --------
IO::File 1.09 1.15
Test::Exception 0.25 0.32
configure_requires:
Module Need Have
--------------------- -------- --------
Module::Build 0.38 0.4007
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LANGUAGE = en_US:en
PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 16134
PERL5_CPAN_IS_RUNNING = 16134
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/perl/v5.14.4/165a/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.00
CPAN::Meta 2.132661
Cwd 3.40
ExtUtils::CBuilder 0.280212
ExtUtils::Command 1.17
ExtUtils::Install 1.56
ExtUtils::MakeMaker 6.79_04
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 2.2210
File::Spec 3.40
JSON 2.59
JSON::PP 2.27200
Module::Build 0.4007
Module::Signature 0.73
Parse::CPAN::Meta 1.4409
Test::Harness 3.29
Test::More 0.99
YAML 0.84
YAML::Syck 1.27
version 0.9904
--
Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
Commit id: 26c5c13a4ece9084f310610bb17fb2f24c72a73e
Platform:
osname=linux, osvers=3.10-3-amd64, archname=x86_64-linux
uname='linux k83 3.10-3-amd64 #1 smp debian 3.10.11-1 (2013-09-10) x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/perl/v5.14.4/165a -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.8.1', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.17'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Oct 10 2013 21:19:40
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="16134"
PERL5_CPAN_IS_RUNNING="16134"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/perl/v5.14.4/165a/lib/site_perl/5.14.4/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.14.4/165a/lib/site_perl/5.14.4
/home/sand/src/perl/repoperls/installed-perls/perl/v5.14.4/165a/lib/5.14.4/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.14.4/165a/lib/5.14.4
.