Automated smoke report for branch blead 5.29.10 patch 
281cff281e54d71fbedd8c314fe56ae9b58bee67 v5.29.9-62-g281cff281e
cjg-cygwin: Intel(R) Core(TM) i5-4278U CPU @ 2.60GHz (GenuineIntel 2600MHz) 
(x86_64/1 cpu)
    on        cygwin_nt-10.0 - 3.0.4(0.338/5/3)
    using     g++ version 7.4.0
    smoketime 2 hours 28 minutes (average 18 minutes 30 seconds)

Summary: FAIL(M)

O = OK  F = Failure(s), extended report at the bottom
X = Failure(s) under TEST but not under harness
? = still running or test results not (yet) available
Build failures during:       - = unknown or N/A
c = Configure, m = make, M = make (after miniperl), t = make test-prep

v5.29.9-62-g281cff281e  Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
M M         
M M         -Duse64bitall
M M         -Duseithreads
M M         -Duseithreads -Duse64bitall
| +--------- -DDEBUGGING
+----------- no debugging


Locally applied patches:
    SMOKE281cff281e54d71fbedd8c314fe56ae9b58bee67

Testsuite was run only with 'harness'

Tests skipped on user request:
    # One test name on a line
Failures: (common-args) -Dcc=g++
[minitest] 
[minitest] -DDEBUGGING
[minitest] -DDEBUGGING -Duse64bitall
[minitest] -Duseithreads
[minitest] -DDEBUGGING -Duseithreads
[minitest] -DDEBUGGING -Duseithreads -Duse64bitall
    t/run/switches ................. FAILED--expected 137 tests, saw 8
    t/re/fold_grind_8 .............. FAILED--no leader found
    t/re/fold_grind_T .............. FAILED--no leader found
    t/re/fold_grind_l .............. FAILED--no leader found
    t/re/subst ..................... FAILED--expected 278 tests, saw 261
    t/re/substT .................... FAILED--expected 278 tests, saw 261
    t/re/subst_wamp ................ FAILED--expected 278 tests, saw 261
    t/re/uniprops01 ................ FAILED--no leader found
    t/re/uniprops02 ................ FAILED--no leader found
    t/re/uniprops03 ................ FAILED--no leader found
    t/re/uniprops04 ................ FAILED--no leader found
    t/re/uniprops05 ................ FAILED--no leader found
    t/re/uniprops06 ................ FAILED--no leader found
    t/re/uniprops07 ................ FAILED--no leader found
    t/re/uniprops08 ................ FAILED--no leader found
    t/re/uniprops09 ................ FAILED--no leader found
    t/re/uniprops10 ................ FAILED--no leader found
    t/op/lc ........................ FAILED--no leader found
    t/op/magic ..................... FAILED--expected 195 tests, saw 196
    t/op/quotemeta ................. FAILED--expected 60 tests, saw 31
    t/op/taint ..................... FAILED--expected 1042 tests, saw 71
    t/uni/overload ................. FAILED--expected 193 tests, saw 32

[minitest] -Duse64bitall
[minitest] -Duseithreads -Duse64bitall
    t/run/switches ................. FAILED--expected 137 tests, saw 8
    t/re/fold_grind_8 .............. FAILED--no leader found
    t/re/fold_grind_T .............. FAILED--no leader found
    t/re/fold_grind_l .............. FAILED--no leader found
    t/re/subst ..................... FAILED--expected 278 tests, saw 261
    t/re/substT .................... FAILED--expected 278 tests, saw 261
    t/re/subst_wamp ................ FAILED--expected 278 tests, saw 261
    t/re/uniprops01 ................ FAILED--no leader found
    t/re/uniprops02 ................ FAILED--no leader found
    t/re/uniprops03 ................ FAILED--no leader found
    t/re/uniprops04 ................ FAILED--no leader found
    t/re/uniprops05 ................ FAILED--no leader found
    t/re/uniprops06 ................ FAILED--no leader found
    t/re/uniprops07 ................ FAILED--no leader found
    t/re/uniprops08 ................ FAILED--no leader found
    t/re/uniprops09 ................ FAILED--no leader found
    t/re/uniprops10 ................ FAILED--no leader found
    t/op/alarm ..................... FAILED at test 1
    t/op/lc ........................ FAILED--no leader found
    t/op/magic ..................... FAILED--expected 195 tests, saw 196
    t/op/quotemeta ................. FAILED--expected 60 tests, saw 31
    t/op/taint ..................... FAILED--expected 1042 tests, saw 71
    t/uni/overload ................. FAILED--expected 193 tests, saw 32

