Report for Clone-Closure-0.06

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Clone-Closure-0.06 v5.24.0 FreeBSD
Date: 2016-09-03T18:03:04Z

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 Ben Morrow,

This is a computer-generated report for Clone-Closure-0.06
on perl 5.24.0, created by CPAN-Reporter-1.2017.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

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 './Build':

Building Clone-Closure
cc -I. -I/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE -DVERSION="0.06" -DXS_VERSION="0.06" -DPIC -fPIC -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -pipe -o lib/Clone/Closure.o lib/Clone/Closure.c
lib/Clone/Closure.xs:186:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    while (next = hv_iternext_flags(ref, HV_ITERNEXT_WANTPLACEHOLDERS)) {
           ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/Clone/Closure.xs:186:17: note: place parentheses around the assignment to silence this warning
    while (next = hv_iternext_flags(ref, HV_ITERNEXT_WANTPLACEHOLDERS)) {
                ^
           (                                                          )
lib/Clone/Closure.xs:186:17: note: use '==' to turn this assignment into an equality comparison
    while (next = hv_iternext_flags(ref, HV_ITERNEXT_WANTPLACEHOLDERS)) {
                ^
                ==
lib/Clone/Closure.xs:257:15: warning: incompatible pointer types initializing 'AV *const' (aka 'struct av *const') with an expression of type 'PADLIST *' (aka 'struct padlist *') [-Wincompatible-pointer-types]
    AV *const rpadlist = CvPADLIST(ref);
              ^          ~~~~~~~~~~~~~~
lib/Clone/Closure.xs:350:22: warning: incompatible pointer types assigning to 'PADLIST *' (aka 'struct padlist *') from 'AV *' (aka 'struct av *') [-Wincompatible-pointer-types]
    CvPADLIST(clone) = cpadlist;
                     ^ ~~~~~~~~
lib/Clone/Closure.xs:364:35: warning: incompatible pointer types passing 'PADLIST *' (aka 'struct padlist *') to parameter of type 'AV *' (aka 'struct av *') [-Wincompatible-pointer-types]
    AV *padn   = (AV *) *av_fetch(CvPADLIST(clone), 0,      FALSE);
                         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/cv.h:70:25: note: expanded from macro 'CvPADLIST'
#define CvPADLIST(sv)     (*(assert_(!CvISXSUB((CV*)(sv))) \
                          ^
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/embed.h:56:46: note: expanded from macro 'av_fetch'
#define av_fetch(a,b,c)         Perl_av_fetch(aTHX_ a,b,c)
                                                    ^
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/proto.h:154:44: note: passing argument to parameter 'av' here
PERL_CALLCONV SV**      Perl_av_fetch(pTHX_ AV *av, SSize_t key, I32 lval)
                                                ^
lib/Clone/Closure.xs:365:35: warning: incompatible pointer types passing 'PADLIST *' (aka 'struct padlist *') to parameter of type 'AV *' (aka 'struct av *') [-Wincompatible-pointer-types]
    AV *padv   = (AV *) *av_fetch(CvPADLIST(clone), vdepth, FALSE);
                         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/cv.h:70:25: note: expanded from macro 'CvPADLIST'
#define CvPADLIST(sv)     (*(assert_(!CvISXSUB((CV*)(sv))) \
                          ^
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/embed.h:56:46: note: expanded from macro 'av_fetch'
#define av_fetch(a,b,c)         Perl_av_fetch(aTHX_ a,b,c)
                                                    ^
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/proto.h:154:44: note: passing argument to parameter 'av' here
PERL_CALLCONV SV**      Perl_av_fetch(pTHX_ AV *av, SSize_t key, I32 lval)
                                                ^
lib/Clone/Closure.xs:366:35: warning: incompatible pointer types passing 'PADLIST *' (aka 'struct padlist *') to parameter of type 'AV *' (aka 'struct av *') [-Wincompatible-pointer-types]
    AV *padr   = (AV *) *av_fetch(CvPADLIST(ref),   rdepth, FALSE);
                         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/cv.h:70:25: note: expanded from macro 'CvPADLIST'
#define CvPADLIST(sv)     (*(assert_(!CvISXSUB((CV*)(sv))) \
                          ^
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/embed.h:56:46: note: expanded from macro 'av_fetch'
#define av_fetch(a,b,c)         Perl_av_fetch(aTHX_ a,b,c)
                                                    ^
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/proto.h:154:44: note: passing argument to parameter 'av' here
PERL_CALLCONV SV**      Perl_av_fetch(pTHX_ AV *av, SSize_t key, I32 lval)
                                                ^
lib/Clone/Closure.xs:564:17: warning: incompatible pointer types assigning to 'AV *' (aka 'struct av *') from 'PADLIST *' (aka 'struct padlist *') [-Wincompatible-pointer-types]
        padlist = CvPADLIST(scope);
                ^ ~~~~~~~~~~~~~~~~
lib/Clone/Closure.xs:591:23: error: no member named 'xpadn_low' in 'struct sv'
                seq > COP_SEQ_RANGE_LOW(sv)
                      ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/pad.h:114:38: note: expanded from macro 'COP_SEQ_RANGE_LOW'
#define COP_SEQ_RANGE_LOW(pn)           (pn)->xpadn_low
                                        ~~~~  ^
lib/Clone/Closure.xs:592:27: error: no member named 'xpadn_high' in 'struct sv'
                && seq <= COP_SEQ_RANGE_HIGH(sv)
                          ^~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.24.0p/lib/5.24.0/amd64-freebsd/CORE/pad.h:115:39: note: expanded from macro 'COP_SEQ_RANGE_HIGH'
#define COP_SEQ_RANGE_HIGH(pn)          (pn)->xpadn_high
                                        ~~~~  ^
lib/Clone/Closure.xs:625:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
    if ( seen = CLONE_FETCH(ref) ) {
         ~~~~~^~~~~~~~~~~~~~~~~~
lib/Clone/Closure.xs:625:15: note: place parentheses around the assignment to silence this warning
    if ( seen = CLONE_FETCH(ref) ) {
              ^
         (                      )
lib/Clone/Closure.xs:625:15: note: use '==' to turn this assignment into an equality comparison
    if ( seen = CLONE_FETCH(ref) ) {
              ^
              ==
8 warnings and 2 errors generated.
error building lib/Clone/Closure.o from 'lib/Clone/Closure.c' at /usr/perl5.24.0p/lib/5.24.0/ExtUtils/CBuilder/Base.pm line 174.

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

Prerequisite modules loaded:

requires:

    Module             Need Have    
    ------------------ ---- --------
    XSLoader           0    0.24    

build_requires:

    Module             Need Have    
    ------------------ ---- --------
    Data::Dumper       0    2.160   
    ExtUtils::CBuilder 0    0.280225
    File::Temp         0.16 0.2304  
    Scalar::Util       1.14 1.45    
    Taint::Runtime     0    0.03    
    Task::Weaken       0    1.04    
    Test::More         0.88 1.302052

configure_requires:

    Module             Need Have    
    ------------------ ---- --------
    Module::Build      0.36 0.4220  


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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.24.0p/bin/perl5.24.0
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 42428
    PERL5_CPAN_IS_RUNNING = 42428
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 41590,42428
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2016090318/cpanreporter_001_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2016090318

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

    $^X = /usr/perl5.24.0p/bin/perl5.24.0
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.11    
    CPAN::Meta          2.150010
    Cwd                 3.63    
    ExtUtils::CBuilder  0.280225
    ExtUtils::Command   7.24    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.31    
    File::Spec          3.63    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4220  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.36    
    Test::More          1.302052
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 24 subversion 0) configuration:
   
  Platform:
    osname=freebsd, osvers=10.1-release, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.24.0p -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2',
    optimize='-O2 -pipe',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', 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 ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
    libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lm -lcrypt -lutil -lc
    libc=, 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  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV 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 freebsd
  Compiled at May 10 2016 08:49:38
  %ENV:
    PERL="/usr/perl5.24.0p/bin/perl5.24.0"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="42428"
    PERL5_CPAN_IS_RUNNING="42428"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="41590,42428"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2016090318/cpanreporter_001_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/perl5.24.0p/lib/site_perl/5.24.0/amd64-freebsd
    /usr/perl5.24.0p/lib/site_perl/5.24.0
    /usr/perl5.24.0p/lib/5.24.0/amd64-freebsd
    /usr/perl5.24.0p/lib/5.24.0
    .