• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Changes
  • Smoke [smoke-me/jkeenan/lgtm-ae73d7ec2] v5.31.6-77-gb957d605cb PASS netbsd 7.2 (amd64/1 cpu)

    Subject: Smoke [smoke-me/jkeenan/lgtm-ae73d7ec2] v5.31.6-77-gb957d605cb PASS netbsd 7.2 (amd64/1 cpu)
    Message-ID: <20191204070517.2A55416C12B@cjg-netbsd7>
    Date: Wed,  4 Dec 2019 01:05:17 -0600 (CST)
    
    Automated smoke report for branch smoke-me/jkeenan/lgtm-ae73d7ec2 5.31.7 patch b957d605cb4a2fe83969f60f8b3da323ff4eaeba v5.31.6-77-gb957d605cb
    cjg-netbsd7: Intel 686-class (amd64/1 cpu)
        on        netbsd - 7.2
        using     g++ version 4.8.5
        smoketime 4 hours 54 minutes (average 36 minutes 48 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.6-77-gb957d605cb  Configuration (common) -Dcc=g++
    ----------- ---------------------------------------------------------
    O O         
    O O         -Duse64bitall
    O O         -Duseithreads
    O O         -Duseithreads -Duse64bitall
    | +--------- -DDEBUGGING
    +----------- no debugging
    
    
    Locally applied patches:
        SMOKEb957d605cb4a2fe83969f60f8b3da323ff4eaeba
    
    Testsuite was run only with 'harness'
    
    Tests skipped on user request:
        # One test name on a line
    Compiler messages(gcc):
    op.c: In function 'OP* Perl_pmruntime(OP*, OP*, OP*, UV, I32)':
    op.c:7275:49: warning: 't_cp' may be used uninitialized in this function [-Wmaybe-uninitialized]
    op.c:6866:14: note: 't_cp' was declared here
    op.c:7312:45: warning: 'r_cp' may be used uninitialized in this function [-Wmaybe-uninitialized]
    op.c:6866:8: note: 'r_cp' was declared here
    regcomp.c: In function 'void S_pat_upgrade_to_utf8(RExC_state_t*, char**, STRLEN*, int)':
    regcomp.c:6663:68: warning: ignoring return value of 'size_t S_variant_under_utf8_count(const U8*, const U8*)', declared with attribute warn_unused_result [-Wunused-result]
    perl.h:3601:62: note: in definition of macro 'EXPECT'
    perl.h:3622:52: note: in expansion of macro 'cBOOL'
    handy.h:2463:9: note: in expansion of macro 'UNLIKELY'
    handy.h:2463:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
    handy.h:2475:30: note: in expansion of macro 'MEM_WRAP_CHECK'
    handy.h:2556:27: note: in expansion of macro 'MEM_WRAP_CHECK_'
    regcomp.c:6663:5: note: in expansion of macro 'Newx'
    utf8.c: In function 'U8* Perl_bytes_to_utf8(const U8*, STRLEN*)':
    utf8.c:2675:55: warning: ignoring return value of 'size_t S_variant_under_utf8_count(const U8*, const U8*)', declared with attribute warn_unused_result [-Wunused-result]
    utf8.c:2675:5: note: in expansion of macro 'Newx'
    /usr/include/sys/cdefs_elf.h:67:20: error: missing binary operator before token "("
    /usr/include/sys/cdefs_elf.h:73:20: error: missing binary operator before token "("
    /usr/include/sys/cdefs_elf.h:79:20: error: missing binary operator before token "("
    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]
    Encode.c:1356:5: note: in expansion of macro 'dXSI32'
    Encode.c: In function 'void XS_Encode_encode(CV*)':
    Encode.c:1398:5: note: in expansion of macro 'dXSI32'
    Socket.c: In function 'void XS_Socket_pack_ip_mreq_source(CV*)':
    Socket.c:1673:7: warning: variable 'interface' set but not used [-Wunused-but-set-variable]
    const-c.inc:351:1: warning: unused parameter 'iv_return' [-Wunused-parameter]
    Piece.xs: In function 'char* _strptime(const char*, const char*, tm*, int*)':
    Piece.xs:719:14: warning: 'len' may be used uninitialized in this function [-Wmaybe-uninitialized]
    re_exec.c: In function 'bool S_regtry(regmatch_info*, char**)':
    re_exec.c:6539:38: warning: 'fold_array' may be used uninitialized in this function [-Wmaybe-uninitialized]
    re_exec.c:6443:17: note: 'fold_array' was declared here
    re_exec.c:6545:44: warning: 'folder' may be used uninitialized in this function [-Wmaybe-uninitialized]
    re_exec.c:6442:16: note: 'folder' was declared here
    re_comp.c: In function 'void S_pat_upgrade_to_utf8(RExC_state_t*, char**, STRLEN*, int)':
    re_comp.c:6663:68: warning: ignoring return value of 'size_t S_variant_under_utf8_count(const U8*, const U8*)', declared with attribute warn_unused_result [-Wunused-result]
    ../../perl.h:3601:62: note: in definition of macro 'EXPECT'
    ../../perl.h:3622:52: note: in expansion of macro 'cBOOL'
    ../../handy.h:2463:9: note: in expansion of macro 'UNLIKELY'
    ../../handy.h:2463:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
    ../../handy.h:2475:30: note: in expansion of macro 'MEM_WRAP_CHECK'
    ../../handy.h:2556:27: note: in expansion of macro 'MEM_WRAP_CHECK_'
    re_comp.c:6663:5: note: in expansion of macro 'Newx'
    op.c: In function 'OP* S_pmtrans(OP*, OP*, OP*)':
    op.c:7050:35: warning: 'r_map' may be used uninitialized in this function [-Wmaybe-uninitialized]
    regexec.c: In function 'bool S_regtry(regmatch_info*, char**)':
    regexec.c:6539:38: warning: 'fold_array' may be used uninitialized in this function [-Wmaybe-uninitialized]
    regexec.c:6443:17: note: 'fold_array' was declared here
    regexec.c:6545:44: warning: 'folder' may be used uninitialized in this function [-Wmaybe-uninitialized]
    regexec.c:6442:16: note: 'folder' was declared here
    op.c: In function 'OP* Perl_pmruntime(PerlInterpreter*, OP*, OP*, OP*, UV, I32)':
    regcomp.c: In function 'void S_pat_upgrade_to_utf8(PerlInterpreter*, RExC_state_t*, char**, STRLEN*, int)':
    utf8.c: In function 'U8* Perl_bytes_to_utf8(PerlInterpreter*, const U8*, STRLEN*)':
    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*)':
    Socket.c: In function 'void XS_Socket_pack_ip_mreq_source(PerlInterpreter*, CV*)':
    Piece.xs: In function 'char* _strptime(PerlInterpreter*, const char*, const char*, tm*, int*)':
    re_exec.c: In function 'bool S_regtry(PerlInterpreter*, regmatch_info*, char**)':
    re_comp.c: In function 'void S_pat_upgrade_to_utf8(PerlInterpreter*, RExC_state_t*, char**, STRLEN*, int)':
    op.c: In function 'OP* S_pmtrans(PerlInterpreter*, OP*, OP*, OP*)':
    regexec.c: In function 'bool S_regtry(PerlInterpreter*, regmatch_info*, char**)':
    
    Non-Fatal messages(gcc):
    
    
    
    -- 
    Report by Test::Smoke v1.71 running on perl 5.26.1
    (Reporter v0.053 / Smoker v0.046)