Discussion:
Smoke [blead] v5.21.6-395-g100b2bb FAIL(F) linux 3.13.0-41-generic [debian] (x86_64/8 cpu) {blead_clang_quick_sanitize=address}
(too old to reply)
George Greer
2014-12-09 22:23:00 UTC
Permalink
Smoke logs available at http://m-l.org/~perl/smoke/perl/linux/blead_clang_quick_sanitize=address/log100b2bb8398f189ce38052fd6f7138adebb1b995.log.gz

Automated smoke report for 5.21.7 patch 100b2bb8398f189ce38052fd6f7138adebb1b995 v5.21.6-395-g100b2bb
zwei: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 2668MHz) (x86_64/8 cpu)
on linux - 3.13.0-41-generic [debian]
using clang version 4.2.1 Compatible Ubuntu Clang 3.4 (tags/RELEASE_34/final)
smoketime 2 hours 26 minutes (average 36 minutes 42 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.21.6-395-g100b2bb Configuration (common) -Accflags="-fsanitize=address -Werror=declaration-after-statement" -Aldflags="-fsanitize=address" -Dcc=clang
----------- ---------------------------------------------------------
F F
F F -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging


Locally applied patches:
SMOKE100b2bb8398f189ce38052fd6f7138adebb1b995

Testsuite was run only with 'harness'

Failures: (common-args) -Accflags="-fsanitize=address -Werror=declaration-after-statement" -Aldflags="-fsanitize=address" -Dcc=clang
[default]
[default] -DDEBUGGING
../t/op/closure.t...........................................FAILED
139-140, 151-152, 253-254
../lib/warnings.t...........................................FAILED
557

[default] -Duseithreads
[default] -DDEBUGGING -Duseithreads
../lib/warnings.t...........................................FAILED
557

Passed Todo tests: (common-args) -Accflags="-fsanitize=address -Werror=declaration-after-statement" -Aldflags="-fsanitize=address" -Dcc=clang
[default]
[default] -DDEBUGGING
[default] -Duseithreads
[default] -DDEBUGGING -Duseithreads
../cpan/ExtUtils-MakeMaker/t/pm_to_blib.t...................PASSED
10-11

Compiler messages(gcc):
ListUtil.xs:688:17: warning: unused variable 'a' [-Wunused-variable]
ListUtil.xs:689:17: warning: unused variable 'b' [-Wunused-variable]
ListUtil.xs:730:17: warning: unused variable 'a' [-Wunused-variable]
ListUtil.xs:731:17: warning: unused variable 'b' [-Wunused-variable]
ODBM_File.c:410:17: warning: assigning to 'char *' from 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
../../proto.h:8157:14: warning: unused function 'S_stdize_locale' [-Wunused-function]
POSIX.o: In function `XS_POSIX_tmpnam':
Piece.xs:688:18: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
Piece.xs:782:18: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
Piece.xs:1059:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
Piece.xs:350:13: warning: unused variable 'copyright' [-Wunused-variable]
Piece.xs:352:13: warning: unused variable 'sccsid' [-Wunused-variable]
/home/perl/smoke/perl/blead_clang_quick_sanitize=address/build/ext/POSIX/POSIX.xs:3044: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
--
Report by Test::Smoke v1.53 build 1374 running on perl 5.18.2
(Reporter v0.050 / Smoker v0.045)
Father Chrysostomos
2014-12-10 01:44:56 UTC
Permalink
Post by George Greer
Failures: (common-args) -Accflags="-fsanitize=address -Werror=declaration-after-statement" -Aldflags="-fsanitize=address" -Dcc=clang
[default]
[default] -DDEBUGGING
../t/op/closure.t...........................................FAILED
139-140, 151-152, 253-254
../lib/warnings.t...........................................FAILED
557
The warnings.t failure is an asan failure, but the smoke log is just
giving me addresses, not line numbers. The test in question is this
one from t/lib/warnings/pad:

use warnings 'closure' ;
BEGIN { binmode STDERR, 'utf8'; }
sub {
use utf8;
my $に;
sub f { eval '$に' }
}->();
f();

(It may get mangled, as lynx does not provide a charset header.)

Could someone help me find out which line numbers it is failing on?
Loading...