Smoke logs available at http://m-l.org/~perl/smoke/perl/linux/blead_g++_quick/
Automated smoke report for 5.17.7 patch
fc2b2dcaa051537d8d92ccf366f291581b26024b v5.17.6-263-gfc2b2dc
zwei: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 2668MHz) (x86_64/8
cpu)
on linux - 3.2.0-31-generic [debian]
using ccache g++ version 4.7.2
smoketime 1 hour (average 15 minutes 7 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.17.6-263-gfc2b2dc Configuration (common) -Accflags=-DPERL_POISON
-Dcc="ccache g++"
----------- ---------------------------------------------------------
O O O O
O O O O -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging
Locally applied patches:
uncommitted-changes
SMOKEfc2b2dcaa051537d8d92ccf366f291581b26024b
Testsuite was run only with 'harness'
Compiler messages(gcc):
try.c: In function ‘int main()’:
try.c:36:10: warning: ignoring return value of ‘int pipe(int*)’, declared with
attribute warn_unused_result [-Wunused-result]
try.c:37:10: warning: ignoring return value of ‘int pipe(int*)’, declared with
attribute warn_unused_result [-Wunused-result]
try.c:53:35: warning: ignoring return value of ‘ssize_t write(int, const void*,
size_t)’, declared with attribute warn_unused_result [-Wunused-result]
try.c:66:23: warning: ignoring return value of ‘ssize_t write(int, const void*,
size_t)’, declared with attribute warn_unused_result [-Wunused-result]
try.c:72:35: warning: ignoring return value of ‘ssize_t write(int, const void*,
size_t)’, declared with attribute warn_unused_result [-Wunused-result]
try.c:78:21: warning: ignoring return value of ‘ssize_t read(int, void*,
size_t)’, declared with attribute warn_unused_result [-Wunused-result]
regexec.c: In function ‘I32 S_regmatch(regmatch_info*, char*, regnode*)’:
regexec.c:4955:27: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
util.c: In function ‘void Perl_croak_no_mem()’:
util.c:1633:36: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
doio.c: In function ‘void S_exec_failed(const char*, int, int)’:
doio.c:1379:41: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
doio.c: In function ‘PerlIOl** Perl_nextargv(GV*)’:
doio.c:876:46: warning: ignoring return value of ‘int fchown(int, __uid_t,
__gid_t)’, declared with attribute warn_unused_result [-Wunused-result]
pp_ctl.c: In function ‘OP* Perl_pp_goto()’:
pp_ctl.c:2870:8: warning: variable ‘newsp’ set but not used
[-Wunused-but-set-variable]
pp_ctl.c:2871:7: warning: variable ‘gimme’ set but not used
[-Wunused-but-set-variable]
perlio.c: In function ‘void PerlIO_debug(const char*, ...)’:
perlio.c:484:41: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
mg_vtable.h:94:58: warning: ‘PL_magic_vtable_names’ initialized and declared
‘extern’ [enabled by default]
sv.c: In function ‘void Perl_sv_vcatpvfn_flags(SV*, const char*, STRLEN,
__va_list_tag (*)[1], SV**, I32, bool*, U32)’:
sv.c:10327:38: warning: ignoring return value of ‘char* gcvt(double, int,
char*)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c:11177:50: warning: ignoring return value of ‘char* gcvt(double, int,
char*)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c: In function ‘char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)’:
sv.c:2910:60: warning: ignoring return value of ‘char* gcvt(double, int,
char*)’, declared with attribute warn_unused_result [-Wunused-result]
sdbm.c: In function ‘int makroom(DBM*, long int, int)’:
sdbm.c:378:70: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
Call.xs: In function ‘I32 filter_call(int, SV*, int)’:
Call.xs:63:110: warning: format ‘%d’ expects argument of type ‘int’, but
argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:63:110: warning: format ‘%d’ expects argument of type ‘int’, but
argument 5 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:100:72: warning: format ‘%d’ expects argument of type ‘int’, but
argument 4 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:156:363: warning: format ‘%d’ expects argument of type ‘int’, but
argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:175:93: warning: format ‘%d’ expects argument of type ‘int’, but
argument 4 has type ‘long unsigned int’ [-Wformat]
regcomp.c: In function ‘void S_dump_trie(const _reg_trie_data*, HV*, AV*, U32)’:
regcomp.c:1064:17: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
regcomp.c: In function ‘void S_dump_trie_interim_list(const _reg_trie_data*,
HV*, AV*, U32, U32)’:
regcomp.c:1155:17: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
regcomp.c: In function ‘void S_dump_trie_interim_table(const _reg_trie_data*,
HV*, AV*, U32, U32)’:
regcomp.c:1213:17: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
regcomp.c: In function ‘REGEXP* Perl_re_op_compile(SV**, int, OP*, const
regexp_engine*, REGEXP*, bool*, U32, U32)’:
regcomp.c:6468:148: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
regcomp.c: In function ‘SV* Perl_reg_named_buff_nextkey(REGEXP*, U32)’:
regcomp.c:6616:17: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
regcomp.c: In function ‘void Perl_pregfree2(REGEXP*)’:
regcomp.c:14190:17: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
sv.c:2910:788: warning: ignoring return value of ‘char* gcvt(double, int,
char*)’, declared with attribute warn_unused_result [-Wunused-result]
Call.xs:63:3379: warning: format ‘%d’ expects argument of type ‘int’, but
argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:63:3379: warning: format ‘%d’ expects argument of type ‘int’, but
argument 5 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:100:2216: warning: format ‘%d’ expects argument of type ‘int’, but
argument 4 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:156:7061: warning: format ‘%d’ expects argument of type ‘int’, but
argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:175:2361: warning: format ‘%d’ expects argument of type ‘int’, but
argument 4 has type ‘long unsigned int’ [-Wformat]
pp_ctl.c: In function ‘OP* Perl_pp_goto(PerlInterpreter*)’:
doio.c: In function ‘void S_exec_failed(PerlInterpreter*, const char*, int,
int)’:
doio.c: In function ‘PerlIOl** Perl_nextargv(PerlInterpreter*, GV*)’:
doio.c:876:55: warning: ignoring return value of ‘int fchown(int, __uid_t,
__gid_t)’, declared with attribute warn_unused_result [-Wunused-result]
regexec.c: In function ‘I32 S_regmatch(PerlInterpreter*, regmatch_info*, char*,
regnode*)’:
regexec.c:4955:36: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
toke.c: In function ‘char* S_scan_pat(PerlInterpreter*, char*, I32)’:
toke.c:9523:124: warning: converting to non-pointer type ‘long unsigned int’
from NULL [-Wconversion-null]
perlio.c:475:54: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
perl.c: In function ‘void S_init_tls_and_interp(PerlInterpreter*)’:
perl.c:103:153: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c: In function ‘DIR* Perl_dirp_dup(PerlInterpreter*, DIR*, CLONE_PARAMS*)’:
sv.c:11623:40: warning: ignoring return value of ‘int fchdir(int)’, declared
with attribute warn_unused_result [-Wunused-result]
sv.c: In function ‘void Perl_sv_vcatpvfn_flags(PerlInterpreter*, SV*, const
char*, STRLEN, __va_list_tag (*)[1], SV**, I32, bool*, U32)’:
sv.c:11177:59: warning: ignoring return value of ‘char* gcvt(double, int,
char*)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c: In function ‘char* Perl_sv_2pv_flags(PerlInterpreter*, SV*, STRLEN*,
I32)’:
Call.xs: In function ‘I32 filter_call(PerlInterpreter*, int, SV*, int)’:
Call.xs:156:433: warning: format ‘%d’ expects argument of type ‘int’, but
argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
threads.xs: In function ‘ithread* S_ithread_create(PerlInterpreter*, SV*, IV,
int, int, int, int)’:
threads.xs:714:417: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
shared.xs: In function ‘user_lock* S_get_userlock(PerlInterpreter*, SV*, bool)’:
shared.xs:362:103: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void S_sharedsv_dec(PerlInterpreter*, SV*)’:
shared.xs:535:103: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void Perl_sharedsv_share(PerlInterpreter*, SV*)’:
shared.xs:564:107: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘int sharedsv_scalar_mg_get(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:739:103: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘int sharedsv_scalar_mg_set(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:817:103: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘int sharedsv_scalar_mg_free(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:835:103: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘int sharedsv_scalar_mg_local(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:868:107: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘int sharedsv_elem_mg_FETCH(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:905:103: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘int sharedsv_elem_mg_STORE(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:960:103: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘int sharedsv_elem_mg_DELETE(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:1003:104: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘U32 sharedsv_array_mg_FETCHSIZE(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:1066:109: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘int sharedsv_array_mg_CLEAR(PerlInterpreter*, SV*,
MAGIC*)’:
shared.xs:1086:109: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void Perl_sharedsv_lock(PerlInterpreter*, SV*)’:
shared.xs:1190:65: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared__tie_PUSH(PerlInterpreter*,
CV*)’:
shared.xs:1287:112: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared__tie_UNSHIFT(PerlInterpreter*,
CV*)’:
shared.xs:1305:108: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared__tie_POP(PerlInterpreter*,
CV*)’:
shared.xs:1330:108: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared__tie_SHIFT(PerlInterpreter*,
CV*)’:
shared.xs:1347:108: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared__tie_EXTEND(PerlInterpreter*,
CV*)’:
shared.xs:1363:113: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void
XS_threads__shared__tie_STORESIZE(PerlInterpreter*, CV*)’:
shared.xs:1373:113: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared__tie_EXISTS(PerlInterpreter*,
CV*)’:
shared.xs:1385:117: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1395:117: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared__tie_FIRSTKEY(PerlInterpreter*,
CV*)’:
shared.xs:1411:108: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared__tie_NEXTKEY(PerlInterpreter*,
CV*)’:
shared.xs:1439:108: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared_bless(PerlInterpreter*, CV*)’:
shared.xs:1699:112: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
regcomp.c: In function ‘void S_dump_trie(PerlInterpreter*, const
_reg_trie_data*, HV*, AV*, U32)’:
regcomp.c: In function ‘void S_dump_trie_interim_list(PerlInterpreter*, const
_reg_trie_data*, HV*, AV*, U32, U32)’:
regcomp.c: In function ‘void S_dump_trie_interim_table(PerlInterpreter*, const
_reg_trie_data*, HV*, AV*, U32, U32)’:
regcomp.c: In function ‘REGEXP* Perl_re_op_compile(PerlInterpreter*, SV**, int,
OP*, const regexp_engine*, REGEXP*, bool*, U32, U32)’:
regcomp.c:6468:157: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
regcomp.c: In function ‘SV* Perl_reg_named_buff_nextkey(PerlInterpreter*,
REGEXP*, U32)’:
regcomp.c: In function ‘void Perl_pregfree2(PerlInterpreter*, REGEXP*)’:
toke.c:9523:286: warning: converting to non-pointer type ‘long unsigned int’
from NULL [-Wconversion-null]
shared.xs:362:313: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:535:313: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:564:317: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:739:313: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:817:313: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:835:313: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:868:317: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:905:313: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:960:313: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1003:315: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1066:320: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1086:320: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1287:323: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1305:319: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1330:319: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1347:319: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1363:324: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1373:324: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1385:328: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1395:328: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1411:319: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1439:319: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1699:323: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
threads.xs:714:2712: warning: ignoring return value of ‘ssize_t write(int,
const void*, size_t)’, declared with attribute warn_unused_result
[-Wunused-result]
--
Report by Test::Smoke v1.44 build 1285 running on perl 5.14.2
(Reporter v0.035 / Smoker v0.045)