127 lines
5.5 KiB
Text
127 lines
5.5 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493766191.16468
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching PDL::Graphics::Simple () on cpanmetadb ...
|
|
Unpacking PDL-Graphics-Simple-1.005.tar.gz
|
|
--> Working on PDL::Graphics::Simple
|
|
Fetching http://www.cpan.org/authors/id/Z/ZO/ZOWIE/PDL-Graphics-Simple-1.005.tar.gz ... OK
|
|
PDL-Graphics-Simple-1.005/
|
|
PDL-Graphics-Simple-1.005/lib/
|
|
PDL-Graphics-Simple-1.005/Makefile.PL
|
|
PDL-Graphics-Simple-1.005/MANIFEST
|
|
PDL-Graphics-Simple-1.005/META.json
|
|
PDL-Graphics-Simple-1.005/META.yml
|
|
PDL-Graphics-Simple-1.005/README.pod
|
|
PDL-Graphics-Simple-1.005/t/
|
|
PDL-Graphics-Simple-1.005/t/simple.t
|
|
PDL-Graphics-Simple-1.005/lib/PDL/
|
|
PDL-Graphics-Simple-1.005/lib/PDL/Graphics/
|
|
PDL-Graphics-Simple-1.005/lib/PDL/Graphics/Simple/
|
|
PDL-Graphics-Simple-1.005/lib/PDL/Graphics/Simple.pm
|
|
PDL-Graphics-Simple-1.005/lib/PDL/Graphics/Simple/Gnuplot.pm
|
|
PDL-Graphics-Simple-1.005/lib/PDL/Graphics/Simple/PGPLOT.pm
|
|
PDL-Graphics-Simple-1.005/lib/PDL/Graphics/Simple/PLplot.pm
|
|
PDL-Graphics-Simple-1.005/lib/PDL/Graphics/Simple/Prima.pm
|
|
Entering PDL-Graphics-Simple-1.005
|
|
Checking configure dependencies from META.json
|
|
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
|
|
Running Makefile.PL
|
|
Configuring PDL-Graphics-Simple-1.005 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for PDL::Graphics::Simple
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have File::Temp 0 ... Yes (0.2304)
|
|
Checking if you have Time::HiRes 0 ... Yes (1.9741)
|
|
Checking if you have Test::More 0 ... Yes (1.302085)
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
Checking if you have PDL 0 ... Yes (2.017)
|
|
OK
|
|
Building and testing PDL-Graphics-Simple-1.005 ... cp lib/PDL/Graphics/Simple/Prima.pm blib/lib/PDL/Graphics/Simple/Prima.pm
|
|
cp lib/PDL/Graphics/Simple/PGPLOT.pm blib/lib/PDL/Graphics/Simple/PGPLOT.pm
|
|
cp lib/PDL/Graphics/Simple/PLplot.pm blib/lib/PDL/Graphics/Simple/PLplot.pm
|
|
cp lib/PDL/Graphics/Simple/Gnuplot.pm blib/lib/PDL/Graphics/Simple/Gnuplot.pm
|
|
cp lib/PDL/Graphics/Simple.pm blib/lib/PDL/Graphics/Simple.pm
|
|
Manifying 1 pod document
|
|
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
|
|
|
|
##############################
|
|
Convenience interface tests...
|
|
|
|
# Failed test 'simple lines plot succeeded'
|
|
# at t/simple.t line 205.
|
|
|
|
# Failed test 'Global convenience object got spontaneously set'
|
|
# at t/simple.t line 207.
|
|
|
|
test> $a = xvals(50); lines $a sin($a/3);
|
|
You should see a sine wave... OK? (Y/n) >
|
|
# Failed test 'imag worked with no additional arguments'
|
|
# at t/simple.t line 227.
|
|
|
|
test> $im = 1000 * sin(rvals(100,100)/3) / (rvals(100,100)+30);
|
|
test> imag $im;
|
|
You should see a bullseye pattern with a brighter inner ring. OK? (Y/n) >
|
|
# Failed test 'imag worked with plot options'
|
|
# at t/simple.t line 239.
|
|
|
|
test> imag $im, {wedge=>1, title=>"Bullseye!", j=>1};
|
|
You should see the same image, but with a colorbar wedge on the right; a title
|
|
up top; and a justified aspect ratio (circular rings). The color scale may be
|
|
slightly less contrasty than the last frame, because some engines extend the
|
|
colorbar wedge to round numbers. Ok? (Y/n) >
|
|
# Failed test 'imag worked with bounds'
|
|
# at t/simple.t line 253.
|
|
|
|
test> imag $im, 0, 30, {wedge=>1, j=>1};
|
|
You should see the same image, but with no title and with a tighter
|
|
dynamic range that cuts off the low values (black rings instead of
|
|
the fainter parts of the bullseye). Ok? (Y/n) >
|
|
test> erase
|
|
The window should have disappeared. Ok? (Y/n) > # Looks like you failed 5 tests of 85.
|
|
t/simple.t ..
|
|
Dubious, test returned 5 (wstat 1280, 0x500)
|
|
Failed 5/85 subtests
|
|
(less 60 skipped subtests: 20 okay)
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/simple.t (Wstat: 1280 Tests: 85 Failed: 5)
|
|
Failed tests: 73-74, 78, 80, 82
|
|
Non-zero exit status: 5
|
|
Files=1, Tests=85, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.12 cusr 0.01 csys = 0.14 CPU)
|
|
Result: FAIL
|
|
Failed 1/1 test programs. 5/85 subtests failed.
|
|
Makefile:864: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 5
|
|
! Installing PDL::Graphics::Simple failed. See /home/ryan/.cpanm/work/1493766191.16468/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose PDL::Graphics::Simple] terminated with exit code 1 ($? = 256) under the following perl environment:
|
|
Command terminated with non-zero status.
|
|
|
|
|
|
Current perl:
|
|
Name: perl-blead
|
|
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
|
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
Compiled at: Mar 30 2017 03:10:09
|
|
|
|
perlbrew:
|
|
version: 0.78
|
|
ENV:
|
|
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
|
|
PERLBREW_HOME: /home/ryan/.perlbrew
|
|
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man
|