Smoke logs available at http://m-l.org/~perl/smoke/perl/
Automated smoke report for 5.17.6 patch
9fa5c3e1fb9321e9f7780ee75e4ff445a232d590 v5.17.5-160-g9fa5c3e
zwei: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 1600MHz) (x86_64/8
cpu)
on linux - 3.2.0-31-generic [debian]
using g++ version 4.7.2
smoketime 16 hours 46 minutes (average 50 minutes 20 seconds)
Summary: FAIL(X)
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.5-160-g9fa5c3e Configuration (common) -Dcc=g++ -O
----------- ---------------------------------------------------------
O O O O O O O O
O O O O O O O O -Accflags=-DPERL_POISON
O O O O O O O O -Duse64bitall
O O O O O O O O -Dusemorebits
X X O X X X O X -Dmad
O O O O O O O O -Duseithreads
O O O O O O O O -Duseithreads -Accflags=-DPERL_POISON
O O O O O O O O -Duseithreads -Duse64bitall
O O O O O O O O -Duseithreads -Dusemorebits
X X O X X X O X -Duseithreads -Dmad
| | | | | +- LC_ALL = en_US.utf8 -DDEBUGGING
| | | | +--- PERLIO = perlio -DDEBUGGING
| | | +----- PERLIO = stdio -DDEBUGGING
| | +------- LC_ALL = en_US.utf8
| +--------- PERLIO = perlio
+----------- PERLIO = stdio
Locally applied patches:
uncommitted-changes
SMOKE9fa5c3e1fb9321e9f7780ee75e4ff445a232d590
Failures: (common-args) -Dcc=g++ -O
[stdio] -Dmad
[stdio] -DDEBUGGING -Dmad
[stdio] -Duseithreads -Dmad
[stdio] -DDEBUGGING -Duseithreads -Dmad
Inconsistent test results (between TEST and harness):
../t/op/svleak.t........................
.................................................. FAILED at test 34
[perlio/en_US.utf8] -Dmad
[perlio/en_US.utf8] -DDEBUGGING -Dmad
[perlio/en_US.utf8] -Duseithreads -Dmad
[perlio/en_US.utf8] -DDEBUGGING -Duseithreads -Dmad
Inconsistent test results (between TEST and harness):
../t/comp/require.t.....................
............................................... FAILED at test 47
../t/op/svleak.t........................
.................................................. FAILED at test 34
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]
util.c: In function ‘char* S_write_no_mem()’:
util.c:68:34: 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:43: 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]
perlio.c: In function ‘void S_more_refcounted_fds(int)’:
perlio.c:2342:38: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
perlio.c: In function ‘void PerlIO_debug(const char*, ...)’:
perlio.c:485:43: warning: ignoring return value of ‘ssize_t write(int, const
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
pp_ctl.c: In function ‘OP* Perl_pp_goto()’:
pp_ctl.c:2872:8: warning: variable ‘newsp’ set but not used
[-Wunused-but-set-variable]
pp_ctl.c:2873:7: warning: variable ‘gimme’ set but not used
[-Wunused-but-set-variable]
mg_vtable.h:94:54: 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:10129:41: warning: ignoring return value of ‘char* gcvt(double, int,
char*)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c:10979:53: 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:2909:39: 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:58: warning: format ‘%d’ expects argument of type ‘int’, but
argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:63:58: warning: format ‘%d’ expects argument of type ‘int’, but
argument 5 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:100:41: warning: format ‘%d’ expects argument of type ‘int’, but
argument 4 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:156:38: warning: format ‘%d’ expects argument of type ‘int’, but
argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
Call.xs:175:51: 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:1070:5: 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:1161:5: 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:1219:5: 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:6450:5: 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:6598:5: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
regcomp.c: In function ‘void Perl_pregfree2(REGEXP*)’:
regcomp.c:14160:5: warning: variable ‘re_debug_flags’ set but not used
[-Wunused-but-set-variable]
sv.c:10979:53: warning: ignoring return value of ‘char* qgcvt(long double, int,
char*)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c:2909:39: warning: ignoring return value of ‘char* qgcvt(long double, int,
char*)’, declared with attribute warn_unused_result [-Wunused-result]
toke.c: In function ‘int Perl_yylex()’:
toke.c:8308:11: warning: variable ‘tboffset’ set but not used
[-Wunused-but-set-variable]
toke.c:8310:19: warning: variable ‘have_proto’ set but not used
[-Wunused-but-set-variable]
perlio.c: In function ‘void S_more_refcounted_fds(PerlInterpreter*, int)’:
doio.c: In function ‘void S_exec_failed(PerlInterpreter*, const char*, int,
int)’:
perlio.c:476:56: 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(PerlInterpreter*, GV*)’:
util.c: In function ‘char* S_write_no_mem(PerlInterpreter*)’:
pp_ctl.c: In function ‘OP* Perl_pp_goto(PerlInterpreter*)’:
perl.c: In function ‘void S_init_tls_and_interp(PerlInterpreter*)’:
perl.c:103:2: 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:11425:26: 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: In function ‘char* Perl_sv_2pv_flags(PerlInterpreter*, SV*, STRLEN*,
I32)’:
Call.xs: In function ‘I32 filter_call(PerlInterpreter*, int, SV*, int)’:
shared.xs: In function ‘user_lock* S_get_userlock(PerlInterpreter*, SV*, bool)’:
shared.xs:362:5: warning: deprecated conversion from string constant to ‘char*’
[-Wwrite-strings]
shared.xs: In function ‘void S_sharedsv_dec(PerlInterpreter*, SV*)’:
shared.xs:535:5: warning: deprecated conversion from string constant to ‘char*’
[-Wwrite-strings]
shared.xs: In function ‘void Perl_sharedsv_share(PerlInterpreter*, SV*)’:
shared.xs:564:9: 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:5: 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:5: 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:5: 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:9: 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:5: 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:5: 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:5: 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:5: 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:5: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void Perl_sharedsv_lock(PerlInterpreter*, SV*)’:
shared.xs:1190:63: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
threads.xs: In function ‘ithread* S_ithread_create(PerlInterpreter*, SV*, IV,
int, int, int, int)’:
threads.xs:714:83: 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 ‘void XS_threads__shared__tie_PUSH(PerlInterpreter*,
CV*)’:
shared.xs:1287:13: 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:9: 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:9: 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:9: 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:9: 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:9: 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:13: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs:1395:13: 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:9: 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:9: warning: deprecated conversion from string constant to
‘char*’ [-Wwrite-strings]
shared.xs: In function ‘void XS_threads__shared_bless(PerlInterpreter*, CV*)’:
shared.xs:1699:13: 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: In function ‘SV* Perl_reg_named_buff_nextkey(PerlInterpreter*,
REGEXP*, U32)’:
regcomp.c: In function ‘void Perl_pregfree2(PerlInterpreter*, REGEXP*)’:
toke.c: In function ‘int Perl_yylex(PerlInterpreter*)’:
--
Report by Test::Smoke v1.44 build 1285 running on perl 5.14.2
(Reporter v0.035 / Smoker v0.045)