{"out_file":"Started smoke at 1677016988\nSmoking patch dab4006c92d70a54e7909d0e670b71bfd3fb8221 v5.37.9-9-gdab4006c92\nSmoking branch blead\nStopped smoke at 1677016991\nStarted smoke at 1677016991\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Uuseithreads\n------------------------------------------------------------------------------\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE)\nDefines: (HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_RELOCATABLE_INC PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2749, Tests=1114357, 2516 wallclock secs (50.31 usr +  6.17 sys = 56.48 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/stat.t...........................................PASSED\n    42\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED\n    25\n\nStopped smoke at 1677020323\nStarted smoke at 1677020323\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Uuseithreads -DDEBUGGING\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (DEBUGGING HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE)\nDefines: (DEBUGGING HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_RELOCATABLE_INC PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nIn file included from DynaLoader.xs:42:\nDynaLoader.xs: In function 'XS_DynaLoader_dl_unload_file':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\ndlutils.c:66:32: note: in definition of macro 'DLDEBUG'\n         if (dl_debug>=level) { code; }   \\\n                                ^~~~\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nDynaLoader.xs:152:71: note: in expansion of macro 'PTR2ul'\n     DLDEBUG(1,PerlIO_printf(Perl_debug_log, \"dl_unload_file(%lx):\\n\", PTR2ul(libref)));\n                                                                       ^~~~~~\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nIn file included from compress.c:29:\ncompress.c: In function 'sendMTFValues':\nbzlib_private.h:90:9: warning: 'nSelectors' may be used uninitialized in this function [-Wmaybe-uninitialized]\n    { if (!(cond)) bz_internal_error ( errcode ); }\n         ^\ncompress.c:242:10: note: 'nSelectors' was declared here\n    Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;\n          ^~~~~~~~~~\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2084, Tests=780305, 2107 wallclock secs (40.02 usr +  3.83 sys = 43.84 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/stat.t...........................................PASSED\n    42\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../dist/ExtUtils-ParseXS/t/002-more.t.......................FAILED\n    Non-zero exit status: 255\n../dist/ExtUtils-ParseXS/t/002-more.t.......................FAILED\n    Bad plan.  You planned 33 tests but ran 1.\n\nStopped smoke at 1677023567\nStarted smoke at 1677023567\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE)\nDefines: (HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PSEUDOFORK HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IMPLICIT_SYS PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_RELOCATABLE_INC PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_THREADS USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_THREADS WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nperllib.c: In function 'void xs_init(PerlInterpreter*)':\nperllib.c:37:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]\n     char *file = __FILE__;\n                  ^~~~~~~~\nIn file included from C:/Strawberry/c/x86_64-w64-mingw32/include/stdint.h:32,\n                 from C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/stdint.h:9,\n                 from ../perl.h:1049,\n                 from perllib.c:10:\nperlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:241:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMem);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:246:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemShared);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:251:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemParse);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:256:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlEnv);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:261:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlStdIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:266:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlLIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:271:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlDir);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:276:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlSock);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:281:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlProc);\n            ^~~~~~~~~~\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2749, Tests=1126616, 2830 wallclock secs (47.09 usr +  5.52 sys = 52.61 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/popen.t..........................................FAILED\n    Non-zero exit status: 9\n../t/win32/popen.t..........................................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED\n    25\n\nStopped smoke at 1677027465\nStarted smoke at 1677027465\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -DDEBUGGING\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (DEBUGGING HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE)\nDefines: (DEBUGGING HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PSEUDOFORK HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IMPLICIT_SYS PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_RELOCATABLE_INC PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_THREADS USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_THREADS WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nIn file included from DynaLoader.xs:42:\nDynaLoader.xs: In function 'XS_DynaLoader_dl_unload_file':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\ndlutils.c:66:32: note: in definition of macro 'DLDEBUG'\n         if (dl_debug>=level) { code; }   \\\n                                ^~~~\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nDynaLoader.xs:152:71: note: in expansion of macro 'PTR2ul'\n     DLDEBUG(1,PerlIO_printf(Perl_debug_log, \"dl_unload_file(%lx):\\n\", PTR2ul(libref)));\n                                                                       ^~~~~~\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nIn file included from compress.c:29:\ncompress.c: In function 'sendMTFValues':\nbzlib_private.h:90:9: warning: 'nSelectors' may be used uninitialized in this function [-Wmaybe-uninitialized]\n    { if (!(cond)) bz_internal_error ( errcode ); }\n         ^\ncompress.c:242:10: note: 'nSelectors' was declared here\n    Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;\n          ^~~~~~~~~~\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nperllib.c: In function 'void xs_init(PerlInterpreter*)':\nperllib.c:37:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]\n     char *file = __FILE__;\n                  ^~~~~~~~\nIn file included from C:/Strawberry/c/x86_64-w64-mingw32/include/stdint.h:32,\n                 from C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/stdint.h:9,\n                 from ../perl.h:1049,\n                 from perllib.c:10:\nperlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:241:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMem);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:246:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemShared);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:251:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemParse);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:256:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlEnv);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:261:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlStdIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:266:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlLIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:271:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlDir);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:276:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlSock);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:281:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlProc);\n            ^~~~~~~~~~\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2749, Tests=1126666, 3006 wallclock secs (57.55 usr +  6.73 sys = 64.28 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/popen.t..........................................FAILED\n    Non-zero exit status: 9\n../t/win32/popen.t..........................................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../dist/Net-Ping/t/450_service.t............................PASSED\n    9\n../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED\n    25\n\nStopped smoke at 1677031625\nStarted smoke at 1677031625\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Duselongdouble\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nIn file included from ..\\sv.c:32:\n..\\sv.c: In function 'S_infnan_2pv':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\sv.c:2806:14: note: in expansion of macro 'Perl_isnan'\n     else if (Perl_isnan(nv)) {\n              ^~~~~~~~~~\nIn file included from ..\\pp_sys.c:31:\n..\\pp_sys.c: In function 'Perl_pp_gmtime':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\pp_sys.c:4800:31: note: in expansion of macro 'Perl_isnan'\n         const bool pl_isnan = Perl_isnan(input);\n                               ^~~~~~~~~~\nIn file included from ..\\numeric.c:27:\n..\\numeric.c: In function 'S_my_atof_infnan':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\numeric.c:1600:25: note: in expansion of macro 'Perl_isnan'\n                     if (Perl_isnan(nv))\n                         ^~~~~~~~~~\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_LONG_DOUBLE USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE)\nDefines: (HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PSEUDOFORK HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLD HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IMPLICIT_SYS PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_PRIeldbl PERL_PRIfldbl PERL_PRIgldbl PERL_RELOCATABLE_INC PERL_SCNfldbl PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_THREADS USE_LOCALE_TIME USE_LONG_DOUBLE USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_THREADS WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nRealPPPort.xs: In function 'XS_Devel__PPPort_croak_NVgf':\nRealPPPort.xs:979:34: warning: unknown conversion type character 'L' in format [-Wformat=]\n                 Perl_croak(aTHX_ \"%.20\" NVgf \"\\n\", num);\n                                  ^~~~~~\nRealPPPort.xs:979:34: warning: too many arguments for format [-Wformat-extra-args]\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nIn file included from POSIX.xs:11:\nPOSIX.xs: In function 'my_fdim':\n..\\..\\lib\\CORE/perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\nPOSIX.xs:722:11: note: in expansion of macro 'Perl_isnan'\n   return (Perl_isnan(x) || Perl_isnan(y)) ? NV_NAN : (x > y ? x - y : 0);\n           ^~~~~~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nIn file included from ..\\sv.c:32:\n..\\sv.c: In function 'S_infnan_2pv':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\sv.c:2806:14: note: in expansion of macro 'Perl_isnan'\n     else if (Perl_isnan(nv)) {\n              ^~~~~~~~~~\nIn file included from ..\\pp_sys.c:31:\n..\\pp_sys.c: In function 'Perl_pp_gmtime':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\pp_sys.c:4800:31: note: in expansion of macro 'Perl_isnan'\n         const bool pl_isnan = Perl_isnan(input);\n                               ^~~~~~~~~~\nIn file included from ..\\numeric.c:27:\n..\\numeric.c: In function 'S_my_atof_infnan':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\numeric.c:1600:25: note: in expansion of macro 'Perl_isnan'\n                     if (Perl_isnan(nv))\n                         ^~~~~~~~~~\nperllib.c: In function 'void xs_init(PerlInterpreter*)':\nperllib.c:37:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]\n     char *file = __FILE__;\n                  ^~~~~~~~\nIn file included from C:/Strawberry/c/x86_64-w64-mingw32/include/stdint.h:32,\n                 from C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/stdint.h:9,\n                 from ../perl.h:1049,\n                 from perllib.c:10:\nperlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:241:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMem);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:246:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemShared);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:251:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemParse);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:256:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlEnv);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:261:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlStdIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:266:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlLIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:271:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlDir);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:276:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlSock);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:281:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlProc);\n            ^~~~~~~~~~\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2749, Tests=1126474, 2896 wallclock secs (47.58 usr +  6.17 sys = 53.75 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/popen.t..........................................FAILED\n    Non-zero exit status: 9\n../t/win32/popen.t..........................................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED\n    25\n\nStopped smoke at 1677035613\nStarted smoke at 1677035613\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Duselongdouble -DDEBUGGING\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nIn file included from ..\\sv.c:32:\n..\\sv.c: In function 'S_infnan_2pv':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\sv.c:2806:14: note: in expansion of macro 'Perl_isnan'\n     else if (Perl_isnan(nv)) {\n              ^~~~~~~~~~\nIn file included from ..\\pp_sys.c:31:\n..\\pp_sys.c: In function 'Perl_pp_gmtime':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\pp_sys.c:4800:31: note: in expansion of macro 'Perl_isnan'\n         const bool pl_isnan = Perl_isnan(input);\n                               ^~~~~~~~~~\nIn file included from ..\\numeric.c:27:\n..\\numeric.c: In function 'S_my_atof_infnan':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\numeric.c:1600:25: note: in expansion of macro 'Perl_isnan'\n                     if (Perl_isnan(nv))\n                         ^~~~~~~~~~\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (DEBUGGING HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_LONG_DOUBLE USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE)\nDefines: (DEBUGGING HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PSEUDOFORK HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLD HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IMPLICIT_SYS PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_PRIeldbl PERL_PRIfldbl PERL_PRIgldbl PERL_RELOCATABLE_INC PERL_SCNfldbl PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_THREADS USE_LOCALE_TIME USE_LONG_DOUBLE USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_THREADS WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nIn file included from DynaLoader.xs:42:\nDynaLoader.xs: In function 'XS_DynaLoader_dl_unload_file':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\ndlutils.c:66:32: note: in definition of macro 'DLDEBUG'\n         if (dl_debug>=level) { code; }   \\\n                                ^~~~\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nDynaLoader.xs:152:71: note: in expansion of macro 'PTR2ul'\n     DLDEBUG(1,PerlIO_printf(Perl_debug_log, \"dl_unload_file(%lx):\\n\", PTR2ul(libref)));\n                                                                       ^~~~~~\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nIn file included from compress.c:29:\ncompress.c: In function 'sendMTFValues':\nbzlib_private.h:90:9: warning: 'nSelectors' may be used uninitialized in this function [-Wmaybe-uninitialized]\n    { if (!(cond)) bz_internal_error ( errcode ); }\n         ^\ncompress.c:242:10: note: 'nSelectors' was declared here\n    Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;\n          ^~~~~~~~~~\nRealPPPort.xs: In function 'XS_Devel__PPPort_croak_NVgf':\nRealPPPort.xs:979:34: warning: unknown conversion type character 'L' in format [-Wformat=]\n                 Perl_croak(aTHX_ \"%.20\" NVgf \"\\n\", num);\n                                  ^~~~~~\nRealPPPort.xs:979:34: warning: too many arguments for format [-Wformat-extra-args]\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nIn file included from POSIX.xs:11:\nPOSIX.xs: In function 'my_fdim':\n..\\..\\lib\\CORE/perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\nPOSIX.xs:722:11: note: in expansion of macro 'Perl_isnan'\n   return (Perl_isnan(x) || Perl_isnan(y)) ? NV_NAN : (x > y ? x - y : 0);\n           ^~~~~~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nIn file included from ..\\sv.c:32:\n..\\sv.c: In function 'S_infnan_2pv':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\sv.c:2806:14: note: in expansion of macro 'Perl_isnan'\n     else if (Perl_isnan(nv)) {\n              ^~~~~~~~~~\nIn file included from ..\\pp_sys.c:31:\n..\\pp_sys.c: In function 'Perl_pp_gmtime':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\pp_sys.c:4800:31: note: in expansion of macro 'Perl_isnan'\n         const bool pl_isnan = Perl_isnan(input);\n                               ^~~~~~~~~~\nIn file included from ..\\numeric.c:27:\n..\\numeric.c: In function 'S_my_atof_infnan':\n..\\perl.h:2648:34: warning: implicit declaration of function 'isnanl' [-Wimplicit-function-declaration]\n #           define Perl_isnan(x) isnanl(x)\n                                  ^~~~~~\n..\\numeric.c:1600:25: note: in expansion of macro 'Perl_isnan'\n                     if (Perl_isnan(nv))\n                         ^~~~~~~~~~\nperllib.c: In function 'void xs_init(PerlInterpreter*)':\nperllib.c:37:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]\n     char *file = __FILE__;\n                  ^~~~~~~~\nIn file included from C:/Strawberry/c/x86_64-w64-mingw32/include/stdint.h:32,\n                 from C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/stdint.h:9,\n                 from ../perl.h:1049,\n                 from perllib.c:10:\nperlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:241:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMem);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:246:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemShared);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:251:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemParse);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:256:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlEnv);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:261:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlStdIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:266:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlLIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:271:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlDir);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:276:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlSock);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:281:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlProc);\n            ^~~~~~~~~~\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2749, Tests=1126758, 2982 wallclock secs (58.22 usr +  6.52 sys = 64.73 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/popen.t..........................................FAILED\n    Non-zero exit status: 9\n../t/win32/popen.t..........................................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED\n    25\n\nStopped smoke at 1677039774\nStarted smoke at 1677039774\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Dusequadmath\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_QUADMATH USE_SITECUSTOMIZE)\nDefines: (HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PSEUDOFORK HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLD HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IMPLICIT_SYS PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_PRIeldbl PERL_PRIfldbl PERL_PRIgldbl PERL_RELOCATABLE_INC PERL_SCNfldbl PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_THREADS USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_QUADMATH USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_THREADS WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nRealPPPort.xs: In function 'XS_Devel__PPPort_croak_NVgf':\nRealPPPort.xs:979:34: warning: unknown conversion type character 'Q' in format [-Wformat=]\n                 Perl_croak(aTHX_ \"%.20\" NVgf \"\\n\", num);\n                                  ^~~~~~\nRealPPPort.xs:979:34: warning: too many arguments for format [-Wformat-extra-args]\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nperllib.c: In function 'void xs_init(PerlInterpreter*)':\nperllib.c:37:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]\n     char *file = __FILE__;\n                  ^~~~~~~~\nIn file included from C:/Strawberry/c/x86_64-w64-mingw32/include/stdint.h:32,\n                 from C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/stdint.h:9,\n                 from ../perl.h:1049,\n                 from perllib.c:10:\nperlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:241:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMem);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:246:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemShared);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:251:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemParse);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:256:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlEnv);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:261:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlStdIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:266:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlLIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:271:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlDir);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:276:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlSock);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:281:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlProc);\n            ^~~~~~~~~~\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=523, Tests=504034, 969 wallclock secs (16.58 usr +  1.03 sys = 17.61 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/run/switches.t.........................................FAILED\n    Non-zero exit status: 255\n../t/run/switches.t.........................................FAILED\n    No plan found in TAP output\n\nStopped smoke at 1677041808\nStarted smoke at 1677041808\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Dusequadmath -DDEBUGGING\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (DEBUGGING HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_QUADMATH USE_SITECUSTOMIZE)\nDefines: (DEBUGGING HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PSEUDOFORK HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLD HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IMPLICIT_SYS PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_PRIeldbl PERL_PRIfldbl PERL_PRIgldbl PERL_RELOCATABLE_INC PERL_SCNfldbl PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_THREADS USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_QUADMATH USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_THREADS WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nIn file included from DynaLoader.xs:42:\nDynaLoader.xs: In function 'XS_DynaLoader_dl_unload_file':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\ndlutils.c:66:32: note: in definition of macro 'DLDEBUG'\n         if (dl_debug>=level) { code; }   \\\n                                ^~~~\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nDynaLoader.xs:152:71: note: in expansion of macro 'PTR2ul'\n     DLDEBUG(1,PerlIO_printf(Perl_debug_log, \"dl_unload_file(%lx):\\n\", PTR2ul(libref)));\n                                                                       ^~~~~~\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nIn file included from compress.c:29:\ncompress.c: In function 'sendMTFValues':\nbzlib_private.h:90:9: warning: 'nSelectors' may be used uninitialized in this function [-Wmaybe-uninitialized]\n    { if (!(cond)) bz_internal_error ( errcode ); }\n         ^\ncompress.c:242:10: note: 'nSelectors' was declared here\n    Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;\n          ^~~~~~~~~~\nRealPPPort.xs: In function 'XS_Devel__PPPort_croak_NVgf':\nRealPPPort.xs:979:34: warning: unknown conversion type character 'Q' in format [-Wformat=]\n                 Perl_croak(aTHX_ \"%.20\" NVgf \"\\n\", num);\n                                  ^~~~~~\nRealPPPort.xs:979:34: warning: too many arguments for format [-Wformat-extra-args]\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nperllib.c: In function 'void xs_init(PerlInterpreter*)':\nperllib.c:37:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]\n     char *file = __FILE__;\n                  ^~~~~~~~\nIn file included from C:/Strawberry/c/x86_64-w64-mingw32/include/stdint.h:32,\n                 from C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/stdint.h:9,\n                 from ../perl.h:1049,\n                 from perllib.c:10:\nperlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:241:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMem);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:246:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemShared);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:251:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemParse);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:256:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlEnv);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:261:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlStdIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:266:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlLIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:271:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlDir);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:276:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlSock);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:281:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlProc);\n            ^~~~~~~~~~\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2749, Tests=1126726, 2940 wallclock secs (55.89 usr +  6.14 sys = 62.03 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/popen.t..........................................FAILED\n    Non-zero exit status: 9\n../t/win32/popen.t..........................................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED\n    25\n\nStopped smoke at 1677045894\nStarted smoke at 1677045894\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -UWIN64 -Duse64bitint\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE)\nDefines: (HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PSEUDOFORK HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IMPLICIT_SYS PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_RELOCATABLE_INC PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_THREADS USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_THREADS WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nperllib.c: In function 'void xs_init(PerlInterpreter*)':\nperllib.c:37:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]\n     char *file = __FILE__;\n                  ^~~~~~~~\nIn file included from C:/Strawberry/c/x86_64-w64-mingw32/include/stdint.h:32,\n                 from C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/stdint.h:9,\n                 from ../perl.h:1049,\n                 from perllib.c:10:\nperlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:241:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMem);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:246:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemShared);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:251:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemParse);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:256:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlEnv);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:261:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlStdIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:266:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlLIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:271:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlDir);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:276:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlSock);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:281:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlProc);\n            ^~~~~~~~~~\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2749, Tests=1126740, 2818 wallclock secs (46.62 usr +  5.42 sys = 52.05 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/popen.t..........................................FAILED\n    Non-zero exit status: 9\n../t/win32/popen.t..........................................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../dist/Net-Ping/t/450_service.t............................PASSED\n    9\n../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED\n    25\n\nStopped smoke at 1677049758\nStarted smoke at 1677049758\n\nConfiguration: -Dusedevel -DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -UWIN64 -Duse64bitint -DDEBUGGING\n------------------------------------------------------------------------------\n\nCompiler info: gcc version 8.3.0\nRunning config_h.PL\nWriting config.h\nconfig.h has changed\nOptions: (DEBUGGING HAS_TIMES HAVE_INTERP_INTERN PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE)\nDefines: (DEBUGGING HAS_ACCESS HAS_ACOSH HAS_ALARM HAS_ASINH HAS_ATANH HAS_ATOLL HAS_CBRT HAS_CHSIZE HAS_COPYSIGN HAS_COPYSIGNL HAS_CRYPT HAS_DIFFTIME HAS_DLERROR HAS_DUP2 HAS_ERF HAS_EXP2 HAS_EXPM1 HAS_FAST_STDIO HAS_FD_SET HAS_FGETPOS HAS_FINITE HAS_FLOCK HAS_FLOCK_PROTO HAS_FMAX HAS_FMIN HAS_FREXPL HAS_FSETPOS HAS_GETCWD HAS_GETHOSTBYADDR HAS_GETHOSTBYNAME HAS_GETHOSTNAME HAS_GETHOST_PROTOS HAS_GETLOGIN HAS_GETPROTOBYNAME HAS_GETPROTOBYNUMBER HAS_GETPROTO_PROTOS HAS_GETSERVBYNAME HAS_GETSERVBYPORT HAS_GETSERV_PROTOS HAS_GETTIMEOFDAY HAS_HTONL HAS_HTONS HAS_HYPOT HAS_ILOGB HAS_ILOGBL HAS_INETNTOP HAS_INETPTON HAS_ISASCII HAS_ISINF HAS_ISLESS HAS_ISNAN HAS_ISNANL HAS_ISNORMAL HAS_J0 HAS_KILLPG HAS_LDBL_DIG HAS_LDEXPL HAS_LGAMMA HAS_LINK HAS_LLRINT HAS_LLRINTL HAS_LLROUND HAS_LLROUNDL HAS_LOCALECONV HAS_LOG1P HAS_LOG2 HAS_LOGB HAS_LONG_DOUBLE HAS_LONG_LONG HAS_LRINT HAS_LRINTL HAS_LROUND HAS_LROUNDL HAS_LSEEK_PROTO HAS_LSTAT HAS_MBLEN HAS_MBSTOWCS HAS_MBTOWC HAS_MKDIR HAS_MKTIME HAS_MODFL HAS_MODFL_PROTO HAS_NAN HAS_NEARBYINT HAS_NEXTAFTER HAS_NEXTTOWARD HAS_NON_INT_BITFIELDS HAS_NTOHL HAS_NTOHS HAS_PAUSE HAS_PIPE HAS_PSEUDOFORK HAS_PTRDIFF_T HAS_QUAD HAS_READDIR HAS_READLINK HAS_REMAINDER HAS_REMQUO HAS_RENAME HAS_REWINDDIR HAS_RINT HAS_RMDIR HAS_ROUND HAS_SCALBN HAS_SCALBNL HAS_SEEKDIR HAS_SELECT HAS_SETLOCALE HAS_SETVBUF HAS_SIGNBIT HAS_SIN6_SCOPE_ID HAS_SNPRINTF HAS_SOCKADDR_STORAGE HAS_SOCKET HAS_SQRTL HAS_STAT HAS_STATIC_INLINE HAS_STRCOLL HAS_STRFTIME HAS_STRTOD HAS_STRTOL HAS_STRTOLL HAS_STRTOUL HAS_STRTOULL HAS_STRXFRM HAS_SYMLINK HAS_SYSTEM HAS_SYS_ERRLIST HAS_TELLDIR HAS_TELLDIR_PROTO HAS_TGAMMA HAS_TIME HAS_TIMES HAS_TRUNC HAS_TRUNCL HAS_TZNAME HAS_UMASK HAS_UNAME HAS_UNION_SEMUN HAS_VSNPRINTF HAS_WAITPID HAS_WCSCMP HAS_WCSTOMBS HAS_WCSXFRM HAS_WCTOMB HAVE_INTERP_INTERN MULTIPLICITY PERLIO_LAYERS PERL_COPY_ON_WRITE PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV PERL_EXTERNAL_GLOB PERL_HASH_FUNC_SIPHASH13 PERL_HASH_USE_SBOX32 PERL_IMPLICIT_SYS PERL_IS_MINIPERL PERL_MALLOC_WRAP PERL_OP_PARENT PERL_PRESERVE_IVUV PERL_RELOCATABLE_INC PERL_STATIC_INLINE PERL_TARGETARCH PERL_TEXTMODE_SCRIPTS PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_DYNAMIC_LOADING USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_THREADS USE_LOCALE_TIME USE_NO_REGISTRY USE_PERLIO USE_PERL_ATOF USE_SITECUSTOMIZE USE_STDIO_BASE USE_STDIO_PTR USE_THREADS WIN32 WIN64 __USE_MINGW_ANSI_STDIO)\nIn file included from DynaLoader.xs:42:\nDynaLoader.xs: In function 'XS_DynaLoader_dl_unload_file':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\ndlutils.c:66:32: note: in definition of macro 'DLDEBUG'\n         if (dl_debug>=level) { code; }   \\\n                                ^~~~\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nDynaLoader.xs:152:71: note: in expansion of macro 'PTR2ul'\n     DLDEBUG(1,PerlIO_printf(Perl_debug_log, \"dl_unload_file(%lx):\\n\", PTR2ul(libref)));\n                                                                       ^~~~~~\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nIn file included from compress.c:29:\ncompress.c: In function 'sendMTFValues':\nbzlib_private.h:90:9: warning: 'nSelectors' may be used uninitialized in this function [-Wmaybe-uninitialized]\n    { if (!(cond)) bz_internal_error ( errcode ); }\n         ^\ncompress.c:242:10: note: 'nSelectors' was declared here\n    Int32 nSelectors, alphaSize, minLen, maxLen, selCtr;\n          ^~~~~~~~~~\nIn file included from RealPPPort.xs:31:\nRealPPPort.xs: In function 'XS_Devel__PPPort_ptrtests':\n..\\..\\lib\\CORE/perl.h:2464:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n #  define INT2PTR(any,d) (any)(d)\n                          ^\n..\\..\\lib\\CORE/perl.h:2477:21: note: in expansion of macro 'INT2PTR'\n #  define PTR2ul(p) INT2PTR(unsigned long,p)\n                     ^~~~~~~\nRealPPPort.xs:1831:27: note: in expansion of macro 'PTR2ul'\n                 RETVAL += PTR2ul(p) != 0UL      ?  2 : 0;\n                           ^~~~~~\nPOSIX.xs: In function 'fix_win32_tzenv':\nPOSIX.xs:1731:13: warning: implicit declaration of function 'putenv'; did you mean '_putenv'? [-Wimplicit-function-declaration]\n             putenv(newenv);\n             ^~~~~~\n             _putenv\nPOSIX.c: In function 'XS_POSIX__Termios_getattr':\nPOSIX.c:2130:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setattr':\nPOSIX.c:2186:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getispeed':\nPOSIX.c:2253:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getiflag':\nPOSIX.c:2285:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_getcc':\nPOSIX.c:2338:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setispeed':\nPOSIX.c:2378:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setiflag':\nPOSIX.c:2420:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.c: In function 'XS_POSIX__Termios_setcc':\nPOSIX.c:2468:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]\n   termios_ref = (POSIX__Termios)SvPV_nolen(SvRV(sv));\n                 ^\nPOSIX.xs: In function 'XS_POSIX_ctermid':\nPOSIX.xs:1462:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #define ctermid(x) (char *) not_here(\"ctermid\")\n                    ^\nPOSIX.xs:3642:11: note: in expansion of macro 'ctermid'\n  RETVAL = ctermid(s);\n           ^~~~~~~\nPOSIX.c: In function 'XS_POSIX_ttyname':\nPOSIX.xs:1383:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n #  define ttyname(a) (char*)not_here(\"ttyname\")\n                      ^\nPOSIX.c:5456:11: note: in expansion of macro 'ttyname'\n  RETVAL = ttyname(fd);\n           ^~~~~~~\nSocket.xs: In function 'XS_Socket_pack_sockaddr_in6':\nSocket.xs:1118:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nSocket.xs: In function 'XS_Socket_unpack_sockaddr_in6':\nSocket.xs:1161:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\n  ST(0) = (SV*)not_here(\"pack_sockaddr_in6\");\n          ^\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 160\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 182\nWarning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in File.xs, line 512\nperllib.c: In function 'void xs_init(PerlInterpreter*)':\nperllib.c:37:18: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]\n     char *file = __FILE__;\n                  ^~~~~~~~\nIn file included from C:/Strawberry/c/x86_64-w64-mingw32/include/stdint.h:32,\n                 from C:/Strawberry/c/lib/gcc/x86_64-w64-mingw32/8.3.0/include/stdint.h:9,\n                 from ../perl.h:1049,\n                 from perllib.c:10:\nperlhost.h: In function 'CPerlHost* IPerlMem2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:241:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMem);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemShared2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:246:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemShared);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlMemParse2Host(IPerlMem*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:251:12: note: in expansion of macro 'STRUCT2RAWPTR'\n     return STRUCT2RAWPTR(piPerl, m_hostperlMemParse);\n            ^~~~~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlEnv2Host(IPerlEnv*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:256:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlEnv);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlStdIO2Host(IPerlStdIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:261:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlStdIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlLIO2Host(IPerlLIO*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:266:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlLIO);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlDir2Host(IPerlDir*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:271:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlDir);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlSock2Host(IPerlSock*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:276:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlSock);\n            ^~~~~~~~~~\nperlhost.h: In function 'CPerlHost* IPerlProc2Host(IPerlProc*)':\nperlhost.h:227:63: warning: offsetof within non-standard-layout type 'CPerlHost' is conditionally-supported [-Winvalid-offsetof]\n #define STRUCT2RAWPTR(x, y) (CPerlHost*)(((LPBYTE)x)-offsetof(CPerlHost, y))\n                                                               ^\nperlhost.h:234:38: note: in expansion of macro 'STRUCT2RAWPTR'\n #define STRUCT2PTR(x, y) CheckInterp(STRUCT2RAWPTR(x, y))\n                                      ^~~~~~~~~~~~~\nperlhost.h:281:12: note: in expansion of macro 'STRUCT2PTR'\n     return STRUCT2PTR(piPerl, m_hostperlProc);\n            ^~~~~~~~~~\nar: creating ..\\..\\lib\\auto\\Win32CORE\\Win32CORE.a\n\nCompiler info: gcc version 8.3.0\nSkipping extension Unicode/Normalize, not ported to current platform at ..\\make_ext.pl line 194.\nTSTENV = stdio\tFiles=2749, Tests=1126698, 2930 wallclock secs (55.44 usr +  6.11 sys = 61.55 CPU)\n\n../t/porting/customized.t...................................FAILED\n    1-30\n../t/porting/pod_rules.t....................................FAILED\n    2-5\n../t/porting/pod_rules.t....................................FAILED\n    Bad plan.  You planned 7 tests but ran 5.\n../t/porting/regen.t........................................FAILED\n    39\n../t/porting/regen.t........................................FAILED\n    Non-zero exit status: 255\n../t/porting/regen.t........................................FAILED\n    Bad plan.  You planned 44 tests but ran 41.\n../t/win32/popen.t..........................................FAILED\n    Non-zero exit status: 9\n../t/win32/popen.t..........................................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t.................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/31_local_tml.t.....................FAILED\n    No plan found in TAP output\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    Non-zero exit status: 2\n../cpan/CPAN-Meta-YAML/t/32_world_tml.t.....................FAILED\n    No plan found in TAP output\n../ext/IPC-Open3/t/IPC-Open3.t..............................PASSED\n    25\n\nStopped smoke at 1677053828\nFinished smoking dab4006c92d70a54e7909d0e670b71bfd3fb8221 v5.37.9-9-gdab4006c92 blead\n","applied_patches":"SMOKEdab4006c92d70a54e7909d0e670b71bfd3fb8221","smoke_version":"1.79_07","test_jobs":null,"smoke_date":"2023-02-21T22:03:08Z","lang":null,"id":5031091,"reporter_version":"0.054","reporter":"","osname":"MSWin32","git_describe":"v5.37.9-9-gdab4006c92","cpu_description":"AMD Ryzen 7 5700G with Radeon Graphics (~3793 MHz)","smoke_revision":"1.79_07","harness3opts":"","perl_id":"5.37.10","nonfatal_msgs":null,"duration":36840,"lc_all":null,"summary":"FAIL(F)","config_count":10,"sconfig_id":1,"compiler_msgs":null,"plevel":"5.037009zzz009","manifest_msgs":null,"log_file":"log file removed","osversion":"Win10 Build 19044 (64-bit)","user_note":"For these MSWin32 builds -Duseithreads is always on (except for -Uuseithreads)\n","hostname":"winbonne10","skipped_tests":"","harness_only":"0","smoke_perl":"5.32.1","cpu_count":"2","smoker_version":"0.046","architecture":"amd64","configs":[{"started":"2023-02-21T22:03:11Z","results":[{"config_id":271421,"io_env":"stdio","stat_cpu_time":56.48,"summary":"F","failures":[{"failure_id":2163,"result_id":436349},{"failure_id":2172,"result_id":436349},{"result_id":436349,"failure_id":2175},{"failure_id":2176,"result_id":436349},{"failure_id":2177,"result_id":436349},{"result_id":436349,"failure_id":2404},{"result_id":436349,"failure_id":2571},{"result_id":436349,"failure_id":2614}],"stat_tests":1114357,"locale":null,"id":436349,"statistics":"Files=2749, Tests=1114357, 2516 wallclock secs (50.31 usr +  6.17 sys = 56.48 CPU"}],"cc":"gcc","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Uuseithreads","debugging":"N","report_id":5031091,"ccversion":"8.3.0","id":271421,"duration":3332},{"report_id":5031091,"debugging":"D","ccversion":"8.3.0","id":271422,"duration":3244,"started":"2023-02-21T22:58:43Z","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Uuseithreads","results":[{"statistics":"Files=2084, Tests=780305, 2107 wallclock secs (40.02 usr +  3.83 sys = 43.84 CPU","id":436350,"locale":null,"stat_tests":780305,"failures":[{"result_id":436350,"failure_id":2172},{"result_id":436350,"failure_id":2175},{"failure_id":2176,"result_id":436350},{"failure_id":2177,"result_id":436350},{"failure_id":2179,"result_id":436350},{"result_id":436350,"failure_id":2404},{"result_id":436350,"failure_id":2571},{"failure_id":2614,"result_id":436350}],"summary":"F","stat_cpu_time":43.84,"io_env":"stdio","config_id":271422}],"cc":"gcc"},{"ccversion":"8.3.0","duration":3898,"id":271423,"report_id":5031091,"debugging":"N","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles","results":[{"statistics":"Files=2749, Tests=1126616, 2830 wallclock secs (47.09 usr +  5.52 sys = 52.61 CPU","locale":null,"stat_tests":1126616,"id":436351,"stat_cpu_time":52.61,"failures":[{"result_id":436351,"failure_id":2163},{"failure_id":2172,"result_id":436351},{"result_id":436351,"failure_id":2174},{"failure_id":2175,"result_id":436351},{"failure_id":2176,"result_id":436351},{"result_id":436351,"failure_id":2177},{"result_id":436351,"failure_id":2404},{"failure_id":2614,"result_id":436351}],"summary":"F","io_env":"stdio","config_id":271423}],"cc":"gcc","started":"2023-02-21T23:52:47Z"},{"started":"2023-02-22T00:57:45Z","results":[{"failures":[{"failure_id":202,"result_id":436352},{"result_id":436352,"failure_id":2163},{"failure_id":2172,"result_id":436352},{"result_id":436352,"failure_id":2174},{"result_id":436352,"failure_id":2175},{"result_id":436352,"failure_id":2176},{"failure_id":2177,"result_id":436352},{"failure_id":2404,"result_id":436352},{"result_id":436352,"failure_id":2614}],"summary":"F","stat_cpu_time":64.28,"io_env":"stdio","config_id":271424,"statistics":"Files=2749, Tests=1126666, 3006 wallclock secs (57.55 usr +  6.73 sys = 64.28 CPU","id":436352,"locale":null,"stat_tests":1126666}],"cc":"gcc","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles","debugging":"D","report_id":5031091,"ccversion":"8.3.0","duration":4160,"id":271424},{"cc":"gcc","results":[{"stat_tests":1126474,"locale":null,"id":436353,"statistics":"Files=2749, Tests=1126474, 2896 wallclock secs (47.58 usr +  6.17 sys = 53.75 CPU","config_id":271425,"io_env":"stdio","stat_cpu_time":53.75,"summary":"F","failures":[{"failure_id":2163,"result_id":436353},{"failure_id":2172,"result_id":436353},{"result_id":436353,"failure_id":2174},{"failure_id":2175,"result_id":436353},{"result_id":436353,"failure_id":2176},{"result_id":436353,"failure_id":2177},{"failure_id":2404,"result_id":436353},{"result_id":436353,"failure_id":2614}]}],"arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Duselongdouble","started":"2023-02-22T02:07:05Z","ccversion":"8.3.0","id":271425,"duration":3988,"debugging":"N","report_id":5031091},{"ccversion":"8.3.0","duration":4161,"id":271426,"debugging":"D","report_id":5031091,"results":[{"stat_cpu_time":64.73,"summary":"F","failures":[{"failure_id":2163,"result_id":436354},{"result_id":436354,"failure_id":2172},{"failure_id":2174,"result_id":436354},{"failure_id":2175,"result_id":436354},{"result_id":436354,"failure_id":2176},{"failure_id":2177,"result_id":436354},{"failure_id":2404,"result_id":436354},{"failure_id":2614,"result_id":436354}],"config_id":271426,"io_env":"stdio","statistics":"Files=2749, Tests=1126758, 2982 wallclock secs (58.22 usr +  6.52 sys = 64.73 CPU","stat_tests":1126758,"locale":null,"id":436354}],"cc":"gcc","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Duselongdouble","started":"2023-02-22T03:13:33Z"},{"ccversion":"8.3.0","id":271427,"duration":2034,"report_id":5031091,"debugging":"N","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Dusequadmath","results":[{"config_id":271427,"io_env":"stdio","stat_cpu_time":17.61,"summary":"F","failures":[{"result_id":436355,"failure_id":2172},{"failure_id":2214,"result_id":436355},{"failure_id":2404,"result_id":436355},{"failure_id":2614,"result_id":436355}],"stat_tests":504034,"locale":null,"id":436355,"statistics":"Files=523, Tests=504034, 969 wallclock secs (16.58 usr +  1.03 sys = 17.61 CPU"}],"cc":"gcc","started":"2023-02-22T04:22:54Z"},{"started":"2023-02-22T04:56:48Z","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -Dusequadmath","cc":"gcc","results":[{"io_env":"stdio","config_id":271428,"stat_cpu_time":62.03,"failures":[{"failure_id":2163,"result_id":436356},{"failure_id":2172,"result_id":436356},{"failure_id":2174,"result_id":436356},{"failure_id":2175,"result_id":436356},{"failure_id":2176,"result_id":436356},{"result_id":436356,"failure_id":2177},{"result_id":436356,"failure_id":2404},{"failure_id":2614,"result_id":436356}],"summary":"F","locale":null,"stat_tests":1126726,"id":436356,"statistics":"Files=2749, Tests=1126726, 2940 wallclock secs (55.89 usr +  6.14 sys = 62.03 CPU"}],"report_id":5031091,"debugging":"D","ccversion":"8.3.0","id":271428,"duration":4086},{"ccversion":"8.3.0","id":271429,"duration":3864,"report_id":5031091,"debugging":"N","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -UWIN64 -Duse64bitint","cc":"gcc","results":[{"io_env":"stdio","config_id":271429,"stat_cpu_time":52.05,"failures":[{"failure_id":202,"result_id":436357},{"failure_id":2163,"result_id":436357},{"failure_id":2172,"result_id":436357},{"failure_id":2174,"result_id":436357},{"result_id":436357,"failure_id":2175},{"result_id":436357,"failure_id":2176},{"failure_id":2177,"result_id":436357},{"failure_id":2404,"result_id":436357},{"failure_id":2614,"result_id":436357}],"summary":"F","locale":null,"stat_tests":1126740,"id":436357,"statistics":"Files=2749, Tests=1126740, 2818 wallclock secs (46.62 usr +  5.42 sys = 52.05 CPU"}],"started":"2023-02-22T06:04:54Z"},{"started":"2023-02-22T07:09:18Z","arguments":"-DCCTYPE=GCC -DCCHOME=C:\\Strawberry\\c -Duselargefiles -UWIN64 -Duse64bitint","results":[{"statistics":"Files=2749, Tests=1126698, 2930 wallclock secs (55.44 usr +  6.11 sys = 61.55 CPU","locale":null,"stat_tests":1126698,"id":436358,"stat_cpu_time":61.55,"failures":[{"result_id":436358,"failure_id":2163},{"failure_id":2172,"result_id":436358},{"failure_id":2174,"result_id":436358},{"failure_id":2175,"result_id":436358},{"result_id":436358,"failure_id":2176},{"result_id":436358,"failure_id":2177},{"result_id":436358,"failure_id":2404},{"result_id":436358,"failure_id":2614}],"summary":"F","io_env":"stdio","config_id":271430}],"cc":"gcc","report_id":5031091,"debugging":"D","id":271430,"duration":4070,"ccversion":"8.3.0"}],"username":"abeltje","smoke_branch":"blead","git_id":"dab4006c92d70a54e7909d0e670b71bfd3fb8221"}