PATH=/usr/bin:/bin:/data/fly2200/var/megalib/bin Start 2015-09-28T06:05:45 ActivePerl-2200 CPAN-2.00 Reading '/data/fly2200/var/cpan/Metadata' Database was generated on Mon, 28 Sep 2015 05:53:28 GMT Running make for C/CP/CPANIC/DBIx-FlexibleBinding-2.0.2.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/C/CP/CPANIC/DBIx-FlexibleBinding-2.0.2.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/C/CP/CPANIC/CHECKSUMS Checksum for /data/fly2200/var/cpan/sources/authors/id/C/CP/CPANIC/DBIx-FlexibleBinding-2.0.2.tar.gz ok DBIx-FlexibleBinding-2.0.2/ DBIx-FlexibleBinding-2.0.2/Changes DBIx-FlexibleBinding-2.0.2/cpanfile DBIx-FlexibleBinding-2.0.2/lib/ DBIx-FlexibleBinding-2.0.2/LICENSE DBIx-FlexibleBinding-2.0.2/Makefile.PL DBIx-FlexibleBinding-2.0.2/MANIFEST DBIx-FlexibleBinding-2.0.2/mapsolarsystems.json DBIx-FlexibleBinding-2.0.2/META.json DBIx-FlexibleBinding-2.0.2/META.yml DBIx-FlexibleBinding-2.0.2/README DBIx-FlexibleBinding-2.0.2/t/ DBIx-FlexibleBinding-2.0.2/t/00-load.t DBIx-FlexibleBinding-2.0.2/t/01-execute.t DBIx-FlexibleBinding-2.0.2/t/02-iterate.t DBIx-FlexibleBinding-2.0.2/t/03-iterate.t DBIx-FlexibleBinding-2.0.2/t/manifest.t DBIx-FlexibleBinding-2.0.2/t/pod-coverage.t DBIx-FlexibleBinding-2.0.2/t/pod.t DBIx-FlexibleBinding-2.0.2/t/release-pod-coverage.t DBIx-FlexibleBinding-2.0.2/t/release-pod-syntax.t DBIx-FlexibleBinding-2.0.2/lib/DBIx/ DBIx-FlexibleBinding-2.0.2/lib/DBIx/FlexibleBinding.pm CPAN.pm: Building C/CP/CPANIC/DBIx-FlexibleBinding-2.0.2.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static 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-2.0.2.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing DBIx::FlexibleBinding 2.0.2, Perl 5.022000, /data/fly2200/ap2200-299134/bin/perl-static # 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"] # 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] # 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"] 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, getrow_arrayref (sth) ok 23 - prepare, execute, getrow_hashref (sth) ok 24 - prepare, execute, getrows_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 - getrow_arrayref (dbh) ok 32 - getrow_hashref (dbh) ok 33 - getrows_arrayref (dbh) ok 34 - getrows_hashref (dbh) ok 35 - callback ok 36 - getrows_arrayref ok 37 - callback ok 38 - getrows_arrayref ok 39 - callback ok 40 - getrows_arrayref ok 41 - callback ok 42 - getrows_arrayref ok 43 - callback ok 44 - getrows_arrayref ok 45 - callback ok 46 - getrows_arrayref ok 47 - callback ok 48 - getrows_arrayref ok 49 - callback ok 50 - getrows_arrayref ok 51 - callback ok 52 - getrows_arrayref ok 53 - callback ok 54 - result ok 55 - callback ok 56 - getrows_arrayref ok 57 - statement handle proxy assignment ok 58 - statement handle 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, getrow_arrayref (sth) ok 80 - prepare, execute, getrow_hashref (sth) ok 81 - prepare, execute, getrows_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 - getrow_arrayref (dbh) ok 89 - getrow_hashref (dbh) ok 90 - getrows_arrayref (dbh) ok 91 - getrows_hashref (dbh) ok 92 - callback ok 93 - getrows_arrayref ok 94 - callback ok 95 - getrows_arrayref ok 96 - callback ok 97 - getrows_arrayref ok 98 - callback ok 99 - getrows_arrayref ok 100 - callback ok 101 - getrows_arrayref ok 102 - callback ok 103 - getrows_arrayref ok 104 - callback ok 105 - getrows_arrayref ok 106 - callback ok 107 - getrows_arrayref ok 108 - callback ok 109 - getrows_arrayref ok 110 - callback ok 111 - result ok 112 - callback ok 113 - getrows_arrayref ok 114 - statement handle proxy assignment ok 115 - statement handle proxy execution ok 116 - Testing DBD::mysql (dbi:mysql:test;host=127.0.0.1) ok 117 - drop ok 118 - create ok 119 - insert ? ( VALUES ) ok 120 - insert ? [ VALUES ] ok 121 - insert :NUMBER ( VALUES ) ok 122 - insert :NUMBER [ VALUES ] ok 123 - insert ?NUMBER ( VALUES ) ok 124 - insert ?NUMBER [ VALUES ] ok 125 - insert :NAME ( KEY-VALUE PAIRS ) ok 126 - insert :NAME [ KEY-VALUE PAIRS ] ok 127 - insert :NAME { KEY-VALUE PAIRS } ok 128 - insert @NAME ( KEY-VALUE PAIRS ) ok 129 - insert @NAME [ KEY-VALUE PAIRS ] ok 130 - insert @NAME { KEY-VALUE PAIRS } ok 131 - prepare, execute, fetchrow_array ok 132 - prepare, execute, fetchrow_arrayref ok 133 - prepare, execute, fetchrow_hashref ok 134 - prepare, execute, fetchall_arrayref ok 135 - prepare, execute, fetchall_arrayref({}) ok 136 - prepare, execute, getrow_arrayref (sth) ok 137 - prepare, execute, getrow_hashref (sth) ok 138 - prepare, execute, getrows_arrayref (sth) ok 139 - prepare, execute, fetchall_hashref (sth) ok 140 - selectrow_array ok 141 - selectrow_arrayref ok 142 - selectrow_hashref ok 143 - selectall_arrayref ok 144 - selectall_arrayref({Slice => {}}) ok 145 - getrow_arrayref (dbh) ok 146 - getrow_hashref (dbh) ok 147 - getrows_arrayref (dbh) ok 148 - getrows_hashref (dbh) ok 149 - callback ok 150 - getrows_arrayref ok 151 - callback ok 152 - getrows_arrayref ok 153 - callback ok 154 - getrows_arrayref ok 155 - callback ok 156 - getrows_arrayref ok 157 - callback ok 158 - getrows_arrayref ok 159 - callback ok 160 - getrows_arrayref ok 161 - callback ok 162 - getrows_arrayref ok 163 - callback ok 164 - getrows_arrayref ok 165 - callback ok 166 - getrows_arrayref ok 167 - callback ok 168 - result ok 169 - callback ok 170 - getrows_arrayref ok 171 - statement handle proxy assignment ok 172 - statement handle proxy execution 1..172 ok t/01-execute.t ............ ok 1 - execute 1..1 ok t/02-iterate.t ............ ok 1 - iterate 1..1 ok t/03-iterate.t ............ ok 1 - iterate 1..1 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=9, Tests=175, 246 wallclock secs ( 0.12 usr 0.00 sys + 101.80 cusr 6.75 csys = 108.67 CPU) Result: PASS CPANIC/DBIx-FlexibleBinding-2.0.2.tar.gz make test TEST_VERBOSE=1 -- OK Iain Campbell <cpanic@cpan.org> Greater flexibility on statement placeholder choice and data binding >>> (cd /data/fly2200/var/cpan/build/DBIx-FlexibleBinding-2.0.2-6KruRn && tar cvf - DBIx-FlexibleBinding-2.0.2.ppd blib) | gzip -c >/data/fly2200/var/REPO/C/CP/CPANIC/DBIx-FlexibleBinding-2.0.2.tar.gz DBIx-FlexibleBinding-2.0.2.ppd blib/ blib/man3/ blib/man3/DBIx::FlexibleBinding.3 blib/lib/ blib/lib/DBIx/ blib/lib/DBIx/FlexibleBinding.pm >>> mv /data/fly2200/var/cpan/build/DBIx-FlexibleBinding-2.0.2-6KruRn/DBIx-FlexibleBinding-2.0.2.ppd /data/fly2200/var/REPO/C/CP/CPANIC VmSize: 322400 kB Finished 2015-09-28T06:10:01