PATH=/usr/bin:/bin:/Users/fly1800/var/megalib/bin Start 2015-09-14T07:03:19 ActivePerl-1800 CPAN-2.00 Reading '/Users/fly1800/var/cpan/Metadata' Database was generated on Mon, 14 Sep 2015 04:53:22 GMT Running make for C/CP/CPANIC/DBIx-FlexibleBinding-2.0.1.tar.gz Checksum for /data/cpan/authors/id/C/CP/CPANIC/DBIx-FlexibleBinding-2.0.1.tar.gz ok DBIx-FlexibleBinding-2.0.1/ DBIx-FlexibleBinding-2.0.1/Changes DBIx-FlexibleBinding-2.0.1/cpanfile DBIx-FlexibleBinding-2.0.1/lib/ DBIx-FlexibleBinding-2.0.1/LICENSE DBIx-FlexibleBinding-2.0.1/Makefile.PL DBIx-FlexibleBinding-2.0.1/MANIFEST DBIx-FlexibleBinding-2.0.1/mapsolarsystems.json DBIx-FlexibleBinding-2.0.1/META.json DBIx-FlexibleBinding-2.0.1/META.yml DBIx-FlexibleBinding-2.0.1/README DBIx-FlexibleBinding-2.0.1/t/ DBIx-FlexibleBinding-2.0.1/t/00-load.t DBIx-FlexibleBinding-2.0.1/t/01-execute.t DBIx-FlexibleBinding-2.0.1/t/02-iterate.t DBIx-FlexibleBinding-2.0.1/t/03-iterate.t DBIx-FlexibleBinding-2.0.1/t/manifest.t DBIx-FlexibleBinding-2.0.1/t/pod-coverage.t DBIx-FlexibleBinding-2.0.1/t/pod.t DBIx-FlexibleBinding-2.0.1/t/release-pod-coverage.t DBIx-FlexibleBinding-2.0.1/t/release-pod-syntax.t DBIx-FlexibleBinding-2.0.1/lib/DBIx/ DBIx-FlexibleBinding-2.0.1/lib/DBIx/FlexibleBinding.pm CPAN.pm: Building C/CP/CPANIC/DBIx-FlexibleBinding-2.0.1.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-2.0.1.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 2.0.1, Perl 5.018000, /Users/fly1800/ap1800-297214/bin/perl-dynamic # 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] 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-2.0.1-_B5Ip7/blib/lib/DBIx/FlexibleBinding.pm line 1746. 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 # skip mysql tests (no connection to 'dbi:mysql:test;host=127.0.0.1') 1..116 ok DBIx::FlexibleBinding connect('test','',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at /Users/fly1800/var/cpan/build/DBIx-FlexibleBinding-2.0.1-_B5Ip7/blib/lib/DBIx/FlexibleBinding.pm line 1746. t/01-execute.t ............ Dubious, test returned 2 (wstat 512, 0x200) No subtests run 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 Test Summary Report ------------------- t/01-execute.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=9, Tests=118, 116 wallclock secs ( 0.07 usr 0.03 sys + 97.31 cusr 5.95 csys = 103.36 CPU) Result: FAIL Failed 1/9 test programs. 0/118 subtests failed. make: *** [test_dynamic] Error 255 CPANIC/DBIx-FlexibleBinding-2.0.1.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CPANIC/DBIx-FlexibleBinding-2.0.1.tar.gz Finished 2015-09-14T07:05:22