PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-10-22T11:43:05 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sat, 22 Oct 2016 02:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/T/TM/TMURRAY/Device-GPS-0.714874475569562.tar.gz Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/T/TM/TMURRAY/Device-GPS-0.714874475569562.tar.gz ok Device-GPS-0.714874475569562/ Device-GPS-0.714874475569562/dist.ini Device-GPS-0.714874475569562/README Device-GPS-0.714874475569562/Makefile.PL Device-GPS-0.714874475569562/t/ Device-GPS-0.714874475569562/t/001_load.t Device-GPS-0.714874475569562/t/010_parse_nmea.t Device-GPS-0.714874475569562/t/002_pod.t Device-GPS-0.714874475569562/t/lib/ Device-GPS-0.714874475569562/t/lib/ConnectionMock.pm Device-GPS-0.714874475569562/LICENSE Device-GPS-0.714874475569562/META.json Device-GPS-0.714874475569562/MANIFEST Device-GPS-0.714874475569562/lib/ Device-GPS-0.714874475569562/lib/Device/ Device-GPS-0.714874475569562/lib/Device/GPS/ Device-GPS-0.714874475569562/lib/Device/GPS/Connection.pm Device-GPS-0.714874475569562/lib/Device/GPS/Connection/ Device-GPS-0.714874475569562/lib/Device/GPS/Connection/Serial.pm Device-GPS-0.714874475569562/lib/Device/GPS.pm Device-GPS-0.714874475569562/example.pl Configuring T/TM/TMURRAY/Device-GPS-0.714874475569562.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/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 Device::GPS Writing MYMETA.yml and MYMETA.json TMURRAY/Device-GPS-0.714874475569562.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for T/TM/TMURRAY/Device-GPS-0.714874475569562.tar.gz >>> make cp lib/Device/GPS/Connection/Serial.pm blib/lib/Device/GPS/Connection/Serial.pm cp lib/Device/GPS.pm blib/lib/Device/GPS.pm cp lib/Device/GPS/Connection.pm blib/lib/Device/GPS/Connection.pm cp example.pl blib/lib/Device/example.pl Manifying 2 pod documents TMURRAY/Device-GPS-0.714874475569562.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Device::GPS::Connection::Serial;' # at t/001_load.t line 28. # Tried to use 'Device::GPS::Connection::Serial'. # Error: Can't locate namespace/autoclean.pm in @INC (you may need to install the namespace::autoclean module) (@INC contains: /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/arch /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/Library/ActivePerl-5.24/lib /Users/fly2400/ap2400-300558/site/lib /Users/fly2400/ap2400-300558/lib .) at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib/Device/GPS/Connection/Serial.pm line 29. # BEGIN failed--compilation aborted at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib/Device/GPS/Connection/Serial.pm line 29. # Compilation failed in require at t/001_load.t line 28. # BEGIN failed--compilation aborted at t/001_load.t line 28. # Failed test 'use Device::GPS;' # at t/001_load.t line 29. # Tried to use 'Device::GPS'. # Error: Can't locate namespace/autoclean.pm in @INC (you may need to install the namespace::autoclean module) (@INC contains: /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/arch /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/Library/ActivePerl-5.24/lib /Users/fly2400/ap2400-300558/site/lib /Users/fly2400/ap2400-300558/lib .) at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib/Device/GPS.pm line 29. # BEGIN failed--compilation aborted at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib/Device/GPS.pm line 29. # Compilation failed in require at t/001_load.t line 29. # BEGIN failed--compilation aborted at t/001_load.t line 29. # Looks like you failed 2 tests of 3. t/001_load.t ........ 1..3 ok 1 - use Device::GPS::Connection; not ok 2 - use Device::GPS::Connection::Serial; not ok 3 - use Device::GPS; Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests t/002_pod.t ......... 1..3 ok 1 - POD test for lib/Device/GPS.pm ok 2 - POD test for lib/Device/GPS/Connection.pm ok 3 - POD test for lib/Device/GPS/Connection/Serial.pm (no pod) ok Can't locate namespace/autoclean.pm in @INC (you may need to install the namespace::autoclean module) (@INC contains: /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/arch /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/cpanfly-5.24/var/megalib /Users/fly2400/Library/ActivePerl-5.24/lib /Users/fly2400/ap2400-300558/site/lib /Users/fly2400/ap2400-300558/lib .) at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib/Device/GPS.pm line 29. BEGIN failed--compilation aborted at /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Device-GPS-0.714874475569562-u3mOuU/blib/lib/Device/GPS.pm line 29. Compilation failed in require at t/010_parse_nmea.t line 26. BEGIN failed--compilation aborted at t/010_parse_nmea.t line 26. # Looks like your test exited with 2 before it could output anything. t/010_parse_nmea.t .. 1..4 Dubious, test returned 2 (wstat 512, 0x200) Failed 4/4 subtests Test Summary Report ------------------- t/001_load.t (Wstat: 512 Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 2 t/010_parse_nmea.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 4 tests but ran 0. Files=3, Tests=6, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.56 cusr 0.06 csys = 0.66 CPU) Result: FAIL Failed 2/3 test programs. 2/6 subtests failed. make: *** [test_dynamic] Error 2 TMURRAY/Device-GPS-0.714874475569562.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TMURRAY/Device-GPS-0.714874475569562.tar.gz Finished 2016-10-22T11:43:08