develooper Front page | perl.perl5.porters | Postings from August 2016

Smoke [5.22.3] v5.22.3-RC3-2-gb3befa8 FAIL(m) linux3.0.35-cm-fx6-6.1 [debian] (armv7l/4 cpu)

From:
njh
Date:
August 12, 2016 15:24
Subject:
Smoke [5.22.3] v5.22.3-RC3-2-gb3befa8 FAIL(m) linux3.0.35-cm-fx6-6.1 [debian] (armv7l/4 cpu)
Message ID:
201608121524.u7CFOXe4002992@compaq.bandsman.co.uk
Automated smoke report for 5.22.3 patch b3befa874f240bd556fc08e942052a9ec80a1c0b v5.22.3-RC3-2-gb3befa8
utilite:  ( 0MHz) (armv7l/4 cpu)
    on        linux - 3.0.35-cm-fx6-6.1 [debian]
    using     cc version 4.7.2
    smoketime 11 hours 59 minutes (average 55 minutes 20 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.22.3-RC3-2-gb3befa8  Configuration (common) none
----------- ---------------------------------------------------------
O O         -Uuseperlio
O m         
O O         -Duse64bitint
O O         -Duselongdouble
O O         -Dusemorebits
O O         -Duseithreads
- -         -Duseithreads -Duse64bitint
| +--------- -DDEBUGGING
+----------- no debugging


Locally applied patches:
    SMOKEb3befa874f240bd556fc08e942052a9ec80a1c0b

Compiler messages(gcc):
Configure ...try.c: In function 'main':
make ...regexec.c: In function 'S_regmatch':
regexec.c:5579:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
regexec.c:5616:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
regexec.c:5642:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
regexec.c:5711:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
perlio.c: In function 'XS_PerlIO__Layer__NoWarnings':
perlio.c:872:5: warning: unused variable 'items' [-Wunused-variable]
perlio.c: In function 'PerlIO_binmode':
perlio.c:1323:37: warning: unused parameter 'iotype' [-Wunused-parameter]
perlio.c:1323:49: warning: unused parameter 'mode' [-Wunused-parameter]
Zlib.c: In function 'XS_Compress__Raw__Zlib_constant':
./constants.xs:38:11: warning: 'iv' may be used uninitialized in this function [-Wmaybe-uninitialized]
DB_File.c: In function 'XS_DB_File_constant':
RealPPPort.xs: In function 'XS_Devel__PPPort_check_HeUTF8':
RealPPPort.xs:759:17: warning: value computed is not used [-Wunused-value]
MD5.xs:171:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
./const-xs.inc: In function 'XS_Fcntl_AUTOLOAD':
./const-xs.inc:559:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc:564:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc: In function 'XS_File__Glob_AUTOLOAD':
./const-xs.inc:135:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc:140:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc: In function 'XS_GDBM_File_AUTOLOAD':
./const-xs.inc:137:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc:142:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc: In function 'XS_I18N__Langinfo_AUTOLOAD':
./const-xs.inc:263:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc:268:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
SysV.c: In function 'XS_IPC__SysV__constant':
./const-xs.inc:38:11: warning: 'iv' may be used uninitialized in this function [-Wmaybe-uninitialized]
ListUtil.xs: In function 'XS_List__Util_reduce':
ListUtil.xs:327:9: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
ListUtil.xs: In function 'XS_List__Util_first':
ListUtil.xs:381:9: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
ListUtil.xs: In function 'XS_List__Util_any':
ListUtil.xs:447:9: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
ListUtil.xs: In function 'XS_List__Util_pairfirst':
ListUtil.xs:509:9: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
ListUtil.xs: In function 'XS_List__Util_pairgrep':
ListUtil.xs:593:9: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
ListUtil.xs: In function 'XS_List__Util_pairmap':
ListUtil.xs:689:17: warning: unused variable 'b' [-Wunused-variable]
ListUtil.xs:688:17: warning: unused variable 'a' [-Wunused-variable]
ListUtil.xs:683:9: warning: variable 'newsp' set but not used [-Wunused-but-set-variable]
ListUtil.xs:731:17: warning: unused variable 'b' [-Wunused-variable]
ListUtil.xs:730:17: warning: unused variable 'a' [-Wunused-variable]
ListUtil.c: In function 'XS_List__Util_min':
ListUtil.xs:129:16: warning: 'retval' may be used uninitialized in this function [-Wmaybe-uninitialized]
ODBM_File.c: In function 'XS_ODBM_File_STORE':
ODBM_File.c:381:6: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
ODBM_File.c: In function 'XS_ODBM_File_DELETE':
ODBM_File.c:467:11: warning: identifier 'delete' conflicts with C++ keyword [-Wc++-compat]
./const-xs.inc: In function 'XS_POSIX_constant':
./const-xs.inc:1461:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc:1466:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc: In function 'XS_Socket_AUTOLOAD':
./const-xs.inc:911:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
./const-xs.inc:916:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' [-Wformat]
Piece.xs: In function '_strptime':
Piece.xs:688:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Piece.xs:782:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Piece.xs: In function 'XS_Time__Piece__strftime':
Piece.xs:1059:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Piece.xs:350:13: warning: 'copyright' defined but not used [-Wunused-variable]
Piece.xs:352:13: warning: 'sccsid' defined but not used [-Wunused-variable]
HiRes.xs: In function 'XS_Time__HiRes_setitimer':
HiRes.xs:1112:2: warning: enum conversion when passing argument 1 of 'setitimer' is invalid in C++ [-Wc++-compat]
HiRes.xs: In function 'XS_Time__HiRes_getitimer':
HiRes.xs:1127:2: warning: enum conversion when passing argument 1 of 'getitimer' is invalid in C++ [-Wc++-compat]
HiRes.c: In function 'XS_Time__HiRes_constant':
Unicode.xs: In function 'XS_Encode__Unicode_decode_xs':
Unicode.xs:174:6: warning: the address of 'PL_sv_undef' will always evaluate as 'true' [-Waddress]
Unicode.xs:175:6: warning: value computed is not used [-Wunused-value]
Unicode.xs:193:10: warning: the address of 'PL_sv_undef' will always evaluate as 'true' [-Waddress]
Unicode.xs: In function 'XS_Encode__Unicode_encode_xs':
Unicode.xs:339:6: warning: the address of 'PL_sv_undef' will always evaluate as 'true' [-Waddress]
Unicode.xs:340:6: warning: value computed is not used [-Wunused-value]
Unicode.xs:355:14: warning: the address of 'PL_sv_undef' will always evaluate as 'true' [-Waddress]
re_exec.c: In function 'S_regmatch':
re_exec.c:5579:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
re_exec.c:5616:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
re_exec.c:5642:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
re_exec.c:5711:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
ExtTest.c: In function 'XS_ExtTest_constant':
ExtTest.xs:465:11: warning: 'pv' may be used uninitialized in this function [-Wmaybe-uninitialized]
ExtTest.xs:465:11: warning: 'iv' may be used uninitialized in this function [-Wmaybe-uninitialized]
ExtTest.xs:237:11: warning: 'pv' may be used uninitialized in this function [-Wmaybe-uninitialized]
ExtTest.xs:193:11: warning: 'iv' may be used uninitialized in this function [-Wmaybe-uninitialized]
scalar.xs: In function 'PerlIOScalar_read':
scalar.xs:178:9: warning: comparison is always true due to limited range of data type [-Wtype-limits]
make ...util.c: In function 'Perl_my_pclose':
make ...op.c: In function 'Perl_rpeep':
op.c:13437:25: warning: comparison is always false due to limited range of data type [-Wtype-limits]
regcomp.c: In function 'Perl__invlist_union_maybe_complement_2nd':
regcomp.c:8724:6: warning: left shift count >= width of type [enabled by default]
regcomp.c:8724:6: warning: integer overflow in expression [-Woverflow]
regcomp.c:8727:6: warning: left shift count >= width of type [enabled by default]
regcomp.c:8727:6: warning: integer overflow in expression [-Woverflow]
regcomp.c: In function 'Perl__invlist_intersection_maybe_complement_2nd':
regcomp.c:8963:6: warning: left shift count >= width of type [enabled by default]
regcomp.c:8963:6: warning: integer overflow in expression [-Woverflow]
regcomp.c:8966:6: warning: left shift count >= width of type [enabled by default]
regcomp.c:8966:6: warning: integer overflow in expression [-Woverflow]
pp_hot.c: In function 'Perl_pp_aelem':
pp_hot.c:3344:8: warning: left shift count >= width of type [enabled by default]
pp_hot.c:3344:8: warning: integer overflow in expression [-Woverflow]
sv.c: In function 'Perl_sv_vcatpvfn_flags':
sv.c:11448:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
sv.c: In function 'Perl_ptr_table_new':
sv.c:13174:5: warning: left shift count >= width of type [enabled by default]
sv.c:13174:5: warning: integer overflow in expression [-Woverflow]
sv.c: In function 'Perl_ptr_table_split':
sv.c:13262:5: warning: left shift count >= width of type [enabled by default]
sv.c:13262:5: warning: integer overflow in expression [-Woverflow]
sv.c:13263:5: warning: left shift count >= width of type [enabled by default]
sv.c:13263:5: warning: integer overflow in expression [-Woverflow]
sv.c: In function 'Perl_ptr_table_clear':
sv.c:13296:2: warning: left shift count >= width of type [enabled by default]
sv.c:13296:2: warning: integer overflow in expression [-Woverflow]
pp.c: In function 'S_scomplement':
pp.c:2478:8: warning: left shift count >= width of type [enabled by default]
pp.c:2478:8: warning: integer overflow in expression [-Woverflow]
scope.c: In function 'Perl_cxinc':
scope.c:79:5: warning: left shift count >= width of type [enabled by default]
scope.c:79:5: warning: integer overflow in expression [-Woverflow]
regexec.c: In function 'S_regmatch':
perlio.c: In function 'PerlIO_list_push':
perlio.c:574:6: warning: left shift count >= width of type [enabled by default]
perlio.c:574:6: warning: integer overflow in expression [-Woverflow]
perlio.c:576:6: warning: left shift count >= width of type [enabled by default]
perlio.c:576:6: warning: integer overflow in expression [-Woverflow]
op.c: In function 'Perl_rpeep':
RealPPPort.xs: In function 'XS_Devel__PPPort_other_variables':
RealPPPort.xs:866:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:867:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:868:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:869:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:870:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:871:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:872:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:873:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:874:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:875:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:883:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:884:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:885:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:886:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:887:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:888:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:889:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:890:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:891:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:892:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:893:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:894:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
RealPPPort.xs:895:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Opcode.xs: In function 'new_opset':
Opcode.xs:137:2: warning: left shift count >= width of type [enabled by default]
Opcode.xs:137:2: warning: integer overflow in expression [-Woverflow]
Typemap.xs: In function 'XS_unpack_anotherstructPtrPtr':
Typemap.xs:164:5: warning: left shift count >= width of type [enabled by default]
Typemap.xs:164:5: warning: integer overflow in expression [-Woverflow]
ptable.h: In function 'ptable_split':
ptable.h:125:2: warning: left shift count >= width of type [enabled by default]
ptable.h:125:2: warning: integer overflow in expression [-Woverflow]
re_exec.c: In function 'my_re_intuit_start':
re_exec.c:1213:13: warning: format '%Ld' expects argument of type 'long long int', but argument 6 has type 'long int' [-Wformat]
sv.c:11450:21: warning: comparison is always true due to limited range of data type [-Wtype-limits]
sv.c:12699:9: warning: comparison is always true due to limited range of data type [-Wtype-limits]
regexec.c: In function 'Perl_re_intuit_start':
regexec.c:1213:13: warning: format '%Ld' expects argument of type 'long long int', but argument 6 has type 'long int' [-Wformat]
try.c: In function 'main':
make ...dump.c: In function 'Perl_sv_peek':
dump.c:481:2: warning: format '%g' expects argument of type 'double', but argument 3 has type 'NV' [-Wformat]
dump.c: In function 'Perl_do_sv_dump':
dump.c:1579:2: warning: format '%g' expects argument of type 'double', but argument 5 has type 'NV' [-Wformat]
dump.c:1745:6: warning: format '%f' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
vutil.c: In function 'Perl_upg_version':
vutil.c:628:6: warning: format '%f' expects argument of type 'double', but argument 3 has type 'NV' [-Wformat]
vutil.c:633:6: warning: format '%f' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
sv.c: In function 'Perl_sv_inc_nomg':
sv.c:8787:7: warning: format '%f' expects argument of type 'double', but argument 3 has type 'NV' [-Wformat]
sv.c: In function 'Perl_sv_dec_nomg':
sv.c:8966:11: warning: format '%f' expects argument of type 'double', but argument 3 has type 'NV' [-Wformat]
sv.c:11766:28: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
sv.c:12152:21: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
pp.c: In function 'Perl_pp_sin':
pp.c:2853:8: warning: format '%g' expects argument of type 'double', but argument 3 has type 'NV' [-Wformat]
pp.c: In function 'Perl_pp_chr':
pp.c:3537:9: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
pp_sys.c: In function 'Perl_pp_gmtime':
pp_sys.c:4616:7: warning: format '%f' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
pp_sys.c:4627:10: warning: format '%f' expects argument of type 'double', but argument 4 has type 'Time64_T' [-Wformat]
pp_sys.c:4633:10: warning: format '%f' expects argument of type 'double', but argument 4 has type 'Time64_T' [-Wformat]
pp_sys.c:4648:10: warning: format '%f' expects argument of type 'double', but argument 4 has type 'Time64_T' [-Wformat]
pp_pack.c: In function 'S_unpack_rec':
pp_pack.c:1769:3: warning: passing argument 2 of 'modf' from incompatible pointer type [enabled by default]
pp_pack.c: In function 'S_sv_check_infnan':
pp_pack.c:2065:6: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
pp_pack.c:2067:6: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
RealPPPort.xs: In function 'XS_Devel__PPPort_croak_NVgf':
RealPPPort.xs:1783:17: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
POSIX.xs: In function 'XS_POSIX_modf':
POSIX.xs:2658:2: warning: passing argument 2 of 'modf' from incompatible pointer type [enabled by default]
HiRes.xs: In function 'XS_Time__HiRes_usleep':
HiRes.xs:816:10: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
HiRes.xs: In function 'XS_Time__HiRes_nanosleep':
HiRes.xs:838:6: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
HiRes.xs: In function 'XS_Time__HiRes_sleep':
HiRes.xs:889:8: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
HiRes.xs:893:10: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
HiRes.xs: In function 'XS_Time__HiRes_alarm':
HiRes.xs:953:6: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
HiRes.xs:953:6: warning: format '%g' expects argument of type 'double', but argument 3 has type 'NV' [-Wformat]
HiRes.xs:961:3: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
HiRes.xs:961:3: warning: format '%g' expects argument of type 'double', but argument 3 has type 'NV' [-Wformat]
HiRes.xs:1105:6: warning: format '%g' expects argument of type 'double', but argument 3 has type 'NV' [-Wformat]
HiRes.xs:1105:6: warning: format '%g' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
HiRes.xs: In function 'XS_Time__HiRes_clock_nanosleep':
HiRes.xs:1213:6: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
sv.c: In function 'S_sv_2iuv_common':
sv.c:2189:3: warning: format '%g' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
sv.c:2200:3: warning: format '%g' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
sv.c:2321:6: warning: format '%g' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
sv.c: In function 'Perl_sv_2nv_flags':
sv.c:2689:2: warning: format '%g' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
sv.c:2830:5: warning: format '%g' expects argument of type 'double', but argument 4 has type 'NV' [-Wformat]
sv.c:8831:6: warning: format '%g' expects argument of type 'double', but argument 5 has type 'NV' [-Wformat]
sv.c:9004:6: warning: format '%g' expects argument of type 'double', but argument 5 has type 'NV' [-Wformat]
dump.c: In function 'Perl_sv_peek':
sv.c:2380:25: warning: format '%g' expects argument of type 'double', but argument 2 has type 'NV' [-Wformat]
sv.c: In function 'S_sv_2iuv_non_preserve':
sv.c:2067:5: warning: format '%g' expects argument of type 'double', but argument 5 has type 'NV' [-Wformat]
MD5.xs:159:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
Opcode.xs: In function 'opmask_addlocal':
Opcode.xs:230:5: warning: unused variable 'my_cxtp' [-Wunused-variable]

-- 
Report by Test::Smoke v1.53 build 1374 running on perl 5.14.2
(Reporter v0.050 / Smoker v0.045)



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About