[via nntp.perl.org] [similar] [parsed detail]
Message-ID: <201410091754.s99HsvHP026768@m-l.org>
Content-type: text/plain; charset="UTF8"
Content-transfer-encoding: quoted-printable
Date: Thu, 9 Oct 2014 13:54 -0400
Subject: Smoke [smoke-me/bulk88/win32-io-layer] v5.21.4-209-g431137c FAIL(m) linux 3.13.0-36-generic [debian] (x86_64/8 cpu) {smoke-me_g++}
Mime-version: 1.0
Smoke logs available at http://m-l.org/~perl/smoke/perl/linux/smoke-me_g++/Ricardo%20Signes/log431137c4aca3c56f14ed7dee072a1f62eb2222db.log.gz
Automated smoke report for 5.21.5 patch 431137c4aca3c56f14ed7dee072a1f62eb2222db v5.21.4-209-g431137c
zwei: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 2267MHz) (x86_64/8 cpu)
on linux - 3.13.0-36-generic [debian]
using g++ version 4.8.2
smoketime 19 hours 9 minutes (average 57 minutes 29 seconds)
Summary: FAIL(m)
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.21.4-209-g431137c Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
O O O O O O
O O O O O O -Accflags=-DPERL_POISON
m - - m - - -Duse64bitall -Accflags=-DPERL_GLOBAL_STRUCT_PRIVATE
O O O O O O -Dusemorebits -Accflags=-DPERL_GLOBAL_STRUCT
O O O O O O -Accflags=-DPERL_NO_COW
O O O O O O -Duseithreads
O O O O O O -Duseithreads -Accflags=-DPERL_POISON
m - - m - - -Duseithreads -Duse64bitall -Accflags=-DPERL_GLOBAL_STRUCT_PRIVATE
O O O O O O -Duseithreads -Dusemorebits -Accflags=-DPERL_GLOBAL_STRUCT
O O O O O O -Duseithreads -Accflags=-DPERL_NO_COW
| | | | | +- LC_ALL = en_US.utf8 -DDEBUGGING
| | | | +--- PERLIO = perlio -DDEBUGGING
| | | +----- PERLIO = stdio -DDEBUGGING
| | +------- LC_ALL = en_US.utf8
| +--------- PERLIO = perlio
+----------- PERLIO = stdio
Locally applied patches:
SMOKE431137c4aca3c56f14ed7dee072a1f62eb2222db
Compiler messages(gcc):
MD5.xs: In function âvoid XS_Digest__MD5_md5(CV*)â:
../../handy.h:455:36: warning: null argument where non-null required (argument 1) [-Wnonnull]
POSIX.o: In function `XS_POSIX_tmpnam(cv*)':
re_comp.c: In function âREGEXP* my_re_op_compile(SV**, int, OP*, const regexp_engine*, REGEXP*, bool*, U32, U32)â:
re_comp.c:7346:44: warning: format â%luâ expects argument of type âlong unsigned intâ, but argument 3 has type âU32 {aka unsigned int}â [-Wformat=]
regcomp.c: In function âREGEXP* Perl_re_op_compile(SV**, int, OP*, const regexp_engine*, REGEXP*, bool*, U32, U32)â:
regcomp.c:7346:44: warning: format â%luâ expects argument of type âlong unsigned intâ, but argument 3 has type âU32 {aka unsigned int}â [-Wformat=]
POSIX.o: In function `XS_POSIX_tmpnam':
/home/perl/smoke/perl/smoke-me_g++/build/ext/POSIX/POSIX.xs:2915: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
vutil.c:36:1: warning: unused parameter âmy_perlâ [-Wunused-parameter]
vutil.c: In function âSV* Perl_new_version(PerlInterpreter*, SV*)â:
perl.h:152:35: warning: unused variable âmy_varsâ [-Wunused-variable]
vxs.inc: In function âvoid XS_universal_version(PerlInterpreter*, CV*)â:
vxs.inc: In function âvoid XS_version_new(PerlInterpreter*, CV*)â:
vxs.inc: In function âvoid XS_version_stringify(PerlInterpreter*, CV*)â:
vxs.inc: In function âvoid XS_version_numify(PerlInterpreter*, CV*)â:
vxs.inc: In function âvoid XS_version_normal(PerlInterpreter*, CV*)â:
vxs.inc: In function âvoid XS_version_vcmp(PerlInterpreter*, CV*)â:
vxs.inc: In function âvoid XS_version_boolean(PerlInterpreter*, CV*)â:
vxs.inc: In function âvoid XS_version_noop(PerlInterpreter*, CV*)â:
vxs.inc: In function âvoid S_version_check_key(PerlInterpreter*, CV*, const char*, int)â:
vxs.inc: In function âvoid XS_version_qv(PerlInterpreter*, CV*)â:
perlio.c: In function âvoid PerlIO_default_buffer(PerlInterpreter*, PerlIO_list_t*)â:
perlio.c:1006:49: error: invalid conversion from âconst PerlIO_funcs* {aka const _PerlIO_funcs*}â to âPerlIO_funcs* {aka _PerlIO_funcs*}â [-fpermissive]
perlio.c:562:1: error: initializing argument 3 of âvoid PerlIO_list_push(PerlInterpreter*, PerlIO_list_t*, PerlIO_funcs*, SV*)â [-fpermissive]
perlio.c: In function âPerlIO_list_t* PerlIO_default_layers(PerlInterpreter*)â:
perlio.c:1094:64: error: invalid conversion from âconst PerlIO_funcs* {aka const _PerlIO_funcs*}â to âPerlIO_funcs* {aka _PerlIO_funcs*}â [-fpermissive]
regcomp.c: In function âREGEXP* Perl_re_op_compile(PerlInterpreter*, SV**, int, OP*, const regexp_engine*, REGEXP*, bool*, U32, U32)â:
MD5.xs: In function âvoid XS_Digest__MD5_md5(PerlInterpreter*, CV*)â:
POSIX.o: In function `XS_POSIX_tmpnam(interpreter*, cv*)':
re_comp.c: In function âREGEXP* my_re_op_compile(PerlInterpreter*, SV**, int, OP*, const regexp_engine*, REGEXP*, bool*, U32, U32)â:
regcomp.c: In function âvoid Perl_re_dup_guts(PerlInterpreter*, const REGEXP*, REGEXP*, CLONE_PARAMS*)â:
--
Report by Test::Smoke v1.53 build 1374 running on perl 5.18.2
(Reporter v0.050 / Smoker v0.045)