DBIx-Class-ResultSet-RecursiveUpdate v0.40 Perl 5 v5.20.1 MSWin32-x86-multi-thread-64int

Status
Pass
From
Alexandr Ciornii (CHORNY)
Dist
DBIx-Class-ResultSet-RecursiveUpdate v0.40
Platform
Perl 5 v5.20.1 MSWin32-x86-multi-thread-64int
Date
2019-10-30 16:32:19
ID
bdac358e-6bfb-1014-a6db-51a157445786
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 Alexander Hartmaier,

This is a computer-generated report for DBIx-Class-ResultSet-RecursiveUpdate-0.40
on perl 5.20.1, created by CPAN-Reporter-1.2014.

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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'C:\STRAWB~1\c\bin\dmake.exe test':

"C:\Strawberry201\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00load.t ..................... ok
testing dbi:SQLite:dbname=t/var/dvdzbr.db
Error removing C:/DOCUME~1/c/LOCALS~1/Temp/wyKSlylXEj at C:/Strawberry201/perl/lib/File/Temp.pm line 762.
t/01_basic.t ................... ok
testing dbi:SQLite:dbname=t/var/dvdzbr.db
# populate cache
# populate cache
# populate cache
# populate cache
t/02_cache.t ................... ok
# * simple create + parent (the stuff $rs belongs_to)
# * same as above but the child and parent have no values, except for an explicit parent pk
# DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::SQLite::st execute failed: UNIQUE constraint failed: link.id [for Statement "INSERT INTO link ( id) VALUES ( ? )"] at t/96multi_create.t line 29
# * Create m2m while originating in the linker table
# * Create over > 1 levels of might_have with multiple has_many and multiple m2m
# but starting at a has_many level
# 
# CD -> has_many -> Tracks -> might have -> Single -> has_many -> Tracks
#                                                \
#                                                 \-> has_many \
#                                                               --> CD2Producer
#                                                 /-> has_many /
#                                                /
#                                           Producer
# * Same as above but starting at the might_have directly
# 
# Track -> might have -> Single -> has_many -> Tracks
#                            \
#                             \-> has_many \
#                                           --> CD2Producer
#                             /-> has_many /
#                            /
#                        Producer
# * Test might_have again but with a PK == FK in the middle (obviously not specified)
# * Test might_have again but with just a PK and FK (neither specified) in the mid-table
# * Test a multilevel might-have with a PK == FK in the might_have/has_many table
# 
# CD -> might have -> Artwork
#                        \
#                         \-> has_many \
#                                       --> Artwork_to_Artist
#                         /-> has_many /
#                        /
#                      Artist
# * Nested find_or_create
# DBIx::Class::ResultSource::_resolve_relationship_condition(): Argument 'foreign_values' must be either an object inheriting from 'DBICTest::Artist', or a hash reference, or undef at t/96multi_create.t line 375
# * Multiple same level has_many create
# DBIx::Class::ResultSource::_resolve_relationship_condition(): Argument 'foreign_values' must be either an object inheriting from 'DBICTest::Artist', or a hash reference, or undef at t/96multi_create.t line 391
# * First create_related pass
# DBIx::Class::ResultSource::_resolve_relationship_condition(): Argument 'foreign_values' must be either an object inheriting from 'DBICTest::Artist', or a hash reference, or undef at t/96multi_create.t line 416
# * second create_related with same arguments
# DBIx::Class::ResultSource::_resolve_relationship_condition(): Argument 'foreign_values' must be either an object inheriting from 'DBICTest::Artist', or a hash reference, or undef at t/96multi_create.t line 455
# * create of parents of a record linker table
# DBIx::Class::ResultSource::_resolve_relationship_condition(): Argument 'foreign_values' must be either an object inheriting from 'DBICTest::Artist', or a hash reference, or undef at t/96multi_create.t line 496
# * Create foreign key col obj including PK (See test 20 in 66relationships.t)
# * Test multi create over many_to_many
# * And the insane multicreate
# DBIx::Class::ResultSource::_resolve_relationship_condition(): Argument 'foreign_values' must be either an object inheriting from 'DBICTest::Artist', or a hash reference, or undef at t/96multi_create.t line 574
Use of uninitialized value in string eq at C:/Strawberry201/perl/lib/Test/More.pm line 1381.
todo_skip() needs to know $how_many tests are in the block at t/96multi_create.t line 810
t/96multi_create.t ............. ok
t/author-pod-coverage.t ........ skipped: these tests are for testing by the author
t/author-pod-syntax.t .......... skipped: these tests are for testing by the author
t/author-portability.t ......... skipped: these tests are for testing by the author
t/author-synopsis.t ............ skipped: these tests are for testing by the author
# Update foreign key with an updated primary key (similar to "Create foreign key col obj including PK" in 96multi_create.t)
# The same as the last test, but on a relationship with accessor "single".
t/belongs_to_including_pks.t ... ok
t/conditional_has_many.t ....... ok
t/pod-coverage.t ............... ok
t/pod.t ........................ ok
t/release-dist-manifest.t ...... skipped: these tests are for release candidate testing
t/release-has-version.t ........ skipped: these tests are for release candidate testing
t/release-unused-vars.t ........ skipped: these tests are for release candidate testing
t/twopk_has_many.t ............. ok
testing dbi:SQLite:dbname=t/var/dvdzbr.db
t/undef_pk.t ................... ok
testing dbi:SQLite:dbname=t/var/dvdzbr.db
t/update_introspectable_m2m.t .. ok
All tests successful.
Files=18, Tests=234, 26 wallclock secs ( 0.17 usr +  0.07 sys =  0.24 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                         Need    Have    
    ------------------------------ ------- --------
    Carp::Clan                     6.04    6.04    
    Data::Dumper::Concise          2.020   2.022   
    DateTime                       0       1.18    
    DBD::SQLite                    1.21    1.42    
    DBIx::Class                    0.08103 0.082820
    DBIx::Class::IntrospectableM2M 0       0.001001
    List::MoreUtils                0.22    0.410   
    SQL::Translator                0.11016 0.11021 
    Try::Tiny                      0.30    0.30    

build_requires:

    Module                         Need    Have    
    ------------------------------ ------- --------
    ExtUtils::MakeMaker            0       7.04    
    Test::DBIC::ExpectedQueries    2.001   2.001   
    Test::More                     0.88    1.001006
    Test::Trap                     v0.2.2  0.3.2   
    Test::Warn                     0.20    0.30    

configure_requires:

    Module                         Need    Have    
    ------------------------------ ------- --------
    ExtUtils::MakeMaker            0       7.04    


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 1
    PATH = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Strawberry201\c\bin;C:\Strawberry201\perl\site\bin;C:\Strawberry201\perl\bin;C:\Git\cmd
    PERL5LIB = C:\STRAWB~1\cpan\build\Test-DBIC-ExpectedQueries-2.001-LxC5XO/blib/arch;C:\STRAWB~1\cpan\build\Test-DBIC-ExpectedQueries-2.001-LxC5XO/blib/lib;C:\STRAWB~1\cpan\build\autobox-Transform-1.034-0xQyFn/blib/arch;C:\STRAWB~1\cpan\build\autobox-Transform-1.034-0xQyFn/blib/lib;C:\STRAWB~1\cpan\build\Sort-Maker-0.06-DWId1y/blib/arch;C:\STRAWB~1\cpan\build\Sort-Maker-0.06-DWId1y/blib/lib;C:\STRAWB~1\cpan\build\Try-Tiny-0.30-9iCeSz/blib/arch;C:\STRAWB~1\cpan\build\Try-Tiny-0.30-9iCeSz/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 976
    PERL5_CPAN_IS_RUNNING = 976
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1740,976
    PERL_CR_SMOKER_CURRENT = DBIx-Class-ResultSet-RecursiveUpdate-0.40
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 16 Model 5 Stepping 3, AuthenticAMD
    TEMP = C:\DOCUME~1\c\LOCALS~1\Temp

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

    $^X = C:\Strawberry201\perl\bin\perl.exe
    $UID/$EUID = 0 / 0
    $GID = 0
    $EGID = 0
    Win32::GetOSName = WinXP/.Net
    Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 1

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.142060
    Cwd                 3.48    
    ExtUtils::CBuilder  0.280219
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.68    
    ExtUtils::MakeMaker 7.04    
    ExtUtils::Manifest  1.66    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.48    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4211  
    Module::Signature   0.78    
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.33    
    Test::More          1.001006
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.9909  


--

Summary of my perl5 (revision 5 version 20 subversion 1) configuration:
   
  Platform:
    osname=MSWin32, osvers=6.3, archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.20.1.1 #1 Mon Sep 15 18:25:23 2014 i386'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -s -O2 -DWIN32  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.8.3', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags ='-s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'
    libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\i686-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\i686-w64-mingw32\4.8.3
    libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    libc=, so=dll, useshrplib=true, libperl=libperl520.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=xs.dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
                        PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE
                        PERL_PRESERVE_IVUV USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF
  Built under MSWin32
  Compiled at Sep 15 2014 18:29:20
  %ENV:
    PERL5LIB="C:\STRAWB~1\cpan\build\Test-DBIC-ExpectedQueries-2.001-LxC5XO/blib/arch;C:\STRAWB~1\cpan\build\Test-DBIC-ExpectedQueries-2.001-LxC5XO/blib/lib;C:\STRAWB~1\cpan\build\autobox-Transform-1.034-0xQyFn/blib/arch;C:\STRAWB~1\cpan\build\autobox-Transform-1.034-0xQyFn/blib/lib;C:\STRAWB~1\cpan\build\Sort-Maker-0.06-DWId1y/blib/arch;C:\STRAWB~1\cpan\build\Sort-Maker-0.06-DWId1y/blib/lib;C:\STRAWB~1\cpan\build\Try-Tiny-0.30-9iCeSz/blib/arch;C:\STRAWB~1\cpan\build\Try-Tiny-0.30-9iCeSz/blib/lib"
    PERL5_CPANPLUS_IS_RUNNING="976"
    PERL5_CPAN_IS_RUNNING="976"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="1740,976"
    PERL_CR_SMOKER_CURRENT="DBIx-Class-ResultSet-RecursiveUpdate-0.40"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:\STRAWB~1\cpan\build\Test-DBIC-ExpectedQueries-2.001-LxC5XO/blib/arch
    C:\STRAWB~1\cpan\build\Test-DBIC-ExpectedQueries-2.001-LxC5XO/blib/lib
    C:\STRAWB~1\cpan\build\autobox-Transform-1.034-0xQyFn/blib/arch
    C:\STRAWB~1\cpan\build\autobox-Transform-1.034-0xQyFn/blib/lib
    C:\STRAWB~1\cpan\build\Sort-Maker-0.06-DWId1y/blib/arch
    C:\STRAWB~1\cpan\build\Sort-Maker-0.06-DWId1y/blib/lib
    C:\STRAWB~1\cpan\build\Try-Tiny-0.30-9iCeSz/blib/arch
    C:\STRAWB~1\cpan\build\Try-Tiny-0.30-9iCeSz/blib/lib
    C:/Strawberry201/perl/site/lib
    C:/Strawberry201/perl/vendor/lib
    C:/Strawberry201/perl/lib
    .