[via nntp.perl.org] [similar] [parsed detail]
Message-ID: <201909240021.x8O0LJg7009286@vier.local>
Mime-version: 1.0
Date: Mon, 23 Sep 2019 20:21 -0400
Content-type: text/plain; charset="UTF8"
Content-transfer-encoding: quoted-printable
Subject: Smoke [smoke-me/khw-lexact] v5.31.4-32-gc2ae7427f8 PASS linux 5.2.7-200.fc30.x86_64 [Fedora 30 (x86_64/1 cpu[8 cores]) {smoke-me_clang_quick_sanitize=undefined}
This now errors on undefined behavior instead of warning. Smoke logs avail=
able at http://m-l.org/~perl/smoke/perl/linux/smoke-me_clang_quick_sanitize=
=3Dundefined/Karl%20Williamson/logc2ae7427f8d28b4c71c333052cbd658058e94a55.=
log.gz
Automated smoke report for branch smoke-me/khw-lexact 5.31.5 patch c2ae7427=
f8d28b4c71c333052cbd658058e94a55 v5.31.4-32-gc2ae7427f8
vier.local: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (GenuineIntel 3702MHz) =
(x86_64/1 cpu[8 cores])
on linux - 5.2.7-200.fc30.x86_64 [Fedora 30 (Server Edition)]
using clang version 4.2.1 Compatible Clang 8.0.0 (Fedora 8.0.0-1.fc=
30)
smoketime 2 hours 35 minutes (average 38 minutes 55 seconds)
Summary: PASS
O =3D OK F =3D Failure(s), extended report at the bottom
X =3D Failure(s) under TEST but not under harness
? =3D still running or test results not (yet) available
Build failures during: - =3D unknown or N/A
c =3D Configure, m =3D make, M =3D make (after miniperl), t =3D make test-p=
rep
v5.31.4-32-gc2ae7427f8 Configuration (common) -Accflags=3D"-Werror=3Ddecla=
ration-after-statement -g -fno-omit-frame-pointer -fno-sanitize-recover=3Du=
ndefined -fsanitize-blacklist=3D`pwd`/asan_ignore" -Aldflags=3D"-fno-saniti=
ze-recover=3Dundefined" -Dcc=3Dclang
----------- ---------------------------------------------------------
O O=20=20=20=20=20=20=20=20=20
O O -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging
Locally applied patches:
SMOKEc2ae7427f8d28b4c71c333052cbd658058e94a55
Testsuite was run only with 'harness' and HARNESS_OPTIONS=3Dj4
Compiler messages(gcc):
regcomp.c:14644:34: warning: unused variable 'current_total_nodes' [-Wunuse=
d-variable]
regcomp.c:14730:21: warning: variable 'folded' is used uninitialized whenev=
er 'if' condition is false [-Wsometimes-uninitialized]
regcomp.c:586:13: note: expanded from macro 'UTF'
./handy.h:111:22: note: expanded from macro 'cBOOL'
regcomp.c:14748:63: note: uninitialized use occurs here
regcomp.c:14730:17: note: remove the 'if' if its condition is always true
regcomp.c:14701:26: note: initialize the variable 'folded' to silence this =
warning
sv.c:12540:41: warning: adding 'int' to a string does not append to the str=
ing [-Wstring-plus-int]
./handy.h:538:37: note: expanded from macro 'strnEQ'
sv.c:12540:41: note: use array indexing to silence this warning
pp.c:7131:21: warning: comparison of integers of different signs: 'IV' (aka=
'long') and 'unsigned long' [-Wsign-compare]
pp.c:7133:46: warning: comparison of integers of different signs: 'IV' (aka=
'long') and 'UV' (aka 'unsigned long') [-Wsign-compare]
./perl.h:3599:58: note: expanded from macro 'UNLIKELY'
./handy.h:111:24: note: expanded from macro 'cBOOL'
./perl.h:3578:62: note: expanded from macro 'EXPECT'
pp.c:7139:40: warning: comparison of integers of different signs: 'IV' (aka=
'long') and 'UV' (aka 'unsigned long') [-Wsign-compare]
Encode.c:1356:5: warning: unused variable 'ix' [-Wunused-variable]
../../XSUB.h:185:20: note: expanded from macro 'dXSI32'
Encode.c:1398:5: warning: unused variable 'ix' [-Wunused-variable]
./const-xs.inc:131:42: warning: AI_IDN_ALLOW_UNASSIGNED is deprecated [-W#=
pragma-messages]
/usr/include/netdb.h:609:3: note: expanded from macro 'AI_IDN_ALLOW_UNASSIG=
NED'
/usr/include/sys/cdefs.h:503:3: note: expanded from macro '__glibc_macro_wa=
rning'
/usr/include/sys/cdefs.h:501:42: note: expanded from macro '__glibc_macro_w=
arning1'
<scratch space>:140:6: note: expanded from here
./const-xs.inc:134:46: warning: AI_IDN_USE_STD3_ASCII_RULES is deprecated =
[-W#pragma-messages]
/usr/include/netdb.h:611:3: note: expanded from macro 'AI_IDN_USE_STD3_ASCI=
I_RULES'
<scratch space>:143:6: note: expanded from here
./const-xs.inc:386:42: warning: NI_IDN_ALLOW_UNASSIGNED is deprecated [-W#=
pragma-messages]
/usr/include/netdb.h:650:3: note: expanded from macro 'NI_IDN_ALLOW_UNASSIG=
NED'
<scratch space>:146:6: note: expanded from here
./const-xs.inc:389:46: warning: NI_IDN_USE_STD3_ASCII_RULES is deprecated =
[-W#pragma-messages]
/usr/include/netdb.h:652:3: note: expanded from macro 'NI_IDN_USE_STD3_ASCI=
I_RULES'
<scratch space>:149:6: note: expanded from here
re_comp.c:14730:21: warning: variable 'folded' is used uninitialized whenev=
er 'if' condition is false [-Wsometimes-uninitialized]
re_comp.c:586:13: note: expanded from macro 'UTF'
../../handy.h:111:22: note: expanded from macro 'cBOOL'
re_comp.c:14748:63: note: uninitialized use occurs here
re_comp.c:14730:17: note: remove the 'if' if its condition is always true
re_comp.c:14701:26: note: initialize the variable 'folded' to silence this =
warning
Non-Fatal messages(gcc):
--=20
Report by Test::Smoke v1.72 running on perl 5.28.2
(Reporter v0.053 / Smoker v0.046)