PATH=/usr/bin:/bin:/Users/fly1800/var/megalib/bin Start 2015-09-07T07:07:14 ActivePerl-1800 CPAN-2.00 Reading '/Users/fly1800/var/cpan/Metadata' Database was generated on Mon, 07 Sep 2015 05:29:02 GMT Running make for C/CP/CPANIC/DBIx-FlexibleBinding-1.152491.tar.gz Checksum for /data/cpan/authors/id/C/CP/CPANIC/DBIx-FlexibleBinding-1.152491.tar.gz ok DBIx-FlexibleBinding-1.152491/ DBIx-FlexibleBinding-1.152491/Changes DBIx-FlexibleBinding-1.152491/cpanfile DBIx-FlexibleBinding-1.152491/lib/ DBIx-FlexibleBinding-1.152491/LICENSE DBIx-FlexibleBinding-1.152491/Makefile.PL DBIx-FlexibleBinding-1.152491/MANIFEST DBIx-FlexibleBinding-1.152491/mapsolarsystems.json DBIx-FlexibleBinding-1.152491/META.json DBIx-FlexibleBinding-1.152491/META.yml DBIx-FlexibleBinding-1.152491/README DBIx-FlexibleBinding-1.152491/t/ DBIx-FlexibleBinding-1.152491/t/00-load.t DBIx-FlexibleBinding-1.152491/t/manifest.t DBIx-FlexibleBinding-1.152491/t/pod-coverage.t DBIx-FlexibleBinding-1.152491/t/pod.t DBIx-FlexibleBinding-1.152491/t/release-pod-coverage.t DBIx-FlexibleBinding-1.152491/t/release-pod-syntax.t DBIx-FlexibleBinding-1.152491/lib/DBIx/ DBIx-FlexibleBinding-1.152491/lib/DBIx/FlexibleBinding.pm CPAN.pm: Building C/CP/CPANIC/DBIx-FlexibleBinding-1.152491.tar.gz >>> /Users/fly1800/ap1800-297214/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for DBIx::FlexibleBinding Writing MYMETA.yml and MYMETA.json >>> make cp lib/DBIx/FlexibleBinding.pm blib/lib/DBIx/FlexibleBinding.pm Manifying 1 pod document CPANIC/DBIx-FlexibleBinding-1.152491.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly1800/ap1800-297214/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing DBIx::FlexibleBinding 1.152491, Perl 5.018000, /Users/fly1800/ap1800-297214/bin/perl-dynamic # # 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. # # 1. ["Kisogo","1"] # 2. ["New Caldari","1"] # 3. ["Amarr","1"] # 4. ["Bourynes","1"] # 5. ["Ryddinjorn","1"] # 6. ["Luminaire","1"] # 7. ["Duripant","1"] # 8. ["Yulai","1"] # # # Perform the same checks again, this time using the # :NUMBER placeholder scheme while presenting bind # variables as a simple list. # # # Perform the same checks again, this time using the # :NUMBER placeholder scheme while presenting bind # variables as an anonymous list. # # # Perform the same checks again, this time using the # ?NUMBER placeholder scheme while presenting bind # variables as a simple list. # # # Perform the same checks again, this time using the # ?NUMBER placeholder scheme while presenting bind # variables as an anonymous list. # # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as a simple list. # # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as an anonymous list. # # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as an anonymous hash. # # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as a simple list. # # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as an anonymous list. # # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as an anonymous hash. # # # 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. # # 1. ["Kisogo",1] # 2. ["New Caldari",1] # 3. ["Amarr",1] # 4. ["Bourynes",1] # 5. ["Ryddinjorn",1] # 6. ["Luminaire",1] # 7. ["Duripant",1] # 8. ["Yulai",1] # # # Perform the same checks again, this time using the # :NUMBER placeholder scheme while presenting bind # variables as a simple list. # # # Perform the same checks again, this time using the # :NUMBER placeholder scheme while presenting bind # variables as an anonymous list. # # # Perform the same checks again, this time using the # ?NUMBER placeholder scheme while presenting bind # variables as a simple list. # # # Perform the same checks again, this time using the # ?NUMBER placeholder scheme while presenting bind # variables as an anonymous list. # # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as a simple list. # # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as an anonymous list. # # # Perform the same checks again, this time using the # :NAME placeholder scheme while presenting bind # variables as an anonymous hash. # # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as a simple list. # # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as an anonymous list. # # # Perform the same checks again, this time using the # @NAME placeholder scheme while presenting bind # variables as an anonymous hash. # DBIx::FlexibleBinding connect('test;host=127.0.0.1','',...) failed: Can't connect to MySQL server on '127.0.0.1' (61) at /Users/fly1800/var/cpan/build/DBIx-FlexibleBinding-1.152491-fimxui/blib/lib/DBIx/FlexibleBinding.pm line 1185. 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 => {}}) ok 31 - processrow_arrayref (dbh) ok 32 - processrow_hashref (dbh) ok 33 - processall_arrayref (dbh) ok 34 - processall_hashref (dbh) ok 35 - callback ok 36 - result ok 37 - callback ok 38 - result ok 39 - callback ok 40 - result ok 41 - callback ok 42 - result ok 43 - callback ok 44 - result ok 45 - callback ok 46 - result ok 47 - callback ok 48 - result ok 49 - callback ok 50 - result ok 51 - callback ok 52 - result ok 53 - callback ok 54 - result 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 => {}}) ok 88 - processrow_arrayref (dbh) ok 89 - processrow_hashref (dbh) ok 90 - processall_arrayref (dbh) ok 91 - processall_hashref (dbh) ok 92 - callback ok 93 - result ok 94 - callback ok 95 - result ok 96 - callback ok 97 - result ok 98 - callback ok 99 - result ok 100 - callback ok 101 - result ok 102 - callback ok 103 - result ok 104 - callback ok 105 - result ok 106 - callback ok 107 - result ok 108 - callback ok 109 - result ok 110 - callback ok 111 - result ok 112 - callback ok 113 - result ok 114 - statement proxy assignment ok 115 - statement proxy execution ok 116 # skip mysql tests (no connection to 'dbi:mysql:test;host=127.0.0.1') 1..116 ok 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 t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=6, Tests=116, 107 wallclock secs ( 0.07 usr 0.02 sys + 89.15 cusr 5.69 csys = 94.93 CPU) Result: PASS CPANIC/DBIx-FlexibleBinding-1.152491.tar.gz make test TEST_VERBOSE=1 -- OK Iain Campbell <cpanic@cpan.org> Flexible parameter binding and record fetching >>> (cd /Users/fly1800/var/cpan/build/DBIx-FlexibleBinding-1.152491-fimxui && tar cvf - DBIx-FlexibleBinding-1.152491.ppd blib) | gzip -c >/Users/fly1800/var/REPO/C/CP/CPANIC/DBIx-FlexibleBinding-1.152491.tar.gz DBIx-FlexibleBinding-1.152491.ppd blib/ blib/lib/ blib/lib/DBIx/ blib/lib/DBIx/FlexibleBinding.pm blib/man3/ blib/man3/DBIx::FlexibleBinding.3 >>> mv /Users/fly1800/var/cpan/build/DBIx-FlexibleBinding-1.152491-fimxui/DBIx-FlexibleBinding-1.152491.ppd /Users/fly1800/var/REPO/C/CP/CPANIC Finished 2015-09-07T07:09:06