Math-Int128 v0.22 Perl 5 v5.18.0 i86pc-solaris-thread-multi

Status
Fail
From
Nigel Horne
Dist
Math-Int128 v0.22
Platform
Perl 5 v5.18.0 i86pc-solaris-thread-multi
Date
2019-02-10 10:37:29
ID
ddb1dcde-2d1f-11e9-b532-a1e3b2c52b32
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 Salvador Fandino Garcia,

This is a computer-generated report for Math-Int128-0.22
on perl 5.18.0, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

"/export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/bin/perl5.18.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Int128.bs blib/arch/auto/Math/Int128/Int128.bs 644
PERL_DL_NONLAZY=1 "/export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/bin/perl5.18.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ............ ok
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.34
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.34
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.34
#     File::Spec           any     3.40
#     IO::Handle           any     1.39
#     IPC::Open3           any     1.13
#     Math::BigInt         any 1.999814
#     Test::More          0.96 1.302140
#     integer              any     1.00
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module      Want Have
#     ----------- ---- ----
#     Exporter     any 5.73
#     Math::Int64 0.51 0.54
#     XSLoader     any 0.24
#     constant     any 1.33
#     overload     any 1.22
#     strict       any 1.07
#     warnings     any 1.18
# 
t/00-report-prereqs.t ..... ok
t/author-eol.t ............ skipped: these tests are for testing by the author
t/author-no-tabs.t ........ skipped: these tests are for testing by the author
t/author-pod-spell.t ...... skipped: these tests are for testing by the author
Math::Int128 overflow: Number is out of bounds for uint128_t conversion at t/bugs.t line 14.
t/bugs.t .................. 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 

#   Failed test at t/Math-Int128.t line 51.

#   Failed test at t/Math-Int128.t line 53.

#   Failed test at t/Math-Int128.t line 92.

#   Failed test at t/Math-Int128.t line 97.
Invalid length for int128_t at t/Math-Int128.t line 99.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 35.
t/Math-Int128.t ........... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/35 subtests 

#   Failed test at t/Math-UInt128.t line 92.

#   Failed test 'string to/from int128 conversion'
#   at t/Math-UInt128.t line 98.
#          got: '123452345'
#     expected: '127131031961723452345'
Invalid length for uint128_t at t/Math-UInt128.t line 114.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 41.
t/Math-UInt128.t .......... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/41 subtests 
t/release-cpan-changes.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
t/release-portability.t ... skipped: these tests are for release candidate testing
t/release-synopsis.t ...... skipped: these tests are for release candidate testing

