develooper Front page | perl.daily-build.reports | Postings from November 2021

Smoke [blead] v5.35.6-4-ge8a7ae4b24 FAIL(F) linux5.14.18-300.fc35.x86_64 [Fedora Linux 35 (x86_64/1 cpu)

Thread Next
From:
Carlos Guevara
Date:
November 22, 2021 09:45
Subject:
Smoke [blead] v5.35.6-4-ge8a7ae4b24 FAIL(F) linux5.14.18-300.fc35.x86_64 [Fedora Linux 35 (x86_64/1 cpu)
Message ID:
20211122094507.62F61184FF01@cjg-fedora35
Automated smoke report for branch blead 5.35.7 patch e8a7ae4b24294cd1c95f88ce956e00b2e699de96 v5.35.6-4-ge8a7ae4b24
cjg-fedora35: Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz (GenuineIntel 2100MHz) (x86_64/1 cpu)
    on        linux - 5.14.18-300.fc35.x86_64 [Fedora Linux 35 (Server Edition)]
    using     g++ version 11.2.1 20210728 (Red Hat 11.2.1-1)
    smoketime 7 hours 39 minutes (average 38 minutes 20 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.35.6-4-ge8a7ae4b24  Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
F F         
F F         -Duse64bitall
F F         -Dusequadmath
F F         -Duseithreads
F F         -Duseithreads -Duse64bitall
F F         -Duseithreads -Dusequadmath
| +--------- -DDEBUGGING
+----------- no debugging


Testsuite was run only with 'harness'

Tests skipped on user request:
    # One test name on a line
Failures: (common-args) -Dcc=g++
[default] 
[default] -DDEBUGGING
[default] -Duse64bitall
[default] -DDEBUGGING -Duse64bitall
[default] -Dusequadmath
[default] -DDEBUGGING -Dusequadmath
[default] -Duseithreads
[default] -DDEBUGGING -Duseithreads
[default] -Duseithreads -Duse64bitall
[default] -DDEBUGGING -Duseithreads -Duse64bitall
[default] -Duseithreads -Dusequadmath
[default] -DDEBUGGING -Duseithreads -Dusequadmath
../t/porting/corelist.t.....................................FAILED
    3-5
../dist/Module-CoreList/t/is_core.t.........................FAILED
    2, 11
    Non-zero exit status: 2
../dist/Module-CoreList/t/maintainer.t......................FAILED
    4-5
    Non-zero exit status: 2

MANIFEST did not declare '.mailmap'

Compiler messages(gcc):
awk: cmd. line:1: warning: regexp escape sequence `\=' is not a known regexp operator
Makefile:258: warning: ignoring prerequisites on suffix rule definition
Makefile:254: warning: ignoring prerequisites on suffix rule definition
makefile:258: warning: ignoring prerequisites on suffix rule definition
makefile:254: warning: ignoring prerequisites on suffix rule definition
compress.c: In function 'void generateMTFValues(EState*)':
compress.c:190:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
compress.c:191:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
compress.c:192:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
compress.c:198:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
compress.c: In function 'void sendMTFValues(EState*)':
compress.c:361:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
compress.c:361:37: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
compress.c:361:45: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
compress.c:362:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
deflate.c: In function 'uInt longest_match(deflate_state*, IPos)':
deflate.c:1243:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
deflate.c:1244:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
deflate.c:1245:18: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
deflate.c:1264:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
deflate.c:1265:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
deflate.c:1266:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
trees.c: In function 'unsigned int bi_reverse(unsigned int, int)':
trees.c:1164:23: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
MD5.xs: In function 'MD5_CTX* get_md5_ctx(SV*)':
MD5.xs:470:34: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
MD5.xs: In function 'SV* new_md5_ctx(MD5_CTX*, const char*)':
MD5.xs:492:47: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
../../embed.h:632:70: note: in definition of macro 'sv_magicext'
ListUtil.xs: In function 'void XS_List__Util_zip(CV*)':
ListUtil.xs:1619:33: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
ListUtil.xs:1624:33: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
ListUtil.xs:1639:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
ListUtil.xs:1658:31: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
Base64.xs: In function 'void XS_MIME__Base64_decode_base64(CV*)':
Base64.xs:183:33: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Base64.xs: In function 'void XS_MIME__Base64_decoded_base64_length(CV*)':
Base64.xs:279:33: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Socket.xs: In function 'void XS_Socket_inet_aton(CV*)':
Socket.xs:773:35: warning: missing initializer for member 'addrinfo::ai_family' [-Wmissing-field-initializers]
Socket.xs:773:35: warning: missing initializer for member 'addrinfo::ai_socktype' [-Wmissing-field-initializers]
Socket.xs:773:35: warning: missing initializer for member 'addrinfo::ai_protocol' [-Wmissing-field-initializers]
Socket.xs:773:35: warning: missing initializer for member 'addrinfo::ai_addrlen' [-Wmissing-field-initializers]
Socket.xs:773:35: warning: missing initializer for member 'addrinfo::ai_addr' [-Wmissing-field-initializers]
Socket.xs:773:35: warning: missing initializer for member 'addrinfo::ai_canonname' [-Wmissing-field-initializers]
Socket.xs:773:35: warning: missing initializer for member 'addrinfo::ai_next' [-Wmissing-field-initializers]
HiRes.xs: In function 'void XS_Time__HiRes_setitimer(CV*)':
../../perl.h:575:30: warning: option '-Wc++-compat' is valid for C/ObjC but not for C++ [-Wpragmas]
../../perl.h:578:30: note: in expansion of macro 'GCC_DIAG_PRAGMA'
../../perl.h:586:33: note: in expansion of macro 'GCC_DIAG_IGNORE'
HiRes.xs:1248:9: note: in expansion of macro 'GCC_DIAG_IGNORE_STMT'
HiRes.xs: In function 'void XS_Time__HiRes_getitimer(CV*)':
HiRes.xs:1268:9: note: in expansion of macro 'GCC_DIAG_IGNORE_STMT'
MD5.xs: In function 'MD5_CTX* get_md5_ctx(PerlInterpreter*, SV*)':
MD5.xs: In function 'SV* new_md5_ctx(PerlInterpreter*, MD5_CTX*, const char*)':
ListUtil.xs: In function 'void XS_List__Util_zip(PerlInterpreter*, CV*)':
Base64.xs: In function 'void XS_MIME__Base64_decode_base64(PerlInterpreter*, CV*)':
Base64.xs: In function 'void XS_MIME__Base64_decoded_base64_length(PerlInterpreter*, CV*)':
Socket.xs: In function 'void XS_Socket_inet_aton(PerlInterpreter*, CV*)':
HiRes.xs: In function 'void XS_Time__HiRes_setitimer(PerlInterpreter*, CV*)':
HiRes.xs: In function 'void XS_Time__HiRes_getitimer(PerlInterpreter*, CV*)':

Non-Fatal messages(gcc):



-- 
Report by Test::Smoke v1.71 running on perl 5.30.2
(Reporter v0.053 / Smoker v0.046)

Thread Next


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