Automated smoke report for 5.13.7 patch 
b1811a1510c616ea350802dcd28682a4b8c378ce v5.13.7-265-gb1811a1
neptune.local: iMac (2.4 GHz) (Intel Core 2 Duo/1 cpu[2 cores])
    on        darwin - 10.5.0 (Mac OS X)
    using     g++ version 4.2.1 (Apple Inc. build 5646)
    smoketime 4 hours 37 minutes (average 17 minutes 20 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.13.7-265-gb1811a1  Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
O O O O     
O O O O     -Duse64bitint
O O O O     -Dusedtrace
O O O O     -Dusemorebits
O O F O     -Duseithreads
O O O O     -Duseithreads -Duse64bitint
O O O O     -Duseithreads -Dusedtrace
O O O O     -Duseithreads -Dusemorebits
| | | +----- PERLIO = perlio -DDEBUGGING
| | +------- PERLIO = stdio  -DDEBUGGING
| +--------- PERLIO = perlio
+----------- PERLIO = stdio


Locally applied patches:
    uncommitted-changes
    SMOKEb1811a1510c616ea350802dcd28682a4b8c378ce

Testsuite was run only with 'harness' and HARNESS_OPTIONS=j3

Failures: (common-args) -Dcc=g++
[stdio] -DDEBUGGING -Duseithreads
../dist/Thread-Semaphore/t/05_force.t.......................FAILED
    Bad plan.  You planned 8 tests but ran 6.

Passed Todo tests: (common-args) -Dcc=g++
[stdio/perlio] 
[stdio/perlio] -DDEBUGGING
[stdio/perlio] -Duse64bitint
[stdio/perlio] -DDEBUGGING -Duse64bitint
[stdio/perlio] -Dusedtrace
[stdio/perlio] -DDEBUGGING -Dusedtrace
[stdio/perlio] -Dusemorebits
[stdio] -DDEBUGGING -Dusemorebits
../t/op/stash.t.............................................PASSED
    46, 50
../ext/POSIX/t/posix.t......................................PASSED
    11
../ext/XS-APItest/t/caller.t................................PASSED
    22-23

[perlio] -DDEBUGGING -Dusemorebits
../t/op/stash.t.............................................PASSED
    46, 50
../ext/XS-APItest/t/caller.t................................PASSED
    22-23
../ext/POSIX/t/posix.t......................................PASSED
    11

[stdio/perlio] -Duseithreads
[stdio/perlio] -DDEBUGGING -Duseithreads
[stdio/perlio] -Duseithreads -Duse64bitint
[stdio/perlio] -DDEBUGGING -Duseithreads -Duse64bitint
[stdio/perlio] -Duseithreads -Dusedtrace
[stdio/perlio] -DDEBUGGING -Duseithreads -Dusedtrace
[stdio/perlio] -Duseithreads -Dusemorebits
[stdio/perlio] -DDEBUGGING -Duseithreads -Dusemorebits
../ext/POSIX/t/posix.t......................................PASSED
    11
../ext/XS-APItest/t/caller.t................................PASSED
    22-23

Compiler messages(gcc):
regcomp.c: In function 'REGEXP* Perl_re_compile(SV*, U32)':
regcomp.c:4382: warning: argument 'pm_flags' might be clobbered by 'longjmp' or 
'vfork'
pp_ctl.c: In function 'OP* Perl_pp_require()':
pp_ctl.c:3708: warning: suggest a space before ';' or explicit braces around 
empty body in 'while' statement
utf8.c: In function 'STRLEN Perl_utf8_length(const U8*, const U8*)':
utf8.c:744: warning: format not a string literal and no format arguments
utf8.c: In function 'int Perl_bytes_cmp_utf8(const U8*, STRLEN, const U8*, 
STRLEN)':
utf8.c:856: warning: format not a string literal and no format arguments
regexec.c: In function 'I32 S_regtry(regmatch_info*, char**)':
regexec.c:3938: warning: 'fold_array' may be used uninitialized in this function
regexec.c:3937: warning: 'folder' may be used uninitialized in this function
Dumper.xs: In function 'I32 DD_dump(SV*, const char*, STRLEN, SV*, HV*, AV*, 
I32*, I32, SV*, SV*, SV*, SV*, SV*, SV*, SV*, I32, I32, I32, SV*, I32, SV*)':
Dumper.xs:817: warning: format '%ld' expects type 'long int', but argument 2 
has type 'U32'
Call.xs: In function 'I32 filter_call(int, SV*, int)':
Call.xs:63: warning: format '%d' expects type 'int', but argument 3 has type 
'STRLEN'
Call.xs:63: warning: format '%d' expects type 'int', but argument 5 has type 
'STRLEN'
Call.xs:100: warning: format '%d' expects type 'int', but argument 4 has type 
'STRLEN'
Call.xs:156: warning: format '%d' expects type 'int', but argument 3 has type 
'STRLEN'
Call.xs:175: warning: format '%d' expects type 'int', but argument 4 has type 
'long unsigned int'
regexec.c: In function 'I32 S_regmatch(regmatch_info*, regnode*)':
Call.xs:63: warning: format '%d' expects type 'int', but argument 3 has type 
'long unsigned int'
Call.xs:63: warning: format '%d' expects type 'int', but argument 5 has type 
'long unsigned int'
Call.xs:100: warning: format '%d' expects type 'int', but argument 4 has type 
'long unsigned int'
Call.xs:156: warning: format '%d' expects type 'int', but argument 3 has type 
'long unsigned int'
regcomp.c: In function 'REGEXP* Perl_re_compile(PerlInterpreter*, SV*, U32)':
pp_ctl.c: In function 'OP* Perl_pp_require(PerlInterpreter*)':
utf8.c: In function 'STRLEN Perl_utf8_length(PerlInterpreter*, const U8*, const 
U8*)':
utf8.c: In function 'int Perl_bytes_cmp_utf8(PerlInterpreter*, const U8*, 
STRLEN, const U8*, STRLEN)':
regexec.c: In function 'I32 S_regtry(PerlInterpreter*, regmatch_info*, char**)':
Dumper.xs: In function 'I32 DD_dump(PerlInterpreter*, SV*, const char*, STRLEN, 
SV*, HV*, AV*, I32*, I32, SV*, SV*, SV*, SV*, SV*, SV*, SV*, I32, I32, I32, 
SV*, I32, SV*)':
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:345: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void S_sharedsv_dec(PerlInterpreter*, SV*)':
shared.xs:518: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void Perl_sharedsv_share(PerlInterpreter*, SV*)':
shared.xs:547: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'int sharedsv_scalar_mg_get(PerlInterpreter*, SV*, 
MAGIC*)':
shared.xs:713: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'int sharedsv_scalar_mg_set(PerlInterpreter*, SV*, 
MAGIC*)':
shared.xs:791: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'int sharedsv_scalar_mg_local(PerlInterpreter*, SV*, 
MAGIC*)':
shared.xs:832: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'int sharedsv_elem_mg_FETCH(PerlInterpreter*, SV*, 
MAGIC*)':
shared.xs:869: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'int sharedsv_elem_mg_STORE(PerlInterpreter*, SV*, 
MAGIC*)':
shared.xs:927: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'int sharedsv_elem_mg_DELETE(PerlInterpreter*, SV*, 
MAGIC*)':
shared.xs:969: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'U32 sharedsv_array_mg_FETCHSIZE(PerlInterpreter*, SV*, 
MAGIC*)':
shared.xs:1030: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'int sharedsv_array_mg_CLEAR(PerlInterpreter*, SV*, 
MAGIC*)':
shared.xs:1048: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void Perl_sharedsv_lock(PerlInterpreter*, SV*)':
shared.xs:1134: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared__tie_PUSH(PerlInterpreter*, 
CV*)':
shared.xs:1230: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared__tie_UNSHIFT(PerlInterpreter*, 
CV*)':
shared.xs:1247: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared__tie_POP(PerlInterpreter*, 
CV*)':
shared.xs:1270: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared__tie_SHIFT(PerlInterpreter*, 
CV*)':
shared.xs:1287: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared__tie_EXTEND(PerlInterpreter*, 
CV*)':
shared.xs:1303: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void 
XS_threads__shared__tie_STORESIZE(PerlInterpreter*, CV*)':
shared.xs:1313: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared__tie_EXISTS(PerlInterpreter*, 
CV*)':
shared.xs:1325: warning: deprecated conversion from string constant to 'char*'
shared.xs:1335: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared__tie_FIRSTKEY(PerlInterpreter*, 
CV*)':
shared.xs:1351: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared__tie_NEXTKEY(PerlInterpreter*, 
CV*)':
shared.xs:1379: warning: deprecated conversion from string constant to 'char*'
shared.xs: In function 'void XS_threads__shared_bless(PerlInterpreter*, CV*)':
shared.xs:1639: warning: deprecated conversion from string constant to 'char*'
regexec.c: In function 'I32 S_regmatch(PerlInterpreter*, regmatch_info*, 
regnode*)':

-- 
Report by Test::Smoke v1.43 build 1271 running on perl 5.10.0
(Reporter v0.035 / Smoker v0.045)

Logs at http://perl.develop-help.com/reports/
Branch: origin/blead
Configuration: cpp

Reply via email to