• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Github
  • Changes
  • Smoke v5.32.0-586-g39568decb9 FAIL(FM) netbsd 9.0 Intel 686-class 1

    Automated smoke report for branch smoke-me/jkeenan/sugar-magnolia 7.0.0 patch 39568decb91df7e01426bdd32a20f626e3953186 v5.32.0-586-g39568decb9.
    cjg-netbsd9: Intel 686-class (amd64/1 cpus)
        on        netbsd 9.0
        using     g++ version 7.4.0 (*1)
        smoketime 4 hours 6 minutes (average 20 minutes 32 seconds)
    
    Summary: FAIL(FM)
    
    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.32.0-586-g39568decb9
    ----------------------- ----------------------------------------------------
    -  F  -  F              -Dcc=g++ (*1)
    -  F  -  F              -Dcc=g++ -Duse64bitall (*1)
    -  F  -  F              -Dcc=g++ -Duselongdouble (*1)
    M  -  M  -              -Dcc=g++ -Duseithreads (*1)
    M  -  M  -              -Dcc=g++ -Duseithreads -Duse64bitall (*1)
    M  -  M  -              -Dcc=g++ -Duseithreads -Duselongdouble (*1)
    |  |  |  |
    |  |  |  +------------  stdio DEBUGGING
    |  |  +---------------  minitest DEBUGGING
    |  +------------------  stdio
    +---------------------  minitest
    
    Testsuite was run only with 'harness'
    
      Applied patches:
        SMOKE39568decb91df7e01426bdd32a20f626e3953186
    Skipped tests:
            # One test name on a line
    
    Test failures:
        None.
    
    Compiler messages:
        /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 "("
        inflate.c: In function 'int inflate(z_streamp, int)':
        inflate.c:724:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
        inflate.c:725:9: note: here
        inflate.c:732:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
        inflate.c:733:9: note: here
        inflate.c:947:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
        inflate.c:948:9: note: here
        inflate.c:968:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
        inflate.c:969:9: note: here
        DB_File.xs: In function 'DB_File_type* ParseOpenInfo(int, char*, int, int, SV*)':
        DB_File.xs:476:44: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
        DB_File.xs:1044:13: note: in expansion of macro 'croak_and_free'
        DB_File.xs:1050:13: note: in expansion of macro 'croak_and_free'
        DB_File.xs:1056:17: note: in expansion of macro 'croak_and_free'
        DB_File.xs:1091:17: note: in expansion of macro 'croak_and_free'
        DB_File.xs:1140:17: note: in expansion of macro 'croak_and_free'
        DB_File.xs:1229:13: note: in expansion of macro 'croak_and_free'
        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: In function 'int constant_19(const char*, IV*)':
        const-c.inc:351:42: warning: unused parameter 'iv_return' [-Wunused-parameter]
        HiRes.xs: In function 'void XS_Time__HiRes_setitimer(CV*)':
        HiRes.xs:1436:42: warning: option '-Wc++-compat' is valid for C/ObjC but not for C++ [-Wpragmas]
        HiRes.xs: In function 'void XS_Time__HiRes_getitimer(CV*)':
        HiRes.xs:1456:42: warning: option '-Wc++-compat' is valid for C/ObjC but not for C++ [-Wpragmas]
        Piece.xs: In function 'char* _strptime(const char*, const char*, tm*, int*)':
        Piece.xs:719:8: 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:28: warning: 'folder' may be used uninitialized in this function [-Wmaybe-uninitialized]
        re_exec.c:6442:16: note: 'folder' was declared here
        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:28: warning: 'folder' may be used uninitialized in this function [-Wmaybe-uninitialized]
        regexec.c:6442:16: note: 'folder' was declared here
        Storable.xs: In function 'int store_scalar(stcxt_t*, SV*)':
        Storable.xs:2585:75: warning: format '%f' expects argument of type 'double', but argument 2 has type 'NV_bytes' [-Wformat=]
        Storable.xs:131:30: note: in definition of macro 'TRACEME'
        Storable.xs:2585:75: warning: format '%Lf' expects argument of type 'long double', but argument 2 has type 'NV_bytes' [-Wformat=]
        time64.c: In function 'TM64* Perl_localtime64_r(const Time64_T*, TM64*)':
        time64.c:573:30: warning: 'orig_year' may be used uninitialized in this function [-Wmaybe-uninitialized]
        DB_File.xs: In function 'DB_File_type* ParseOpenInfo(PerlInterpreter*, int, char*, int, int, SV*)':
        Socket.c: In function 'void XS_Socket_pack_ip_mreq_source(PerlInterpreter*, CV*)':
        Storable.xs: In function 'int store_hash(PerlInterpreter*, stcxt_t*, HV*)':
        ../../thread.h:314:57: error: invalid conversion from 'void*' to 'PerlInterpreter* {aka interpreter*}' [-fpermissive]
        ../../thread.h:318:28: note: in expansion of macro 'PTHREAD_GETSPECIFIC'
        Storable.xs:1363:38: note: in expansion of macro 'PERL_GET_CONTEXT'
        Storable.xs:2921:9: note: in expansion of macro 'STORE_HASH_SORT'
        regexec.c: In function 'bool S_regtry(PerlInterpreter*, regmatch_info*, char**)':
        Storable.xs: In function 'int store_scalar(PerlInterpreter*, stcxt_t*, SV*)':
    

    About this smoke:
    smoking-perl: 5.26.1
    smoker-version: 1.71/0.046
    timestamp: 2020-07-12 05:55:07+00
    tester: core