Front page | perl.cpan.testers |
Postings from July 2008
FAIL Test-Chimps-0.07 x86_64-linux-gnu-thread-multi 2.6.15.7
From:
bobtfish
Date:
July 4, 2008 10:43
Subject:
FAIL Test-Chimps-0.07 x86_64-linux-gnu-thread-multi 2.6.15.7
This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Zev Benjamin,
This is a computer-generated report for Test-Chimps-0.07
on perl 5.8.8, created by CPAN-Reporter-1.13.
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://cpantest.grango.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
/usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Test::Dependencies,0,Algorithm::TokenBucket,0,HTML::Mason,0,Jifty::DBI::Collection,0,Jifty::DBI::Handle,0,Jifty::DBI::Record,0,Jifty::DBI::Schema,0,Jifty::DBI::SchemaGenerator,0,Test::TAP::HTMLMatrix,0,Test::TAP::Model::Visual,0
Cannot determine perl version info from lib/Test/Chimps.pm
Subroutine AUTOLOAD redefined at (eval 68) line 2.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-dependencies.t t/05-report-basic.t t/10-server-basic.t t/15-lister-basic.t t/boilerplate.t t/pod-coverage.t t/pod.t
t/00-dependencies......Could not determine modules used in 'lib/Test/Chimps/Server.pm' at /home/t0m/local/lib/perl5/Test/Dependencies.pm line 157.
# Looks like your test died before it could output anything.
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
t/05-report-basic......Subroutine AUTOLOAD redefined at (eval 20) line 2.
Can't locate object method "type" via package "is" at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71.
*********************************************************
Calling 'column' within a schema class is an error:
package Test::Chimps::Report::Schema;
column foo => ...; # NOT VALID
Please write this instead:
package Test::Chimps::Report;
use Jifty::DBI::Schema;
use Jifty::DBI::Record schema {
column foo => ...; # VALID
};
Sorry for the inconvenience.
*********************************************************
at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71
# Failed test 'use Test::Chimps::Report;'
# at t/05-report-basic.t line 6.
# Tried to use 'Test::Chimps::Report'.
# Error: Can't locate object method "type" via package "is" at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71.
# Compilation failed in require at (eval 2) line 2.
# BEGIN failed--compilation aborted at (eval 2) line 2.
# Looks like you failed 1 test of 3.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
t/10-server-basic......Can't locate object method "type" via package "is" at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71.
*********************************************************
Calling 'column' within a schema class is an error:
package Test::Chimps::Report::Schema;
column foo => ...; # NOT VALID
Please write this instead:
package Test::Chimps::Report;
use Jifty::DBI::Schema;
use Jifty::DBI::Record schema {
column foo => ...; # VALID
};
Sorry for the inconvenience.
*********************************************************
at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71
# Failed test 'use Test::Chimps::Server;'
# at t/10-server-basic.t line 10.
# Tried to use 'Test::Chimps::Server'.
# Error: Can't locate object method "type" via package "is" at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71.
# Compilation failed in require at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Server.pm line 7.
# BEGIN failed--compilation aborted at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Server.pm line 7.
# Compilation failed in require at (eval 2) line 2.
# BEGIN failed--compilation aborted at (eval 2) line 2.
Can't locate object method "new" via package "Test::Chimps::Server" at t/10-server-basic.t line 13.
# Looks like you planned 3 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests
t/15-lister-basic......Subroutine AUTOLOAD redefined at (eval 20) line 2.
Can't locate object method "type" via package "is" at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71.
*********************************************************
Calling 'column' within a schema class is an error:
package Test::Chimps::Report::Schema;
column foo => ...; # NOT VALID
Please write this instead:
package Test::Chimps::Report;
use Jifty::DBI::Schema;
use Jifty::DBI::Record schema {
column foo => ...; # VALID
};
Sorry for the inconvenience.
*********************************************************
at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71
# Failed test 'use Test::Chimps::Server::Lister;'
# at t/15-lister-basic.t line 6.
# Tried to use 'Test::Chimps::Server::Lister'.
# Error: Can't locate object method "type" via package "is" at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71.
# Compilation failed in require at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Server/Lister.pm line 7.
# BEGIN failed--compilation aborted at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Server/Lister.pm line 7.
# Compilation failed in require at (eval 2) line 2.
# BEGIN failed--compilation aborted at (eval 2) line 2.
Can't locate object method "new" via package "Test::Chimps::Server::Lister" at t/15-lister-basic.t line 9.
# Looks like you planned 3 tests but only ran 1.
# Looks like you failed 1 test of 1 run.
# Looks like your test died just after 1.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests
t/boilerplate..........ok
t/pod-coverage.........Subroutine AUTOLOAD redefined at (eval 14) line 2.
Can't locate object method "type" via package "is" at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71.
*********************************************************
Calling 'column' within a schema class is an error:
package Test::Chimps::Report::Schema;
column foo => ...; # NOT VALID
Please write this instead:
package Test::Chimps::Report;
use Jifty::DBI::Schema;
use Jifty::DBI::Record schema {
column foo => ...; # VALID
};
Sorry for the inconvenience.
*********************************************************
at /home/t0m/.cpan/build/Test-Chimps-0.07-uNcmEJ/blib/lib/Test/Chimps/Report.pm line 71
ok
t/pod..................ok
Test Summary Report
-------------------
t/00-dependencies.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/05-report-basic.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/10-server-basic.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 3 tests but ran 1.
t/15-lister-basic.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 3 tests but ran 1.
Files=7, Tests=23, 3 wallclock secs ( 0.10 usr 0.04 sys + 1.46 cusr 0.60 csys = 2.20 CPU)
Result: FAIL
Failed 4/7 test programs. 3/23 subtests failed.
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------------- ---- ----
Algorithm::TokenBucket 0 0.32
Class::Accessor 0 0.31
DateTime 0 0.41
HTML::Mason 0 1.39
Jifty::DBI::Collection 0 0
Jifty::DBI::Handle 0 0.01
Jifty::DBI::Record 0 0.01
Jifty::DBI::Schema 0 0
Jifty::DBI::SchemaGenerator 0 0.01
Params::Validate 0 0.89
Test::Dependencies 0 0.11
Test::TAP::HTMLMatrix 0 0.09
Test::TAP::Model::Visual 0 0
YAML::Syck 0 1.04
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_GB.UTF-8
LD_LIBRARY_PATH = /home/bobtfish/local/lib::/usr/lib32
PATH = /home/t0m/local/bin:/home/t0m/local/script:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PERL5LIB = /home/t0m/.cpan/build/HTML-Mason-1.39-VKirkd/blib/arch:/home/t0m/.cpan/build/HTML-Mason-1.39-VKirkd/blib/lib:/home/t0m/trunk/lib:/home/t0m/local/share/perl/5.8.8:/home/t0m/local/lib/perl/5.8.8:/home/t0m/local/lib/perl5:/home/t0m/local/lib:/home/t0m/local/lib/perl5/site_perl/5.8.8/:/home/t0m/local/lib/perl5/site_perl/5.8.8/mach:
PERL5_CPANPLUS_IS_RUNNING = 15558
PERL5_CPAN_IS_RUNNING = 15558
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/bin/perl
$UID/$EUID = 1002 / 1002
$GID = 1003 1003 110 106 104 46 30 29 26 25 24 21 20 4
$EGID = 1003 1003 110 106 104 46 30 29 26 25 24 21 20 4
Perl module toolchain versions installed:
Module Have
------------------- ------
CPAN 1.9205
Cwd 3.2701
ExtUtils::CBuilder 0.18
ExtUtils::Command 1.13
ExtUtils::Install 1.45
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808
Module::Signature n/a
Test::Harness 3.10
Test::More 0.80
YAML 0.66
YAML::Syck 1.04
version 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.15.7, archname=x86_64-linux-gnu-thread-multi
uname='linux yellow 2.6.15.7 #1 smp sun sep 23 13:51:52 utc 2007 x86_64 gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.2.3 20071123 (prerelease) (Ubuntu 4.2.2-3ubuntu4)', 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 =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.6.1.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8
gnulibc_version='2.6.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
-
FAIL Test-Chimps-0.07 x86_64-linux-gnu-thread-multi 2.6.15.7
by bobtfish