[via nntp.perl.org] [similar] [parsed detail]
Subject: Smoke [smoke-me/khw-anyofr] v5.31.3-201-g3f671efa44 PASS linux 5.2.11-100.fc29.x86_64 [Fedora 29 (x86_64/1 cpu)
Message-ID: <20190921200750.CDB87B86F0@cjg-fedora29>
Date: Sat, 21 Sep 2019 15:07:50 -0500 (CDT)
Automated smoke report for branch smoke-me/khw-anyofr 5.31.4 patch 3f671efa445b7c17c8b545f96d2ad6e011eac273 v5.31.3-201-g3f671efa44
cjg-fedora29: Intel(R) Xeon(R) CPU L5640 @ 2.27GHz (GenuineIntel 2267MHz) (x86_64/1 cpu)
on linux - 5.2.11-100.fc29.x86_64 [Fedora 29 (Server Edition)]
using gcc version 8.3.1 20190223 (Red Hat 8.3.1-2)
smoketime 7 hours 32 minutes (average 37 minutes 44 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.31.3-201-g3f671efa44 Configuration (common) -Dcc=gcc
----------- ---------------------------------------------------------
O O
O O -Duse64bitall
O O -Dusequadmath
O O -Duseithreads
O O -Duseithreads -Duse64bitall
O O -Duseithreads -Dusequadmath
| +--------- -DDEBUGGING
+----------- no debugging
Locally applied patches:
SMOKE3f671efa445b7c17c8b545f96d2ad6e011eac273
Testsuite was run only with 'harness'
Tests skipped on user request:
# One test name on a line
Compiler messages(gcc):
perl.c: In function 'Perl_sys_init':
perl.h:2821: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]
unixish.h:150:29: note: in expansion of macro 'PERL_FPU_INIT'
perl.c:125:5: note: in expansion of macro 'PERL_SYS_INIT_BODY'
perl.c: In function 'Perl_sys_init3':
perl.h:2871:49: note: in expansion of macro 'PERL_SYS_INIT_BODY'
perl.c:138:5: note: in expansion of macro 'PERL_SYS_INIT3_BODY'
perl.c: In function 'S_parse_body':
perl.c:2395: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:2398: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]
embed.h:642:44: note: in definition of macro 'rsignal'
util.c: In function 'Perl_rsignal':
util.c:2716:22: warning: cast between incompatible function types from 'Sighandler_t' {aka 'void (*)(int, struct <anonymous> *, void *)'} to 'void (*)(int)' [-Wcast-function-type]
util.c:2724: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:2728: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:2730: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:2740: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:2742: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:2761:22: warning: cast between incompatible function types from 'Sighandler_t' {aka 'void (*)(int, struct <anonymous> *, void *)'} to 'void (*)(int)' [-Wcast-function-type]
util.c:2769: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]
embed.h:1574:55: note: in definition of macro 'rsignal_save'
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: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:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:203:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:204:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:206:7: note: in expansion of macro 'GET_BITS'
decompress.c:211:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:222:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:225:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:226:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:227:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:228:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:229:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:230:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:231:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:232:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:233:10: 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:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:289:7: note: in expansion of macro 'GET_BITS'
decompress.c:292:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:71:4: note: in expansion of macro 'GET_BITS'
decompress.c:294:13: note: in expansion of macro 'GET_BIT'
decompress.c:321:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:322:16: note: in expansion of macro 'GET_BIT'
decompress.c:323:19: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:324:16: note: in expansion of macro 'GET_BIT'
decompress.c:88:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:373:7: note: in expansion of macro 'GET_MTF_VAL'
decompress.c:89:4: note: in expansion of macro 'GET_BITS'
decompress.c:94:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:95:7: note: in expansion of macro 'GET_BIT'
decompress.c:483:13: note: in expansion of macro 'GET_MTF_VAL'
decompress.c:585:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:586:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:587:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:588:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:589:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
decompress.c:590:7: note: in expansion of macro 'GET_UCHAR'
decompress.c:591:10: 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'
deflate.c: In function 'deflateParams':
deflate.c:602:28: warning: macro expands to multiple statements [-Wmultistatement-macros]
deflate.c:193:5: note: in definition of macro 'CLEAR_HASH'
deflate.c:601:13: note: some parts of macro expansion are not guarded by this 'else' clause
Encode.c: In function 'XS_Encode_decode':
../../XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable]
../../XSUB.h:185:20: note: in definition of macro 'dXSI32'
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=]
ListUtil.xs:350:9: note: here
./const-xs.inc: In function 'boot_Socket':
./const-xs.inc:131:13: warning: AI_IDN_ALLOW_UNASSIGNED is deprecated
./const-xs.inc:134:13: warning: AI_IDN_USE_STD3_ASCII_RULES is deprecated
./const-xs.inc:386:13: warning: NI_IDN_ALLOW_UNASSIGNED is deprecated
./const-xs.inc:389:13: warning: NI_IDN_USE_STD3_ASCII_RULES is deprecated
re_exec.c: In function 'S_find_byclass':
../../handy.h:1323:45: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
re_exec.c:1804:9: note: in definition of macro 'REXEC_FBC_CLASS_SCAN_GUTS'
re_exec.c:2210:13: note: in expansion of macro 'REXEC_FBC_CLASS_SCAN'
../../handy.h:1323:31: note: in expansion of macro '__ASSERT_'
re_exec.c:2212:23: note: in expansion of macro 'withinCOUNT'
../../handy.h:1323:65: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
../../handy.h:1323:51: note: in expansion of macro '__ASSERT_'
re_exec.c:2218:13: note: in expansion of macro 'REXEC_FBC_CLASS_SCAN'
re_exec.c:2218:37: note: in expansion of macro 'withinCOUNT'
re_exec.c:1862:13: note: in definition of macro 'REXEC_FBC_FIND_NEXT_UTF8_BYTE_SCAN'
re_exec.c:2230:23: note: in expansion of macro 'withinCOUNT'
re_exec.c:2236:13: note: in expansion of macro 'REXEC_FBC_CLASS_SCAN'
re_exec.c:2236:37: note: in expansion of macro 'withinCOUNT'
re_exec.c: In function 'S_regmatch':
re_exec.c:6894:25: note: in expansion of macro 'withinCOUNT'
re_exec.c:6903:23: note: in expansion of macro 'withinCOUNT'
re_exec.c:6919:26: note: in expansion of macro 'withinCOUNT'
re_exec.c:6928:23: note: in expansion of macro 'withinCOUNT'
re_exec.c: In function 'S_regrepeat':
re_exec.c:9750:23: note: in expansion of macro 'withinCOUNT'
re_exec.c:9762:23: note: in expansion of macro 'withinCOUNT'
re_exec.c:9775:23: note: in expansion of macro 'withinCOUNT'
re_exec.c:9787:23: note: in expansion of macro 'withinCOUNT'
regexec.c: In function 'S_find_byclass':
handy.h:1323:45: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
regexec.c:1804:9: note: in definition of macro 'REXEC_FBC_CLASS_SCAN_GUTS'
regexec.c:2210:13: note: in expansion of macro 'REXEC_FBC_CLASS_SCAN'
handy.h:1323:31: note: in expansion of macro '__ASSERT_'
regexec.c:2212:23: note: in expansion of macro 'withinCOUNT'
handy.h:1323:65: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
handy.h:1323:51: note: in expansion of macro '__ASSERT_'
regexec.c:2218:13: note: in expansion of macro 'REXEC_FBC_CLASS_SCAN'
regexec.c:2218:37: note: in expansion of macro 'withinCOUNT'
regexec.c:1862:13: note: in definition of macro 'REXEC_FBC_FIND_NEXT_UTF8_BYTE_SCAN'
regexec.c:2230:23: note: in expansion of macro 'withinCOUNT'
regexec.c:2236:13: note: in expansion of macro 'REXEC_FBC_CLASS_SCAN'
regexec.c:2236:37: note: in expansion of macro 'withinCOUNT'
regexec.c: In function 'S_regmatch':
regexec.c:6894:25: note: in expansion of macro 'withinCOUNT'
regexec.c:6903:23: note: in expansion of macro 'withinCOUNT'
regexec.c:6919:26: note: in expansion of macro 'withinCOUNT'
regexec.c:6928:23: note: in expansion of macro 'withinCOUNT'
regexec.c: In function 'S_regrepeat':
regexec.c:9750:23: note: in expansion of macro 'withinCOUNT'
regexec.c:9762:23: note: in expansion of macro 'withinCOUNT'
regexec.c:9775:23: note: in expansion of macro 'withinCOUNT'
regexec.c:9787:23: note: in expansion of macro 'withinCOUNT'
util.c:2713: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]
Opcode.xs: In function 'opmask_addlocal':
Opcode.xs:240:17: warning: cast between incompatible function types from 'void (*)(PerlInterpreter *, const char *, ...)' {aka 'void (*)(struct interpreter *, const char *, ...)'} to 'void (*)(void *)' [-Wcast-function-type]
../../embed.h:662:57: note: in definition of macro 'save_destructor'
Opcode.xs:240:2: note: in expansion of macro 'SAVEDESTRUCTOR'
Non-Fatal messages(gcc):
--
Report by Test::Smoke v1.71 running on perl 5.26.1
(Reporter v0.053 / Smoker v0.046)