cpantestlogs/Math::Polynomial_genfailure.log
2017-05-02 18:44:36 -07:00

170 lines
7.1 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/1493352301.22075
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 Math::Polynomial () on cpanmetadb ...
Unpacking Math-Polynomial-1.011.tar.gz
--> Working on Math::Polynomial
Fetching http://www.cpan.org/authors/id/M/MH/MHASCH/Math-Polynomial-1.011.tar.gz ... OK
Math-Polynomial-1.011/
Math-Polynomial-1.011/MANIFEST
Math-Polynomial-1.011/Changes
Math-Polynomial-1.011/META.json
Math-Polynomial-1.011/t/
Math-Polynomial-1.011/t/10_math_complex.t
Math-Polynomial-1.011/t/90_pod.t
Math-Polynomial-1.011/t/93_examples.t
Math-Polynomial-1.011/t/14_math_modint.t
Math-Polynomial-1.011/t/13_trees.t
Math-Polynomial-1.011/t/01_load.t
Math-Polynomial-1.011/t/11_math_bigrat.t
Math-Polynomial-1.011/t/06_calculus.t
Math-Polynomial-1.011/t/07_strings.t
Math-Polynomial-1.011/t/05_euclid.t
Math-Polynomial-1.011/t/04_lagrange.t
Math-Polynomial-1.011/t/02_basics.t
Math-Polynomial-1.011/t/94_diag_cover.t
Math-Polynomial-1.011/t/lib/
Math-Polynomial-1.011/t/lib/Test/
Math-Polynomial-1.011/t/lib/Test/MyUtils.pm
Math-Polynomial-1.011/t/15_deprecation.t
Math-Polynomial-1.011/t/92_consistency.t
Math-Polynomial-1.011/t/91_pod_cover_cp.t
Math-Polynomial-1.011/t/99_signature.t
Math-Polynomial-1.011/t/08_generic.t
Math-Polynomial-1.011/t/95_versions.t
Math-Polynomial-1.011/t/09_linear_terms.t
Math-Polynomial-1.011/t/data/
Math-Polynomial-1.011/t/data/KNOWN_VERSIONS
Math-Polynomial-1.011/t/12_gf3.t
Math-Polynomial-1.011/t/03_expressions.t
Math-Polynomial-1.011/SIGNATURE
Math-Polynomial-1.011/lib/
Math-Polynomial-1.011/lib/Math/
Math-Polynomial-1.011/lib/Math/Polynomial/
Math-Polynomial-1.011/lib/Math/Polynomial/Generic.pm
Math-Polynomial-1.011/lib/Math/Polynomial.pm
Math-Polynomial-1.011/Makefile.PL
Math-Polynomial-1.011/examples/
Math-Polynomial-1.011/examples/migration.pl
Math-Polynomial-1.011/examples/horner.pl
Math-Polynomial-1.011/examples/runge.pl
Math-Polynomial-1.011/examples/legendre.pl
Math-Polynomial-1.011/examples/runge_plot.png
Math-Polynomial-1.011/examples/symbolic.pl
Math-Polynomial-1.011/README
Math-Polynomial-1.011/META.yml
Entering Math-Polynomial-1.011
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Math-Polynomial-1.011 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Math::Polynomial
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have overload 0 ... Yes (1.28)
Checking if you have Test 0 ... Yes (1.26)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Carp 0 ... Yes (1.38)
OK
Building and testing Math-Polynomial-1.011 ... cp lib/Math/Polynomial/Generic.pm blib/lib/Math/Polynomial/Generic.pm
cp lib/Math/Polynomial.pm blib/lib/Math/Polynomial.pm
Manifying 2 pod documents
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
t/01_load.t .......... ok
t/02_basics.t ........ ok
t/03_expressions.t ... ok
t/04_lagrange.t ...... ok
# Failed test 3 in t/05_euclid.t at line 41
# t/05_euclid.t line 41 is: ok($dd == $p->gcd($q));
# Failed test 4 in t/05_euclid.t at line 50
# t/05_euclid.t line 50 is: ok($dd == $d);
# Failed test 5 in t/05_euclid.t at line 51
# t/05_euclid.t line 51 is: ok($dd1 == $d1);
# Failed test 6 in t/05_euclid.t at line 52
# t/05_euclid.t line 52 is: ok($dd2 == $d2);
# Failed test 7 in t/05_euclid.t at line 53
# t/05_euclid.t line 53 is: ok($mm1 == $m1);
# Failed test 8 in t/05_euclid.t at line 54
# t/05_euclid.t line 54 is: ok($mm2 == $m2);
# Failed test 9 in t/05_euclid.t at line 57
# t/05_euclid.t line 57 is: ok($dd == $d);
# Failed test 10 in t/05_euclid.t at line 58
# t/05_euclid.t line 58 is: ok($dd2 == $d1);
# Failed test 11 in t/05_euclid.t at line 59
# t/05_euclid.t line 59 is: ok($dd1 == $d2);
# Failed test 12 in t/05_euclid.t at line 60
# t/05_euclid.t line 60 is: ok($mm2 == $m1);
# Failed test 13 in t/05_euclid.t at line 61
# t/05_euclid.t line 61 is: ok($mm1 == $m2);
# Failed test 14 in t/05_euclid.t at line 64
# t/05_euclid.t line 64 is: ok($qqi == $qi);
# Failed test 15 in t/05_euclid.t at line 65
# t/05_euclid.t line 65 is: ok($qi * $q % $p == $dd->monize);
t/05_euclid.t ........
Failed 13/22 subtests
t/06_calculus.t ...... ok
t/07_strings.t ....... ok
t/08_generic.t ....... ok
t/09_linear_terms.t .. ok
t/10_math_complex.t .. ok
# Failed test 4 in t/11_math_bigrat.t at line 41
# t/11_math_bigrat.t line 41 is: ok($y3 == $p->evaluate($x3));
# Failed test 5 in t/11_math_bigrat.t at line 44
# t/11_math_bigrat.t line 44 is: ok($p == $q);
t/11_math_bigrat.t ...
Failed 2/8 subtests
t/12_gf3.t ........... ok
t/13_trees.t ......... ok
t/14_math_modint.t ... ok
t/15_deprecation.t ... ok
t/90_pod.t ........... skipped: setenv MAINTAINER_OF_MATH_POLYNOMIAL=1 to run these tests
t/91_pod_cover_cp.t .. skipped: setenv MAINTAINER_OF_MATH_POLYNOMIAL=1 to run these tests
t/92_consistency.t ... skipped: setenv MAINTAINER_OF_MATH_POLYNOMIAL=1 to run these tests
t/93_examples.t ...... skipped: setenv MAINTAINER_OF_MATH_POLYNOMIAL=1 to run these tests
t/94_diag_cover.t .... skipped: setenv MAINTAINER_OF_MATH_POLYNOMIAL=1 to run these tests
t/95_versions.t ...... skipped: setenv MAINTAINER_OF_MATH_POLYNOMIAL=1 to run these tests
t/99_signature.t ..... skipped: setenv MAINTAINER_OF_MATH_POLYNOMIAL=1 to run these tests
Test Summary Report
-------------------
t/05_euclid.t (Wstat: 0 Tests: 22 Failed: 13)
Failed tests: 3-15
t/11_math_bigrat.t (Wstat: 0 Tests: 8 Failed: 2)
Failed tests: 4-5
Files=22, Tests=495, 1 wallclock secs ( 0.06 usr 0.00 sys + 0.32 cusr 0.01 csys = 0.39 CPU)
Result: FAIL
Failed 2/22 test programs. 15/495 subtests failed.
Makefile:865: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Math::Polynomial failed. See /home/ryan/.cpanm/work/1493352301.22075/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Math::Polynomial] 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