Convert-Binary-C v0.80 Perl 5 v5.16.2 armv7l-linux

Status
Unknown
From
Nigel Horne
Dist
Convert-Binary-C v0.80
Platform
Perl 5 v5.16.2 armv7l-linux
Date
2020-11-17 16:47:55
ID
a3d2668c-28f4-11eb-b9db-b6c7a8faccfa
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 Marcus Holland-Moritz,

This is a computer-generated report for Convert-Binary-C-0.80
on perl 5.16.2, created by CPAN-Reporter-1.2018.

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:

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 -j4 -j4':

Running Mkbootstrap for C ()
cp lib/Convert/Binary/C/Cached.pm blib/lib/Convert/Binary/C/Cached.pm
cp lib/Convert/Binary/C.pm blib/lib/Convert/Binary/C.pm
"/home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin/perl5.16.2" "/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/ExtUtils/xsubpp"  -typemap '/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/ExtUtils/typemap' -typemap '/tmp/build/Convert-Binary-C-0.80-0/typemap'  C.xs > C.xsc
"/home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin/perl5.16.2" "-Iblib/arch" "-Iblib/lib" ctlib/arch.pl ctlib/arch.h 
chmod 644 "C.bs"
Compiling [cc -O2] ctlib/fileinfo.c
Compiling [cc -O2] util/hash.c
Compiling [cc -O2] util/list.c
mv C.xsc C.c
Compiling [cc -O2] util/memalloc.c
"/home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin/perl5.16.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- C.bs blib/arch/auto/Convert/Binary/C/C.bs 644
Compiling [cc -O2] C.c
Compiling [cc -O2] cbc/basic.c
Compiling [cc -O2] cbc/dimension.c
Compiling [cc -O2] cbc/hook.c
cbc/dimension.c: In function 'dimension_from_member':
cbc/dimension.c:278:7: warning: variable 'success' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   int success = 1;
       ^~~~~~~
cbc/dimension.c:279:7: warning: variable 'sv' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   SV *sv = NULL;
       ^~
In file included from /home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/perl.h:2460,
                 from cbc/dimension.c:21:
cbc/dimension.c: In function 'dimension_from_hook':
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/handy.h:61:35: warning: variable '_p' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                                   ^~
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/handy.h:71:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/sv.h:273:19: note: in expansion of macro 'MUTABLE_SV'
  SV * const _sv = MUTABLE_SV(sv); \
                   ^~~~~~~~~~
cbc/dimension.c:464:7: note: in expansion of macro 'SvREFCNT_dec'
       SvREFCNT_dec(in);
       ^~~~~~~~~~~~
Compiling [cc -O2] cbc/idl.c
Compiling [cc -O2] cbc/init.c
Compiling [cc -O2] cbc/macros.c
Compiling [cc -O2] cbc/member.c
Compiling [cc -O2] cbc/object.c
Compiling [cc -O2] cbc/option.c
cbc/member.c: In function 'get_ams_struct.isra.0':
cbc/member.c:133:30: warning: 'len' may be used uninitialized in this function [-Wmaybe-uninitialized]
           SvCUR_set(name, len+1);
                              ^
cbc/member.c: In function 'get_ams_type':
cbc/member.c:201:30: warning: 'len' may be used uninitialized in this function [-Wmaybe-uninitialized]
           SvCUR_set(name, len+1);
                              ^
Compiling [cc -O2] cbc/pack.c
cbc/member.c: In function 'search_struct_member.isra.1':
cbc/member.c:610:27: warning: 'offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
     return offset < 0 ? 0 : offset;
            ~~~~~~~~~~~~~~~^~~~~~~~
Compiling [cc -O2] cbc/sourcify.c
In file included from /home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/perl.h:2460,
                 from C.xs:27:
C.c: In function 'XS_Convert__Binary__C_pack':
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/handy.h:61:35: warning: variable '_p' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                                   ^~
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/handy.h:71:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/sv.h:273:19: note: in expansion of macro 'MUTABLE_SV'
  SV * const _sv = MUTABLE_SV(sv); \
                   ^~~~~~~~~~
./xsubs/pack.xs:118:9: note: in expansion of macro 'SvREFCNT_dec'
         SvREFCNT_dec(rv);
         ^~~~~~~~~~~~
cbc/pack.c: In function 'unpack_enum':
cbc/pack.c:1506:16: warning: variable 'hooks' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   const CtTag *hooks = NULL;
                ^~~~~
Compiling [cc -O2] cbc/tag.c
Compiling [cc -O2] cbc/type.c
cbc/pack.c: In function 'unpack_type':
cbc/pack.c:1747:16: warning: variable 'hooks' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   const CtTag *hooks = NULL;
                ^~~~~
