PATH=/usr/bin:/bin:/home/fly1400/var/megalib/bin Start 2015-09-08T00:02:22 ActivePerl-1400 CPAN-2.00 Reading '/home/fly1400/var/cpan/Metadata' Database was generated on Tue, 08 Sep 2015 03:53:22 GMT Running make for C/CP/CPANIC/DBIx-FlexibleBinding-1.152501.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/C/CP/CPANIC/DBIx-FlexibleBinding-1.152501.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/C/CP/CPANIC/CHECKSUMS Checksum for /home/fly1400/var/cpan/sources/authors/id/C/CP/CPANIC/DBIx-FlexibleBinding-1.152501.tar.gz ok DBIx-FlexibleBinding-1.152501/ DBIx-FlexibleBinding-1.152501/Changes DBIx-FlexibleBinding-1.152501/cpanfile DBIx-FlexibleBinding-1.152501/lib/ DBIx-FlexibleBinding-1.152501/LICENSE DBIx-FlexibleBinding-1.152501/Makefile.PL DBIx-FlexibleBinding-1.152501/MANIFEST DBIx-FlexibleBinding-1.152501/mapsolarsystems.json DBIx-FlexibleBinding-1.152501/META.json DBIx-FlexibleBinding-1.152501/META.yml DBIx-FlexibleBinding-1.152501/README DBIx-FlexibleBinding-1.152501/t/ DBIx-FlexibleBinding-1.152501/t/00-load.t DBIx-FlexibleBinding-1.152501/t/manifest.t DBIx-FlexibleBinding-1.152501/t/pod-coverage.t DBIx-FlexibleBinding-1.152501/t/pod.t DBIx-FlexibleBinding-1.152501/t/release-pod-coverage.t DBIx-FlexibleBinding-1.152501/t/release-pod-syntax.t DBIx-FlexibleBinding-1.152501/lib/DBIx/ DBIx-FlexibleBinding-1.152501/lib/DBIx/FlexibleBinding.pm CPAN.pm: Building C/CP/CPANIC/DBIx-FlexibleBinding-1.152501.tar.gz >>> /home/fly1400/ap1400/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-1.152501.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly1400/ap1400/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 1.152501, Perl 5.014000, /home/fly1400/ap1400/bin/perl-static # # 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' (111) at /data/fly1400/cpan/build/DBIx-FlexibleBinding-1.152501-Ik6xMk/blib/lib/DBIx/FlexibleBinding.pm line 1374. 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, getall_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 - getall_arrayref (dbh) ok 34 - getall_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, getrow_arrayref (sth) ok 80 - prepare, execute, getrow_hashref (sth) ok 81 - prepare, execute, getall_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 - getall_arrayref (dbh) ok 91 - getall_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, 102 wallclock secs ( 0.05 usr 0.05 sys + 81.21 cusr 5.52 csys = 86.83 CPU) Result: PASS CPANIC/DBIx-FlexibleBinding-1.152501.tar.gz make test TEST_VERBOSE=1 -- OK Iain Campbell <cpanic@cpan.org> Greater flexibility on statement placeholder choice and data binding >>> (cd /home/fly1400/var/cpan/build/DBIx-FlexibleBinding-1.152501-Ik6xMk && tar cvf - DBIx-FlexibleBinding-1.152501.ppd blib) | gzip -c >/home/fly1400/var/REPO/C/CP/CPANIC/DBIx-FlexibleBinding-1.152501.tar.gz DBIx-FlexibleBinding-1.152501.ppd blib/ blib/lib/ blib/lib/DBIx/ blib/lib/DBIx/FlexibleBinding.pm blib/man3/ blib/man3/DBIx::FlexibleBinding.3 >>> mv /home/fly1400/var/cpan/build/DBIx-FlexibleBinding-1.152501-Ik6xMk/DBIx-FlexibleBinding-1.152501.ppd /home/fly1400/var/REPO/C/CP/CPANIC VmSize: 266460 kB Finished 2015-09-08T00:04:13