• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Github
  • Changes
  • Smoke v5.31.7-71-g4a27df43d9 PASS linux 5.3.12-200.fc30.x86_64 [Fedora 30] Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (GenuineIntel 3702MHz) 1[8 cores]

    Automated smoke report for branch smoke-me/khw-uv 5.31.8 patch 4a27df43d9871a95556cc040e715f45d5fe591bb v5.31.7-71-g4a27df43d9.
    vier.local: Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz (GenuineIntel 3702MHz) (x86_64/1[8 cores] cpus)
        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) (*1)
        smoketime 3 hours 43 minutes (average 55 minutes 59 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-71-g4a27df43d9
    ----------------------- ----------------------------------------------------
    O  O                    -Dcc="ccache g++" -Accflags="-Werror=declaration-after-statement" (*1)
    O  O                    -Dcc="ccache g++" -Accflags="-Werror=declaration-after-statement" -Duseithreads (*1)
    |  |
    |  +------------------  stdio DEBUGGING
    +---------------------  stdio
    
    Testsuite was run only with 'harness'
    
      Applied patches:
        SMOKE4a27df43d9871a95556cc040e715f45d5fe591bb
    Skipped tests:
        None.
    
    Test failures:
        None.
    
    Compiler messages:
        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]
        regcomp.c: In function ‘ssize_t S_study_chunk(RExC_state_t*, regnode**, ssize_t*, ssize_t*, regnode*, scan_data_t*, I32, U32, regnode_ssc*, U32, U32)’:
        regcomp.c:5722:105: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘ssize_t’ {aka ‘long 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
        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’
        re_comp.c: In function ‘ssize_t S_study_chunk(RExC_state_t*, regnode**, ssize_t*, ssize_t*, regnode*, scan_data_t*, I32, U32, regnode_ssc*, U32, U32)’:
        re_comp.c:5722:105: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘ssize_t’ {aka ‘long int’} [-Wsign-compare]
        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’
        toke.c: In function ‘char* S_scan_heredoc(PerlInterpreter*, char*)’:
        toke.c: In function ‘char* S_scan_inputsymbol(PerlInterpreter*, char*)’:
        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’
        regcomp.c: In function ‘ssize_t S_study_chunk(PerlInterpreter*, RExC_state_t*, regnode**, ssize_t*, ssize_t*, regnode*, scan_data_t*, I32, U32, regnode_ssc*, U32, U32)’:
        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’
        re_comp.c: In function ‘ssize_t S_study_chunk(PerlInterpreter*, RExC_state_t*, regnode**, ssize_t*, ssize_t*, regnode*, scan_data_t*, I32, U32, regnode_ssc*, U32, U32)’:
        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*)’:
    

    About this smoke:
    smoking-perl: 5.28.2
    smoker-version: 1.72/0.046
    timestamp: 2020-01-13 17:15:47+00
    tester: perl
    
    Smoke logs available at http://m-l.org/~perl/smoke/perl/x86_64-linux-thread-multi/smoke-me_g++_quick/Karl%20Williamson/log4a27df43d9871a95556cc040e715f45d5fe591bb.log.gz