cbc/pack.c:1748:16: warning: variable 'dimtag' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   const CtTag *dimtag = NULL;
                ^~~~~~
cbc/pack.c:1788:9: warning: variable 'size' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
     int size = pDecl->item_size;
         ^~~~
Compiling [cc -O2] cbc/typeinfo.c
cbc/pack.c: In function 'unpack_struct':
cbc/pack.c:1334:22: warning: variable 'h' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   HV                *h = hash;
                      ^
cbc/pack.c:1336:22: warning: variable 'ordered' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   int                ordered;
                      ^~~~~~~
cbc/pack.c:1338:22: warning: variable 'hooks' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
   const CtTag       *hooks = NULL;
                      ^~~~~
In file included from /home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/perl.h:2460,
                 from cbc/pack.c:21:
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/handy.h:61:35: warning: variable '_p' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                                   ^~
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/handy.h:71:30: note: in expansion of macro 'MUTABLE_PTR'
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux/CORE/sv.h:273:19: note: in expansion of macro 'MUTABLE_SV'
  SV * const _sv = MUTABLE_SV(sv); \
                   ^~~~~~~~~~
cbc/pack.c:1450:7: note: in expansion of macro 'SvREFCNT_dec'
       SvREFCNT_dec((SV *) h);
       ^~~~~~~~~~~~
Compiling [cc -O2] cbc/util.c
Compiling [cc -O2] ctlib/bitfields.c
Compiling [cc -O2] ctlib/byteorder.c
ctlib/bitfields.c: In function 'Generic_push':
ctlib/bitfields.c:310:9: warning: 'used_bytes' may be used uninitialized in this function [-Wmaybe-uninitialized]
     int used_bytes, new_bit_offset;
         ^~~~~~~~~~
mv: cannot stat 't_object.tmp': No such file or directory
make: *** [Makefile:401: ctlib/bitfields.o] Error 1
make: *** Waiting for unfinished jobs....
Compiling [cc -O2] ctlib/cterror.c

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

Prerequisite modules loaded:

build_requires:

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

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j4
    NONINTERACTIVE_TESTING = 1
    PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    PERL = /home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin/perl5.16.2
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 22502
    PERL5_CPAN_IS_RUNNING = 22502
    PERLBREW_HOME = /home/smoker/.perlbrew
    PERLBREW_MANPATH = /home/smoker/perl5/perlbrew/perls/perl-5.16.2/man
    PERLBREW_PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin
    PERLBREW_PERL = perl-5.16.2
    PERLBREW_ROOT = /home/smoker/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.88
    PERLBREW_VERSION = 0.88
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TERM = xterm
    TMPDIR = /tmp/testwrapper.22491

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

    $^X = /home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin/perl5.16.2
    $UID/$EUID = 1000 / 1000
    $GID = 1000
    $EGID = 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.27    
    CPAN::Meta          2.143240
    Cwd                 3.75    
    ExtUtils::CBuilder  0.280206
    ExtUtils::Command   7.44    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.44    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.16    
    File::Spec          3.75    
    JSON                4.02    
    JSON::PP            2.27203 
    Module::Build       0.39_01 
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.42    
    Test::More          1.302171
    YAML                1.30    
    YAML::Syck          1.32    
    version             0.99    


--

Summary of my perl5 (revision 5 version 16 subversion 2) configuration:
   
  Platform:
    osname=linux, osvers=4.19.75-v7l+, archname=armv7l-linux
    uname='linux 5912da58b734 4.19.75-v7l+ #1270 smp tue sep 24 18:51:41 bst 2019 armv7l gnulinux '
    config_args='-de -Dprefix=/home/smoker/perl5/perlbrew/perls/perl-5.16.2 -Dusedevel -Accflags=-O2 -pipe -Wall -Wextra -mtune=native -march=native -Aeval:scriptdir=/home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='8.3.0', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf /usr/lib
    libs=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.28.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.28'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.84
  Built under linux
  Compiled at Feb  2 2020 20:30:33
  %ENV:
    PERL="/home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin/perl5.16.2"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="22502"
    PERL5_CPAN_IS_RUNNING="22502"
    PERLBREW_HOME="/home/smoker/.perlbrew"
    PERLBREW_MANPATH="/home/smoker/perl5/perlbrew/perls/perl-5.16.2/man"
    PERLBREW_PATH="/home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.16.2/bin"
    PERLBREW_PERL="perl-5.16.2"
    PERLBREW_ROOT="/home/smoker/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.88"
    PERLBREW_VERSION="0.88"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2/armv7l-linux
    /home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/site_perl/5.16.2
    /home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2/armv7l-linux
    /home/smoker/perl5/perlbrew/perls/perl-5.16.2/lib/5.16.2
    .