• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Github
  • Changes
  • Smoke v5.32.0-586-g39568decb9 FAIL(FM) dragonfly 5.8-RELEASE Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz 1

    Automated smoke report for branch smoke-me/jkeenan/sugar-magnolia 7.0.0 patch 39568decb91df7e01426bdd32a20f626e3953186 v5.32.0-586-g39568decb9.
    cjg-dragonfly5: Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz (x86_64/1 cpus)
        on        dragonfly 5.8-RELEASE
        using     gcc version 8.3 [DragonFly] Release/2019-02-22 (*1)
        smoketime 5 hours 8 minutes (average 25 minutes 41 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=gcc (*1)
    -  F  -  F              -Dcc=gcc -Duse64bitall (*1)
    -  F  -  F              -Dcc=gcc -Duselongdouble (*1)
    -  F  M  -              -Dcc=gcc -Duseithreads (*1)
    M  -  M  -              -Dcc=gcc -Duseithreads -Duse64bitall (*1)
    M  -  M  -              -Dcc=gcc -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:
        sv.c: In function 'Perl_sv_vcatpvfn_flags':
        config.h:909:39: warning: '%.*g' directive writing between 1 and 133 bytes into a region of size 127 [-Wformat-overflow=]
        perl.h:6826: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:48:24: note: in expansion of macro 'Gconvert'
        sv.c:13128:21: note: in expansion of macro 'SNPRINTF_G'
        config.h:909:39: note: assuming directive output of 132 bytes
        config.h:909:27: note: 'sprintf' output between 2 and 134 bytes into a destination of size 127
        DB_File.xs: In function 'ParseOpenInfo':
        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 'XS_Socket_pack_ip_mreq_source':
        Socket.c:1673:7: warning: variable 'interface' set but not used [-Wunused-but-set-variable]
        APItest.c: In function 'XS_XS__APItest__Magic_test_Gconvert':
        ../../config.h:909:39: warning: '%.*g' directive writing between 1 and 106 bytes into a region of size 100 [-Wformat-overflow=]
        ../../perl.h:496:67: note: in definition of macro 'PERL_UNUSED_RESULT'
        APItest.xs:6801:28: note: in expansion of macro 'Gconvert'
        ../../config.h:909:39: note: assuming directive output of 105 bytes
        ../../config.h:909:27: note: 'sprintf' output between 2 and 107 bytes into a destination of size 100
        Storable.xs: In function 'store_scalar':
        Storable.xs:2585:22: warning: format '%f' expects argument of type 'double', but argument 2 has type 'NV_bytes' {aka 'union <anonymous>'} [-Wformat=]
        Storable.xs:131:30: note: in definition of macro 'TRACEME'
        config.h:909:39: warning: '%.*Lg' directive writing between 1 and 137 bytes into a region of size 130 [-Wformat-overflow=]
        config.h:909:40: note: format string is defined here
        config.h:909:39: note: assuming directive output of 136 bytes
        config.h:909:27: note: 'sprintf' output between 2 and 138 bytes into a destination of size 130
        ../../config.h:909:39: warning: '%.*Lg' directive writing between 1 and 107 bytes into a region of size 100 [-Wformat-overflow=]
        ../../config.h:909:39: note: assuming directive output of 106 bytes
        ../../config.h:909:27: note: 'sprintf' output between 2 and 108 bytes into a destination of size 100
        Storable.xs:2585:22: warning: format '%Lf' expects argument of type 'long double', but argument 2 has type 'NV_bytes' {aka 'union <anonymous>'} [-Wformat=]
        time64.c: In function 'Perl_localtime64_r':
        time64.c:573:30: warning: 'orig_year' may be used uninitialized in this function [-Wmaybe-uninitialized]
        Opcode.xs: In function 'opmask_addlocal':
        Opcode.xs:240:17: warning: cast between incompatible function types from 'void (*)(PerlInterpreter *, const char *, ...)' {aka 'void (*)(struct interpreter *, const char *, ...)'} to 'void (*)(void *)' [-Wcast-function-type]
        ../../embed.h:496:57: note: in definition of macro 'save_destructor'
        Opcode.xs:240:2: note: in expansion of macro 'SAVEDESTRUCTOR'
        Storable.xs: In function 'store_hash':
        ../../thread.h:314:38: warning: request for implicit conversion from 'void *' to 'PerlInterpreter *' {aka 'struct interpreter *'} not permitted in C++ [-Wc++-compat]
        ../../thread.h:314:38: note: in definition 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'
    

    About this smoke:
    smoking-perl: 5.26.1
    smoker-version: 1.71/0.046
    timestamp: 2020-07-11 17:47:10+00
    tester: core