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

Smoke [blead] v5.35.6-18-g9ae6f26499 PASS linux 5.15.0-1-amd64[Debian GNU/Linux bookworm/sid] (x86_64/1 cpu)

From:
Carlos Guevara
Date:
December 1, 2021 15:35
Subject:
Smoke [blead] v5.35.6-18-g9ae6f26499 PASS linux 5.15.0-1-amd64[Debian GNU/Linux bookworm/sid] (x86_64/1 cpu)
Message ID:
E1msRdy-002E2P-CI@cjg-bookworm
Automated smoke report for branch blead 5.35.7 patch 9ae6f26499e0b2d56c36d730466988a3d5ac8457 v5.35.6-18-g9ae6f26499
cjg-bookworm: Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz (GenuineIntel 2099MHz) (x86_64/1 cpu)
    on        linux - 5.15.0-1-amd64 [Debian GNU/Linux bookworm/sid]
    using     g++ version 11.2.0
    smoketime 7 hours 4 minutes (average 35 minutes 23 seconds)

Summary: PASS

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-18-g9ae6f26499  Configuration (common) -Dcc=g++
----------- ---------------------------------------------------------
O O         
O O         -Duse64bitall
O O         -Dusequadmath
O O         -Duseithreads
O O         -Duseithreads -Duse64bitall
O O         -Duseithreads -Dusequadmath
| +--------- -DDEBUGGING
+----------- no debugging


Testsuite was run only with 'harness'

Tests skipped on user request:
    # One test name on a line
MANIFEST did not declare '.mailmap'

Compiler messages(gcc):
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)



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