develooper Front page | perl.cpan.testers | Postings from June 2008

PASS DBIx-Class-0.08010 i386-freebsd 4.7-release-p22

From:
jlmartinez
Date:
June 18, 2008 07:16
Subject:
PASS DBIx-Class-0.08010 i386-freebsd 4.7-release-p22
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 Ash Berlin,
    
This is a computer-generated report for DBIx-Class-0.08010
on perl 5.8.4, created by CPAN-Reporter-1.15. 

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

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/local/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Data::Page,2,SQL::Abstract,1.2,SQL::Abstract::Limit,0.101,Class::C3,0.13,Class::C3::Componentised,0,Carp::Clan,0,Module::Find,0,Class::Inspector,0,Class::Accessor::Grouped,0.05002,JSON::Any,1,Scope::Guard,0.03

*** Since we're running under CPANPLUS, I'll just let it take care
    of the dependency's installation later.
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
t/02pod.t....................................ok
t/03podcoverage.t............................skipped: set TEST_POD to enable this test
t/04dont_break_c3.t..........................ok
t/05components.t.............................ok
t/100populate.t..............................ok
t/101populate_rs.t...........................ok
t/18inserterror.t............................ok
t/19quotes.t.................................# Testing against SQLite 3.4.2
ok
t/19quotes_newstyle.t........................# Testing against SQLite 3.4.2
ok
t/20setuperrors.t............................ok
t/26dumper.t.................................skipped: Set $ENV{DATA_DUMPER_TEST} to run this test
t/30dbicplain.t..............................ok
t/31stats.t..................................ok
t/32connect_code_ref.t.......................DBI::db=HASH(0x8ab9f84)->disconnect invalidates 22 active statement handles (either destroy statement handles or call finish on them before disconnecting) at /root/.cpan/build/DBIx-Class-0.08010-59dwf5/blib/lib/DBIx/Class/Storage/DBI.pm line 691.
closing dbh with active statement handles at /root/.cpan/build/DBIx-Class-0.08010-59dwf5/blib/lib/DBIx/Class/Storage/DBI.pm line 691.
ok
t/33storage_reconnect.t......................DBI::db=HASH(0x8ac492c)->disconnect invalidates 22 active statement handles (either destroy statement handles or call finish on them before disconnecting) at t/33storage_reconnect.t line 23.
closing dbh with active statement handles at t/33storage_reconnect.t line 23.
ok
t/34exception_action.t.......................ok
t/35disable_sth_caching.t....................ok
t/36datetime.t...............................skipped: Requires DateTime::Format::MySQL
t/39load_namespaces_1.t......................ok
t/39load_namespaces_2.t......................ok
t/39load_namespaces_3.t......................ok
t/39load_namespaces_4.t......................ok
t/40resultsetmanager.t.......................ok
t/41orrible.t................................ok
t/42toplimit.t...............................ok
t/46where_attribute.t........................ok
t/47bind_attribute.t.........................Use of uninitialized value in subroutine entry at /root/.cpan/build/DBIx-Class-0.08010-59dwf5/blib/lib/DBIx/Class/Storage/DBI.pm line 1003.
ok
t/50fork.t...................................skipped: Set $ENV{DBICTEST_FORK_STRESS} to run this test
t/51threads.t................................skipped: Your perl does not support ithreads
t/52cycle.t..................................skipped: leak test needs Test::Memory::Cycle
t/53delete_related.t.........................ok
t/54taint.t..................................ok
t/55storage_stress.t.........................skipped: Set $ENV{DBICTEST_STORAGE_STRESS} to run this test (it is very resource intensive!)
t/60core.t...................................# DBICTest::Event
ok
t/61findnot.t................................ok
t/63register_class.t.........................ok
t/64db.t.....................................ok
t/65multipk.t................................ok
t/66relationship.t...........................ok
t/67pager.t..................................ok
t/68inflate.t................................skipped: Need DateTime for inflation tests
t/68inflate_has_a.t..........................skipped: Need DateTime for inflation tests
t/68inflate_resultclass_hashrefinflator.t....ok
t/68inflate_serialize.t......................ok
t/69update.t.................................ok
t/70auto.t...................................ok
t/71mysql.t..................................skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run this test
t/72pg.t.....................................skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test (note: creates and drops tables named artist and casecheck!)
t/73oracle.t.................................skipped: Set $ENV{DBICTEST_ORA_DSN}, _USER and _PASS to run this test. Warning: This test drops and creates tables called 'artist', 'cd' and 'track'
t/73oracle_inflate.t.........................skipped: needs DateTime and DateTime::Format::Oracle for testing
t/745db2.t...................................skipped: Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run this test
t/746db2_400.t...............................skipped: Set $ENV{DBICTEST_DB2_400_DSN}, _USER and _PASS to run this test
t/746mssql.t.................................skipped: Set $ENV{DBICTEST_MSSQL_ODBC_DSN}, _USER and _PASS to run this test
t/74mssql.t..................................skipped: Set $ENV{DBICTEST_MSSQL_DSN}, _USER and _PASS to run this test
t/75limit.t..................................ok
t/76joins.t..................................ok
t/77join_count.t.............................ok
t/78self_referencial.t.......................ok
t/79aliasing.t...............................ok
t/80unique.t.................................ok
t/81transactions.t...........................Issuing rollback() for database handle being DESTROY'd without explicit disconnect() at t/81transactions.t line 232.
Issuing rollback() for database handle being DESTROY'd without explicit disconnect() at t/81transactions.t line 264.
ok
t/82cascade_copy.t...........................ok
t/83cache.t..................................ok
t/84serialize.t..............................ok
t/85utf8.t...................................ok
t/86might_have.t.............................ok
t/86sqlt.t...................................skipped: SQL::Translator required
t/87ordered.t................................ok
t/88result_set_column.t......................ok
t/89dbicadmin.t..............................skipped: Install JSON::Any to run this test
t/89inflate_datetime.t.......................skipped: Need DateTime::Format::MySQL for inflation tests
t/90ensure_class_loaded.t....................ok
t/90join_torture.t...........................ok
t/91debug.t..................................ok
t/91merge_attr.t.............................ok
t/92storage.t................................ok
t/92storage_on_connect_do.t..................ok
t/93nobindvars.t.............................skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to run this test
t/93single_accessor_object.t.................ok
t/94pk_mutation.t............................ok
t/94versioning.t.............................skipped: needs DBD::SQLite and SQL::Translator 0.09 for testing
t/95sql_maker_quote.t........................ok
t/96file_column.t............................ok
t/96multi_create.t...........................ok
t/97result_class.t...........................ok
t/bindtype_columns.t.........................skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run this test
t/cdbi-sweet-t/08pager.t.....................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/01-columns.t........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/02-Film.t...........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/03-subclassing.t....................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/04-lazy.t...........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/06-hasa.t...........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/09-has_many.t.......................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/11-triggers.t.......................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/12-filter.t.........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/13-constraint.t.....................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/14-might_have.t.....................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/15-accessor.t.......................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/16-reserved.t.......................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/18-has_a.t..........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/19-set_sql.t........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/21-iterator.t.......................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/22-self_referential.t...............skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/30-pager.t..........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/cdbi-t/98-failure.t........................skipped: Class::Trigger and DBIx::ContextualFetch required
t/resultset_class.t..........................ok
All tests successful.

