Report for Compress-PPMd-0.11

Back
From: metabase:user:d49cdc72-1559-11e3-9efd-e82414baadac
Subject: FAIL Compress-PPMd-0.11 v5.25.10 GNU/Linux
Date: 2017-02-27T19:22:49Z

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 SALVA,

This is a computer-generated report for Compress-PPMd-0.11
on perl 5.25.10, created by App::cpanminus::reporter 0.17 (1.7042).

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:

none provided

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

Output from '':

Building and testing Compress-PPMd-0.11
cp PPMd.pm blib/lib/Compress/PPMd.pm
Running Mkbootstrap for PPMd ()
chmod 644 "PPMd.bs"
"/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPMd.bs blib/arch/auto/Compress/PPMd/PPMd.bs 644
"/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10" "/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/ExtUtils/xsubpp"  -typemap '/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/ExtUtils/typemap' -typemap '/home/kent/.cpanm/work/1488222554.14678/Compress-PPMd-0.11/typemap'  PPMd.xs > PPMd.xsc
mv PPMd.xsc PPMd.c
"/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10" "-Iblib/arch" "-Iblib/lib" Constants.h.PL Constants.h
g++ -c   -fstack-protector-strong -fno-stack-protector -DPERL_HASH_FUNC_SDBM -DPERL_DISABLE_PMC -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstack-protector-strong -fno-stack-protector -O3 -march=native -mtune=native   -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux/CORE"   PPMd.c
In file included from PPMd.xs:5:0:
ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined
 #  define PERL_UNUSED_DECL
 ^
In file included from PPMd.xs:2:0:
/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux/CORE/perl.h:323:0: note: this is the location of the previous definition
 #    define PERL_UNUSED_DECL __attribute__unused__
 ^
In file included from Types.hpp:57:0,
                 from PPMd.xs:7:
Buffer.hpp: In member function ‘int PPMD_In::GetC()’:
Buffer.hpp:26:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
      throw PPMD_Exception("Input buffer exhausted");
                                                   ^
In file included from PPMd.xs:9:0:
Wrapper.hpp: In constructor ‘PPMD_Encoder_Perl::PPMD_Encoder_Perl(unsigned int, unsigned int, int, int)’:
Wrapper.hpp:8:68: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
      throw PPMD_Exception("Invalid argument: MaxOrder out of range");
                                                                    ^
Wrapper.hpp:10:68: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
      throw PPMD_Exception("Invalid argument: MRMethod out of range");
                                                                    ^
Wrapper.hpp:13:73: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
      throw PPMD_Exception("Unable to create SubAllocator: out of memory");
                                                                         ^
Wrapper.hpp: In constructor ‘PPMD_Decoder_Perl::PPMD_Decoder_Perl(unsigned int, unsigned int, int, int)’:
Wrapper.hpp:46:68: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
      throw PPMD_Exception("Invalid argument: MaxOrder out of range");
                                                                    ^
Wrapper.hpp:48:68: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
      throw PPMD_Exception("Invalid argument: MRMethod out of range");
                                                                    ^
Wrapper.hpp:51:73: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
      throw PPMD_Exception("Unable to create SubAllocator: out of memory");
                                                                         ^
g++ -c   -fstack-protector-strong -fno-stack-protector -DPERL_HASH_FUNC_SDBM -DPERL_DISABLE_PMC -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstack-protector-strong -fno-stack-protector -O3 -march=native -mtune=native   -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux/CORE"   Model.cpp
In file included from Model.cpp:12:0:
ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined
 #  define PERL_UNUSED_DECL
 ^
In file included from Model.cpp:9:0:
/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux/CORE/perl.h:323:0: note: this is the location of the previous definition
 #    define PERL_UNUSED_DECL __attribute__unused__
 ^
In file included from Types.hpp:57:0,
                 from Model.cpp:15:
Buffer.hpp: In member function ‘int PPMD_In::GetC()’:
Buffer.hpp:26:51: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
      throw PPMD_Exception("Input buffer exhausted");
                                                   ^
rm -f blib/arch/auto/Compress/PPMd/PPMd.so
g++  -shared  -fstack-protector-strong -fno-stack-protector -O3 -march=native -mtune=native -L/usr/local/lib PPMd.o Model.o  -o blib/arch/auto/Compress/PPMd/PPMd.so  \
      \
  
chmod 755 blib/arch/auto/Compress/PPMd/PPMd.so
"/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPMd.bs blib/arch/auto/Compress/PPMd/PPMd.bs 644
PERL_DL_NONLAZY=1 "/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/0_use.t ...... ok

#   Failed test 'POD test for blib/lib/Compress/PPMd.pm'
#   at /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10/Test/Pod.pm line 187.
# blib/lib/Compress/PPMd.pm (228): Non-ASCII character seen before =encoding in 'Fandiño'. Assuming CP1252
# Looks like you failed 1 test of 1.
t/4_pods.t ..... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
t/1_quijote.t .. 
Failed 30/31 subtests 
t/2_die.t ...... 
Failed 1/4 subtests 
t/3_rubbish.t .. ok

