Report for Math-MatrixDecomposition-1.00

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Math-MatrixDecomposition-1.00 v5.8.9 OpenBSD
Date: 2011-05-05T05:49:26Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear RALPH,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9104. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Thu May  5 06:49:22 2011] Checking if your kit is complete...
Looks good
Writing Makefile for Math::BLAS

[MSG] [Thu May  5 06:49:22 2011] DEFAULT 'filter_prereqs' HANDLER RETURNING 'sub return value'
[MSG] [Thu May  5 06:49:22 2011] Checking for previous PASS result for "Math-BLAS-1.01"
[MSG] [Thu May  5 06:49:24 2011] cp lib/Math/BLAS/ChangeLog blib/lib/Math/BLAS/ChangeLog
cp lib/Math/BLAS/Legacy.pm blib/lib/Math/BLAS/Legacy.pm
cp lib/Math/BLAS/Enum.pm blib/lib/Math/BLAS/Enum.pm
cp lib/Math/ChangeLog blib/lib/Math/ChangeLog
cp lib/Math/BLAS.pm blib/lib/Math/BLAS.pm
cp lib/Math/BLAS/PP.pm blib/lib/Math/BLAS/PP.pm
lib/Math/BLAS/Enum.pm:222: Unknown command paragraph "=encoding utf8"
lib/Math/BLAS/Legacy.pm:254: Unknown command paragraph "=encoding utf8"
lib/Math/BLAS.pm:301: Unknown command paragraph "=encoding utf8"
lib/Math/BLAS/PP.pm:812: Unknown command paragraph "=encoding utf8"
Manifying blib/man3/Math::BLAS::Enum.3
Manifying blib/man3/Math::BLAS::Legacy.3
Manifying blib/man3/Math::BLAS.3
Manifying blib/man3/Math::BLAS::PP.3

[MSG] [Thu May  5 06:49:24 2011] No tests defined for Math::BLAS extension.
[MSG] [Thu May  5 06:49:24 2011] Sending test report for 'Math-BLAS-1.01'
[MSG] [Thu May  5 06:49:24 2011] Successfully sent 'pass' report for 'Math-BLAS-1.01'
[MSG] [Thu May  5 06:49:25 2011] cp lib/Math/MatrixDecomposition/Eigen.pm blib/lib/Math/MatrixDecomposition/Eigen.pm
cp lib/Math/MatrixDecomposition/LU.pm blib/lib/Math/MatrixDecomposition/LU.pm
cp lib/Math/MatrixDecomposition.pm blib/lib/Math/MatrixDecomposition.pm
cp lib/Math/MatrixDecomposition/Util.pm blib/lib/Math/MatrixDecomposition/Util.pm
Manifying blib/man3/Math::MatrixDecomposition::Eigen.3
Manifying blib/man3/Math::MatrixDecomposition::LU.3
Manifying blib/man3/Math::MatrixDecomposition::Util.3
Manifying blib/man3/Math::MatrixDecomposition.3

[ERROR] [Thu May  5 06:49:26 2011] MAKE TEST failed: PERL_DL_NONLAZY=1 /home/cpan/pit/bare/perl-5.8.9/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Number found where operator expected at t/00-util.t line 27, near "/2 == 1, '1 + eps/2"
	(Missing operator before 2?)