Test Summary Report
-------------------
t/81transactions.t                       (Wstat: 0 Tests: 67 Failed: 0)
  TODO passed:   55, 59, 61-65
Files=106, Tests=1965, 200 wallclock secs ( 0.99 usr  0.89 sys + 56.36 cusr 23.63 csys = 81.88 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                   Need    Have   
    ------------------------ ------- -------
    Carp::Clan               0       6.00   
    Class::Accessor::Grouped 0.05002 0.08001
    Class::C3                0.13    0.19   
    Class::C3::Componentised 0       1.0003 
    Class::Inspector         0       1.23   
    Data::Page               2       2.00   
    DBD::SQLite              1.13    1.14   
    DBI                      1.4     1.604  
  ! JSON::Any                1       n/a    
    Module::Find             0       0.06   
    Scalar::Util             0       1.19   
    Scope::Guard             0.03    0.03   
    SQL::Abstract            1.2     1.22   
    SQL::Abstract::Limit     0.101   0.12   
    Storable                 0       2.12   
    Test::Builder            0.33    0.80   

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/www/bin:/root/bin
    PERL5LIB = /root/.cpan/build/JSON-2.10-fKmU9f/blib/arch:/root/.cpan/build/JSON-2.10-fKmU9f/blib/lib:/root/.cpan/build/YAML-Syck-1.05-_bSuq4/blib/arch:/root/.cpan/build/YAML-Syck-1.05-_bSuq4/blib/lib:/root/.cpan/build/JSON-DWIW-0.24-clPvdc/blib/arch:/root/.cpan/build/JSON-DWIW-0.24-clPvdc/blib/lib:/root/.cpan/build/Module-Find-0.06-nBs7B2/blib/arch:/root/.cpan/build/Module-Find-0.06-nBs7B2/blib/lib:/root/.cpan/build/Carp-Clan-6.00-pj2oHr/blib/arch:/root/.cpan/build/Carp-Clan-6.00-pj2oHr/blib/lib:/root/.cpan/build/Class-C3-Componentised-1.0003-gz3mlf/blib/arch:/root/.cpan/build/Class-C3-Componentised-1.0003-gz3mlf/blib/lib:/root/.cpan/build/Data-Page-2.00-L57nX2/blib/arch:/root/.cpan/build/Data-Page-2.00-L57nX2/blib/lib:/root/.cpan/build/Scope-Guard-0.03-NS4oiL/blib/arch:/root/.cpan/build/Scope-Guard-0.03-NS4oiL/blib/lib:/root/.cpan/build/SQL-Abstract-Limit-0.12-2wR2ll/blib/arch:/root/.cpan/build/SQL-Abstract-Limit-0.12-2wR2ll/blib/lib:/root/.cpan/build/SQL-Abstract-1.22-IXFONT/blib/arch:/root/.cpan/build/SQL-Abstract-1.22-IXFONT/blib/lib:/root/.cpan/build/Class-Accessor-Grouped-0.08001-YW9TtB/blib/arch:/root/.cpan/build/Class-Accessor-Grouped-0.08001-YW9TtB/blib/lib:/root/.cpan/build/MRO-Compat-0.09-2CaTfE/blib/arch:/root/.cpan/build/MRO-Compat-0.09-2CaTfE/blib/lib:/root/.cpan/build/Class-C3-0.19-_eNBNg/blib/arch:/root/.cpan/build/Class-C3-0.19-_eNBNg/blib/lib:/root/.cpan/build/Algorithm-C3-0.07-yOHRJK/blib/arch:/root/.cpan/build/Algorithm-C3-0.07-yOHRJK/blib/lib:/root/.cpan/build/Class-C3-XS-0.08-RdT3rc/blib/arch:/root/.cpan/build/Class-C3-XS-0.08-RdT3rc/blib/lib:/root/.cpan/build/Class-Inspector-1.23-bihH9H/blib/arch:/root/.cpan/build/Class-Inspector-1.23-bihH9H/blib/lib:/root/.cpan/build/Test-CPAN-Meta-0.11-YW9TrW/blib/arch:/root/.cpan/build/Test-CPAN-Meta-0.11-YW9TrW/blib/lib:/root/.cpan/build/Parse-CPAN-Meta-0.03-KkIynV/blib/arch:/root/.cpan/build/Parse-CPAN-Meta-0.03-KkIynV/blib/lib:/root/.cpan/build/Regexp-Log-Common-0.05-yAQl25/blib/arch:/root/.cpan/build/Regexp-Log-Common-0.05-yAQl25/blib/lib:/root/.cpan/build/Regexp-Log-0.04-6QTWPh/blib/arch:/root/.cpan/build/Regexp-Log-0.04-6QTWPh/blib/lib:/root/.cpan/build/GD-Chart-Radial-0.07-PfwK2C/blib/arch:/root/.cpan/build/GD-Chart-Radial-0.07-PfwK2C/blib/lib:/root/.cpan/build/Mail-File-0.08-djAzW7/blib/arch:/root/.cpan/build/Mail-File-0.08-djAzW7/blib/lib:/root/.cpan/build/Calendar-List-0.21-jxZTna/blib/arch:/root/.cpan/build/Calendar-List-0.21-jxZTna/blib/lib:/root/.cpan/build/Clone-0.28-SDOD1k/blib/arch:/root/.cpan/build/Clone-0.28-SDOD1k/blib/lib:/root/.cpan/build/Tie-IxHash-1.21-sZNFqC/blib/arch:/root/.cpan/build/Tie-IxHash-1.21-sZNFqC/blib/lib:/root/.cpan/build/Test-Simple-0.80-7vm28Q/blib/arch:/root/.cpan/build/Test-Simple-0.80-7vm28Q/blib/lib:/root/.cpan/build/Test-Harness-3.11-z7yyRx/blib/arch:/root/.cpan/build/Test-Harness-3.11-z7yyRx/blib/lib:/root/.cpan/build/Function-Override-0.03-hROB2F/blib/arch:/root/.cpan/build/Function-Override-0.03-hROB2F/blib/lib:/root/.cpan/build/Exporter-Lite-0.02-p7C_Li/blib/arch:/root/.cpan/build/Exporter-Lite-0.02-p7C_Li/blib/lib:/root/.cpan/build/DNA-0.03-ejepzR/blib/arch:/root/.cpan/build/DNA-0.03-ejepzR/blib/lib:/root/.cpan/build/Class-Virtual-0.06-9a1ear/blib/arch:/root/.cpan/build/Class-Virtual-0.06-9a1ear/blib/lib:/root/.cpan/build/Class-Object-0.01-qz53bn/blib/arch:/root/.cpan/build/Class-Object-0.01-qz53bn/blib/lib:/root/.cpan/build/Class-Fields-0.203-iEQ0n6/blib/arch:/root/.cpan/build/Class-Fields-0.203-iEQ0n6/blib/lib:/root/.cpan/build/Carp-Assert-0.20-RvyJXG/blib/arch:/root/.cpan/build/Carp-Assert-0.20-RvyJXG/blib/lib:/root/.cpan/build/Module-Load-0.12-3H5Ysh/blib/arch:/root/.cpan/build/Module-Load-0.12-3H5Ysh/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 4936
    PERL5_CPAN_IS_RUNNING = 4936
    SHELL = /bin/csh
    TERM = xterm

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/local/bin/perl
    $UID/$EUID = 0 / 0
    $GID = 0 31 20 5 4 3 2 0 0
    $EGID = 0 31 20 5 4 3 2 0 0

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9205
    Cwd                 3.2701
    ExtUtils::CBuilder  0.23  
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.45  
    ExtUtils::MakeMaker 6.44  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   n/a   
    File::Spec          3.2701
    Module::Build       0.2808
    Module::Signature   n/a   
    Test::Harness       3.11  
    Test::More          0.80  
    YAML                0.66  
    YAML::Syck          1.05  
    version             0.7501


--

Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
    osname=freebsd, osvers=4.7-release-p22, archname=i386-freebsd
    uname='freebsd thursday.securesites.net 4.7-release-p22 freebsd 4.7-release-p22 #29: tue mar 2 15:58:41 mst 2004 root@fc2:usrsrcsyscompilevkern i386 '
    config_args='-Dd_dosuid=define -Dotherlibdirs=/usr/local/lib/perl5/5.00503:/usr/local/lib/site_perl -Dvendorprefix=/usr/local -Dmyhostname=fc2 -Dmydomain=freebsd.org -des'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef 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='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='2.95.4 20020320 [FreeBSD]', 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='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -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'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About