• Reports by commit
  • Recent reports
  • Perl5 CoreSmokeDB
  • Github
  • Changes
  • Smoke [5.13.9] v5.13.9-231-g33d9abf FAIL(m) darwin 10.6.0 (Intel Core 2 Duo/1 cpu[2 cores])

    Message-ID: <201102031040.p13AeI8N001462@mars.tony.develop-help.com>
    Subject: Smoke [5.13.9] v5.13.9-231-g33d9abf FAIL(m) darwin 10.6.0 (Intel Core 2 Duo/1 cpu[2 cores])
    Content-type: text/plain; charset="iso-8859-1"
    Date: Thu, 3 Feb 2011 21:40 +1100
    Mime-version: 1.0
    Content-transfer-encoding: quoted-printable
    
    Automated smoke report for 5.13.9 patch 33d9abfb25a7c5e9e7ceec9ddc90e83a14466e70 v5.13.9-231-g33d9abf
    neptune.local: iMac (2.4 GHz) (Intel Core 2 Duo/1 cpu[2 cores])
        on        darwin - 10.6.0 (Mac OS X)
        using     g++ version 4.2.1 (Apple Inc. build 5646)
        smoketime 2 hours 31 minutes (average 9 minutes 28 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.13.9-231-g33d9abf  Configuration (common) -Dcc=g++
    ----------- ---------------------------------------------------------
    O O O O     
    O O O O     -Duse64bitint
    O O O O     -Dusedtrace
    O O O O     -Dusemorebits
    m - m -     -Duseithreads
    m - m -     -Duseithreads -Duse64bitint
    m - m -     -Duseithreads -Dusedtrace
    m - m -     -Duseithreads -Dusemorebits
    | | | +----- PERLIO = perlio -DDEBUGGING
    | | +------- PERLIO = stdio  -DDEBUGGING
    | +--------- PERLIO = perlio
    +----------- PERLIO = stdio
    
    
    Locally applied patches:
        uncommitted-changes
        SMOKE33d9abfb25a7c5e9e7ceec9ddc90e83a14466e70
    
    Testsuite was run only with 'harness' and HARNESS_OPTIONS=j3
    
    Passed Todo tests: (common-args) -Dcc=g++
    [stdio/perlio] 
    [stdio/perlio] -DDEBUGGING
    [stdio/perlio] -Duse64bitint
    [stdio/perlio] -DDEBUGGING -Duse64bitint
    [stdio/perlio] -Dusedtrace
    [stdio/perlio] -DDEBUGGING -Dusedtrace
    [stdio/perlio] -Dusemorebits
    [stdio/perlio] -DDEBUGGING -Dusemorebits
    ../ext/POSIX/t/posix.t......................................PASSED
        11
    
    Compiler messages(gcc):
    sv.c:556: warning: 'void do_curse(SV*)' defined but not used
    pp_ctl.c: In function 'OP* Perl_pp_require()':
    pp_ctl.c:3761: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
    utf8.c: In function 'STRLEN Perl_utf8_length(const U8*, const U8*)':
    utf8.c:844: warning: format not a string literal and no format arguments
    utf8.c: In function 'int Perl_bytes_cmp_utf8(const U8*, STRLEN, const U8*, STRLEN)':
    utf8.c:956: warning: format not a string literal and no format arguments
    Dumper.xs: In function 'I32 DD_dump(SV*, const char*, STRLEN, SV*, HV*, AV*, I32*, I32, SV*, SV*, SV*, SV*, SV*, SV*, SV*, I32, I32, I32, SV*, I32, SV*)':
    Dumper.xs:817: warning: format '%ld' expects type 'long int', but argument 2 has type 'U32'
    Call.xs: In function 'I32 filter_call(int, SV*, int)':
    Call.xs:63: warning: format '%d' expects type 'int', but argument 3 has type 'STRLEN'
    Call.xs:63: warning: format '%d' expects type 'int', but argument 5 has type 'STRLEN'
    Call.xs:100: warning: format '%d' expects type 'int', but argument 4 has type 'STRLEN'
    Call.xs:156: warning: format '%d' expects type 'int', but argument 3 has type 'STRLEN'
    Call.xs:175: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
    Collate.xs: In function 'void XS_Unicode__Collate_getHST(CV*)':
    Collate.xs:257: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:259: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:263: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:265: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:267: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:269: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:274: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:277: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:280: warning: deprecated conversion from string constant to 'char*'
    Collate.xs:282: warning: deprecated conversion from string constant to 'char*'
    Collate.xs: In function 'void XS_Unicode__Collate_visualizeSortKey(CV*)':
    Collate.xs:616: warning: deprecated conversion from string constant to 'char*'
    Call.xs:63: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
    Call.xs:63: warning: format '%d' expects type 'int', but argument 5 has type 'long unsigned int'
    Call.xs:100: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
    Call.xs:156: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
    sv.c: In function 'PerlInterpreter* perl_clone(PerlInterpreter*, UV)':
    sv.c:13116: error: cannot convert 'HV*' to 'const SV*' for argument '2' to 'SV* Perl_sv_dup_inc(PerlInterpreter*, const SV*, CLONE_PARAMS*)'
    sv.c:556: warning: 'void do_curse(PerlInterpreter*, SV*)' defined but not used
    
    -- 
    Report by Test::Smoke v1.43 build 1271 running on perl 5.10.0
    (Reporter v0.035 / Smoker v0.045)
    
    Logs at http://perl.develop-help.com/reports/
    Branch: origin/blead
    Configuration: cpp