PATH=C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\mysql-5.5.45-x64\bin;C:\mysql-5.5.45-x64\bin Start 2015-09-03T06:01:07 ActivePerl-2200 CPAN-2.00 PATH=C:/CPANFL~2.22-/var/libs/bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~2.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~2.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\ Reading 'C:\cpanfly-5.22-64\var\cpan\Metadata' Database was generated on Thu, 03 Sep 2015 05:17:03 GMT Running make for C/CP/CPANIC/DBIx-FlexibleBinding-0.001006.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/C/CP/CPANIC/DBIx-FlexibleBinding-0.001006.tar.gz Checksum for C:\cpanfly-5.22-64\var\cpan\sources\authors\id\C\CP\CPANIC\DBIx-FlexibleBinding-0.001006.tar.gz ok DBIx-FlexibleBinding-0.001006/ DBIx-FlexibleBinding-0.001006/Changes DBIx-FlexibleBinding-0.001006/lib/ DBIx-FlexibleBinding-0.001006/Makefile.PL DBIx-FlexibleBinding-0.001006/MANIFEST DBIx-FlexibleBinding-0.001006/mapsolarsystems.json DBIx-FlexibleBinding-0.001006/META.json DBIx-FlexibleBinding-0.001006/META.yml DBIx-FlexibleBinding-0.001006/README DBIx-FlexibleBinding-0.001006/t/ DBIx-FlexibleBinding-0.001006/t/00-load.t DBIx-FlexibleBinding-0.001006/t/manifest.t DBIx-FlexibleBinding-0.001006/t/pod-coverage.t DBIx-FlexibleBinding-0.001006/t/pod.t DBIx-FlexibleBinding-0.001006/lib/DBIx/ DBIx-FlexibleBinding-0.001006/lib/DBIx/FlexibleBinding.pm CPAN.pm: Building C/CP/CPANIC/DBIx-FlexibleBinding-0.001006.tar.gz >>> C:\Perl-5.22-64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for DBIx::FlexibleBinding Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/DBIx/FlexibleBinding.pm blib\lib\DBIx\FlexibleBinding.pm CPANIC/DBIx-FlexibleBinding-0.001006.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.22-64\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing DBIx::FlexibleBinding 0.001006, Perl 5.022000, C:\Perl-5.22-64\bin\perl.exe # Failed test 'processrow_arrayref (dbh)' # at t/00-load.t line 413. # got: 'ARRAY(0x5739850)' # expected: '7929' # Failed test 'processrow_hashref (dbh)' # at t/00-load.t line 418. # got: 'HASH(0x572ec38)' # expected: '7929' # Failed test 'processall_arrayref (dbh)' # at t/00-load.t line 423. # Structures begin differing at: # $got->[0] = ARRAY(0x573b2e0) # $expected->[0] = '7929' # Failed test 'processall_hashref (dbh)' # at t/00-load.t line 428. # Structures begin differing at: # $got->[0] = HASH(0x5725998) # $expected->[0] = '7929' # # Using positional placeholders, fetch the names and # security ratings of regional systems whose security # rating is 1.0 or more. We're expecting 8 tuples in # the result set. # # # Failed test 'callback' # at t/00-load.t line 467. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NUMBER placeholder scheme while presenting bind # variables as a simple list. # # Failed test 'callback' # at t/00-load.t line 485. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NUMBER placeholder scheme while presenting bind # variables as an anonymous list. # # Failed test 'callback' # at t/00-load.t line 503. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # ?NUMBER placeholder scheme while presenting bind # variables as a simple list. # # Failed test 'callback' # at t/00-load.t line 521. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # ?NUMBER placeholder scheme while presenting bind # variables as an anonymous list. # # Failed test 'callback' # at t/00-load.t line 539. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as a simple list. # # Failed test 'callback' # at t/00-load.t line 560. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as an anonymous list. # # Failed test 'callback' # at t/00-load.t line 578. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as an anonymous hash. # # Failed test 'callback' # at t/00-load.t line 596. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as a simple list. # # Failed test 'callback' # at t/00-load.t line 617. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as an anonymous list. # # Failed test 'callback' # at t/00-load.t line 635. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as an anonymous hash. # # Failed test 'callback' # at t/00-load.t line 653. # got: '0' # expected: '8' # Failed test 'processrow_arrayref (dbh)' # at t/00-load.t line 413. # got: 'ARRAY(0x57f4940)' # expected: '7929' # Failed test 'processrow_hashref (dbh)' # at t/00-load.t line 418. # got: 'HASH(0x57f3558)' # expected: '7929' # Failed test 'processall_arrayref (dbh)' # at t/00-load.t line 423. # Structures begin differing at: # $got->[0] = ARRAY(0x57f5d48) # $expected->[0] = '7929' # Failed test 'processall_hashref (dbh)' # at t/00-load.t line 428. # Structures begin differing at: # $got->[0] = HASH(0x57efd48) # $expected->[0] = '7929' # # Using positional placeholders, fetch the names and # security ratings of regional systems whose security # rating is 1.0 or more. We're expecting 8 tuples in # the result set. # # # Failed test 'callback' # at t/00-load.t line 467. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NUMBER placeholder scheme while presenting bind # variables as a simple list. # # Failed test 'callback' # at t/00-load.t line 485. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NUMBER placeholder scheme while presenting bind # variables as an anonymous list. # # Failed test 'callback' # at t/00-load.t line 503. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # ?NUMBER placeholder scheme while presenting bind # variables as a simple list. # # Failed test 'callback' # at t/00-load.t line 521. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # ?NUMBER placeholder scheme while presenting bind # variables as an anonymous list. # # Failed test 'callback' # at t/00-load.t line 539. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as a simple list. # # Failed test 'callback' # at t/00-load.t line 560. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as an anonymous list. # # Failed test 'callback' # at t/00-load.t line 578. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as an anonymous hash. # # Failed test 'callback' # at t/00-load.t line 596. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as a simple list. # # Failed test 'callback' # at t/00-load.t line 617. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as an anonymous list. # # Failed test 'callback' # at t/00-load.t line 635. # got: '0' # expected: '8' # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as an anonymous hash. # # Failed test 'callback' # at t/00-load.t line 653. # got: '0' # expected: '8' # Looks like you failed 30 tests of 115. t/00-load.t ....... ok 1 - use DBIx::FlexibleBinding; ok 2 - Testing DBD::CSV (dbi:CSV:) ok 3 - drop ok 4 - create ok 5 - insert ? ( VALUES ) ok 6 - insert ? [ VALUES ] ok 7 - insert :NUMBER ( VALUES ) ok 8 - insert :NUMBER [ VALUES ] ok 9 - insert ?NUMBER ( VALUES ) ok 10 - insert ?NUMBER [ VALUES ] ok 11 - insert :NAME ( KEY-VALUE PAIRS ) ok 12 - insert :NAME [ KEY-VALUE PAIRS ] ok 13 - insert :NAME { KEY-VALUE PAIRS } ok 14 - insert @NAME ( KEY-VALUE PAIRS ) ok 15 - insert @NAME [ KEY-VALUE PAIRS ] ok 16 - insert @NAME { KEY-VALUE PAIRS } ok 17 - prepare, execute, fetchrow_array ok 18 - prepare, execute, fetchrow_arrayref ok 19 - prepare, execute, fetchrow_hashref ok 20 - prepare, execute, fetchall_arrayref ok 21 - prepare, execute, fetchall_arrayref({}) ok 22 - prepare, execute, processrow_arrayref (sth) ok 23 - prepare, execute, processrow_hashref (sth) ok 24 - prepare, execute, processall_arrayref (sth) ok 25 - prepare, execute, fetchall_hashref (sth) ok 26 - selectrow_array ok 27 - selectrow_arrayref ok 28 - selectrow_hashref ok 29 - selectall_arrayref ok 30 - selectall_arrayref({Slice => {}}) not ok 31 - processrow_arrayref (dbh) not ok 32 - processrow_hashref (dbh) not ok 33 - processall_arrayref (dbh) not ok 34 - processall_hashref (dbh) not ok 35 - callback ok 36 - result not ok 37 - callback ok 38 - result not ok 39 - callback ok 40 - result not ok 41 - callback ok 42 - result not ok 43 - callback ok 44 - result not ok 45 - callback ok 46 - result not ok 47 - callback ok 48 - result not ok 49 - callback ok 50 - result not ok 51 - callback ok 52 - result not ok 53 - callback ok 54 - result not ok 55 - callback ok 56 - result ok 57 - statement proxy assignment ok 58 - statement proxy execution ok 59 - Testing DBD::SQLite (dbi:SQLite:test.db) ok 60 - drop ok 61 - create ok 62 - insert ? ( VALUES ) ok 63 - insert ? [ VALUES ] ok 64 - insert :NUMBER ( VALUES ) ok 65 - insert :NUMBER [ VALUES ] ok 66 - insert ?NUMBER ( VALUES ) ok 67 - insert ?NUMBER [ VALUES ] ok 68 - insert :NAME ( KEY-VALUE PAIRS ) ok 69 - insert :NAME [ KEY-VALUE PAIRS ] ok 70 - insert :NAME { KEY-VALUE PAIRS } ok 71 - insert @NAME ( KEY-VALUE PAIRS ) ok 72 - insert @NAME [ KEY-VALUE PAIRS ] ok 73 - insert @NAME { KEY-VALUE PAIRS } ok 74 - prepare, execute, fetchrow_array ok 75 - prepare, execute, fetchrow_arrayref ok 76 - prepare, execute, fetchrow_hashref ok 77 - prepare, execute, fetchall_arrayref ok 78 - prepare, execute, fetchall_arrayref({}) ok 79 - prepare, execute, processrow_arrayref (sth) ok 80 - prepare, execute, processrow_hashref (sth) ok 81 - prepare, execute, processall_arrayref (sth) ok 82 - prepare, execute, fetchall_hashref (sth) ok 83 - selectrow_array ok 84 - selectrow_arrayref ok 85 - selectrow_hashref ok 86 - selectall_arrayref ok 87 - selectall_arrayref({Slice => {}}) not ok 88 - processrow_arrayref (dbh) not ok 89 - processrow_hashref (dbh) not ok 90 - processall_arrayref (dbh) not ok 91 - processall_hashref (dbh) not ok 92 - callback ok 93 - result not ok 94 - callback ok 95 - result not ok 96 - callback ok 97 - result not ok 98 - callback ok 99 - result not ok 100 - callback ok 101 - result not ok 102 - callback ok 103 - result not ok 104 - callback ok 105 - result not ok 106 - callback ok 107 - result not ok 108 - callback ok 109 - result not ok 110 - callback ok 111 - result not ok 112 - callback ok 113 - result ok 114 - statement proxy assignment ok 115 - statement proxy execution 1..115 Dubious, test returned 30 (wstat 7680, 0x1e00) Failed 30/115 subtests t/manifest.t ...... skipped: Author tests not required for installation t/pod-coverage.t .. skipped: Author tests not required for installation t/pod.t ........... skipped: Author tests not required for installation Test Summary Report ------------------- t/00-load.t (Wstat: 7680 Tests: 115 Failed: 30) Failed tests: 31-35, 37, 39, 41, 43, 45, 47, 49, 51, 53 55, 88-92, 94, 96, 98, 100, 102, 104, 106 108, 110, 112 Non-zero exit status: 30 Files=4, Tests=115, 122 wallclock secs ( 0.08 usr + 0.06 sys = 0.14 CPU) Result: FAIL Failed 1/4 test programs. 30/115 subtests failed. dmake: Error code 255, while making 'test_dynamic' CPANIC/DBIx-FlexibleBinding-0.001006.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CPANIC/DBIx-FlexibleBinding-0.001006.tar.gz Finished 2015-09-03T06:03:16