Test Summary Report
-------------------
t/bugs.t                (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/Math-Int128.t         (Wstat: 65280 Tests: 35 Failed: 4)
  Failed tests:  16-17, 34-35
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/Math-UInt128.t        (Wstat: 65280 Tests: 41 Failed: 2)
  Failed tests:  34-35
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=12, Tests=79,  3 wallclock secs ( 0.10 usr  0.05 sys +  1.64 cusr  0.38 csys =  2.17 CPU)
Result: FAIL
Failed 3/12 test programs. 6/79 subtests failed.
*** Error code 255
make: Fatal error: Command failed for target `test_dynamic'

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    constant            0     1.33    
    Exporter            0     5.73    
    Math::Int64         0.51  0.54    
    overload            0     1.22    
    perl                5.006 5.018000
    strict              0     1.07    
    warnings            0     1.18    
    XSLoader            0     0.24    

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.34    
    File::Spec          0     3.40    
    integer             0     1.00    
    IO::Handle          0     1.39    
    IPC::Open3          0     1.13    
    Math::BigInt        0     1.999814
    Test::More          0.96  1.302140

configure_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.34    


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

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/bin:/export/home/njh/src/njh/smoker/bin:/usr/bin
    PERL5LIB = /export/home/njh/.cpan/build/Math-Int64-0.54-31/blib/arch:/export/home/njh/.cpan/build/Math-Int64-0.54-31/blib/lib:/export/home/njh/.cpan/build/Getargs-Mixed-1.03_1-31/blib/arch:/export/home/njh/.cpan/build/Getargs-Mixed-1.03_1-31/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 6420
    PERL5_CPAN_IS_RUNNING = 6420
    PERLBREW_HOME = /export/home/njh/.perlbrew
    PERLBREW_MANPATH = /export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/man
    PERLBREW_PATH = /export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/bin
    PERLBREW_PERL = perl-5.18.0-thread
    PERLBREW_ROOT = /export/home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.84
    PERLBREW_VERSION = 0.84
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/sh
    TERM = dumb
    TMPDIR = /tmp/testwrapper.6406

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

    $^X = /export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/bin/perl5.18.0
    $UID/$EUID = 101 / 101
    $GID = 10 10
    $EGID = 10 10

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.22    
    CPAN::Meta          2.150010
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.34    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.34    
    ExtUtils::Manifest  1.71    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.40    
    JSON                4.01    
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302140
    YAML                1.27    
    YAML::Syck          1.31    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 18 subversion 0) configuration:
   
  Platform:
    osname=solaris, osvers=2.11, archname=i86pc-solaris-thread-multi
    uname='sunos vultr1.bandsman.co.uk 5.11 illumos-b075503f22 i86pc i386 i86pc '
    config_args='-de -Dprefix=/export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread -Dusedevel -Dusethreads -Accflags= -Aeval:scriptdir=/export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='/opt/SUNWspro/bin/cc', ccflags ='-D_REENTRANT -I/usr/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV',
    optimize='-O',
    cppflags='-D_REENTRANT -I/usr/gnu/include'
    ccversion='Sun C 5.10 SunOS_i386 2009/06/03', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='/opt/SUNWspro/bin/cc', ldflags =' -L/usr/lib -L/usr/ccs/lib -L/opt/sunstudio12.1/prod/lib -L/lib -L/usr/gnu/lib '
    libpth=/usr/lib /usr/ccs/lib /opt/sunstudio12.1/prod/lib /lib /usr/gnu/lib
    libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lpthread -lc
    perllibs=-lsocket -lnsl -ldl -lm -lpthread -lc
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  -R /export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/lib/5.18.0/i86pc-solaris-thread-multi/CORE'
    cccdlflags='-KPIC', lddlflags='-G -L/usr/lib -L/usr/ccs/lib -L/opt/sunstudio12.1/prod/lib -L/lib -L/usr/gnu/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND PERL_USE_DEVEL
                        PERL_USE_SAFE_PUTENV USE_ITHREADS USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.52
  Built under solaris
  Compiled at Sep 18 2018 00:42:48
  %ENV:
    PERL5LIB="/export/home/njh/.cpan/build/Math-Int64-0.54-31/blib/arch:/export/home/njh/.cpan/build/Math-Int64-0.54-31/blib/lib:/export/home/njh/.cpan/build/Getargs-Mixed-1.03_1-31/blib/arch:/export/home/njh/.cpan/build/Getargs-Mixed-1.03_1-31/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="6420"
    PERL5_CPAN_IS_RUNNING="6420"
    PERLBREW_HOME="/export/home/njh/.perlbrew"
    PERLBREW_MANPATH="/export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/man"
    PERLBREW_PATH="/export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/bin"
    PERLBREW_PERL="perl-5.18.0-thread"
    PERLBREW_ROOT="/export/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.84"
    PERLBREW_VERSION="0.84"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /export/home/njh/.cpan/build/Math-Int64-0.54-31/blib/arch
    /export/home/njh/.cpan/build/Math-Int64-0.54-31/blib/lib
    /export/home/njh/.cpan/build/Getargs-Mixed-1.03_1-31/blib/arch
    /export/home/njh/.cpan/build/Getargs-Mixed-1.03_1-31/blib/lib
    /export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/lib/site_perl/5.18.0/i86pc-solaris-thread-multi
    /export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/lib/site_perl/5.18.0
    /export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/lib/5.18.0/i86pc-solaris-thread-multi
    /export/home/njh/perl5/perlbrew/perls/perl-5.18.0-thread/lib/5.18.0
    .