ExtUtils-ParseXS v3.44 Perl 5 v5.10.0 x86_64-linux-thread-multi-ld

Status
Pass
From
Nigel Horne
Dist
ExtUtils-ParseXS v3.44
Platform
Perl 5 v5.10.0 x86_64-linux-thread-multi-ld
Date
2022-03-23 14:35:36
ID
80b2f80c-aab6-11ec-b45f-caece6a96ffd
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 Sawyer X,

This is a computer-generated report for ExtUtils-ParseXS-3.44
on perl 5.10.0, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

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

PERL_DL_NONLAZY=1 "/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/bin/perl5.10.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/001-basic.t ............................ ok
In file included from /home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/perl.h:2382:0,
                 from XSMore.xs:2:
XSMore.xs: In function ‘outlist_bool’:
/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/handy.h:700:50: warning: format not a string literal and no format arguments [-Wformat-security]
 #define MEM_WRAP_CHECK(n,t) MEM_WRAP_CHECK_1(n,t,PL_memory_wrap)
                                                  ^
/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/handy.h:702:96: note: in definition of macro ‘MEM_WRAP_CHECK_1’
  (void)(sizeof(t) > 1 && ((MEM_SIZE)(n)+0.0) > MEM_SIZE_MAX/sizeof(t) && (Perl_croak_nocontext(a),0))
                                                                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/handy.h:703:30: note: in expansion of macro ‘MEM_WRAP_CHECK’
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/handy.h:773:27: note: in expansion of macro ‘MEM_WRAP_CHECK_’
 #define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) MEM_LOG_ALLOC(n,t,(t*)safemalloc((MEM_SIZE)((n)*sizeof(t))))))
                           ^~~~~~~~~~~~~~~
XSMore.xs:48:4: note: in expansion of macro ‘Newx’
    Newx(*c, lenc+1, char);
    ^~~~
XSMore.xs: In function ‘outlist_int’:
/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/handy.h:700:50: warning: format not a string literal and no format arguments [-Wformat-security]
 #define MEM_WRAP_CHECK(n,t) MEM_WRAP_CHECK_1(n,t,PL_memory_wrap)
                                                  ^
/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/handy.h:702:96: note: in definition of macro ‘MEM_WRAP_CHECK_1’
  (void)(sizeof(t) > 1 && ((MEM_SIZE)(n)+0.0) > MEM_SIZE_MAX/sizeof(t) && (Perl_croak_nocontext(a),0))
                                                                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/handy.h:703:30: note: in expansion of macro ‘MEM_WRAP_CHECK’
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld/CORE/handy.h:773:27: note: in expansion of macro ‘MEM_WRAP_CHECK_’
 #define Newx(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) MEM_LOG_ALLOC(n,t,(t*)safemalloc((MEM_SIZE)((n)*sizeof(t))))))
                           ^~~~~~~~~~~~~~~
XSMore.xs:63:4: note: in expansion of macro ‘Newx’
    Newx(*c, lenc+1, char);
    ^~~~
t/002-more.t ............................. ok
t/003-usage.t ............................ ok
t/101-standard_typemap_locations.t ....... ok
t/102-trim_whitespace.t .................. ok
t/103-tidy_type.t ........................ ok
t/104-map_type.t ......................... ok
t/105-valid_proto_string.t ............... ok
t/106-process_typemaps.t ................. ok
t/108-map_type.t ......................... ok
t/109-standard_XS_defs.t ................. ok
t/110-assign_func_args.t ................. ok
t/111-analyze_preprocessor_statements.t .. ok
t/112-set_cond.t ......................... ok
t/113-check_cond_preproc_statements.t .... ok
t/114-blurt_death_Warn.t ................. ok
t/115-avoid-noise.t ...................... ok
t/501-t-compile.t ........................ ok
t/510-t-bare.t ........................... ok
t/511-t-whitespace.t ..................... ok
t/512-t-file.t ........................... ok
t/513-t-merge.t .......................... ok
t/514-t-embed.t .......................... ok
t/515-t-cmd.t ............................ ok
t/516-t-clone.t .......................... ok
t/517-t-targetable.t ..................... ok
t/600-t-compat.t ......................... ok
All tests successful.
Files=27, Tests=268,  7 wallclock secs ( 0.17 usr  0.07 sys +  6.13 cusr  0.92 csys =  7.29 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Carp                0    1.08    
    Cwd                 0    3.75    
    DynaLoader          0    1.08    
    Exporter            5.57 5.74    
    ExtUtils::CBuilder  0    0.280231
    ExtUtils::MakeMaker 6.46 7.38    
    File::Basename      0    2.76    
    File::Spec          0    3.75    
    Symbol              0    1.06    
    Test::More          0.47 1.302168

build_requires:

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

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 6.46 7.38    


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = C.UTF-8
    LC_TERMINAL = iTerm2
    LC_TERMINAL_VERSION = 3.4.15
    NONINTERACTIVE_TESTING = 1
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 14234
    PERL5_CPAN_IS_RUNNING = 14234
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/bin
    PERLBREW_PERL = perl-5.10.0-thread-multi-ld
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.92
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TEMP = /tmp/user/1002
    TMPDIR = /tmp/user/1002

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/bin/perl5.10.0
    $UID/$EUID = 1002 / 1002
    $GID = 1002 120 1002
    $EGID = 1002 120 1002

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.27    
    CPAN::Meta          2.150010
    Cwd                 3.75    
    ExtUtils::CBuilder  0.280231
    ExtUtils::Command   7.38    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.38    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.75    
    JSON                4.02    
    JSON::PP            4.04    
    Module::Build       0.4229  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302168
    YAML                1.30    
    YAML::Syck          n/a     
    version             0.9924  


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=4.15.0-1025-oracle, archname=x86_64-linux-thread-multi-ld
    uname='linux oracle1 4.15.0-1025-oracle #28-ubuntu smp mon sep 16 12:54:27 utc 2019 x86_64 x86_64 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld -Dusedevel -Dusemultiplicity -Duselongdouble -Dusethreads -Accflags= -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='7.4.0', gccosandvers=''
    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='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=libc-2.27.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.27'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_LONG_DOUBLE USE_PERLIO USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.64
  Built under linux
  Compiled at Sep 29 2019 08:45:05
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="14234"
    PERL5_CPAN_IS_RUNNING="14234"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/bin"
    PERLBREW_PERL="perl-5.10.0-thread-multi-ld"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.92"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0/x86_64-linux-thread-multi-ld
    /home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/5.10.0
    /home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/site_perl/5.10.0/x86_64-linux-thread-multi-ld
    /home/njh/perl5/perlbrew/perls/perl-5.10.0-thread-multi-ld/lib/site_perl/5.10.0
    .