PATH=/usr/bin:/bin Start 2018-10-12T00:00:15 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Thu, 11 Oct 2018 05:29:03 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/J/JP/JPIERCE/IO-Pager-0.40.tgz ok IO-Pager-0.4/ IO-Pager-0.4/.travis.yml IO-Pager-0.4/META.yml IO-Pager-0.4/.proverc IO-Pager-0.4/META.json IO-Pager-0.4/MANIFEST IO-Pager-0.4/TODO IO-Pager-0.4/lib/ IO-Pager-0.4/lib/IO/ IO-Pager-0.4/lib/IO/Pager/ IO-Pager-0.4/lib/IO/Pager/Buffered.pm IO-Pager-0.4/lib/IO/Pager/Unbuffered.pm IO-Pager-0.4/lib/IO/Pager/Page.pm IO-Pager-0.4/lib/IO/Pager.pm IO-Pager-0.4/CHANGES IO-Pager-0.4/t/ IO-Pager-0.4/t/08-redirect.t IO-Pager-0.4/t/04-buffered_interactive.t IO-Pager-0.4/t/13-eof_interactive.t IO-Pager-0.4/t/02-which.t IO-Pager-0.4/t/07-oo_interactive.t IO-Pager-0.4/t/11-redirect-oo.t IO-Pager-0.4/t/TestUtils.pm IO-Pager-0.4/t/15-log_interactive.t IO-Pager-0.4/t/01-load.t IO-Pager-0.4/t/06-scalar_interactive.t IO-Pager-0.4/t/09-open.t IO-Pager-0.4/t/03-bald_interactive.t IO-Pager-0.4/t/02-which_interactive.t IO-Pager-0.4/t/08-redirect.pl IO-Pager-0.4/t/11-redirect-oo.pl IO-Pager-0.4/t/12-preservelayers_interactive.t IO-Pager-0.4/t/10-close_interactive.t IO-Pager-0.4/t/14-tee_interactive.t IO-Pager-0.4/t/05-binmode_interactive.t IO-Pager-0.4/README IO-Pager-0.4/Makefile.PL Configuring J/JP/JPIERCE/IO-Pager-0.40.tgz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Warning: the following files are missing in your kit: t.pl Please inform the author. Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] 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 IO::Pager Writing MYMETA.yml and MYMETA.json JPIERCE/IO-Pager-0.40.tgz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for J/JP/JPIERCE/IO-Pager-0.40.tgz >>> make cp lib/IO/Pager.pm blib/lib/IO/Pager.pm cp lib/IO/Pager/Buffered.pm blib/lib/IO/Pager/Buffered.pm cp lib/IO/Pager/Unbuffered.pm blib/lib/IO/Pager/Unbuffered.pm cp lib/IO/Pager/Page.pm blib/lib/IO/Pager/Page.pm Manifying 4 pod documents JPIERCE/IO-Pager-0.40.tgz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-load.t ........................ ok 1 - use IO::Pager; ok 2 - use IO::Pager::Unbuffered; ok 3 - use IO::Pager::Buffered; ok 4 - use IO::Pager::Page; 1..4 ok t/02-which.t ....................... ok 1 - Undefined PAGER ok 2 - Blank PAGER ok 3 - PAGER does not exist ok 4 - PAGER referred by its full-path ok 5 # skip Executable 'perl-static' is not in PATH. ok 6 - PAGER with options 1..6 ok t/02-which_interactive.t ........... ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/03-bald_interactive.t ............ ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/04-buffered_interactive.t ........ ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/05-binmode_interactive.t ......... ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/06-scalar_interactive.t .......... ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/07-oo_interactive.t .............. ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/08-redirect.t .................... ok 1 - Redirection (IO::Pager::Page) 1..1 ok t/09-open.t ........................ ok 1 - PAGER undefined since find_pager() ok 2 - Could not create pipe 1..2 ok t/10-close_interactive.t ........... ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/11-redirect-oo.t ................. ok 1 - Redirection with OO 1..1 ok t/12-preservelayers_interactive.t .. ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/13-eof_interactive.t ............. ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/14-tee_interactive.t ............. ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok t/15-log_interactive.t ............. ok 1 # skip !! Run 'perl -Mblib test.pl interactive' to perform interactive tests/demonstrations of the module's abilities. 1..1 ok All tests successful. Files=16, Tests=25, 3 wallclock secs ( 0.06 usr 0.03 sys + 2.19 cusr 0.40 csys = 2.68 CPU) Result: PASS JPIERCE/IO-Pager-0.40.tgz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/J/JP/JPIERCE/CHECKSUMS Can't chown '/data/fly2200/cpanfly-5.22/var/cpan/FTPstats.yml.19904' to fly2600/cpanflies: Operation not permitted DISTNAME-VERSION 'IO-Pager-0.4' found in META.yml is bogus, ignoring at /data/fly2200/cpanfly-5.22/lib/Fly/MakePPD.pm line 134. Jerrad Pierce <jpierce@cpan.org> Select a pager and pipe text to it if destination is a TTY >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/IO-Pager-0.4-86aNDa && tar cvf - IO-Pager-0.40.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/J/JP/JPIERCE/IO-Pager-0.40.tar.gz IO-Pager-0.40.ppd blib/ blib/man3/ blib/man3/IO::Pager::Buffered.3 blib/man3/IO::Pager::Page.3 blib/man3/IO::Pager::Unbuffered.3 blib/man3/IO::Pager.3 blib/lib/ blib/lib/IO/ blib/lib/IO/Pager/ blib/lib/IO/Pager/Buffered.pm blib/lib/IO/Pager/Page.pm blib/lib/IO/Pager/Unbuffered.pm blib/lib/IO/Pager.pm VmSize: 378324 kB Finished 2018-10-12T00:00:21