PATH=/Users/fly2200/cpanfly-5.22/bin:/Users/fly2200/ap2200-299195/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-05T18:18:19 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Thu, 05 Jan 2017 06:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RJ/RJBS/DBIx-Locker-0.100118.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/R/RJ/RJBS/DBIx-Locker-0.100118.tar.gz ok DBIx-Locker-0.100118 DBIx-Locker-0.100118/README DBIx-Locker-0.100118/Changes DBIx-Locker-0.100118/LICENSE DBIx-Locker-0.100118/dist.ini DBIx-Locker-0.100118/META.yml DBIx-Locker-0.100118/MANIFEST DBIx-Locker-0.100118/t DBIx-Locker-0.100118/t/basic.t DBIx-Locker-0.100118/META.json DBIx-Locker-0.100118/Makefile.PL DBIx-Locker-0.100118/sql DBIx-Locker-0.100118/sql/mssql.sql DBIx-Locker-0.100118/sql/mysql.sql DBIx-Locker-0.100118/sql/sqlite.sql DBIx-Locker-0.100118/lib/DBIx DBIx-Locker-0.100118/lib/DBIx/Locker.pm DBIx-Locker-0.100118/bin DBIx-Locker-0.100118/bin/dbix_locker_purge DBIx-Locker-0.100118/t/00-report-prereqs.t DBIx-Locker-0.100118/xt/author DBIx-Locker-0.100118/xt/author/pod-syntax.t DBIx-Locker-0.100118/t/00-report-prereqs.dd DBIx-Locker-0.100118/lib/DBIx/Locker DBIx-Locker-0.100118/lib/DBIx/Locker/Lock.pm DBIx-Locker-0.100118/xt/release DBIx-Locker-0.100118/xt/release/changes_has_content.t Configuring R/RJ/RJBS/DBIx-Locker-0.100118.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for DBIx::Locker Writing MYMETA.yml and MYMETA.json RJBS/DBIx-Locker-0.100118.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for R/RJ/RJBS/DBIx-Locker-0.100118.tar.gz >>> make cp lib/DBIx/Locker.pm blib/lib/DBIx/Locker.pm cp lib/DBIx/Locker/Lock.pm blib/lib/DBIx/Locker/Lock.pm cp bin/dbix_locker_purge blib/script/dbix_locker_purge "/Users/fly2200/ap2200-299195/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbix_locker_purge Manifying 1 pod document Manifying 2 pod documents RJBS/DBIx-Locker-0.100118.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 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 # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.04 # File::Spec any 3.62 # Test::More 0.96 1.001014 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # ------------------------- ---- ------ # Carp any 1.38 # DBD::SQLite any 1.54 # DBI any 1.636 # Data::GUID any 0.048 # Getopt::Long::Descriptive any 0.099 # JSON 2 2.90 # Log::Dispatchouli any 2.015 # Sub::Install any 0.928 # Sys::Hostname any 1.2001 # strict any 1.09 # warnings any 1.32 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/basic.t .............. 1..17 ok 1 - An object of class 'DBIx::Locker' isa 'DBIx::Locker' ok 2 - 'obtained lock' isa 'DBIx::Locker::Lock' ok 3 - lockstring set ok 4 - we got a numeric lock id ok 5 - expiry is an integer ok 6 - expiry is in the future ok 7 - can't lock already-locked resources ok 8 - lock is active ok 9 - lock is not active ok 10 - unlock twice works ok 11 - 'newly obtained lock' isa 'DBIx::Locker::Lock' ok 12 - new lock guid is not the old lock guid ok 13 - 'third lock' isa 'DBIx::Locker::Lock' ok 14 - two locks, two distinct id values ok 15 - lock expiry updated correctly in object ok 16 - lock expiry updated correctly in DB ok 17 - underlying DB exception included ok All tests successful. Files=2, Tests=18, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.18 cusr 0.03 csys = 0.24 CPU) Result: PASS RJBS/DBIx-Locker-0.100118.tar.gz make test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> locks for db resources that might not be totally insane >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/DBIx-Locker-0.100118-O5BBAA && tar cvf - DBIx-Locker-0.100118.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/R/RJ/RJBS/DBIx-Locker-0.100118.tar.gz DBIx-Locker-0.100118.ppd blib/ blib/lib/ blib/lib/DBIx/ blib/lib/DBIx/Locker/ blib/lib/DBIx/Locker/Lock.pm blib/lib/DBIx/Locker.pm blib/man1/ blib/man1/dbix_locker_purge.1 blib/man3/ blib/man3/DBIx::Locker.3 blib/man3/DBIx::Locker::Lock.3 blib/script/ blib/script/dbix_locker_purge Finished 2017-01-05T18:18:26