• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Github
  • Changes
  • Smoke v5.17.10-73-gaf32ed0 PASS linux 3.5.0-24-generic [debian] Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 1600MHz) 8

    This report never had a log

    Automated smoke report for branch  5.17.11 patch af32ed05d703e75fd57bb9569fe1da225a4aaf57 v5.17.10-73-gaf32ed0.
    zwei: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (GenuineIntel 1600MHz) (x86_64/8 cpus)
        on        linux 3.5.0-24-generic [debian]
        using     g++ version 4.7.2 (*1)
        smoketime 1 day 1 hour 5 minutes (average 1 hour 2 minutes)
    
    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.17.10-73-gaf32ed0
    ----------------------- ----------------------------------------------------
    O  O  O  O  O  O        -Dcc=g++ (*1)
    O  O  O  O  O  O        -Dcc=g++ -Accflags=-DPERL_POISON (*1)
    O  O  O  O  O  O        -Dcc=g++ -Duse64bitall (*1)
    O  O  O  O  O  O        -Dcc=g++ -Dusemorebits -Accflags=-DPERL_GLOBAL_STRUCT (*1)
    O  O  O  O  O  O        -Dcc=g++ -Dmad (*1)
    O  O  O  O  O  O        -Dcc=g++ -Accflags=-DPERL_NEW_COPY_ON_WRITE (*1)
    O  O  O  O  O  O        -Dcc=g++ -Duseithreads (*1)
    O  O  O  O  O  O        -Dcc=g++ -Duseithreads -Accflags=-DPERL_POISON (*1)
    O  O  O  O  O  O        -Dcc=g++ -Duseithreads -Duse64bitall (*1)
    O  O  O  O  O  O        -Dcc=g++ -Duseithreads -Dusemorebits -Accflags=-DPERL_GLOBAL_STRUCT (*1)
    O  O  O  O  O  O        -Dcc=g++ -Duseithreads -Dmad (*1)
    O  O  O  O  O  O        -Dcc=g++ -Duseithreads -Accflags=-DPERL_NEW_COPY_ON_WRITE (*1)
    |  |  |  |  |  |
    |  |  |  |  |  +------  locale:en_US.utf8 DEBUGGING
    |  |  |  |  +---------  perlio DEBUGGING
    |  |  |  +------------  stdio DEBUGGING
    |  |  +---------------  locale:en_US.utf8
    |  +------------------  perlio
    +---------------------  stdio
    
      Applied patches:
        SMOKEaf32ed05d703e75fd57bb9569fe1da225a4aaf57
    Skipped tests:
        None.
    
    Test failures:
        None.
    
    Compiler messages:
        try.c: In function ‘int main()’:
        util.c: In function ‘void Perl_croak_no_mem()’:
        util.c:1613:36: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
        perlio.c: In function ‘void PerlIO_debug(const char*, ...)’:
        perlio.c:484:43: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
        doio.c: In function ‘void S_exec_failed(const char*, int, int)’:
        doio.c:1379:43: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
        doio.c: In function ‘PerlIOl** Perl_nextargv(GV*)’:
        doio.c:876:46: warning: ignoring return value of ‘int fchown(int, __uid_t, __gid_t)’, declared with attribute warn_unused_result [-Wunused-result]
        sv.c: In function ‘void Perl_sv_vcatpvfn_flags(SV*, const char*, STRLEN, __va_list_tag (*)[1], SV**, I32, bool*, U32)’:
        sv.c:10320:41: warning: ignoring return value of ‘char* gcvt(double, int, char*)’, declared with attribute warn_unused_result [-Wunused-result]
        sv.c:11170:53: warning: ignoring return value of ‘char* gcvt(double, int, char*)’, declared with attribute warn_unused_result [-Wunused-result]
        sv.c: In function ‘char* Perl_sv_2pv_flags(SV*, STRLEN*, I32)’:
        sv.c:2910:39: warning: ignoring return value of ‘char* gcvt(double, int, char*)’, declared with attribute warn_unused_result [-Wunused-result]
        sdbm.c: In function ‘int makroom(DBM*, long int, int)’:
        sdbm.c:378:70: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
        Call.xs: In function ‘I32 filter_call(int, SV*, int)’:
        Call.xs:63:58: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
        Call.xs:63:58: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
        Call.xs:100:41: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
        Call.xs:156:38: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘STRLEN {aka long unsigned int}’ [-Wformat]
        Call.xs:175:51: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat]
        Zlib.xs: In function ‘void XS_Compress__Raw__Zlib__deflateInit(CV*)’:
        Zlib.xs:797:33: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        Zlib.xs: In function ‘void XS_Compress__Raw__Zlib__deflateStream_deflate(CV*)’:
        Zlib.xs:1015:33: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        Zlib.xs:1024:34: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        Zlib.xs: In function ‘void XS_Compress__Raw__Zlib__deflateStream_flush(CV*)’:
        Zlib.xs:1133:33: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        Zlib.xs:1142:34: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        doio.c: In function ‘void S_exec_failed(PerlInterpreter*, const char*, int, int)’:
        doio.c: In function ‘PerlIOl** Perl_nextargv(PerlInterpreter*, GV*)’:
        sv.c: In function ‘void Perl_sv_vcatpvfn_flags(PerlInterpreter*, SV*, const char*, STRLEN, __va_list_tag (*)[1], SV**, I32, bool*, U32)’:
        sv.c:11170:53: warning: ignoring return value of ‘char* qgcvt(long double, int, char*)’, declared with attribute warn_unused_result [-Wunused-result]
        sv.c: In function ‘char* Perl_sv_2pv_flags(PerlInterpreter*, SV*, STRLEN*, I32)’:
        sv.c:2910:39: warning: ignoring return value of ‘char* qgcvt(long double, int, char*)’, declared with attribute warn_unused_result [-Wunused-result]
        Call.xs: In function ‘I32 filter_call(PerlInterpreter*, int, SV*, int)’:
        Zlib.xs: In function ‘void XS_Compress__Raw__Zlib__deflateStream_deflate(PerlInterpreter*, CV*)’:
        Zlib.xs: In function ‘void XS_Compress__Raw__Zlib__deflateStream_flush(PerlInterpreter*, CV*)’:
        Zlib.xs: In function ‘void XS_Compress__Raw__Zlib__deflateInit(PerlInterpreter*, CV*)’:
        toke.c: In function ‘int Perl_yylex()’:
        toke.c:8480:11: warning: variable ‘tboffset’ set but not used [-Wunused-but-set-variable]
        toke.c:8482:19: warning: variable ‘have_proto’ set but not used [-Wunused-but-set-variable]
        perl.c: In function ‘void S_init_tls_and_interp(PerlInterpreter*)’:
        perl.c:99:2: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
        sv.c: In function ‘DIR* Perl_dirp_dup(PerlInterpreter*, DIR*, CLONE_PARAMS*)’:
        sv.c:11616:26: warning: ignoring return value of ‘int fchdir(int)’, declared with attribute warn_unused_result [-Wunused-result]
        perlio.c:475:56: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
        shared.xs: In function ‘user_lock* S_get_userlock(PerlInterpreter*, SV*, bool)’:
        shared.xs:362:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void S_sharedsv_dec(PerlInterpreter*, SV*)’:
        shared.xs:535:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void Perl_sharedsv_share(PerlInterpreter*, SV*)’:
        shared.xs:564:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘int sharedsv_scalar_mg_get(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:739:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘int sharedsv_scalar_mg_set(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:817:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘int sharedsv_scalar_mg_free(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:835:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘int sharedsv_scalar_mg_local(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:868:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘int sharedsv_elem_mg_FETCH(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:905:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘int sharedsv_elem_mg_STORE(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:960:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘int sharedsv_elem_mg_DELETE(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:1003:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘U32 sharedsv_array_mg_FETCHSIZE(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:1066:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘int sharedsv_array_mg_CLEAR(PerlInterpreter*, SV*, MAGIC*)’:
        shared.xs:1086:5: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        threads.xs: In function ‘ithread* S_ithread_create(PerlInterpreter*, SV*, IV, int, int, int, int)’:
        threads.xs:714:83: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
        shared.xs: In function ‘void Perl_sharedsv_lock(PerlInterpreter*, SV*)’:
        shared.xs:1190:63: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_PUSH(PerlInterpreter*, CV*)’:
        shared.xs:1287:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_UNSHIFT(PerlInterpreter*, CV*)’:
        shared.xs:1305:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_POP(PerlInterpreter*, CV*)’:
        shared.xs:1330:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_SHIFT(PerlInterpreter*, CV*)’:
        shared.xs:1347:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_EXTEND(PerlInterpreter*, CV*)’:
        shared.xs:1363:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_STORESIZE(PerlInterpreter*, CV*)’:
        shared.xs:1373:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_EXISTS(PerlInterpreter*, CV*)’:
        shared.xs:1385:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs:1395:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_FIRSTKEY(PerlInterpreter*, CV*)’:
        shared.xs:1411:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared__tie_NEXTKEY(PerlInterpreter*, CV*)’:
        shared.xs:1439:9: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        shared.xs: In function ‘void XS_threads__shared_bless(PerlInterpreter*, CV*)’:
        shared.xs:1699:13: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
        toke.c: In function ‘int Perl_yylex(PerlInterpreter*)’:
        Pattern(gcc): /(^(?-s:.+?):(?: In function .+?:$|(?: undefined reference to .+?$)|\d+(?:\:\d+)?: (?:warning:|error:|invalid) .+?$))/
    

    About this smoke:
    smoking-perl: 5.14.2
    smoker-version: 1.53/0.045
    timestamp: 2013-04-14 08:30:08+02
    tester: perl
    
    Smoke logs available at http://m-l.org/~perl/smoke/perl/linux/smoke-me_g++/Tony Cook/logaf32ed05d703e75fd57bb9569fe1da225a4aaf57.log.gz