[via nntp.perl.org] [similar] [parsed detail]
Message-ID: <201310291315.r9TDFNDx000878@mars.tony.develop-help.com>
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF8"
MIME-Version: 1.0
Date: Wed, 30 Oct 2013 00:15:23 +1100
Subject: Smoke [5.17.3] v5.17.2-311-g58dbc59 FAIL(F) linux 3.2.0-4-amd64 [debian] (x86_64/4 cpu)
Automated smoke report for 5.17.3 patch 58dbc599beaf1a560a8ccf1fceaae03f86c91b17 v5.17.2-311-g58dbc59
mars: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (GenuineIntel 1596MHz) (x86_64/4 cpu)
on linux - 3.2.0-4-amd64 [debian]
using g++ version 4.7.2
smoketime 3 hours 31 minutes (average 17 minutes 37 seconds)
Summary: FAIL(F)
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.2-311-g58dbc59 Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
O O F O O F
O O F O O F -Duselongdouble
O O F O O F -Dmad
O O F O O F -Duseithreads
O O F O O F -Duseithreads -Duselongdouble
O O F O O F -Duseithreads -Dmad
| | | | | +- LC_ALL = de_DE.utf8 -DDEBUGGING
| | | | +--- PERLIO = perlio -DDEBUGGING
| | | +----- PERLIO = stdio -DDEBUGGING
| | +------- LC_ALL = de_DE.utf8
| +--------- PERLIO = perlio
+----------- PERLIO = stdio
Locally applied patches:
uncommitted-changes
SMOKE58dbc599beaf1a560a8ccf1fceaae03f86c91b17
Testsuite was run only with 'harness' and HARNESS_OPTIONS=j4
Failures: (common-args) -Dcc=g++
[de_DE.utf8]
[de_DE.utf8] -DDEBUGGING
[de_DE.utf8] -Duselongdouble
[de_DE.utf8] -DDEBUGGING -Duselongdouble
[de_DE.utf8] -Dmad
[de_DE.utf8] -DDEBUGGING -Dmad
[de_DE.utf8] -Duseithreads
[de_DE.utf8] -DDEBUGGING -Duseithreads
[de_DE.utf8] -Duseithreads -Duselongdouble
[de_DE.utf8] -DDEBUGGING -Duseithreads -Duselongdouble
[de_DE.utf8] -Duseithreads -Dmad
[de_DE.utf8] -DDEBUGGING -Duseithreads -Dmad
../ext/B/t/optree_misc.t....................................FAILED
8
Passed Todo tests: (common-args) -Dcc=g++
[stdio/perlio/de_DE.utf8]
[stdio/perlio/de_DE.utf8] -DDEBUGGING
[stdio/perlio/de_DE.utf8] -Duselongdouble
[stdio/perlio/de_DE.utf8] -DDEBUGGING -Duselongdouble
[stdio/perlio/de_DE.utf8] -Dmad
[stdio/perlio/de_DE.utf8] -DDEBUGGING -Dmad
[stdio/perlio/de_DE.utf8] -Duseithreads
[stdio/perlio/de_DE.utf8] -DDEBUGGING -Duseithreads
[stdio/perlio/de_DE.utf8] -Duseithreads -Duselongdouble
[stdio/perlio/de_DE.utf8] -DDEBUGGING -Duseithreads -Duselongdouble
[stdio/perlio/de_DE.utf8] -Duseithreads -Dmad
[stdio/perlio/de_DE.utf8] -DDEBUGGING -Duseithreads -Dmad
../cpan/CGI/t/tmpdir.t......................................PASSED
3-9
Compiler messages(gcc):
regcomp.c: In function âregnode* S_regatom(RExC_state_t*, I32*, U32)â:
regcomp.c:10956:23: warning: âpâ may be used uninitialized in this function [-Wmaybe-uninitialized]
pp_ctl.c: In function âOP* Perl_pp_goto()â:
pp_ctl.c:2858:8: warning: variable ânewspâ set but not used [-Wunused-but-set-variable]
regexec.c: In function âI32 S_regmatch(regmatch_info*, regnode*)â:
regexec.c:4001:1: warning: variable âthrow_awayâ set but not used [-Wunused-but-set-variable]
mg_vtable.h:93:54: warning: âPL_magic_vtable_namesâ initialized and declared âexternâ [enabled by default]
regcomp.c: In function âvoid S_dump_trie(const _reg_trie_data*, HV*, AV*, U32)â:
regcomp.c:1058: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:1149: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:1207: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:6448: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:6596:5: warning: variable âre_debug_flagsâ set but not used [-Wunused-but-set-variable]
regcomp.c: In function âvoid Perl_pregfree2(REGEXP*)â:
regcomp.c:13891:5: warning: variable âre_debug_flagsâ set but not used [-Wunused-but-set-variable]
pp_ctl.c:2859:7: warning: variable âgimmeâ set but not used [-Wunused-but-set-variable]
toke.c: In function âint Perl_yylex()â:
toke.c:8159:19: warning: variable âhave_protoâ set but not used [-Wunused-but-set-variable]
regcomp.c: In function âregnode* S_regatom(PerlInterpreter*, RExC_state_t*, I32*, U32)â:
pp_ctl.c: In function âOP* Perl_pp_goto(PerlInterpreter*)â:
regexec.c: In function âI32 S_regmatch(PerlInterpreter*, regmatch_info*, regnode*)â:
shared.xs: In function âuser_lock* S_get_userlock(PerlInterpreter*, SV*, bool)â:
shared.xs:348:5: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
shared.xs: In function âvoid S_sharedsv_dec(PerlInterpreter*, SV*)â:
shared.xs:521:5: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
shared.xs: In function âvoid Perl_sharedsv_share(PerlInterpreter*, SV*)â:
shared.xs:550: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:725: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:803: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:821: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:854: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:891: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:944: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:986: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:1049: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:1069:5: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
shared.xs: In function âvoid Perl_sharedsv_lock(PerlInterpreter*, SV*)â:
shared.xs:1173:63: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
shared.xs: In function âvoid XS_threads__shared__tie_PUSH(PerlInterpreter*, CV*)â:
shared.xs:1269: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:1286: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:1309: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:1326: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:1342: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:1352: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:1364:13: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
shared.xs:1374: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:1390: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:1418:9: warning: deprecated conversion from string constant to âchar*â [-Wwrite-strings]
shared.xs: In function âvoid XS_threads__shared_bless(PerlInterpreter*, CV*)â:
shared.xs:1678: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.43 build 1271 running on perl 5.14.2
(Reporter v0.035 / Smoker v0.045)
Logs at http://perl.develop-help.com/reports/
Branch: remotes/origin/smoke-me/dynaloader_silence_xs_warning3
Configuration: cpp