Compiler messages(cygwin):
sv.c: In function 'void Perl_sv_vcatpvfn_flags(PerlInterpreter*, SV*, const 
char*, STRLEN, char**, SV**, size_t, bool*, U32)':
sv.c:11869:1: warning: '%.*g' directive writing between 1 and 133 bytes into a 
region of size 127 [-Wformat-overflow=]
sv.c:11869:1: note: assuming directive output of 132 bytes
perl.h:392:68: note: 'sprintf' output between 2 and 134 bytes into a 
destination of size 127
sv.c:48:5: note: in expansion of macro 'PERL_UNUSED_RESULT'
sv.c:13057:17: note: in expansion of macro 'SNPRINTF_G'
perl.h:7204:34: warning: option '-Wc++-compat' is valid for C/ObjC but not for 
C++ [-Wpragmas]
cygwin.c: In function 'int do_spawn(char*)':
cygwin.c:114:5: warning: this 'for' clause does not guard... 
[-Wmisleading-indentation]
cygwin.c:115:2: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the 'for'
decompress.c: In function 'Int32 BZ2_decompress(DState*)':
decompress.c:198:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:44:4: note: here
decompress.c:68:4: note: in expansion of macro 'GET_BITS'
decompress.c:200:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:201:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:203:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:204:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:206:7: note: in expansion of macro 'GET_BITS'
decompress.c:211:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:222:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:225:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:226:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:227:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:228:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:229:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:230:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:231:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:232:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:233:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:234:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:241:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:242:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:243:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:244:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:245:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:246:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:247:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:248:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:249:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:251:7: note: in expansion of macro 'GET_BITS'
decompress.c:253:18: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:254:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:255:18: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:256:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:257:18: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:258:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:284:17: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:287:7: note: in expansion of macro 'GET_BITS'
decompress.c:288:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:289:7: note: in expansion of macro 'GET_BITS'
decompress.c:585:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:586:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:587:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:588:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:589:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:590:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:591:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:592:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:595:28: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:596:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:597:28: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:598:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:599:28: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:600:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:601:28: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:602:7: note: in expansion of macro 'GET_UCHAR'
inflate.c: In function 'int inflate(z_streamp, int)':
inflate.c:724:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
inflate.c:725:9: note: here
inflate.c:732:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
inflate.c:733:9: note: here
inflate.c:947:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
inflate.c:948:9: note: here
inflate.c:968:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
inflate.c:969:9: note: here
Encode.c: In function 'void XS_Encode_decode(PerlInterpreter*, CV*)':
../../XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable]
../../XSUB.h:185:20: note: in definition of macro 'dXSI32'
Encode.c: In function 'void XS_Encode_encode(PerlInterpreter*, CV*)':
const-c.inc: In function 'int _constant_5(PerlInterpreter*, const char*, IV*)':
const-c.inc:24:42: warning: unused parameter 'iv_return' [-Wunused-parameter]
ListUtil.xs: In function 'void XS_List__Util_sum(PerlInterpreter*, CV*)':
ListUtil.xs:349:19: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
ListUtil.xs:350:9: note: here
POSIX.xs:1358:14: warning: '_tzname' redeclared without dllimport attribute: 
previous dllimport ignored [-Wattributes]
POSIX.xs:1358:28: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
POSIX.xs: In function 'NV my_rint(NV)':
POSIX.xs:1089:1: warning: control reaches end of non-void function 
[-Wreturn-type]
HiRes.xs: In function 'void XS_Time__HiRes_setitimer(PerlInterpreter*, CV*)':
HiRes.xs:1386:42: warning: option '-Wc++-compat' is valid for C/ObjC but not 
for C++ [-Wpragmas]
HiRes.xs: In function 'void XS_Time__HiRes_getitimer(PerlInterpreter*, CV*)':
HiRes.xs:1406:42: warning: option '-Wc++-compat' is valid for C/ObjC but not 
for C++ [-Wpragmas]
Win32.xs: In function 'SV* wstr_to_sv(PerlInterpreter*, WCHAR*)':
Win32.xs:177:21: error: 'wcslen' was not declared in this scope
Win32.xs:177:21: note: suggested alternative: 'wlen'
Win32.xs: In function 'SV* get_unicode_env(PerlInterpreter*, WCHAR*)':
Win32.xs:239:31: error: 'wcslen' was not declared in this scope
Win32.xs:239:31: note: suggested alternative: 'listen'
longpath.inc: In function 'WCHAR* my_longpathW(WCHAR*)':
Win32.xs:276:27: error: 'wcslen' was not declared in this scope
Win32.xs:276:27: note: in definition of macro 'FN_STRLEN'
Win32.xs:276:27: note: suggested alternative: 'len'
Win32.xs:277:27: error: 'wcscpy' was not declared in this scope
Win32.xs:277:27: note: in definition of macro 'FN_STRCPY'
Win32.xs:277:27: note: suggested alternative: 'wctype'
Win32.xs: In function 'char* my_ansipath(const WCHAR*)':
Win32.xs:308:24: error: 'wcslen' was not declared in this scope
Win32.xs:308:24: note: suggested alternative: 'widelen'
Win32.xs: In function 'void free_childenv(void*)':
Win32.xs:378:21: warning: unused parameter 'd' [-Wunused-parameter]
Win32.xs: In function 'void w32_MsgBox(PerlInterpreter*, CV*)':
Win32.xs:699:23: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]
Win32.xs: In function 'void w32_GetArchName(PerlInterpreter*, CV*)':
../../XSUB.h:154:20: warning: unused variable 'items' [-Wunused-variable]
../../XSUB.h:154:20: note: in definition of macro 'dITEMS'
Win32.xs:789:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetChipName(PerlInterpreter*, CV*)':
Win32.xs:795:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GuidGen(PerlInterpreter*, CV*)':
Win32.xs:826:55: error: 'wcslen' was not declared in this scope
Win32.xs:826:55: note: suggested alternative: 'listen'
Win32.xs:814:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetFolderPath(PerlInterpreter*, CV*)':
Win32.xs:902:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:903:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:904:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:905:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:907:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:908:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:909:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:910:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:911:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:912:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:913:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:914:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:915:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:916:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:917:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:918:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:919:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:920:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:921:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:922:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:923:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:924:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:931:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:932:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:933:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:934:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:935:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:936:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:937:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:938:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:939:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:940:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:941:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:942:56: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:976:79: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:977:83: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:978:84: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:979:90: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs:980:82: warning: ISO C++ forbids converting a string constant to 
'WCHAR* {aka wchar_t*}' [-Wwrite-strings]
Win32.xs: In function 'void w32_SetChildShowWindow(PerlInterpreter*, CV*)':
Win32.xs:1051:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetCwd(PerlInterpreter*, CV*)':
Win32.xs:1058:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetNextAvailDrive(PerlInterpreter*, CV*)':
Win32.xs:1107:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetLastError(PerlInterpreter*, CV*)':
Win32.xs:1124:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_LoginName(PerlInterpreter*, CV*)':
Win32.xs:1140:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_NodeName(PerlInterpreter*, CV*)':
Win32.xs:1164:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_DomainName(PerlInterpreter*, CV*)':
Win32.xs:1179:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_FsType(PerlInterpreter*, CV*)':
Win32.xs:1242:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetOSVersion(PerlInterpreter*, CV*)':
Win32.xs:1262:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_IsWinNT(PerlInterpreter*, CV*)':
Win32.xs:1284:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_IsWin95(PerlInterpreter*, CV*)':
Win32.xs:1291:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetTickCount(PerlInterpreter*, CV*)':
Win32.xs:1365:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetLongPathName(PerlInterpreter*, CV*)':
Win32.xs:1528:13: error: 'wcslen' was not declared in this scope
Win32.xs:1528:13: note: suggested alternative: 'listen'
Win32.xs:1529:13: error: 'wcscpy' was not declared in this scope
Win32.xs:1529:13: note: suggested alternative: 'wctype'
Win32.xs: In function 'void w32_GetCurrentProcessId(PerlInterpreter*, CV*)':
Win32.xs:1621:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetCurrentThreadId(PerlInterpreter*, CV*)':
Win32.xs:1628:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetACP(PerlInterpreter*, CV*)':
Win32.xs:1715:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetConsoleCP(PerlInterpreter*, CV*)':
Win32.xs:1722:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetConsoleOutputCP(PerlInterpreter*, CV*)':
Win32.xs:1729:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void w32_GetOEMCP(PerlInterpreter*, CV*)':
Win32.xs:1736:5: note: in expansion of macro 'dXSARGS'
Win32.xs: In function 'void boot_Win32(PerlInterpreter*, CV*)':
Win32.xs:1767:18: warning: ISO C++ forbids converting a string constant to 
'char*' [-Wwrite-strings]

Non-Fatal messages(cygwin):



-- 
Report by Test::Smoke v1.71 running on perl 5.26.1
(Reporter v0.053 / Smoker v0.046)

Reply via email to