PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2017-04-25T10:11:01 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Tue, 25 Apr 2017 04:17:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/J/JV/JV/MIDI-Tweaks-1.01.tar.gz Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/J/JV/JV/MIDI-Tweaks-1.01.tar.gz ok MIDI-Tweaks-1.01/ MIDI-Tweaks-1.01/lib/ MIDI-Tweaks-1.01/lib/MIDI/ MIDI-Tweaks-1.01/lib/MIDI/Tweaks.pm MIDI-Tweaks-1.01/META.json MIDI-Tweaks-1.01/META.yml MIDI-Tweaks-1.01/MANIFEST MIDI-Tweaks-1.01/Makefile.PL MIDI-Tweaks-1.01/CHANGES MIDI-Tweaks-1.01/t/ MIDI-Tweaks-1.01/t/85-dump.t MIDI-Tweaks-1.01/t/00-load.t MIDI-Tweaks-1.01/t/89-dump.t MIDI-Tweaks-1.01/t/25-pitch.t MIDI-Tweaks-1.01/t/22-volume.t MIDI-Tweaks-1.01/t/tools.pl MIDI-Tweaks-1.01/t/85-dump94.ref MIDI-Tweaks-1.01/t/42-splithilo.t MIDI-Tweaks-1.01/t/30-splitpitch.t MIDI-Tweaks-1.01/t/11-noteevent.t MIDI-Tweaks-1.01/t/10-timestamp.t MIDI-Tweaks-1.01/t/85-dump68.ref MIDI-Tweaks-1.01/t/40-splithilo.t MIDI-Tweaks-1.01/t/05-sanity.t MIDI-Tweaks-1.01/t/85-dump88.ref MIDI-Tweaks-1.01/t/51-splithml.t MIDI-Tweaks-1.01/t/24-tempo.t MIDI-Tweaks-1.01/t/85-dump78.ref MIDI-Tweaks-1.01/t/80-dump.t MIDI-Tweaks-1.01/t/89-dump.mid MIDI-Tweaks-1.01/t/85-dump24.ref MIDI-Tweaks-1.01/t/90-complex.mid MIDI-Tweaks-1.01/t/41-splithilo.t MIDI-Tweaks-1.01/t/80-dump.mid MIDI-Tweaks-1.01/t/01-trivial.t MIDI-Tweaks-1.01/t/20-velocity.t MIDI-Tweaks-1.01/t/52-splithml.t MIDI-Tweaks-1.01/t/50-splithml.t MIDI-Tweaks-1.01/t/85-dump74.ref MIDI-Tweaks-1.01/t/85-dump34.ref MIDI-Tweaks-1.01/t/85-dump38.ref MIDI-Tweaks-1.01/t/02-trivial.t MIDI-Tweaks-1.01/t/85-dump84.ref MIDI-Tweaks-1.01/t/85-dump58.ref MIDI-Tweaks-1.01/t/85-dump98.ref MIDI-Tweaks-1.01/t/85-dump54.ref MIDI-Tweaks-1.01/t/26-pitch.t MIDI-Tweaks-1.01/t/21-velocity.t MIDI-Tweaks-1.01/t/23-tempo.t MIDI-Tweaks-1.01/t/06-sanity.t MIDI-Tweaks-1.01/t/89-dump.ref MIDI-Tweaks-1.01/t/85-dump48.ref MIDI-Tweaks-1.01/t/85-dump64.ref MIDI-Tweaks-1.01/t/85-dump44.ref MIDI-Tweaks-1.01/t/90-complex.t MIDI-Tweaks-1.01/t/80-dump.ref MIDI-Tweaks-1.01/t/85-dump28.ref MIDI-Tweaks-1.01/README MIDI-Tweaks-1.01/script/ MIDI-Tweaks-1.01/script/midi-dump.pl MIDI-Tweaks-1.01/script/pp.PL MIDI-Tweaks-1.01/script/midi-tweak.pl Configuring J/JV/JV/MIDI-Tweaks-1.01.tar.gz with Makefile.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2000/cpanfly-5.20/var/megalib Want /Users/fly2000/ap2000-298465/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 MIDI::Tweaks Writing MYMETA.yml and MYMETA.json JV/MIDI-Tweaks-1.01.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for J/JV/JV/MIDI-Tweaks-1.01.tar.gz >>> make cp lib/MIDI/Tweaks.pm blib/lib/MIDI/Tweaks.pm "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-Iblib/arch" "-Iblib/lib" script/pp.PL script/midi-dump cp script/midi-dump blib/script/midi-dump "/Users/fly2000/ap2000-298465/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/midi-dump "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-Iblib/arch" "-Iblib/lib" script/pp.PL script/midi-tweak cp script/midi-tweak blib/script/midi-tweak "/Users/fly2000/ap2000-298465/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/midi-tweak Manifying 2 pod documents Manifying 1 pod document JV/MIDI-Tweaks-1.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing MIDI::Tweaks 1.01, Perl 5.020001, /Users/fly2000/ap2000-298465/bin/perl-dynamic t/00-load.t ........ 1..2 ok 1 - use MIDI::Tweaks; ok 2 - require './tools.pl'; ok t/01-trivial.t ..... 1..1 ok 1 - compare ok t/02-trivial.t ..... 1..2 ok 1 - load from DATA ok 2 - compare ok t/05-sanity.t ...... 1..3 ok 1 - not sane ok 2 - warnings == as expected ok 3 - msg-1 ok t/06-sanity.t ...... 1..8 ok 1 - not sane ok 2 - warnings == as expected ok 3 - msg-1 ok 4 - msg-2 ok 5 - msg-3 ok 6 - msg-4 ok 7 - msg-5 ok 8 - msg-6 ok t/10-timestamp.t ... 1..8 ok 1 - load from DATA ok 2 - delta ok 3 - delta2time ok 4 - not delta ok 5 - delta2time ok 6 - delta2time ok 7 - delta ok 8 - compare ok t/11-noteevent.t ... 1..9 ok 1 - noteev: note on ok 2 - noteev: note off ok 3 - not noteev: lyric ok 4 - note on: note on ok 5 - not note on: note on zero ok 6 - not note on: note off ok 7 - not note off: note on ok 8 - note off: note on zero ok 9 - note off: note off ok t/20-velocity.t .... 1..7 ok 1 - load from DATA ok 2 - compare ok 3 - load from DATA ok 4 - track copy ok 5 - track copy ok 6 - track copy ok 7 - compare ok t/21-velocity.t .... 1..2 ok 1 - load from DATA ok 2 - compare ok t/22-volume.t ...... 1..2 ok 1 - load from DATA ok 2 - compare ok t/23-tempo.t ....... 1..2 ok 1 - load from DATA ok 2 - compare ok t/24-tempo.t ....... 1..2 ok 1 - load from DATA ok 2 - compare ok t/25-pitch.t ....... 1..3 ok 1 - load from DATA ok 2 - compare -1 ok 3 - compare 1 ok t/26-pitch.t ....... 1..3 ok 1 - load from DATA ok 2 - compare +11 ok 3 - compare -11 ok t/30-splitpitch.t .. 1..2 ok 1 - load from DATA ok 2 - compare ok t/40-splithilo.t ... 1..3 ok 1 - load from DATA ok 2 - hi eq lo ok 3 - compare ok t/41-splithilo.t ... 1..2 ok 1 - load from DATA ok 2 - compare ok t/42-splithilo.t ... 1..2 ok 1 - load from DATA ok 2 - compare ok t/50-splithml.t .... 1..4 ok 1 - load from DATA ok 2 - hi eq med ok 3 - hi eq low ok 4 - compare ok t/51-splithml.t .... 1..3 ok 1 - load from DATA ok 2 - mid eq low ok 3 - compare ok t/52-splithml.t .... 1..2 ok 1 - load from DATA ok 2 - compare ok t/80-dump.t ........ 1..1 ok 1 - compare ok t/85-dump.t ........ 1..16 ok 1 - compare 2/4 ok 2 - compare 3/4 ok 3 - compare 4/4 ok 4 - compare 5/4 ok 5 - compare 6/4 ok 6 - compare 7/4 ok 7 - compare 8/4 ok 8 - compare 9/4 ok 9 - compare 2/8 ok 10 - compare 3/8 ok 11 - compare 4/8 ok 12 - compare 5/8 ok 13 - compare 6/8 ok 14 - compare 7/8 ok 15 - compare 8/8 ok 16 - compare 9/8 ok t/89-dump.t ........ 1..1 ok 1 - compare ok t/90-complex.t ..... 1..2 ok 1 - sanity ok 2 - compare ok All tests successful. Files=25, Tests=92, 3 wallclock secs ( 0.12 usr 0.07 sys + 2.49 cusr 0.45 csys = 3.13 CPU) Result: PASS JV/MIDI-Tweaks-1.01.tar.gz make test TEST_VERBOSE=1 -- OK Johan Vromans <jv@cpan.org> Handy tweaks for MIDI API. >>> (cd /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/MIDI-Tweaks-1.01-jJCXnl && tar cvf - MIDI-Tweaks-1.01.ppd blib) | gzip -c >/Users/fly2000/cpanfly-5.20/var/REPO/J/JV/JV/MIDI-Tweaks-1.01.tar.gz MIDI-Tweaks-1.01.ppd blib/ blib/lib/ blib/lib/MIDI/ blib/lib/MIDI/Tweaks.pm blib/man1/ blib/man1/midi-dump.1 blib/man1/midi-tweak.1 blib/man3/ blib/man3/MIDI::Tweaks.3 blib/script/ blib/script/midi-dump blib/script/midi-tweak Finished 2017-04-25T10:11:09