Front page | perl.cpan.testers |
Postings from July 2008
FAIL CGI-Session-4.10 i386-freebsd 6.1-release
Thread Previous
From:
srezic
Date:
July 1, 2008 01:38
Subject:
FAIL CGI-Session-4.10 i386-freebsd 6.1-release
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/
--
Dear Sherzod Ruzmetov,
This is a computer-generated report for CGI-Session-4.10
on perl 5.10.0, created by CPAN-Reporter-1.15.
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':
PERL_DL_NONLAZY=1 /usr/local/bin/perl5.10.0 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/api3_db_file....................
# Failed test at t/api3_db_file.t line 46.
Can't call method "id" on an undefined value at t/api3_db_file.t line 48 (#1)
(F) You used the syntax of a method call, but the slot filled by the
object reference or package name contains an undefined value. Something
like this will reproduce the error:
$BADREF = undef;
process $BADREF 1,2,3;
$BADREF->process(1,2,3);
Uncaught exception from user code:
Can't call method "id" on an undefined value at t/api3_db_file.t line 48.
at t/api3_db_file.t line 48
# Looks like you planned 14 tests but only ran 10.
# Looks like you failed 1 test of 10 run.
# Looks like your test died just after 10.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/14 subtests
t/api3_db_file_freezethaw.........skipped: FreezeThaw not available
t/api3_db_file_storable...........
# Failed test at t/api3_db_file_storable.t line 47.
Can't call method "id" on an undefined value at t/api3_db_file_storable.t line
48 (#1)
(F) You used the syntax of a method call, but the slot filled by the
object reference or package name contains an undefined value. Something
like this will reproduce the error:
$BADREF = undef;
process $BADREF 1,2,3;
$BADREF->process(1,2,3);
Uncaught exception from user code:
Can't call method "id" on an undefined value at t/api3_db_file_storable.t line 48.
at t/api3_db_file_storable.t line 48
# Looks like you planned 14 tests but only ran 10.
# Looks like you failed 1 test of 10 run.
# Looks like your test died just after 10.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/14 subtests
t/api3_db_file_storable_incr......
# Failed test at t/api3_db_file_storable_incr.t line 51.
Can't call method "id" on an undefined value at t/api3_db_file_storable_incr.t
line 52 (#1)
(F) You used the syntax of a method call, but the slot filled by the
object reference or package name contains an undefined value. Something
like this will reproduce the error:
$BADREF = undef;
process $BADREF 1,2,3;
$BADREF->process(1,2,3);
Uncaught exception from user code:
Can't call method "id" on an undefined value at t/api3_db_file_storable_incr.t line 52.
at t/api3_db_file_storable_incr.t line 52
# Looks like you planned 15 tests but only ran 11.
# Looks like you failed 1 test of 11 run.
# Looks like your test died just after 11.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/15 subtests
t/api3_file.......................ok
t/api3_file_freezethaw............skipped: FreezeThaw not available
t/api3_file_freezethaw_incr.......skipped: FreezeThaw not available
t/api3_file_storable..............ok
t/api3_file_storable_incr.........ok
t/api3_incr.......................ok
t/api3_obj_store..................ok
t/api3_obj_store_db_file..........Can't call method "id" on an undefined value at t/api3_obj_store_db_file.t line
55 (#1)
(F) You used the syntax of a method call, but the slot filled by the
object reference or package name contains an undefined value. Something
like this will reproduce the error:
$BADREF = undef;
process $BADREF 1,2,3;
$BADREF->process(1,2,3);
Uncaught exception from user code:
Can't call method "id" on an undefined value at t/api3_obj_store_db_file.t line 55.
at t/api3_obj_store_db_file.t line 55
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 4/8 subtests
t/cgi_simple......................skipped: CGI::Simple not installed, so skipping related tests.
t/complex_ds......................ok
t/driver_dbi......................ok
t/expire..........................ok
t/flush...........................ok
t/g4..............................ok
t/g4_dbfile.......................Uncaught exception from user code:
load(): couldn't retrieve data: _tie_db_file(): couldn't tie 't/sessiondata/cgisess.db': Invalid argument at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Test/Default.pm line 198.
at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Test/Default.pm line 198
CGI::Session::Test::Default::run('CGI::Session::Test::Default=HASH(0x81530a0)') called at t/g4_dbfile.t line 21
# Looks like you planned 101 tests but only ran 79.
# Looks like your test died just after 79.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 22/101 subtests
(less 56 skipped subtests: 23 okay)
t/g4_dbfile_freezethaw............skipped: FreezeThaw is NOT available
t/g4_dbfile_json..................# JSON::Syck
Uncaught exception from user code:
new(): failed: load(): couldn't retrieve data: _tie_db_file(): couldn't tie 't/sessiondata/cgisess.db': Invalid argument at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Test/Default.pm line 96.
at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Test/Default.pm line 96
CGI::Session::Test::Default::run('CGI::Session::Test::Default=HASH(0x84555b0)') called at t/g4_dbfile_json.t line 44
# Looks like you planned 101 tests but only ran 6.
# Looks like your test died just after 6.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 95/101 subtests
t/g4_dbfile_storable..............Uncaught exception from user code:
new(): failed: load(): couldn't retrieve data: _tie_db_file(): couldn't tie 't/sessiondata/cgisess.db': Invalid argument at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Test/Default.pm line 96.
at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Test/Default.pm line 96
CGI::Session::Test::Default::run('CGI::Session::Test::Default=HASH(0x84550b0)') called at t/g4_dbfile_storable.t line 23
# Looks like you planned 101 tests but only ran 6.
# Looks like your test died just after 6.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 95/101 subtests
t/g4_dbfile_yaml..................# YAML
Uncaught exception from user code:
new(): failed: load(): couldn't retrieve data: _tie_db_file(): couldn't tie 't/sessiondata/cgisess.db': Invalid argument at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Test/Default.pm line 96.
at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Test/Default.pm line 96
CGI::Session::Test::Default::run('CGI::Session::Test::Default=HASH(0x8455380)') called at t/g4_dbfile_yaml.t line 45
# Looks like you planned 202 tests but only ran 6.
# Looks like your test died just after 6.
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 196/202 subtests
t/g4_freezethaw...................skipped: FreezeThaw is NOT available
t/g4_mysql........................skipped: Couldn't establish connection with the MySQL server: Can't connect to data source '' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at t/g4_mysql.t line 43
t/g4_mysql_freezethaw.............skipped: FreezeThaw is NOT available
t/g4_mysql_storable...............skipped: Couldn't establish connection with the MySQL server: Can't connect to data source '' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at t/g4_mysql_storable.t line 43
t/g4_postgresql...................skipped: DataSource is not known
t/g4_postgresql_freezethaw........skipped: DataSource is not known
t/g4_postgresql_storable..........skipped: DataSource is not known
t/g4_sqlite.......................DBI::db=HASH(0x82244c0)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Driver/DBI.pm line 131.
closing dbh with active statement handles at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Driver/DBI.pm line 131.
ok
t/g4_sqlite_freezethaw............skipped: FreezeThaw is NOT available
t/g4_sqlite_storable..............DBI::db=HASH(0x8482bf0)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Driver/DBI.pm line 131.
closing dbh with active statement handles at /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z/blib/lib/CGI/Session/Driver/DBI.pm line 131.
ok
t/g4_storable.....................ok
t/header..........................ok
t/ip_matches......................ok
t/is_new..........................ok
t/load............................ok
t/parse_dsn.......................ok
t/remote_addr.....................ok
t/str2seconds.....................ok
t/symlink_db_file................. (in cleanup) _tie_db_file(): couldn't tie 't/cgisess_symlink_link.db': Invalid argument at t/symlink_db_file.t line 15.
ok
t/symlink_file....................ok
Test Summary Report
-------------------
t/api3_db_file.t (Wstat: 65280 Tests: 10 Failed: 1)
Failed test: 10
Non-zero exit status: 255
Parse errors: Bad plan. You planned 14 tests but ran 10.
t/api3_db_file_storable.t (Wstat: 65280 Tests: 10 Failed: 1)
Failed test: 10
Non-zero exit status: 255
Parse errors: Bad plan. You planned 14 tests but ran 10.
t/api3_db_file_storable_incr.t (Wstat: 65280 Tests: 11 Failed: 1)
Failed test: 11
Non-zero exit status: 255
Parse errors: Bad plan. You planned 15 tests but ran 11.
t/api3_obj_store_db_file.t (Wstat: 5632 Tests: 5 Failed: 1)
Failed test: 5
Non-zero exit status: 22
Parse errors: Bad plan. You planned 8 tests but ran 5.
t/g4_dbfile.t (Wstat: 65280 Tests: 79 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 101 tests but ran 79.
t/g4_dbfile_json.t (Wstat: 65280 Tests: 6 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 101 tests but ran 6.
t/g4_dbfile_storable.t (Wstat: 65280 Tests: 6 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 101 tests but ran 6.
t/g4_dbfile_yaml.t (Wstat: 65280 Tests: 6 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 202 tests but ran 6.
Files=43, Tests=691, 23 wallclock secs ( 0.16 usr 0.12 sys + 7.34 cusr 1.34 csys = 8.96 CPU)
Result: FAIL
Failed 8/43 test programs. 4/691 subtests failed.
*** Error code 255
Stop in /var/tmp/CPAN-build/CGI-Session-4.10-hdca4Z.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------ ----- --------
Data::Dumper undef 2.121_14
Digest::MD5 undef 2.36_01
Scalar::Util undef 1.19
Test::More undef 0.80
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd6.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/usr/home/e/eserte/work/srezic-misc/scripts
PERL5LIB = /usr/local/src/CPAN/build/CGI-CMS-0.34-ud6aGy/blib/arch:/usr/local/src/CPAN/build/CGI-CMS-0.34-ud6aGy/blib/lib:/usr/local/src/CPAN/build/MD5-2.03-XnLo8A/blib/arch:/usr/local/src/CPAN/build/MD5-2.03-XnLo8A/blib/lib:/usr/local/src/CPAN/build/HTML-Menu-TreeView-1.03-shjsNg/blib/arch:/usr/local/src/CPAN/build/HTML-Menu-TreeView-1.03-shjsNg/blib/lib:/usr/local/src/CPAN/build/Mail-Sendmail-0.79-aDAdMC/blib/arch:/usr/local/src/CPAN/build/Mail-Sendmail-0.79-aDAdMC/blib/lib:/usr/local/src/CPAN/build/CGI-QuickForm-1.93-76Lugc/blib/arch:/usr/local/src/CPAN/build/CGI-QuickForm-1.93-76Lugc/blib/lib:/usr/local/src/CPAN/build/Syntax-Highlight-Engine-Kate-0.04-YyJogf/blib/arch:/usr/local/src/CPAN/build/Syntax-Highlight-Engine-Kate-0.04-YyJogf/blib/lib:/usr/local/src/CPAN/build/B-Debug-1.10-bmdiFb/blib/arch:/usr/local/src/CPAN/build/B-Debug-1.10-bmdiFb/blib/lib:/usr/local/src/CPAN/build/Authen-SASL-2.12-fTREni/blib/arch:/usr/local/src/CPAN/build/Authen-SASL-2.12-fTREni/blib/lib:/usr/local/src/CPAN/build/Digest-HMAC-1.01-BSd_LD/blib/arch:/usr/local/src/CPAN/build/Digest-HMAC-1.01-BSd_LD/blib/lib:/usr/local/src/CPAN/build/Digest-SHA1-2.11-DnlyaM/blib/arch:/usr/local/src/CPAN/build/Digest-SHA1-2.11-DnlyaM/blib/lib:/usr/local/src/CPAN/build/AudioFile-Info-MP3-ID3Lib-1.07-mCdkQp/blib/arch:/usr/local/src/CPAN/build/AudioFile-Info-MP3-ID3Lib-1.07-mCdkQp/blib/lib:/usr/local/src/CPAN/build/AudioFile-Info-1.10-y3CNhF/blib/arch:/usr/local/src/CPAN/build/AudioFile-Info-1.10-y3CNhF/blib/lib:/usr/local/src/CPAN/build/MP3-ID3Lib-0.12-wuniVU/blib/arch:/usr/local/src/CPAN/build/MP3-ID3Lib-0.12-wuniVU/blib/lib:/usr/local/src/CPAN/build/Alien-wxWidgets-0.37-ghw7BL/blib/arch:/usr/local/src/CPAN/build/Alien-wxWidgets-0.37-ghw7BL/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1586
PERL5_CPAN_IS_RUNNING = 1586
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1568,1586
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
SHELL = /usr/local/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/local/bin/perl5.10.0
$UID/$EUID = 1023 / 1023
$GID = 1023 1023 1023
$EGID = 1023 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- ---------
CPAN 1.92_62
Cwd 3.2701
ExtUtils::CBuilder 0.23
ExtUtils::Command 1.14
ExtUtils::Install 1.50
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51_01
ExtUtils::ParseXS 2.19
File::Spec 3.2701
Module::Build 0.2808_01
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 10 subversion 0) configuration:
Platform:
osname=freebsd, osvers=6.1-release, archname=i386-freebsd
uname='freebsd biokovo.herceg.de 6.1-release freebsd 6.1-release #0: sun may 7 04:32:43 utc 2006 root@opus.cse.buffalo.edu:usrobjusrsrcsysgeneric i386 '
config_args='-Dprefix=/usr/perl5.10.0 -Dusemymalloc=n -D cc=ccache cc -Dgccansipedantic -Duse64bit -de -D hintfile=myfreebsd'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='ccache cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O2 -mtune=athlon64 -pipe',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.4 [FreeBSD] 20050518', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='ccache cc', ldflags ='-Wl,-E -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
Thread Previous