Test Summary Report
-------------------
t/4_pods.t   (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/1_quijote.t (Wstat: 139 Tests: 1 Failed: 0)
  Non-zero wait status: 139
  Parse errors: Bad plan.  You planned 31 tests but ran 1.
t/2_die.t    (Wstat: 139 Tests: 3 Failed: 0)
  Non-zero wait status: 139
  Parse errors: Bad plan.  You planned 4 tests but ran 3.
Files=5, Tests=34,  1 wallclock secs ( 0.07 usr  0.02 sys +  0.99 cusr  0.11 csys =  1.19 CPU)
Result: FAIL

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    HARNESS_OPTIONS = j10:c
    LANG = en_NZ.UTF8
    LC_CTYPE = en_NZ.UTF8
    LC_TIME = en_NZ.UTF8
    PATH = /home/kent/perl5/perlbrew/bin:/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin:/home/kent/.rvm/gems/ruby-2.1.2/bin:/home/kent/.rvm/gems/ruby-2.1.2@global/bin:/home/kent/.rvm/rubies/ruby-2.1.2/bin:/home/kent/.perl6/2013.04/bin:/home/kent/.gem/ruby/1.8/bin/:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0:/usr/games/bin:/home/kent/.rvm/bin:/home/kent/.rvm/bin
    PERLBREW_BASHRC_VERSION = 0.74
    PERLBREW_HOME = /home/kent/.perlbrew
    PERLBREW_MANPATH = /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/man
    PERLBREW_PATH = /home/kent/perl5/perlbrew/bin:/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin
    PERLBREW_PERL = 5.25.10-nossp-sdbm-nopmc-nodot
    PERLBREW_ROOT = /home/kent/perl5/perlbrew
    PERLBREW_VERSION = 0.74
    PERL_CPANM_OPT =  --prompt --reinstall --interactive --with-recommends --with-suggests --with-develop --verify --mirror http://cpan.metacpan.org/ --no-lwp
    PERL_MM_OPT =  INSTALLDIRS=site
    SHELL = /bin/bash
    TERM = rxvt-unicode-256color

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

    EGID = 1000 4 6 10 16 18 19 27 35 78 80 85 100 102 103 104 105 114 115 116 117 118 250 965 968 974 976 994 1000
    EUID = 1000
    EXECUTABLE_NAME = /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin/perl5.25.10
    GID = 1000 4 6 10 16 18 19 27 35 78 80 85 100 102 103 104 105 114 115 116 117 118 250 965 968 974 976 994 1000
    UID = 1000

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.17      
    CPAN::Meta          2.150010  
    Cwd                 3.66      
    ExtUtils::CBuilder  0.280225  
    ExtUtils::Command   7.24      
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.24      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.33      
    File::Spec          3.66      
    JSON                2.90      
    JSON::PP            2.27400_02
    Module::Build       0.4220    
    Module::Signature   0.81      
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.36_01   
    Test::More          1.302073  
    YAML                1.23      
    YAML::Syck          1.29      
    version             0.9917    


--

Summary of my perl5 (revision 5 version 25 subversion 10) configuration:
   
  Platform:
    osname=linux
    osvers=4.8.5-gentoo
    archname=x86_64-linux
    uname='linux katipo2 4.8.5-gentoo #43 smp preempt tue nov 1 19:41:26 nzdt 2016 x86_64 intel(r) core(tm) i5-2410m cpu @ 2.30ghz genuineintel gnulinux '
    config_args='-de -Dprefix=/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot -Ddefault_inc_excludes_dot -Doptimize= -fstack-protector-strong -fno-stack-protector -O3 -march=native -mtune=native -Dman1dir=none -Dman3dir=none -Dusedevel -Accflags= -fstack-protector-strong -fno-stack-protector -DPERL_HASH_FUNC_SDBM -DPERL_DISABLE_PMC -Aldflags= -fstack-protector-strong -fno-stack-protector -Aeval:scriptdir=/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-fstack-protector-strong -fno-stack-protector -DPERL_HASH_FUNC_SDBM -DPERL_DISABLE_PMC -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize=' -fstack-protector-strong -fno-stack-protector -O3 -march=native -mtune=native'
    cppflags='-fstack-protector-strong -fno-stack-protector -DPERL_HASH_FUNC_SDBM -DPERL_DISABLE_PMC -fwrapv -fno-strict-aliasing -pipe'
    ccversion=''
    gccversion='5.4.0'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='  -fstack-protector-strong -fno-stack-protector -L/usr/local/lib'
    libpth=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include-fixed /usr/lib /usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lpthread -lnsl -lndbm -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.24.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.24'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared  -fstack-protector-strong -fno-stack-protector -O3 -march=native -mtune=native -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DISABLE_PMC
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_SDBM
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under linux
  Compiled at Feb 27 2017 18:17:29
  %ENV:
    PERLBREW_BASHRC_VERSION="0.74"
    PERLBREW_HOME="/home/kent/.perlbrew"
    PERLBREW_MANPATH="/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/man"
    PERLBREW_PATH="/home/kent/perl5/perlbrew/bin:/home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/bin"
    PERLBREW_PERL="5.25.10-nossp-sdbm-nopmc-nodot"
    PERLBREW_ROOT="/home/kent/perl5/perlbrew"
    PERLBREW_VERSION="0.74"
    PERL_CPANM_OPT=" --prompt --reinstall --interactive --with-recommends --with-suggests --with-develop --verify --mirror http://cpan.metacpan.org/ --no-lwp"
    PERL_MM_OPT=" INSTALLDIRS=site"
  @INC:
    /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10/x86_64-linux
    /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/site_perl/5.25.10
    /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10/x86_64-linux
    /home/kent/perl5/perlbrew/perls/5.25.10-nossp-sdbm-nopmc-nodot/lib/5.25.10