[via nntp.perl.org] [similar] [parsed detail]
Message-ID: <201308181435.r7IEZYT9023777@m-l.org>
Subject: Smoke [smoke-me/avnull] v5.19.2-549-g0a6d6b0 FAIL(m) linux 3.8.0-23-generic [debian] (x86_64/8 cpu) {smoke-me_g++_quick}
Content-type: text/plain; charset="UTF8"
Date: Sun, 18 Aug 2013 10:35 -0400
Mime-version: 1.0
Content-transfer-encoding: quoted-printable
Smoke logs available at http://m-l.org/~perl/smoke/perl/linux/smoke-me_g++_quick/Father Chrysostomos/log0a6d6b011ba90dcf740016ed2a92a0fe0ba2d7aa.log.gz
Automated smoke report for 5.19.3 patch 0a6d6b011ba90dcf740016ed2a92a0fe0ba2d7aa v5.19.2-549-g0a6d6b0
zwei: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 2668MHz) (x86_64/8 cpu)
on linux - 3.8.0-23-generic [debian]
using g++ version 4.7.3
smoketime 25 minutes 9 seconds (average 6 minutes 17 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.19.2-549-g0a6d6b0 Configuration (common) -Accflags=-DPERL_POISON -Dcc=g++
----------- ---------------------------------------------------------
m m
m m -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging
Locally applied patches:
SMOKE0a6d6b011ba90dcf740016ed2a92a0fe0ba2d7aa
Testsuite was run only with 'harness'
Compiler messages(gcc):
try.c: In function âint main()â:
sv.c: In function âvoid Perl_sv_vcatpvfn_flags(SV*, const char*, STRLEN, __va_list_tag (*)[1], SV**, I32, bool*, U32)â:
sv.c:10445:41: warning: ignoring return value of âchar* gcvt(double, int, char*)â, declared with attribute warn_unused_result [-Wunused-result]
sv.c:11305: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:2973:50: warning: ignoring return value of âchar* gcvt(double, int, char*)â, declared with attribute warn_unused_result [-Wunused-result]
sv.c:2987:50: warning: ignoring return value of âchar* gcvt(double, int, char*)â, declared with attribute warn_unused_result [-Wunused-result]
pp_hot.c: In function âvoid S_pushav(AV*)â:
pp_hot.c:344:43: error: cannot convert âSV* {aka sv*}â to âSV** const {aka sv** const}â in initialization
pp_hot.c:345:34: error: conditional expression between distinct pointer types âSV** {aka sv**}â and âSV* {aka sv*}â lacks a cast [-fpermissive]
pp_hot.c:345:34: error: invalid conversion from âvoid*â to âSV* {aka sv*}â [-fpermissive]
pp_hot.c: In function âOP* Perl_pp_aassign()â:
pp_hot.c:1189:18: warning: ignoring return value of âint setresuid(__uid_t, __uid_t, __uid_t)â, declared with attribute warn_unused_result [-Wunused-result]
pp_hot.c:1221:18: warning: ignoring return value of âint setresgid(__gid_t, __gid_t, __gid_t)â, declared with attribute warn_unused_result [-Wunused-result]
util.c: In function âvoid Perl_croak_no_mem()â:
util.c:1613:36: warning: ignoring return value of âssize_t write(int, const void*, size_t)â, declared with attribute warn_unused_result [-Wunused-result]
mg.c: In function âint Perl_magic_set(SV*, MAGIC*)â:
mg.c:2816:36: warning: ignoring return value of âint setreuid(__uid_t, __uid_t)â, declared with attribute warn_unused_result [-Wunused-result]
mg.c:2845:25: warning: ignoring return value of âint seteuid(__uid_t)â, declared with attribute warn_unused_result [-Wunused-result]
mg.c:2875:36: warning: ignoring return value of âint setregid(__gid_t, __gid_t)â, declared with attribute warn_unused_result [-Wunused-result]
mg.c:2935:25: warning: ignoring return value of âint setegid(__gid_t)â, declared with attribute warn_unused_result [-Wunused-result]
regcomp.c: In function âvoid Perl_regprop(const regexp*, SV*, const regnode*)â:
regcomp.c:14849:18: warning: variable âswâ set but not used [-Wunused-but-set-variable]
pp_hot.c: In function âvoid S_pushav(PerlInterpreter*, AV*)â:
pp_hot.c: In function âOP* Perl_pp_aassign(PerlInterpreter*)â:
mg.c: In function âint Perl_magic_set(PerlInterpreter*, SV*, MAGIC*)â:
sv.c: In function âDIR* Perl_dirp_dup(PerlInterpreter*, DIR*, CLONE_PARAMS*)â:
sv.c:11757: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)â:
perl.c: In function âvoid S_init_tls_and_interp(PerlInterpreter*)â:
perl.c:99:2: 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:475:56: warning: ignoring return value of âssize_t write(int, const void*, size_t)â, declared with attribute warn_unused_result [-Wunused-result]
regcomp.c: In function âvoid Perl_regprop(PerlInterpreter*, const regexp*, SV*, const regnode*)â:
op.c: In function âOP* S_fold_constants(PerlInterpreter*, OP*)â:
op.c:3197:1: warning: argument âoâ might be clobbered by âlongjmpâ or âvforkâ [-Wclobbered]
--
Report by Test::Smoke v1.53 build 1374 running on perl 5.14.2
(Reporter v0.050 / Smoker v0.045)