• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Github
  • Changes
  • Smoke v5.31.3-132-g27a4c7430e FAIL(m) linux 5.2.11-100.fc29.x86_64 [Fedora 29 (Server Edition)] Intel(R) Xeon(R) CPU L5640 @ 2.27GHz (GenuineIntel 2267MHz) 1

    Automated smoke report for branch smoke-me/khw-ppport 5.31.4 patch 27a4c7430e739f4c4cd4ed44829d06a7b057bdf5 v5.31.3-132-g27a4c7430e.
    cjg-fedora29: Intel(R) Xeon(R) CPU L5640 @ 2.27GHz (GenuineIntel 2267MHz) (x86_64/1 cpus)
        on        linux 5.2.11-100.fc29.x86_64 [Fedora 29 (Server Edition)]
        using     g++ version 8.3.1 20190223 (Red Hat 8.3.1-2) (*1)
        smoketime 40 minutes 46 seconds (average 3 minutes 23.833 seconds)
    
    Summary: FAIL(m)
    
    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.3-132-g27a4c7430e
    ----------------------- ----------------------------------------------------
    m  m                    -Dcc=g++ (*1)
    m  m                    -Dcc=g++ -Duse64bitall (*1)
    m  m                    -Dcc=g++ -Dusequadmath (*1)
    m  m                    -Dcc=g++ -Duseithreads (*1)
    m  m                    -Dcc=g++ -Duseithreads -Duse64bitall (*1)
    m  m                    -Dcc=g++ -Duseithreads -Dusequadmath (*1)
    |  |
    |  +------------------  stdio DEBUGGING
    +---------------------  stdio
    
    Testsuite was run only with 'harness'
    
      Applied patches:
        SMOKE27a4c7430e739f4c4cd4ed44829d06a7b057bdf5
    Skipped tests:
            # One test name on a line
    
    Test failures:
        None.
    
    Compiler messages:
        perl.c: In function 'void Perl_sys_init(int*, char***)':
        perl.h:2821:88: warning: cast between incompatible function types from '__sighandler_t' {aka 'void (*)(int)'} to 'Sighandler_t' {aka 'void (*)(int, siginfo_t*, void*)'} [-Wcast-function-type]
        unixish.h:150:29: note: in expansion of macro 'PERL_FPU_INIT'
        perl.c:125:5: note: in expansion of macro 'PERL_SYS_INIT_BODY'
        perl.c: In function 'void Perl_sys_init3(int*, char***, char***)':
        perl.h:2871:49: note: in expansion of macro 'PERL_SYS_INIT_BODY'
        perl.c:138:5: note: in expansion of macro 'PERL_SYS_INIT3_BODY'
        intrpvar.h: In function 'void S_init_interp()':
        intrpvar.h:811:28: warning: 'void Perl_sv_nounlocking(SV*)' is deprecated [-Wdeprecated-declarations]
        perl.c:3892:53: note: in definition of macro 'PERLVARI'
        intrpvar.h:813:39: note: in expansion of macro 'PERL_UNLOCK_HOOK'
        proto.h:3519:20: note: declared here
        util.c: In function 'void (* Perl_rsignal(int, Sighandler_t))(int, siginfo_t*, void*)':
        util.c:2716:36: warning: cast between incompatible function types from 'Sighandler_t' {aka 'void (*)(int, siginfo_t*, void*)'} to 'void (*)(int)' [-Wcast-function-type]
        util.c: In function 'int Perl_rsignal_save(int, Sighandler_t, Sigsave_t*)':
        util.c:2761:36: warning: cast between incompatible function types from 'Sighandler_t' {aka 'void (*)(int, siginfo_t*, void*)'} to 'void (*)(int)' [-Wcast-function-type]
        mg.c: In function 'int Perl_magic_set(SV*, MAGIC*)':
        mg.c:2776:50: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
        regexp.h:530:43: note: in definition of macro 'RXp_ENGINE'
        perl.h:255:5: note: in expansion of macro 'RX_ENGINE'
        mg.c:2776:13: note: in expansion of macro 'CALLREG_NUMBUF_STORE'
        perl.h:255:47: note: in definition of macro 'CALLREG_NUMBUF_STORE'
        sv.c: In function 'void Perl_sv_clear(SV*)':
        sv.c:6735:36: error: cannot convert 'SV*' {aka 'sv*'} to 'const REGEXP*' {aka 'const p5rx*'}
        inline.h:179:33: note:   initializing argument 1 of 'regexp* Perl_ReANY(const REGEXP*)'
        sv.c: In function 'void Perl_sv_setpviv_mg(SV*, IV)':
        embed.h:831:51: warning: 'void Perl_sv_setpviv(SV*, IV)' is deprecated [-Wdeprecated-declarations]
        sv.c:10747:5: note: in expansion of macro 'sv_setpviv'
        sv.c:10718:1: note: declared here
        intrpvar.h: In function 'void S_init_interp(PerlInterpreter*)':
        intrpvar.h:811:28: warning: 'void Perl_sv_nounlocking(PerlInterpreter*, SV*)' is deprecated [-Wdeprecated-declarations]
        perl.c:3878:64: note: in definition of macro 'PERLVARI'
        util.c: In function 'void (* Perl_rsignal(PerlInterpreter*, int, Sighandler_t))(int, siginfo_t*, void*)':
        util.c: In function 'int Perl_rsignal_save(PerlInterpreter*, int, Sighandler_t, Sigsave_t*)':
        mg.c: In function 'int Perl_magic_set(PerlInterpreter*, SV*, MAGIC*)':
        sv.c: In function 'void Perl_sv_clear(PerlInterpreter*, SV*)':
        sv.c: In function 'void Perl_sv_setpviv_mg(PerlInterpreter*, SV*, IV)':
        embed.h:831:51: warning: 'void Perl_sv_setpviv(PerlInterpreter*, SV*, IV)' is deprecated [-Wdeprecated-declarations]
    

    About this smoke:
    smoking-perl: 5.26.1
    smoker-version: 1.71/0.046
    timestamp: 2019-09-08 15:41:33+00
    tester: core