Report for IO-AIO-4.75

Back
From: metabase:user:b3ba65f1-6c17-1014-9f74-cefb86b15a3c
Subject: UNKNOWN IO-AIO-4.75 5.32.1 
Date: 2021-02-02T07:21:02Z

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 Marc A. Lehmann,

This is a computer-generated report for IO-AIO-4.75
on perl 5.32.1, 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:

none provided

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

Output from 'C:\strawberry\c\bin\gmake.exe':

cp AIO.pm blib\lib/IO/AIO.pm
Running Mkbootstrap for AIO ()
"C:\strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "AIO.bs"
"C:\strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- AIO.bs blib\arch\auto\IO\AIO\AIO.bs 644
"C:\strawberry\perl\bin\perl.exe" "C:\strawberry\perl\lib\ExtUtils/xsubpp"  -typemap C:\strawberry\perl\lib\ExtUtils\typemap -typemap C:\strawberry\cpan\build\IO-AIO-4.75-0\typemap  AIO.xs > AIO.xsc
"C:\strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- AIO.xsc AIO.c
gcc -c   -DWIN32 -DWIN64 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2   -DVERSION=\"4.75\" -DXS_VERSION=\"4.75\"  "-IC:\strawberry\perl\lib\CORE"   AIO.c
In file included from AIO.xs:195:
libeio/eio.c:123: warning: "ioctl" redefined
   #define ioctl(fd,cmd,arg)    EIO_ENOSYS ()
 
In file included from AIO.xs:7:
C:\strawberry\perl\lib\CORE/XSUB.h:599: note: this is the location of the previous definition
 #    define ioctl  PerlLIO_ioctl
 
In file included from AIO.xs:195:
libeio/eio.c:221: warning: "CreateHardLink" redefined
   #define CreateHardLink(neu,old,flags) 0 /* not really creating hardlink, still using relative paths? */
 
In file included from C:/strawberry/c/x86_64-w64-mingw32/include/windows.h:70,
                 from C:/strawberry/c/x86_64-w64-mingw32/include/winsock2.h:23,
                 from libeio/xthread.h:28,
                 from AIO.xs:1:
C:/strawberry/c/x86_64-w64-mingw32/include/winbase.h:2138: note: this is the location of the previous definition
 #define CreateHardLink __MINGW_NAME_AW(CreateHardLink)
 
In file included from libeio/eio.c:408,
                 from AIO.xs:195:
libeio/etp.c: In function 'etp_proc':
libeio/etp.c:345:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   ts.tv_nsec = ((unsigned long)self & 1023UL) * (1000000000UL / 1024UL);
                 ^
AIO.xs: In function 'SvAIO_WD':
AIO.xs:528:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   return (aio_wd)(long)SvIVX (SvRV (sv));
          ^
AIO.xs: In function 'req_set_path':
AIO.xs:1033:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
           *wd = (aio_wd)(long)SvIVX (rv);
                 ^
AIO.xs: In function 'XS_IO__AIO_aio_link':
AIO.xs:1971:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
         req->int3 = (long)wd2;
                     ^
AIO.xs: In function 'XS_IO__AIO_aio_rename2':
AIO.xs:1987:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
         req->int3 = (long)wd2;
                     ^
AIO.xs: In function 'XS_IO__AIO_pidfd_send_signal':
AIO.xs:2678:2: error: unknown type name 'siginfo_t'; did you mean 'Siginfo_t'?
  siginfo_t si = { 0 };
  ^~~~~~~~~
  Siginfo_t
AIO.xs:2690:59: error: request for member 'si_code' in something not a structure or union
             if ((svp = hv_fetchs (hv, "code"     , 0))) si.si_code            =         SvIV (*svp);
                                                           ^
AIO.xs:2691:59: error: request for member 'si_pid' in something not a structure or union
             if ((svp = hv_fetchs (hv, "pid"      , 0))) si.si_pid             =         SvIV (*svp);
                                                           ^
AIO.xs:2692:59: error: request for member 'si_uid' in something not a structure or union
             if ((svp = hv_fetchs (hv, "uid"      , 0))) si.si_uid             =         SvIV (*svp);
                                                           ^
AIO.xs:2693:59: error: request for member 'si_value' in something not a structure or union
             if ((svp = hv_fetchs (hv, "value_int", 0))) si.si_value.sival_int =         SvIV (*svp);
                                                           ^
