Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - About

Builder klee-x86_64-linux Build #54

Results:

Failed test

SourceStamp:

Repositoryhttp://llvm.org/svn/llvm-project/klee/trunk
Revision146350
Got Revision146350
Changessee below

BuildSlave:

klee.minormatter.com

Reason:

scheduler

Steps and Logfiles:

  1. get_builddir set props: builddir ( 0 secs )
    1. stdio
    2. property changes
  2. svn-llvm update r146350 ( 17 secs )
    1. stdio
  3. svn-clang update r146350 ( 38 secs )
    1. stdio
  4. configure configure Release+Asserts ( 1 mins, 24 secs )
    1. stdio
  5. compile compile Release+Asserts warnings ( 1 hrs, 11 mins, 7 secs )
    1. stdio
    2. warnings
  6. svn-klee update r146350 ( 6 secs )
    1. stdio
  7. configure_1 configure ( 5 secs )
    1. stdio
  8. compile_1 compile klee warnings ( 1 mins, 20 secs )
    1. stdio
    2. warnings
  9. test test 91 tests 17 passed 74 failed failed ( 41 secs )
    1. stdio
    2. dg.sum
    3. tests.FAIL
    4. tests.XFAIL

Build Properties:

NameValueSource
branch None Build
builddir /home/klee-buildslave/buildslave/build.klee-x86_64-linux SetProperty Step
buildername klee-x86_64-linux Builder
buildnumber 54 Build
got_revision 146350 Source
jobs 2 BuildSlave
project Build
repository http://llvm.org/svn/llvm-project/klee/trunk Build
revision 146350 Build
scheduler all Scheduler
slavename klee.minormatter.com BuildSlave
warnings-count 19 WarningCountingShellCommand

Blamelist:

  1. cristic

Timing:

StartSun Dec 11 17:11:12 2011
EndSun Dec 11 18:26:53 2011
Elapsed1 hrs, 15 mins, 41 secs

All Changes:

  1. Change #81

    Changed by cristic
    Changed at Sun 11 Dec 2011 16:57:51
    Repository http://llvm.org/svn/llvm-project/klee/trunk
    Revision 146350

    Comments

    This is a workaround for the infinite loop reported at 
    http://keeda.stanford.edu/pipermail/klee-dev/2011-August/000723.html
    
    KLEE needs to use --fno-builtin when compiling its version of memset.
    However, this patch also adds the workaround suggested by Paul in the
    thread above, since support for --fno-builtin was added to llvm-gcc only
    after LLVM 2.9 was released.
    
    More details about this issue can be found here:
    http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110411/119376.html
    http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110711/124131.html
    
    Thanks to Paul and arrowdodger for their explanations and patches.
    
    

    Changed files

    • runtime/Intrinsic/Makefile
    • runtime/Intrinsic/memset.c