PATH=/usr/bin:/bin:/Users/fly2200/var/megalib/bin Start 2015-10-01T07:03:55 ActivePerl-2200 CPAN-2.00 Reading '/Users/fly2200/var/cpan/Metadata' Database was generated on Wed, 30 Sep 2015 05:53:39 GMT Running make for J/JW/JWIED/SQL-Statement-0.1021.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/J/JW/JWIED/SQL-Statement-0.1021.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/J/JW/JWIED/CHECKSUMS Checksum for /Users/fly2200/var/cpan/sources/authors/id/J/JW/JWIED/SQL-Statement-0.1021.tar.gz ok SQL-Statement-0.1021/ SQL-Statement-0.1021/sql_yacc.c SQL-Statement-0.1021/t/ SQL-Statement-0.1021/t/10base.t SQL-Statement-0.1021/t/40where.t SQL-Statement-0.1021/t/30features.t SQL-Statement-0.1021/t/70limit.t SQL-Statement-0.1021/t/60hash.t SQL-Statement-0.1021/t/50eval.t SQL-Statement-0.1021/t/20parser.t SQL-Statement-0.1021/sql_yacc.h SQL-Statement-0.1021/lib/ SQL-Statement-0.1021/lib/SQL/ SQL-Statement-0.1021/lib/SQL/Statement.pm SQL-Statement-0.1021/lib/SQL/Statement/ SQL-Statement-0.1021/lib/SQL/Statement/Hash.pm SQL-Statement-0.1021/lib/SQL/Eval.pm SQL-Statement-0.1021/ChangeLog SQL-Statement-0.1021/Makefile.PL SQL-Statement-0.1021/test.pl SQL-Statement-0.1021/README SQL-Statement-0.1021/Statement.xs SQL-Statement-0.1021/doc/ SQL-Statement-0.1021/doc/sql-92.bnf SQL-Statement-0.1021/doc/sql-92.unimplemented SQL-Statement-0.1021/sql_yacc.y SQL-Statement-0.1021/MANIFEST SQL-Statement-0.1021/sql_data.c SQL-Statement-0.1021/ppport.h SQL-Statement-0.1021/MANIFEST.SKIP SQL-Statement-0.1021/sql_data.h SQL-Statement-0.1021/sql_op.c CPAN.pm: Building J/JW/JWIED/SQL-Statement-0.1021.tar.gz >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for SQL::Statement Writing MYMETA.yml and MYMETA.json >>> make cp lib/SQL/Statement.pm blib/lib/SQL/Statement.pm cp lib/SQL/Statement/Hash.pm blib/lib/SQL/Statement/Hash.pm cp lib/SQL/Eval.pm blib/lib/SQL/Eval.pm Running Mkbootstrap for SQL::Statement () chmod 644 "Statement.bs" gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.1021\" -DXS_VERSION=\"0.1021\" "-I/Users/fly2200/ap2200-299195/lib/CORE" sql_yacc.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.1021\" -DXS_VERSION=\"0.1021\" "-I/Users/fly2200/ap2200-299195/lib/CORE" sql_data.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.1021\" -DXS_VERSION=\"0.1021\" "-I/Users/fly2200/ap2200-299195/lib/CORE" sql_op.c "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "/Users/fly2200/var/megalib/ExtUtils/xsubpp" -typemap "/Users/fly2200/ap2200-299195/lib/ExtUtils/typemap" Statement.xs > Statement.xsc && mv Statement.xsc Statement.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-strict-aliasing -pipe -fstack-protector -O3 -DVERSION=\"0.1021\" -DXS_VERSION=\"0.1021\" "-I/Users/fly2200/ap2200-299195/lib/CORE" Statement.c In file included from Statement.xs:7: ./ppport.h:43:38: warning: '/*' within block comment [-Wcomment] perl -x ppport.h *.c *.h *.xs foo/*.c [etc] ^ Statement.xs:396:70: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] croak("Error in stringified array, offset %d: Expected column", i); ~~ ^ %zu Statement.xs:444:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] croak(SQL_Statement_Error(errMsg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. rm -f blib/arch/auto/SQL/Statement/Statement.bundle gcc -mmacosx-version-min=10.9 -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch x86_64 -fstack-protector sql_yacc.o sql_data.o sql_op.o Statement.o -o blib/arch/auto/SQL/Statement/Statement.bundle \ \ chmod 755 blib/arch/auto/SQL/Statement/Statement.bundle "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::Command::MM -e 'cp_nonempty' -- Statement.bs blib/arch/auto/SQL/Statement/Statement.bs 644 Manifying 2 pod documents JWIED/SQL-Statement-0.1021.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 Running Mkbootstrap for SQL::Statement () chmod 644 "Statement.bs" PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10base.t ...... 1..2 ok 1 ok 2 ok t/20parser.t .... 1..43 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok t/30features.t .. 1..33 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 Testing CLIKE feature. ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok t/40where.t ..... 1..24 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok t/50eval.t ...... 1..130 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 Inserting some data. ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 Retrieving the same data, ordered by id. ok 19 ok 20 ok 21 Testing LIKE and CLIKE LIKE '%a%' ok 22 ok 23 ok 24 CLIKE '%a%' ok 25 ok 26 ok 27 LIKE 'a%' ok 28 ok 29 ok 30 CLIKE 'a%' ok 31 ok 32 ok 33 LIKE '%wied%' ok 34 ok 35 ok 36 CLIKE '%wied%' ok 37 ok 38 ok 39 LIKE '%Wied%' ok 40 ok 41 ok 42 CLIKE '%Wied%' ok 43 ok 44 ok 45 Selecting by column names. ok 46 ok 47 ok 48 Selecting names only, ordered by name. ok 49 ok 50 ok 51 Selecting names only, ordered by id, ascending. ok 52 ok 53 ok 54 Selecting names only, ordered by id, descending. ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 Joel's stuff... ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok 101 ok 102 ok 103 IS NULL stuff... ok 104 ok 105 ok 106 ok 107 ok 108 ok 109 ok 110 ok 111 ok 112 ok 113 ok 114 ok 115 ok 116 DISTINCT stuff ... ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok 125 ok 126 ok 127 ok 128 ok 129 ok 130 ok t/60hash.t ...... 1..2 Checking _array2str ok 1 Checking _str2array ok 2 ok t/70limit.t ..... 1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok All tests successful. Files=7, Tests=244, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.09 cusr 0.03 csys = 0.18 CPU) Result: PASS PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-Iblib/lib" "-Iblib/arch" test.pl Testing CREATE/DROP TABLE speed ... 500 tables in 0.0 cpu+sys seconds (16666 per sec) Testing INSERT speed ... 500 rows in 0.0 cpu+sys seconds (24999 per sec) Testing SELECT speed ... 100 single rows out of 500 in 0.2 cpu+sys seconds (454.5 per sec) Testing SELECT speed (multiple rows) ... 100 times 100 rows out of 500 in 0.3 cpu+sys seconds (294.1 per sec) JWIED/SQL-Statement-0.1021.tar.gz make test TEST_VERBOSE=1 -- OK Picked up version from Makefile Picked up distname from Makefile Picked up abstract from Makefile Jochen Wiedmann <jwied@cpan.org> SQL parsing and processing engine >>> (cd /Users/fly2200/var/cpan/build/SQL-Statement-0.1021-mGa1te && tar cvf - SQL-Statement-0.1021.ppd blib) | gzip -c >/Users/fly2200/var/REPO/J/JW/JWIED/SQL-Statement-0.1021.tar.gz SQL-Statement-0.1021.ppd blib/ blib/arch/ blib/arch/auto/ blib/arch/auto/SQL/ blib/arch/auto/SQL/Statement/ blib/arch/auto/SQL/Statement/Statement.bundle blib/lib/ blib/lib/SQL/ blib/lib/SQL/Eval.pm blib/lib/SQL/Statement/ blib/lib/SQL/Statement/Hash.pm blib/lib/SQL/Statement.pm blib/man3/ blib/man3/SQL::Eval.3 blib/man3/SQL::Statement.3 >>> mv /Users/fly2200/var/cpan/build/SQL-Statement-0.1021-mGa1te/SQL-Statement-0.1021.ppd /Users/fly2200/var/REPO/J/JW/JWIED Finished 2015-10-01T07:04:03