AIO.xs:2694:59: error: request for member 'si_value' in something not a structure or union
             if ((svp = hv_fetchs (hv, "value_ptr", 0))) si.si_value.sival_ptr = (void *)SvIV (*svp);
                                                           ^
gmake: *** [Makefile:339: AIO.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module              Need Have
    ------------------- ---- ----
    common::sense       0    3.75

build_requires:

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

configure_requires:

    Module              Need Have
    ------------------- ---- ----
    Canary::Stability   2001 2013
    ExtUtils::MakeMaker 6.52 7.58


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

Environment variables:

    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NONINTERACTIVE_TESTING = 1
    NUMBER_OF_PROCESSORS = 8
    PATH = C:\Program Files\Common Files\Oracle\Java\javapath;C:\Python38\Scripts\;C:\Python38\;C:\Python\Python37\Scripts\;C:\Python\Python37\;C:\Program Files\ImageMagick;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\IBM\Client Access\Shared;C:\Program Files (x86)\IBM\Client Access\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin\;C:\Program Files\IVI Foundation\VISA\Win64\Bin\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin;C:\Program Files (x86)\IVI Foundation\IVI\Bin;C:\Program Files\IVI Foundation\IVI\Bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\strawberry\perl\bin\;C:\strawberry\perl\site\bin\;C:\strawberry\c\bin\;C:\strawberry\c\lib\;C:\strawberry\c\include\;C:\Program Files (x86)\Pari64-2-11-2\;C:\Program Files (x86)\Pari64-2-11-2\lib\pari\;C:\Program Files (x86)\Pari64-2-11-2\include\pari\;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Sysinternals\;C:\ffmpeg\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\OpenSSL\bin;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\PowerShell\7-preview\preview;C:\Program Files\TortoiseGit\bin;c:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;c:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Git\cmd;C:\Program Files (x86)\Gpg4win\..\GnuPG\bin;C:\Program Files (x86)\dotnet\;C:\Program Files (x86)\GnuWin32\bin;C:\Users\a079126\AppData\Local\Microsoft\WindowsApps;C:\Users\a079126\AppData\Local\Programs\Microsoft VS Code\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\a079126\.dotnet\tools;C:\Program Files (x86)\Sc14n;;C:\Users\a079126\AppData\Local\Programs\EmEditor
    PERL = C:\strawberry\perl\bin\perl.exe
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 4884
    PERL5_CPAN_IS_RUNNING = 4884
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 142 Stepping 10, GenuineIntel
    TEMP = C:\Users\a079126\AppData\Local\Temp

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 = Win10
    Win32::GetOSVersion = , 10, 0, 19042, 2, 0, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.28    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280235
    ExtUtils::Command   7.58    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.58    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.03    
    JSON::PP            4.06    
    Module::Build       0.4231  
    Module::Signature   0.87    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302183
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9928  


--

Summary of my perl5 (revision 5 version 32 subversion 1) configuration:
   
  Platform:
    osname=MSWin32
    osvers=10.0.19042.746
    archname=MSWin32-x64-multi-thread
    uname='Win32 strawberry-perl 5.32.1.1 #1 Sun Jan 24 15:00:15 2021 x64'
    config_args='undef'
    hint=recommended
    useposix=true
    d_sigaction=undef
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='gcc'
    ccflags =' -DWIN32 -DWIN64 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields'
    optimize='-s -O2'
    cppflags='-DWIN32'
    ccversion=''
    gccversion='8.3.0'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='long long'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='g++.exe'
    ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
    libpth=C:\strawberry\c\lib C:\strawberry\c\x86_64-w64-mingw32\lib C:\strawberry\c\lib\gcc\x86_64-w64-mingw32\8.3.0
    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=libperl532.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs
    dlext=xs.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:
    HAS_TIMES
    HAVE_INTERP_INTERN
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_IMPLICIT_SYS
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under MSWin32
  Compiled at Jan 24 2021 15:05:42
  %ENV:
    PERL="C:\strawberry\perl\bin\perl.exe"
    PERL5_CPANPLUS_IS_RUNNING="4884"
    PERL5_CPAN_IS_RUNNING="4884"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    C:/strawberry/perl/site/lib
    C:/strawberry/perl/vendor/lib
    C:/strawberry/perl/lib
    .