PATH=/usr/bin:/bin:/home/fly1600/var/megalib/bin Start 2015-07-06T02:09:43 ActivePerl-1600 CPAN-2.00 Reading '/home/fly1600/var/cpan/Metadata' Database was generated on Mon, 06 Jul 2015 05:29:02 GMT Running make for R/RK/RKELSCH/Graphics-Framebuffer-4.12.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-4.12.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RK/RKELSCH/CHECKSUMS Checksum for /home/fly1600/var/cpan/sources/authors/id/R/RK/RKELSCH/Graphics-Framebuffer-4.12.tar.gz ok Graphics-Framebuffer-4.12/ Graphics-Framebuffer-4.12/Changes Graphics-Framebuffer-4.12/examples/ Graphics-Framebuffer-4.12/ignore.txt Graphics-Framebuffer-4.12/lib/ Graphics-Framebuffer-4.12/Makefile.PL Graphics-Framebuffer-4.12/MANIFEST Graphics-Framebuffer-4.12/META.json Graphics-Framebuffer-4.12/META.yml Graphics-Framebuffer-4.12/README Graphics-Framebuffer-4.12/t/ Graphics-Framebuffer-4.12/t/00-load.t Graphics-Framebuffer-4.12/t/01-init.t Graphics-Framebuffer-4.12/t/02-plot.t Graphics-Framebuffer-4.12/t/03-drawto.t Graphics-Framebuffer-4.12/t/04-circle.t Graphics-Framebuffer-4.12/t/05-box.t Graphics-Framebuffer-4.12/t/06-polygon.t Graphics-Framebuffer-4.12/t/07-pixel.t Graphics-Framebuffer-4.12/t/100-boilerplate.t Graphics-Framebuffer-4.12/t/101-manifest.t Graphics-Framebuffer-4.12/t/102-pod.t Graphics-Framebuffer-4.12/t/103-pod-coverage.t Graphics-Framebuffer-4.12/lib/Graphics/ Graphics-Framebuffer-4.12/lib/Graphics/Framebuffer.pm Graphics-Framebuffer-4.12/examples/frtest.pl CPAN.pm: Building R/RK/RKELSCH/Graphics-Framebuffer-4.12.tar.gz >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Graphics::Framebuffer Writing MYMETA.yml and MYMETA.json >>> make cp lib/Graphics/Framebuffer.pm blib/lib/Graphics/Framebuffer.pm Manifying 1 pod document RKELSCH/Graphics-Framebuffer-4.12.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/fly1600/ap1600/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ........... 1..1 ok 1 - use Graphics::Framebuffer; ok Can't locate object method "new" via package "Imager::Color" (perhaps you forgot to load "Imager::Color"?) at /home/fly1600/var/cpan/build/Graphics-Framebuffer-4.12-84_3Ol/blib/lib/Graphics/Framebuffer.pm line 1167. # Looks like your test exited with 13 before it could output anything. t/01-init.t ........... 1..1 Dubious, test returned 13 (wstat 3328, 0xd00) Failed 1/1 subtests Can't locate object method "new" via package "Imager::Color" (perhaps you forgot to load "Imager::Color"?) at /home/fly1600/var/cpan/build/Graphics-Framebuffer-4.12-84_3Ol/blib/lib/Graphics/Framebuffer.pm line 1167. # Looks like your test exited with 13 before it could output anything. t/02-plot.t ........... 1..481 Dubious, test returned 13 (wstat 3328, 0xd00) Failed 481/481 subtests Can't locate object method "new" via package "Imager::Color" (perhaps you forgot to load "Imager::Color"?) at /home/fly1600/var/cpan/build/Graphics-Framebuffer-4.12-84_3Ol/blib/lib/Graphics/Framebuffer.pm line 1167. # Looks like your test exited with 13 before it could output anything. t/03-drawto.t ......... 1..2 Dubious, test returned 13 (wstat 3328, 0xd00) Failed 2/2 subtests Can't locate object method "new" via package "Imager::Color" (perhaps you forgot to load "Imager::Color"?) at /home/fly1600/var/cpan/build/Graphics-Framebuffer-4.12-84_3Ol/blib/lib/Graphics/Framebuffer.pm line 1167. # Looks like your test exited with 13 before it could output anything. t/04-circle.t ......... 1..3 Dubious, test returned 13 (wstat 3328, 0xd00) Failed 3/3 subtests Can't locate object method "new" via package "Imager::Color" (perhaps you forgot to load "Imager::Color"?) at /home/fly1600/var/cpan/build/Graphics-Framebuffer-4.12-84_3Ol/blib/lib/Graphics/Framebuffer.pm line 1167. # Looks like your test exited with 13 before it could output anything. t/05-box.t ............ 1..3 Dubious, test returned 13 (wstat 3328, 0xd00) Failed 3/3 subtests Can't locate object method "new" via package "Imager::Color" (perhaps you forgot to load "Imager::Color"?) at /home/fly1600/var/cpan/build/Graphics-Framebuffer-4.12-84_3Ol/blib/lib/Graphics/Framebuffer.pm line 1167. # Looks like your test exited with 13 before it could output anything. t/06-polygon.t ........ 1..2 Dubious, test returned 13 (wstat 3328, 0xd00) Failed 2/2 subtests Can't locate object method "new" via package "Imager::Color" (perhaps you forgot to load "Imager::Color"?) at /home/fly1600/var/cpan/build/Graphics-Framebuffer-4.12-84_3Ol/blib/lib/Graphics/Framebuffer.pm line 1167. # Looks like your test exited with 13 before it could output anything. t/07-pixel.t .......... 1..3 Dubious, test returned 13 (wstat 3328, 0xd00) Failed 3/3 subtests t/100-boilerplate.t ... 1..3 not ok 1 - README contains boilerplate text # TODO Need to replace the boilerplate text # Failed (TODO) test 'README contains boilerplate text' # at t/100-boilerplate.t line 25. # The README is used... appears on lines 3 # 'version information here' appears on lines 11 ok 2 - Changes contains no boilerplate text # TODO Need to replace the boilerplate text ok 3 - lib/Graphics/Framebuffer.pm contains no boilerplate text # TODO Need to replace the boilerplate text ok t/101-manifest.t ...... skipped: Author tests not required for installation t/102-pod.t ........... 1..1 ok 1 - POD test for blib/lib/Graphics/Framebuffer.pm ok t/103-pod-coverage.t .. 1..1 ok 1 - Pod coverage on Graphics::Framebuffer ok Test Summary Report ------------------- t/01-init.t (Wstat: 3328 Tests: 0 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 1 tests but ran 0. t/02-plot.t (Wstat: 3328 Tests: 0 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 481 tests but ran 0. t/03-drawto.t (Wstat: 3328 Tests: 0 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 2 tests but ran 0. t/04-circle.t (Wstat: 3328 Tests: 0 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 3 tests but ran 0. t/05-box.t (Wstat: 3328 Tests: 0 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 3 tests but ran 0. t/06-polygon.t (Wstat: 3328 Tests: 0 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 2 tests but ran 0. t/07-pixel.t (Wstat: 3328 Tests: 0 Failed: 0) Non-zero exit status: 13 Parse errors: Bad plan. You planned 3 tests but ran 0. t/100-boilerplate.t (Wstat: 0 Tests: 3 Failed: 0) TODO passed: 2-3 Files=12, Tests=6, 15 wallclock secs ( 0.04 usr 0.01 sys + 10.03 cusr 0.19 csys = 10.27 CPU) Result: FAIL Failed 7/12 test programs. 0/6 subtests failed. make: *** [test_dynamic] Error 255 RKELSCH/Graphics-Framebuffer-4.12.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports RKELSCH/Graphics-Framebuffer-4.12.tar.gz VmSize: 137876 kB Finished 2015-07-06T02:10:03