[via test-smoke.org] [similar] [Raw JSON] [Report JSON] [parsed detail]
Automated smoke report for branch smoke-me/khw-tr 5.31.6 patch a409a0aa92b2a9c0c8ea52d94f5fb3b0981ec326 v5.31.5-121-ga409a0aa92.
cjg-netbsd7: Intel 686-class (amd64/1 cpus)
on netbsd 7.2
using g++ version 4.8.5 (*1)
smoketime 1 hour 11 minutes (average 17 minutes 56 seconds)
Summary: FAIL(FM)
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.5-121-ga409a0aa92
----------------------- ----------------------------------------------------
- F - F -Dcc=g++ (*1)
M - M - -Dcc=g++ -Duseithreads (*1)
| | | |
| | | +------------ stdio DEBUGGING
| | +--------------- minitest DEBUGGING
| +------------------ stdio
+--------------------- minitest
Testsuite was run only with 'harness'
Applied patches:
SMOKEa409a0aa92b2a9c0c8ea52d94f5fb3b0981ec326
Skipped tests:
# One test name on a line
Test failures:
None.
Compiler messages:
op.c: In function 'OP* Perl_pmruntime(OP*, OP*, OP*, UV, I32)':
op.c:7272:49: warning: 't_cp' may be used uninitialized in this function [-Wmaybe-uninitialized]
op.c:7162:16: note: 't_cp' was declared here
op.c:7310:45: warning: 'r_cp' may be used uninitialized in this function [-Wmaybe-uninitialized]
op.c:6872:8: note: 'r_cp' was declared here
op.c:7054:35: warning: 'r_map' may be used uninitialized in this function [-Wmaybe-uninitialized]
op.c:6871:9: note: 'r_map' was declared here
op.c:6758:12: warning: 'int uvcompare(const void*, const void*)' defined but not used [-Wunused-function]
regcomp.c: In function 'regnode_offset S_regatom(RExC_state_t*, I32*, U32)':
unicode_constants.h:84:47: warning: comparison is always false due to limited range of data type [-Wtype-limits]
perl.h:3573:62: note: in definition of macro 'EXPECT'
perl.h:3594:52: note: in expansion of macro 'cBOOL'
regcomp.c:14609:29: note: in expansion of macro 'UNLIKELY'
utf8.h:1008:41: note: in expansion of macro 'LATIN_SMALL_LETTER_SHARP_S_NATIVE'
regcomp.c:14609:46: note: in expansion of macro 'LATIN_SMALL_LETTER_SHARP_S'
regcomp.c: In function 'void S_pat_upgrade_to_utf8(RExC_state_t*, char**, STRLEN*, int)':
regcomp.c:6642:68: warning: ignoring return value of 'size_t S_variant_under_utf8_count(const U8*, const U8*)', declared with attribute warn_unused_result [-Wunused-result]
handy.h:2459:9: note: in expansion of macro 'UNLIKELY'
handy.h:2459:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
handy.h:2471:30: note: in expansion of macro 'MEM_WRAP_CHECK'
handy.h:2552:27: note: in expansion of macro 'MEM_WRAP_CHECK_'
regcomp.c:6642:5: note: in expansion of macro 'Newx'
pp.c: In function 'OP* Perl_pp_argcheck()':
pp.c:7133:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
pp.c:7133:9: note: in expansion of macro 'UNLIKELY'
pp.c:7139:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
pp.c:7139:9: note: in expansion of macro 'UNLIKELY'
doop.c: In function 'size_t S_do_trans_complex(SV*, OPtrans_map*)':
doop.c:236:9: warning: unused variable 'size' [-Wunused-variable]
embed.h: In function 'size_t Perl_do_trans(SV*)':
embed.h:839:92: warning: 'final_map' may be used uninitialized in this function [-Wmaybe-uninitialized]
doop.c:406:8: note: 'final_map' was declared here
utf8.c: In function 'U8* Perl_bytes_to_utf8(const U8*, STRLEN*)':
utf8.c:2671:55: warning: ignoring return value of 'size_t S_variant_under_utf8_count(const U8*, const U8*)', declared with attribute warn_unused_result [-Wunused-result]
utf8.c:2671:5: note: in expansion of macro 'Newx'
/usr/include/sys/cdefs_elf.h:67:20: error: missing binary operator before token "("
/usr/include/sys/cdefs_elf.h:73:20: error: missing binary operator before token "("
/usr/include/sys/cdefs_elf.h:79:20: error: missing binary operator before token "("
Encode.c: In function 'void XS_Encode_decode(CV*)':
../../XSUB.h:185:20: warning: unused variable 'ix' [-Wunused-variable]
Encode.c:1356:5: note: in expansion of macro 'dXSI32'
Encode.c: In function 'void XS_Encode_encode(CV*)':
Encode.c:1398:5: note: in expansion of macro 'dXSI32'
Socket.c: In function 'void XS_Socket_pack_ip_mreq_source(CV*)':
Socket.c:1673:7: warning: variable 'interface' set but not used [-Wunused-but-set-variable]
const-c.inc:351:1: warning: unused parameter 'iv_return' [-Wunused-parameter]
Piece.xs: In function 'char* _strptime(const char*, const char*, tm*, int*)':
Piece.xs:719:14: warning: 'len' may be used uninitialized in this function [-Wmaybe-uninitialized]
re_exec.c: In function 'bool S_regtry(regmatch_info*, char**)':
re_exec.c:6497:38: warning: 'fold_array' may be used uninitialized in this function [-Wmaybe-uninitialized]
re_exec.c:6401:17: note: 'fold_array' was declared here
re_exec.c:6503:44: warning: 'folder' may be used uninitialized in this function [-Wmaybe-uninitialized]
re_exec.c:6400:16: note: 'folder' was declared here
re_comp.c: In function 'regnode_offset S_regatom(RExC_state_t*, I32*, U32)':
../../unicode_constants.h:84:47: warning: comparison is always false due to limited range of data type [-Wtype-limits]
../../perl.h:3573:62: note: in definition of macro 'EXPECT'
../../perl.h:3594:52: note: in expansion of macro 'cBOOL'
re_comp.c:14609:29: note: in expansion of macro 'UNLIKELY'
../../utf8.h:1008:41: note: in expansion of macro 'LATIN_SMALL_LETTER_SHARP_S_NATIVE'
re_comp.c:14609:46: note: in expansion of macro 'LATIN_SMALL_LETTER_SHARP_S'
re_comp.c: In function 'void S_pat_upgrade_to_utf8(RExC_state_t*, char**, STRLEN*, int)':
re_comp.c:6642:68: warning: ignoring return value of 'size_t S_variant_under_utf8_count(const U8*, const U8*)', declared with attribute warn_unused_result [-Wunused-result]
../../handy.h:2459:9: note: in expansion of macro 'UNLIKELY'
../../handy.h:2459:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
../../handy.h:2471:30: note: in expansion of macro 'MEM_WRAP_CHECK'
../../handy.h:2552:27: note: in expansion of macro 'MEM_WRAP_CHECK_'
re_comp.c:6642:5: note: in expansion of macro 'Newx'
op.c: In function 'OP* S_pmtrans(OP*, OP*, OP*)':
op.c:7782:81: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
perl.h:4195:36: note: in definition of macro 'DEBUG__'
op.c:7782:17: note: in expansion of macro 'DEBUG_U'
op.c:7785:83: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
op.c:7785:17: note: in expansion of macro 'DEBUG_U'
op.c:7791:100: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
op.c:7791:9: note: in expansion of macro 'DEBUG_U'
regexec.c: In function 'bool S_regtry(regmatch_info*, char**)':
regexec.c:6497:38: warning: 'fold_array' may be used uninitialized in this function [-Wmaybe-uninitialized]
regexec.c:6401:17: note: 'fold_array' was declared here
regexec.c:6503:44: warning: 'folder' may be used uninitialized in this function [-Wmaybe-uninitialized]
regexec.c:6400:16: note: 'folder' was declared here
B.xs: In function 'void XS_B__OP_next(CV*)':
B.xs:1031:80: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=]
../../perl.h:4195:36: note: in definition of macro 'DEBUG__'
B.xs:1031:21: note: in expansion of macro 'DEBUG_U'
op.c: In function 'OP* Perl_pmruntime(PerlInterpreter*, OP*, OP*, OP*, UV, I32)':
regcomp.c: In function 'regnode_offset S_regatom(PerlInterpreter*, RExC_state_t*, I32*, U32)':
regcomp.c: In function 'void S_pat_upgrade_to_utf8(PerlInterpreter*, RExC_state_t*, char**, STRLEN*, int)':
pp.c: In function 'OP* Perl_pp_argcheck(PerlInterpreter*)':
doop.c: In function 'size_t S_do_trans_complex(PerlInterpreter*, SV*, OPtrans_map*)':
embed.h: In function 'size_t Perl_do_trans(PerlInterpreter*, SV*)':
utf8.c: In function 'U8* Perl_bytes_to_utf8(PerlInterpreter*, const U8*, STRLEN*)':
op.c: In function 'OP* S_pmtrans(PerlInterpreter*, OP*, OP*, OP*)':
regexec.c: In function 'bool S_regtry(PerlInterpreter*, regmatch_info*, char**)':
About this smoke: smoking-perl: 5.26.1 smoker-version: 1.71/0.046 timestamp: 2019-11-01 01:37:16+00 tester: core