Smoke logs available at 
http://m-l.org/~perl/smoke/perl/x86_64-linux-thread-multi/smoke-me_g++_quick/James%20E%20Keenan/logaf159724f8fa27655d3dc6e8eff90c03d23a1b11.log.gz

Automated smoke report for branch smoke-me/jkeenan/net-ping-freebsd 5.31.8 
patch af159724f8fa27655d3dc6e8eff90c03d23a1b11 v5.31.7-40-gaf159724f8
vier.local: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (GenuineIntel 3702MHz) 
(x86_64/1 cpu[8 cores])
    on        linux - 5.3.12-200.fc30.x86_64 [Fedora 30]
    using     ccache g++ version 9.2.1 20190827 (Red Hat 9.2.1-1)
    smoketime 3 hours 36 minutes (average 54 minutes 14 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.31.7-40-gaf159724f8  Configuration (common) 
-Accflags="-Werror=declaration-after-statement" -Dcc="ccache g++"
----------- ---------------------------------------------------------
O O         
O O         -Duseithreads
| +--------- -DDEBUGGING
+----------- no debugging


Locally applied patches:
    SMOKEaf159724f8fa27655d3dc6e8eff90c03d23a1b11

Testsuite was run only with 'harness' and HARNESS_OPTIONS=j4

Compiler messages(gcc):
util.c: In function ‘void Perl_croak_no_mem()’:
iperlsys.h:775:44: warning: ignoring return value of ‘ssize_t write(int, const 
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
perl.h:389:43: note: in definition of macro ‘PERL_UNUSED_RESULT’
util.c:1790:28: note: in expansion of macro ‘PerlLIO_write’
mg.c: In function ‘int Perl_magic_set(SV*, MAGIC*)’:
mg.c:3145:36: warning: ignoring return value of ‘int setreuid(__uid_t, 
__uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
mg.c:3172:28: warning: ignoring return value of ‘int seteuid(__uid_t)’, 
declared with attribute warn_unused_result [-Wunused-result]
mg.c:3198:29: warning: ignoring return value of ‘int setregid(__gid_t, 
__gid_t)’, declared with attribute warn_unused_result [-Wunused-result]
mg.c:3277:28: warning: ignoring return value of ‘int setegid(__gid_t)’, 
declared with attribute warn_unused_result [-Wunused-result]
pp_hot.c: In function ‘OP* Perl_pp_aassign()’:
pp_hot.c:2759:25: warning: ignoring return value of ‘int setresuid(uid_t, 
uid_t, uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
pp_hot.c:2793:26: warning: ignoring return value of ‘int setresgid(gid_t, 
gid_t, gid_t)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c: In function ‘char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)’:
config.h:909:31: warning: ignoring return value of ‘char* gcvt(double, int, 
char*)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c:48:24: note: in expansion of macro ‘Gconvert’
sv.c:3201:21: note: in expansion of macro ‘SNPRINTF_G’
sv.c: In function ‘void Perl_sv_vcatpvfn_flags(SV*, const char*, STRLEN, 
__va_list_tag (*)[1], SV**, size_t, bool*, U32)’:
perl.h:6769:13: note: in definition of macro ‘WITH_LC_NUMERIC_SET_TO_NEEDED_IN’
sv.c:48:5: note: in expansion of macro ‘PERL_UNUSED_RESULT’
sv.c:13108:21: note: in expansion of macro ‘SNPRINTF_G’
doio.c: In function ‘PerlIOl** Perl_nextargv(GV*, bool)’:
doio.c:1461:50: warning: ignoring return value of ‘int fchown(int, __uid_t, 
__gid_t)’, declared with attribute warn_unused_result [-Wunused-result]
doio.c: In function ‘void S_exec_failed(const char*, int, int)’:
doio.c:2291:28: note: in expansion of macro ‘PerlLIO_write’
perlio.c: In function ‘void PerlIO_debug(const char*, ...)’:
perlio.c:396:21: note: in expansion of macro ‘PerlLIO_write’
RealPPPort.c: In function ‘void XS_Devel__PPPort_isASCII_utf8_safe(CV*)’:
RealPPPort.c:4932:6: warning: unused variable ‘offset’ [-Wunused-variable]
RealPPPort.c: In function ‘void XS_Devel__PPPort_isASCII_LC_utf8_safe(CV*)’:
RealPPPort.c:5638:6: warning: unused variable ‘offset’ [-Wunused-variable]
Encode.c: In function ‘void XS_Encode_decode(CV*)’:
../../XSUB.h:185:20: warning: unused variable ‘ix’ [-Wunused-variable]
../../XSUB.h:185:20: note: in definition of macro ‘dXSI32’
Encode.c: In function ‘void XS_Encode_encode(CV*)’:
SysV.xs:82:20: warning: ‘s_sysv_unimpl’ defined but not used [-Wunused-variable]
./const-xs.inc:131:13: warning: AI_IDN_ALLOW_UNASSIGNED is deprecated
./const-xs.inc:134:13: warning: AI_IDN_USE_STD3_ASCII_RULES is deprecated
./const-xs.inc:386:13: warning: NI_IDN_ALLOW_UNASSIGNED is deprecated
./const-xs.inc:389:13: warning: NI_IDN_USE_STD3_ASCII_RULES is deprecated
HiRes.xs: In function ‘void XS_Time__HiRes_setitimer(CV*)’:
../../perl.h:423:30: warning: option ‘-Wc++-compat’ is valid for C/ObjC but not 
for C++ [-Wpragmas]
../../perl.h:426:30: note: in expansion of macro ‘GCC_DIAG_PRAGMA’
../../perl.h:434:33: note: in expansion of macro ‘GCC_DIAG_IGNORE’
HiRes.xs:1436:9: note: in expansion of macro ‘GCC_DIAG_IGNORE_STMT’
HiRes.xs: In function ‘void XS_Time__HiRes_getitimer(CV*)’:
HiRes.xs:1456:9: note: in expansion of macro ‘GCC_DIAG_IGNORE_STMT’
APItest.c: In function ‘void XS_XS__APItest__PtrTable_clear(CV*)’:
../../embed.h:445:56: warning: ‘void Perl_ptr_table_clear(PTR_TBL_t*)’ is 
deprecated [-Wdeprecated-declarations]
APItest.c:3275:2: note: in expansion of macro ‘ptr_table_clear’
../../proto.h:2685:20: note: declared here
APItest.xs: In function ‘void XS_XS__APItest__Magic_test_Gconvert(CV*)’:
../../config.h:909:31: warning: ignoring return value of ‘char* gcvt(double, 
int, char*)’, declared with attribute warn_unused_result [-Wunused-result]
../../perl.h:389:43: note: in definition of macro ‘PERL_UNUSED_RESULT’
APItest.xs:6784:28: note: in expansion of macro ‘Gconvert’
op.c: In function ‘OP* S_pmtrans(OP*, OP*, OP*)’:
op.c:7052:22: warning: ‘r_map’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
mg.c: In function ‘int Perl_magic_set(PerlInterpreter*, SV*, MAGIC*)’:
pp_hot.c: In function ‘OP* Perl_pp_aassign(PerlInterpreter*)’:
pp_hot.c:2759:25: warning: ignoring return value of ‘int setresuid(__uid_t, 
__uid_t, __uid_t)’, declared with attribute warn_unused_result [-Wunused-result]
pp_hot.c:2793:26: warning: ignoring return value of ‘int setresgid(__gid_t, 
__gid_t, __gid_t)’, declared with attribute warn_unused_result [-Wunused-result]
sv.c: In function ‘char* Perl_sv_2pv_flags(PerlInterpreter*, SV*, STRLEN*, 
I32)’:
sv.c: In function ‘void Perl_sv_vcatpvfn_flags(PerlInterpreter*, SV*, const 
char*, STRLEN, __va_list_tag (*)[1], SV**, size_t, bool*, U32)’:
sv.c: In function ‘DIR* Perl_dirp_dup(PerlInterpreter*, DIR*, CLONE_PARAMS*)’:
sv.c:13672:30: warning: ignoring return value of ‘int fchdir(int)’, declared 
with attribute warn_unused_result [-Wunused-result]
doio.c: In function ‘PerlIOl** Perl_nextargv(PerlInterpreter*, GV*, bool)’:
doio.c: In function ‘void S_exec_failed(PerlInterpreter*, const char*, int, 
int)’:
perlio.c:387:21: note: in expansion of macro ‘PerlLIO_write’
perl.c: In function ‘void S_init_tls_and_interp(PerlInterpreter*)’:
thread.h:341:37: warning: ignoring return value of ‘ssize_t write(int, const 
void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
perl.c:91:2: note: in expansion of macro ‘ALLOC_THREAD_KEY’
Zlib.xs: In function ‘char* GetErrorString(int)’:
../../perl.h:169:22: warning: unused variable ‘my_perl’ [-Wunused-variable]
../../perl.h:180:19: note: in expansion of macro ‘pTHX’
Zlib.xs:301:5: note: in expansion of macro ‘dTHX’
Zlib.xs: In function ‘int flushParams(di_stream*)’:
Zlib.xs:696:5: note: in expansion of macro ‘dTHX’
RealPPPort.c: In function ‘void 
XS_Devel__PPPort_isASCII_utf8_safe(PerlInterpreter*, CV*)’:
RealPPPort.c: In function ‘void 
XS_Devel__PPPort_isASCII_LC_utf8_safe(PerlInterpreter*, CV*)’:
Encode.c: In function ‘void XS_Encode_decode(PerlInterpreter*, CV*)’:
Encode.c: In function ‘void XS_Encode_encode(PerlInterpreter*, CV*)’:
POSIX.xs: In function ‘UV S_getpayload(NV)’:
POSIX.xs:1301:3: note: in expansion of macro ‘dTHX’
./const-xs.inc: In function ‘void boot_Sys__Syslog(PerlInterpreter*, CV*)’:
./const-xs.inc:4:5: note: in expansion of macro ‘dTHX’
threads.xs: In function ‘ithread* S_ithread_create(PerlInterpreter*, 
my_pool_t*, SV*, IV, int, int, int, int)’:
../../iperlsys.h:775:44: warning: ignoring return value of ‘ssize_t write(int, 
const void*, size_t)’, declared with attribute warn_unused_result 
[-Wunused-result]
threads.xs:777:32: note: in expansion of macro ‘PerlLIO_write’
HiRes.xs: In function ‘void XS_Time__HiRes_setitimer(PerlInterpreter*, CV*)’:
HiRes.xs: In function ‘void XS_Time__HiRes_getitimer(PerlInterpreter*, CV*)’:
APItest.c: In function ‘void XS_XS__APItest__PtrTable_clear(PerlInterpreter*, 
CV*)’:
../../embed.h:445:56: warning: ‘void Perl_ptr_table_clear(PerlInterpreter*, 
PTR_TBL_t*)’ is deprecated [-Wdeprecated-declarations]
./const-xs.inc: In function ‘void boot_XS__APItest(PerlInterpreter*, CV*)’:
APItest.xs: In function ‘void 
XS_XS__APItest__Magic_test_Gconvert(PerlInterpreter*, CV*)’:
ExtTest.xs: In function ‘void boot_ExtTest(PerlInterpreter*, CV*)’:
../../../../perl.h:169:22: warning: unused variable ‘my_perl’ 
[-Wunused-variable]
../../../../perl.h:180:19: note: in expansion of macro ‘pTHX’
ExtTest.xs:166:5: note: in expansion of macro ‘dTHX’
op.c: In function ‘OP* S_pmtrans(PerlInterpreter*, OP*, OP*, OP*)’:

Non-Fatal messages(gcc):

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

Reply via email to