Automated smoke report for 5.30.0 patch 
aff85be1c8cb189c4294c5a29879ecb96bd6651e v5.30.0-RC2-5-gaff85be1c8
amelia: Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz (GenuineIntel 2793MHz) 
(x86_64/2 cpu)
    on        linux - 4.16.0-2-amd64 [debian]
    using     cc version 8.3.0
    smoketime 36 minutes 28 seconds (average 36 minutes 28 seconds)

Summary: PASS

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.30.0-RC2-5-gaff85be1c8  Configuration (common) -Accflags="-pipe -O2"
----------- ---------------------------------------------------------
O -         
| +--------- -DDEBUGGING
+----------- no debugging


Locally applied patches:
    SMOKEaff85be1c8cb189c4294c5a29879ecb96bd6651e

Compiler messages(gcc):
perl.c: In function ‘Perl_sys_init’:
perl.h:2688:51: warning: cast between incompatible function types from 
‘__sighandler_t’ {aka ‘void (*)(int)’} to ‘void (*)(int,  siginfo_t *, void *)’ 
{aka ‘void (*)(int,  struct <anonymous> *, void *)’} [-Wcast-function-type]
perl.c: In function ‘Perl_sys_init3’:
perl.c: In function ‘S_parse_body’:
perl.c:2399:22: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
perl.c:2402:26: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
util.c: In function ‘Perl_rsignal’:
util.c:2698:22: warning: cast between incompatible function types from 
‘Sighandler_t’ {aka ‘void (*)(int,  struct <anonymous> *, void *)’} to ‘void 
(*)(int)’ [-Wcast-function-type]
util.c:2706:40: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
util.c:2710:13: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
util.c:2712:13: warning: cast between incompatible function types from 
‘__sighandler_t’ {aka ‘void (*)(int)’} to ‘void (*)(int,  siginfo_t *, void *)’ 
{aka ‘void (*)(int,  struct <anonymous> *, void *)’} [-Wcast-function-type]
util.c: In function ‘Perl_rsignal_state’:
util.c:2722:9: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
util.c:2724:9: warning: cast between incompatible function types from 
‘__sighandler_t’ {aka ‘void (*)(int)’} to ‘void (*)(int,  siginfo_t *, void *)’ 
{aka ‘void (*)(int,  struct <anonymous> *, void *)’} [-Wcast-function-type]
util.c: In function ‘Perl_rsignal_save’:
util.c:2743:22: warning: cast between incompatible function types from 
‘Sighandler_t’ {aka ‘void (*)(int,  struct <anonymous> *, void *)’} to ‘void 
(*)(int)’ [-Wcast-function-type]
util.c:2751:40: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
mg.c: In function ‘Perl_magic_getsig’:
mg.c:1465:25: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
mg.c: In function ‘Perl_magic_setsig’:
mg.c:1742:20: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
mg.c:1752:20: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
pp_sys.c: In function ‘Perl_pp_system’:
pp_sys.c:4421:28: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
pp_sys.c:4422:28: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
miniperlmain.c: In function ‘main’:
miniperlmain.c:139:29: warning: cast between incompatible function types from 
‘void (*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  
struct <anonymous> *, void *)’} [-Wcast-function-type]
perlmain.c: In function ‘main’:
perlmain.c:133:29: warning: cast between incompatible function types from ‘void 
(*)(int)’ to ‘void (*)(int,  siginfo_t *, void *)’ {aka ‘void (*)(int,  struct 
<anonymous> *, void *)’} [-Wcast-function-type]
decompress.c: In function ‘BZ2_decompress’:
decompress.c:198:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:201:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:204:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:211:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:225:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:227:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:229:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:231:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:233:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:241:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:243:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:245:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:247:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:249:25: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:253:18: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:255:18: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:257:18: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:284:17: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:288:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:292:12: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:321:19: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:323:19: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:88:7: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:94:9: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:585:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:587:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:589:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:591:10: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:595:28: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:597:28: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:599:28: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
decompress.c:601:28: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
deflate.c: In function ‘deflateParams’:
deflate.c:602:28: warning: macro expands to multiple statements 
[-Wmultistatement-macros]
Encode.c: In function ‘XS_Encode_decode’:
../../XSUB.h:185:20: warning: unused variable ‘ix’ [-Wunused-variable]
Encode.c: In function ‘XS_Encode_encode’:
ListUtil.xs: In function ‘XS_List__Util_sum’:
ListUtil.xs:349:19: warning: this statement may fall through 
[-Wimplicit-fallthrough=]
./const-xs.inc: In function ‘boot_Socket’:
./const-xs.inc:128:13: warning: AI_IDN_ALLOW_UNASSIGNED is deprecated
./const-xs.inc:131:13: warning: AI_IDN_USE_STD3_ASCII_RULES is deprecated
./const-xs.inc:383:13: warning: NI_IDN_ALLOW_UNASSIGNED is deprecated
./const-xs.inc:386:13: warning: NI_IDN_USE_STD3_ASCII_RULES is deprecated

-- 
Report by Test::Smoke v1.53 build 1374 running on perl 5.28.1
(Reporter v0.050 / Smoker v0.045)

Reply via email to