• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Github
  • Changes
  • Smoke [smoke-me/khw-uv] v5.31.7-68-g8c74899dc7 PASS linux 5.3.12-200.fc30.x86_64 [Fedora 30] (x86_64/1 cpu[8 cores]) {smoke-me_g++}

    Message-Id: <202001121952.00CJqmNa005121@vier.local>
    Date: Sun, 12 Jan 2020 14:52 -0500
    Mime-version: 1.0
    Subject: Smoke [smoke-me/khw-uv] v5.31.7-68-g8c74899dc7 PASS linux 5.3.12-200.fc30.x86_64 [Fedora 30] (x86_64/1 cpu[8 cores]) {smoke-me_g++}
    Content-type: text/plain; charset="UTF8"
    Content-Transfer-Encoding: 8bit
    
    Smoke logs available at http://m-l.org/~perl/smoke/perl/x86_64-linux-thread-multi/smoke-me_g++/Karl%20Williamson/log8c74899dc7e0f14e3f19d1085fd0c65ddeff2228.log.gz
    
    Automated smoke report for branch smoke-me/khw-uv 5.31.8 patch 8c74899dc7e0f14e3f19d1085fd0c65ddeff2228 v5.31.7-68-g8c74899dc7
    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 1 day 23 hours 36 minutes (average 2 hours 58 minutes)
    
    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-68-g8c74899dc7  Configuration (common) -Accflags="-Werror=declaration-after-statement" -Dcc="ccache g++"
    ----------- ---------------------------------------------------------
    O O O O O O -Accflags=-DNO_MATHOMS
    O O O O O O -Accflags=-DPERL_POISON
    O O O O O O -Duse64bitall
    O O O O O O -Dusemorebits
    O O O O O O -Duseithreads -Accflags=-DNO_MATHOMS
    O O O O O O -Duseithreads -Accflags=-DPERL_POISON
    O O O O O O -Duseithreads -Duse64bitall
    O O O O O O -Duseithreads -Dusemorebits
    | | | | | +- LC_ALL = en_US.utf8 -DDEBUGGING
    | | | | +--- PERLIO = perlio -DDEBUGGING
    | | | +----- PERLIO = stdio  -DDEBUGGING
    | | +------- LC_ALL = en_US.utf8
    | +--------- PERLIO = perlio
    +----------- PERLIO = stdio 
    
    Locally applied patches:
        SMOKE8c74899dc7e0f14e3f19d1085fd0c65ddeff2228
    
    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’
    toke.c: In function ‘char* S_scan_heredoc(char*)’:
    toke.c:10643:43: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
    toke.c:10678:47: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
    toke.c: In function ‘char* S_scan_inputsymbol(char*)’:
    toke.c:10841:25: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
    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
    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
    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.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]
    config.h:909:32: warning: ignoring return value of ‘char* qgcvt(long double, int, char*)’, declared with attribute warn_unused_result [-Wunused-result]
    ../../config.h:909:32: warning: ignoring return value of ‘char* qgcvt(long double, int, char*)’, declared with attribute warn_unused_result [-Wunused-result]
    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’
    toke.c: In function ‘char* S_scan_heredoc(PerlInterpreter*, char*)’:
    toke.c: In function ‘char* S_scan_inputsymbol(PerlInterpreter*, char*)’:
    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’
    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*)’:
    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’
    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*)’:
    POSIX.xs: In function ‘NV S_getpayload(NV)’:
    
    Non-Fatal messages(gcc):
    
    -- 
    Report by Test::Smoke v1.72 running on perl 5.28.2
    (Reporter v0.053 / Smoker v0.046)