Automated smoke report for branch smoke-me/nicholas/pp_iter 5.35.2 patch 
5fcc04dd3d0047ab739e73607d49c40a8f8baa35 v5.35.1-41-g5fcc04dd3d
cjg-bullseye: Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz (GenuineIntel 2073MHz) 
(x86_64/1 cpu)
    on        linux - 5.10.0-7-amd64 [Debian GNU/Linux 11.0 (bullseye)]
    using     g++ version 10.2.1 20210110
    smoketime 6 hours 38 minutes (average 33 minutes 10 seconds)

Summary: FAIL(F)

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.35.1-41-g5fcc04dd3d  Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
O O         
O O         -Duse64bitall
O O         -Dusequadmath
O F         -Duseithreads
O O         -Duseithreads -Duse64bitall
O O         -Duseithreads -Dusequadmath
| +--------- -DDEBUGGING
+----------- no debugging


Testsuite was run only with 'harness'

Tests skipped on user request:
    # One test name on a line
Failures: (common-args) -Dcc=g++
[default] -DDEBUGGING -Duseithreads
../dist/IO/t/io_poll.t......................................FAILED
    12
../dist/Time-HiRes/t/usleep.t...............................FAILED
    4
    Non-zero exit status: 1

MANIFEST did not declare '.mailmap'

Compiler messages(gcc):
awk: cmd. line:1: warning: regexp escape sequence `\=' is not a known regexp 
operator
Makefile:258: warning: ignoring prerequisites on suffix rule definition
Makefile:254: warning: ignoring prerequisites on suffix rule definition
makefile:258: warning: ignoring prerequisites on suffix rule definition
makefile:254: warning: ignoring prerequisites on suffix rule definition
gv.c: In function 'SV* Perl_amagic_call(SV*, SV*, int, int)':
gv.c:3293:72: warning: suggest parentheses around assignment used as truth 
value [-Wparentheses]
gv.c:3300:73: warning: suggest parentheses around assignment used as truth 
value [-Wparentheses]
pp_hot.c: In function 'OP* Perl_pp_iter()':
pp_hot.c:3924:9: warning: this 'if' clause does not guard... 
[-Wmisleading-indentation]
pp_hot.c:3926:13: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the 'if'
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
MD5.xs: In function 'MD5_CTX* get_md5_ctx(SV*)':
MD5.xs:470:27: warning: type qualifiers ignored on cast result type 
[-Wignored-qualifiers]
MD5.xs: In function 'SV* new_md5_ctx(MD5_CTX*, const char*)':
MD5.xs:492:40: warning: type qualifiers ignored on cast result type 
[-Wignored-qualifiers]
../../embed.h:624:63: note: in definition of macro 'sv_magicext'
ListUtil.xs: In function 'void XS_List__Util_zip(CV*)':
../../pp.h:371:40: warning: comparison of unsigned expression in '< 0' is 
always false [-Wtype-limits]
../../perl.h:3797:62: note: in definition of macro 'EXPECT'
../../perl.h:3818:52: note: in expansion of macro 'cBOOL'
../../pp.h:390:30: note: in expansion of macro 'UNLIKELY'
../../pp.h:390:39: note: in expansion of macro '_EXTEND_NEEDS_GROW'
ListUtil.xs:1628:9: note: in expansion of macro 'EXTEND'
../../pp.h:371:66: warning: comparison of integer expressions of different 
signedness: 'long int' and 'UV' {aka 'long unsigned int'} [-Wsign-compare]
ListUtil.xs:1645:9: note: in expansion of macro 'EXTEND'
Socket.xs: In function 'void XS_Socket_inet_aton(CV*)':
Socket.xs:773:28: warning: missing initializer for member 'addrinfo::ai_family' 
[-Wmissing-field-initializers]
Socket.xs:773:28: warning: missing initializer for member 
'addrinfo::ai_socktype' [-Wmissing-field-initializers]
Socket.xs:773:28: warning: missing initializer for member 
'addrinfo::ai_protocol' [-Wmissing-field-initializers]
Socket.xs:773:28: warning: missing initializer for member 
'addrinfo::ai_addrlen' [-Wmissing-field-initializers]
Socket.xs:773:28: warning: missing initializer for member 'addrinfo::ai_addr' 
[-Wmissing-field-initializers]
Socket.xs:773:28: warning: missing initializer for member 
'addrinfo::ai_canonname' [-Wmissing-field-initializers]
Socket.xs:773:28: warning: missing initializer for member 'addrinfo::ai_next' 
[-Wmissing-field-initializers]
HiRes.xs: In function 'void XS_Time__HiRes_setitimer(CV*)':
../../perl.h:563:30: warning: option '-Wc++-compat' is valid for C/ObjC but not 
for C++ [-Wpragmas]
../../perl.h:566:30: note: in expansion of macro 'GCC_DIAG_PRAGMA'
../../perl.h:574:33: note: in expansion of macro 'GCC_DIAG_IGNORE'
HiRes.xs:1248:9: note: in expansion of macro 'GCC_DIAG_IGNORE_STMT'
HiRes.xs: In function 'void XS_Time__HiRes_getitimer(CV*)':
HiRes.xs:1268:9: note: in expansion of macro 'GCC_DIAG_IGNORE_STMT'
../../embed.h: In function 'void XS_List__Util_reduce(CV*)':
../../embed.h:67:35: warning: 'retvals' may be used uninitialized in this 
function [-Wmaybe-uninitialized]
ListUtil.xs:535:9: note: 'retvals' was declared here
gv.c: In function 'SV* Perl_amagic_call(PerlInterpreter*, SV*, SV*, int, int)':
pp_hot.c: In function 'OP* Perl_pp_iter(PerlInterpreter*)':
MD5.xs: In function 'MD5_CTX* get_md5_ctx(PerlInterpreter*, SV*)':
MD5.xs: In function 'SV* new_md5_ctx(PerlInterpreter*, MD5_CTX*, const char*)':
ListUtil.xs: In function 'void XS_List__Util_zip(PerlInterpreter*, CV*)':
Socket.xs: In function 'void XS_Socket_inet_aton(PerlInterpreter*, CV*)':
HiRes.xs: In function 'void XS_Time__HiRes_setitimer(PerlInterpreter*, CV*)':
HiRes.xs: In function 'void XS_Time__HiRes_getitimer(PerlInterpreter*, CV*)':
../../embed.h: In function 'void XS_List__Util_reduce(PerlInterpreter*, CV*)':

Non-Fatal messages(gcc):



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

Reply via email to