String found where operator expected at t/00-util.t line 29, near "ok (mod ( 0, 1) == 0, '"
  (Might be a runaway multi-line '' string starting on line 27)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 29, near "ok (mod ( 0, 1) == 0, 'mod"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 30, near "ok (mod (-2, 1) == 0, '"
  (Might be a runaway multi-line '' string starting on line 29)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 30, near "ok (mod (-2, 1) == 0, 'mod"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 31, near "ok (mod ( 2, 1) == 0, '"
  (Might be a runaway multi-line '' string starting on line 30)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 31, near "ok (mod ( 2, 1) == 0, 'mod"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 32, near "ok (mod (-3.14, 1) != 0, '"
  (Might be a runaway multi-line '' string starting on line 31)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 32, near "ok (mod (-3.14, 1) != 0, 'mod"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 33, near "ok (mod ( 3.14, 1) != 0, '"
  (Might be a runaway multi-line '' string starting on line 32)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 33, near "ok (mod ( 3.14, 1) != 0, 'mod"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 35, near "ok (min (3, 3) == 3, '"
  (Might be a runaway multi-line '' string starting on line 33)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 35, near "ok (min (3, 3) == 3, 'min"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 36, near "ok (min (3, 5) == 3, '"
  (Might be a runaway multi-line '' string starting on line 35)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 36, near "ok (min (3, 5) == 3, 'min"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 37, near "ok (min (5, 3) == 3, '"
  (Might be a runaway multi-line '' string starting on line 36)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 37, near "ok (min (5, 3) == 3, 'min"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 39, near "ok (max (3, 3) == 3, '"
  (Might be a runaway multi-line '' string starting on line 37)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 39, near "ok (max (3, 3) == 3, 'max"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 40, near "ok (max (3, 5) == 5, '"
  (Might be a runaway multi-line '' string starting on line 39)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 40, near "ok (max (3, 5) == 5, 'max"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 41, near "ok (max (5, 3) == 5, '"
  (Might be a runaway multi-line '' string starting on line 40)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 41, near "ok (max (5, 3) == 5, 'max"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 43, near "ok (sign (-2, -1) == -2, '"
  (Might be a runaway multi-line '' string starting on line 41)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 43, near "ok (sign (-2, -1) == -2, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 44, near "ok (sign (-2,  0) ==  2, '"
  (Might be a runaway multi-line '' string starting on line 43)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 44, near "ok (sign (-2,  0) ==  2, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 45, near "ok (sign (-2,  1) ==  2, '"
  (Might be a runaway multi-line '' string starting on line 44)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 45, near "ok (sign (-2,  1) ==  2, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 46, near "ok (sign ( 0, -1) ==  0, '"
  (Might be a runaway multi-line '' string starting on line 45)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 46, near "ok (sign ( 0, -1) ==  0, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 47, near "ok (sign ( 0,  0) ==  0, '"
  (Might be a runaway multi-line '' string starting on line 46)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 47, near "ok (sign ( 0,  0) ==  0, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 48, near "ok (sign ( 0,  1) ==  0, '"
  (Might be a runaway multi-line '' string starting on line 47)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 48, near "ok (sign ( 0,  1) ==  0, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 49, near "ok (sign ( 2, -1) == -2, '"
  (Might be a runaway multi-line '' string starting on line 48)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 49, near "ok (sign ( 2, -1) == -2, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 50, near "ok (sign ( 2,  0) ==  2, '"
  (Might be a runaway multi-line '' string starting on line 49)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 50, near "ok (sign ( 2,  0) ==  2, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 51, near "ok (sign ( 2,  1) ==  2, '"
  (Might be a runaway multi-line '' string starting on line 50)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 51, near "ok (sign ( 2,  1) ==  2, 'sign"
	(Do you need to predeclare ok?)
String found where operator expected at t/00-util.t line 52, near "ok (sign (eps/9, -1) == -eps/9, '"
  (Might be a runaway multi-line '' string starting on line 51)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 52, near "ok (sign (eps/9, -1) == -eps/9, 'sign"
	(Do you need to predeclare ok?)
Number found where operator expected at t/00-util.t line 53, near "ok (sign (eps/9"
  (Might be a runaway multi-line // string starting on line 52)
	(Do you need to predeclare ok?)
Number found where operator expected at t/00-util.t line 53, near "/9, 'sign (eps/9"
	(Missing operator before 9?)
String found where operator expected at t/00-util.t line 54, near "ok (sign (eps/9,  1) ==  eps/9, '"
  (Might be a runaway multi-line '' string starting on line 53)
	(Missing semicolon on previous line?)
Bareword found where operator expected at t/00-util.t line 54, near "ok (sign (eps/9,  1) ==  eps/9, 'sign"
	(Do you need to predeclare ok?)
Number found where operator expected at t/00-util.t line 59, near "ok ($re == -29/53"
  (Might be a runaway multi-line // string starting on line 54)
	(Do you need to predeclare ok?)
syntax error at t/00-util.t line 27, near "/2 == 1, '1 + eps/2"
Execution of t/00-util.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/00-util.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 27/27 subtests 
Unterminated <> operator at /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib/Math/BLAS/PP.pm line 45.
Compilation failed in require at /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib/Math/BLAS.pm line 17.
BEGIN failed--compilation aborted at /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib/Math/BLAS.pm line 17.
Compilation failed in require at lib/Math/MatrixDecomposition/LU.pm line 18.
BEGIN failed--compilation aborted at lib/Math/MatrixDecomposition/LU.pm line 18.
Compilation failed in require at t/01-lu.t line 22.
BEGIN failed--compilation aborted at t/01-lu.t line 22.
# Looks like your test exited with 255 before it could output anything.
t/01-lu.t .... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 13/13 subtests 
Unterminated <> operator at /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib/Math/BLAS/PP.pm line 45.
Compilation failed in require at /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib/Math/BLAS.pm line 17.
BEGIN failed--compilation aborted at /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib/Math/BLAS.pm line 17.
Compilation failed in require at lib/Math/MatrixDecomposition/Eigen.pm line 24.
BEGIN failed--compilation aborted at lib/Math/MatrixDecomposition/Eigen.pm line 24.
Compilation failed in require at t/02-eig.t line 23.
BEGIN failed--compilation aborted at t/02-eig.t line 23.
# Looks like your test exited with 255 before it could output anything.
t/02-eig.t ... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/8 subtests 

Test Summary Report
-------------------
t/00-util.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 27 tests but ran 0.
t/01-lu.t  (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 13 tests but ran 0.
t/02-eig.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
Files=3, Tests=0,  1 wallclock secs ( 0.00 usr  0.04 sys +  0.11 cusr  0.01 csys =  0.16 CPU)
Result: FAIL
Failed 3/3 test programs. 0/0 subtests failed.
*** Error code 255

Stop in /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-MatrixDecomposition-1.00 (line 792 of Makefile).

[MSG] [Thu May  5 06:49:26 2011] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'

PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  Math::BLAS                         1.01        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9104
	CPANPLUS::Dist::Build              0.56
	Cwd                                3.33
	ExtUtils::CBuilder             0.280202
	ExtUtils::Command                  1.16
	ExtUtils::Install                  1.54
	ExtUtils::MakeMaker                6.56
	ExtUtils::Manifest                 1.58
	ExtUtils::ParseXS                2.2206
	File::Spec                         3.33
	Module::Build                    0.3800
	Test::Harness                      3.23
	Test::More                         0.98
	version                            0.88

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.62.
Powered by minismokebox version 0.44

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
    PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-MatrixDecomposition-1.00/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-MatrixDecomposition-1.00/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 2750
    PERL5_CPANPLUS_IS_VERSION = 0.9104
    PERL5_MINISMOKEBOX = 0.44
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.8.9
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /home/cpan/pit/bare/perl-5.8.9/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
  Platform:
    osname=openbsd, osvers=4.9, archname=OpenBSD.amd64-openbsd
    uname='openbsd ostrich.bingosnet.co.uk 4.9 generic#477 amd64 '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.8.9'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719 ', gccosandvers='openbsd4.9'
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lgdbm -lm -lutil -lc
    perllibs=-lm -lutil -lc
    libc=/usr/lib/libc.so.58.0, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC  -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MYMALLOC PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_FAST_STDIO USE_LARGE_FILES
                        USE_PERLIO
  Built under openbsd
  Compiled at May  4 2011 13:02:29
  %ENV:
    PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/arch:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-MatrixDecomposition-1.00/blib/lib:/home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-MatrixDecomposition-1.00/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="2750"
    PERL5_CPANPLUS_IS_VERSION="0.9104"
    PERL5_MINISMOKEBOX="0.44"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.8.9"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/lib
    /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-BLAS-1.01/blib/arch
    /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-MatrixDecomposition-1.00/blib/lib
    /home/cpan/pit/bare/conf/perl-5.8.9/.cpanplus/5.8.9/build/Math-MatrixDecomposition-1.00/blib/arch
    /home/cpan/pit/bare/perl-5.8.9/lib/5.8.9/OpenBSD.amd64-openbsd
    /home/cpan/pit/bare/perl-5.8.9/lib/5.8.9
    /home/cpan/pit/bare/perl-5.8.9/lib/site_perl/5.8.9/OpenBSD.amd64-openbsd
    /home/cpan/pit/bare/perl-5.8.9/lib/site_perl/5.8.9
    .