Inline-C v0.82_001 Perl 5 v5.12.2 MSWin32-x86-multi-thread

Status
Pass
From
Alexandr Ciornii (CHORNY)
Dist
Inline-C v0.82_001
Platform
Perl 5 v5.12.2 MSWin32-x86-multi-thread
Date
2022-04-03 01:44:21
ID
59f1a9aa-6bff-1014-a534-44ddfa88ad59
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 Ed J,

This is a computer-generated report for Inline-C-0.82_001
on perl 5.12.2, 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 'C:\strawberry\c\bin\dmake.EXE test':

Skip blib\lib\auto\share\dist\Inline-C\inline-c.pgx (unchanged)
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                  Want Have Where                                                       Howbig
#     ----------------------- ---- ---- ----------------------------------------------------------- ------
#     ExtUtils::MakeMaker      any 7.64 C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/lib 109482
#     File::ShareDir::Install 0.06 0.09 C:/strawberry/perl/site/lib                                  10654
# 
# === Build Requires ===
# 
#     Module              Want Have Where                                                       Howbig
#     ------------------- ---- ---- ----------------------------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.64 C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/lib 109482
# 
# === Test Requires ===
# 
#     Module                Want     Have Where                       Howbig
#     --------------------- ---- -------- --------------------------- ------
#     File::Copy::Recursive  any     0.38 C:/strawberry/perl/site/lib  22545
#     File::Path             any  2.08_01 C:/strawberry/perl/lib       33092
#     File::Temp            0.19   0.2304 C:/strawberry/perl/site/lib  78940
#     Test::More            0.88 1.001003 C:/strawberry/perl/lib       49933
#     Test::Warn            0.23     0.30 C:/strawberry/perl/site/lib  14735
#     YAML::XS               any     0.44 C:/strawberry/perl/site/lib   3380
#     autodie                any     2.25 C:/strawberry/perl/site/lib  12259
#     version               0.77   0.9908 C:/strawberry/perl/site/lib   2923
# 
# === Runtime Requires ===
# 
#     Module                  Want     Have Where                                                       Howbig
#     ------------------- -------- -------- ----------------------------------------------------------- ------
#     ExtUtils::MakeMaker     7.00     7.64 C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/lib 109482
#     File::Spec               0.8     3.47 C:/strawberry/perl/lib                                       10490
#     Inline                  0.86     0.86 C:\strawberry\cpan\build\Inline-0.86-0/blib/lib              62663
#     Parse::RecDescent   1.967009 1.967009 C:/strawberry/perl/site/lib                                 216575
#     Pegex                   0.66     0.75 C:\strawberry\cpan\build\Pegex-0.75-0/blib/lib                 750
#     Win32::Mutex            1.09     1.09 C:\strawberry\cpan\build\Win32-IPC-1.11-0/blib/lib            6519
# 
t/00-report-prereqs.t .............. ok
t/000-require-modules.t ............ ok
t/01syntax.t ....................... ok
t/02config.t ....................... ok
t/03typemap.t ...................... ok
t/04perlapi.t ...................... ok
t/05xsmode.t ....................... ok
t/06parseregexp.t .................. ok
t/07typemap_multi.t ................ ok
t/08taint.t ........................ ok
This test could take a couple of minutes to run
t/09parser.t ....................... ok
t/10callback.t ..................... ok
t/11default_readonly.t ............. ok
t/14void_arg.t ..................... ok
Use of inherited AUTOLOAD for non-method main::foo1() is deprecated at (eval
	50) line 1 (#1)
    (D deprecated) As an (ahem) accidental feature, AUTOLOAD subroutines
    are looked up as methods (using the @ISA hierarchy) even when the
    subroutines to be autoloaded were called as plain functions (e.g.
    Foo::bar()), not as methods (e.g. Foo->bar() or <
    $obj-bar() >>).
    
    This bug will be rectified in future by using method lookup only for
    methods' AUTOLOADs.  However, there is a significant base of existing
    code that may be using the old behavior.  So, as an interim step, Perl
    currently issues an optional warning when non-methods use inherited
    AUTOLOADs.
    
    The simple rule is:  Inheritance will not work when autoloading
    non-methods.  The simple fix for old code is:  In any module that used
    to depend on inheriting AUTOLOAD for non-methods from a base class
    named BaseClass, execute *AUTOLOAD = \&BaseClass::AUTOLOAD during
    startup.
    
    In code that currently says use AutoLoader; @ISA = qw(AutoLoader);
    you should remove AutoLoader from @ISA and change use AutoLoader; to
    use AutoLoader 'AUTOLOAD';.
    
Use of inherited AUTOLOAD for non-method main::foo2() is deprecated at (eval
	52) line 1 (#1)
Use of inherited AUTOLOAD for non-method main::foo3() is deprecated at (eval
	54) line 1 (#1)
Use of inherited AUTOLOAD for non-method main::foo7() is deprecated at (eval
	56) line 1 (#1)
Use of inherited AUTOLOAD for non-method main::foo8() is deprecated at (eval
	58) line 1 (#1)
Use of inherited AUTOLOAD for non-method main::foo9() is deprecated at (eval
	60) line 1 (#1)
Use of inherited AUTOLOAD for non-method main::foo10() is deprecated at (eval
	62) line 1 (#1)
Use of inherited AUTOLOAD for non-method main::foo11() is deprecated at (eval
	64) line 1 (#1)
Use of inherited AUTOLOAD for non-method main::foo12() is deprecated at (eval
	66) line 1 (#1)
t/14void_arg_PRD.t ................. ok
t/15ccflags.t ...................... ok
t/16ccflagsex.t .................... ok
t/17prehead.t ...................... ok
t/18quote_space.t .................. ok
t/19INC.t .......................... ok
t/20eval.t ......................... ok
t/21read_DATA.t .................... ok
t/22read_DATA_2.t .................. ok
t/23validate.t ..................... ok
t/24prefix.t ....................... ok
t/25proto.t ........................ ok
t/26fork.t ......................... ok
Name "Win32::Locale::Lexicon" used only once: possible typo at
	C:/strawberry/perl/lib/I18N/LangTags/Detect.pm line 140 (#1)
    (W once) Typographical errors often show up as unique variable names.
    If you had a good reason for having a unique name, then just mention it
    again somehow to suppress the message.  The our declaration is
    provided for this purpose.
    
    NOTE: This warning detects symbols that have been used only once so $c, @c,
    %c, *c, &c, sub c{}, c(), and c (the filehandle or format) are considered
    the same; if a program uses $c only once but also uses any of the others it
    will not trigger this warning.
    
t/27inline_maker.t ................. ok
t/28autowrap.t ..................... ok
t/29refargs.t ...................... ok
t/30cppflags.t ..................... ok
t/31include_dirs_angle_brackets.t .. ok
t/32include_dirs_double_quotes.t ... ok
t/33intended_double_quotes.t ....... ok
t/author-pod-syntax.t .............. skipped: these tests are for testing by the author
t/parse-pegex.t .................... ok
t/pegex-parser.t ................... skipped: $ENV{PERL_INLINE_DEVELOPER_TEST} not set
All tests successful.

Test Summary Report
-------------------
t/parse-pegex.t                  (Wstat: 0 Tests: 24 Failed: 0)
  TODO passed:   4, 7-9
Files=37, Tests=162, 231 wallclock secs ( 0.21 usr +  0.09 sys =  0.30 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    ExtUtils::MakeMaker     7.00     7.64    
    File::Spec              0.8      3.47    
    Inline                  0.86     0.86    
    Parse::RecDescent       1.967009 1.967009
    Pegex                   0.66     0.75    
    perl                    5.008001 5.012002
    Win32::Mutex            1.09     1.09    

build_requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    autodie                 0        2.25    
    ExtUtils::MakeMaker     0        7.64    
    File::Copy::Recursive   0        0.38    
    File::Path              0        2.08_01 
    File::Temp              0.19     0.2304  
    Test::More              0.88     1.001003
    Test::Warn              0.23     0.30    
    version                 0.77     0.9908  
    YAML::XS                0        0.44    

configure_requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    ExtUtils::MakeMaker     0        7.64    
    File::ShareDir::Install 0.06     0.09    


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 1
    PATH = c:\Windows\system32;c:\Windows\System32\Wbem;C:\Git\cmd;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
    PERL5LIB = C:\strawberry\cpan\build\Win32-IPC-1.11-0/blib/arch;C:\strawberry\cpan\build\Win32-IPC-1.11-0/blib/lib;C:\strawberry\cpan\build\Pegex-0.75-0/blib/arch;C:\strawberry\cpan\build\Pegex-0.75-0/blib/lib;C:\strawberry\cpan\build\XXX-0.38-0/blib/arch;C:\strawberry\cpan\build\XXX-0.38-0/blib/lib;C:\strawberry\cpan\build\YAML-PP-0.032-0/blib/arch;C:\strawberry\cpan\build\YAML-PP-0.032-0/blib/lib;C:\strawberry\cpan\build\Inline-0.86-0/blib/arch;C:\strawberry\cpan\build\Inline-0.86-0/blib/lib;C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/arch;C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1216
    PERL5_CPAN_IS_RUNNING = 1216
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 752,1216
    PERL_CR_SMOKER_CURRENT = Inline-C-0.82_001
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 18 Model 1 Stepping 0, AuthenticAMD
    TEMP = C:\DOCUME~1\c\LOCALS~1\Temp
    TERM = dumb

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

    $^X = C:\strawberry\perl\bin\perl.exe
    $UID/$EUID = 0 / 0
    $GID = 0
    $EGID = 0
    Win32::GetOSName = WinXP/.Net
    Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 1

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.143240
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280216
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4206  
    Module::Signature   0.66    
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.32    
    Test::More          1.001003
    YAML                0.98    
    YAML::Syck          1.27    
    version             0.9908  


--

Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
   
  Platform:
    osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
    uname='Win32 strawberryperl 5.12.2.0 #1 Fri Nov  5 05:17:27 2010 i386'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    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='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT  -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.4.3', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
    libpth=C:\strawberry\c\lib C:\strawberry\c\i686-w64-mingw32\lib
    libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    libc=, so=dll, useshrplib=true, libperl=libperl512.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
                        USE_SITECUSTOMIZE
  Built under MSWin32
  Compiled at Nov  5 2010 08:39:08
  %ENV:
    PERL5LIB="C:\strawberry\cpan\build\Win32-IPC-1.11-0/blib/arch;C:\strawberry\cpan\build\Win32-IPC-1.11-0/blib/lib;C:\strawberry\cpan\build\Pegex-0.75-0/blib/arch;C:\strawberry\cpan\build\Pegex-0.75-0/blib/lib;C:\strawberry\cpan\build\XXX-0.38-0/blib/arch;C:\strawberry\cpan\build\XXX-0.38-0/blib/lib;C:\strawberry\cpan\build\YAML-PP-0.032-0/blib/arch;C:\strawberry\cpan\build\YAML-PP-0.032-0/blib/lib;C:\strawberry\cpan\build\Inline-0.86-0/blib/arch;C:\strawberry\cpan\build\Inline-0.86-0/blib/lib;C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/arch;C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/lib"
    PERL5_CPANPLUS_IS_RUNNING="1216"
    PERL5_CPAN_IS_RUNNING="1216"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="752,1216"
    PERL_CR_SMOKER_CURRENT="Inline-C-0.82_001"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:\strawberry\cpan\build\Win32-IPC-1.11-0/blib/arch
    C:\strawberry\cpan\build\Win32-IPC-1.11-0/blib/lib
    C:\strawberry\cpan\build\Pegex-0.75-0/blib/arch
    C:\strawberry\cpan\build\Pegex-0.75-0/blib/lib
    C:\strawberry\cpan\build\XXX-0.38-0/blib/arch
    C:\strawberry\cpan\build\XXX-0.38-0/blib/lib
    C:\strawberry\cpan\build\YAML-PP-0.032-0/blib/arch
    C:\strawberry\cpan\build\YAML-PP-0.032-0/blib/lib
    C:\strawberry\cpan\build\Inline-0.86-0/blib/arch
    C:\strawberry\cpan\build\Inline-0.86-0/blib/lib
    C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/arch
    C:\strawberry\cpan\build\ExtUtils-MakeMaker-7.64-0/blib/lib
    C:/strawberry/perl/site/lib
    C:/strawberry/perl/vendor/lib
    C:/strawberry/perl/lib
    .