Builder klee-x86_64-linux Build #54
Results:
Failed test
SourceStamp:
| Repository | http://llvm.org/svn/llvm-project/klee/trunk |
| Revision | 146350 |
| Got Revision | 146350 |
| Changes | see below |
BuildSlave:
klee.minormatter.comReason:
scheduler
Steps and Logfiles:
-
get_builddir set props: builddir ( 0 secs )
-
svn-llvm update r146350 ( 17 secs )
-
svn-clang update r146350 ( 38 secs )
-
configure configure Release+Asserts ( 1 mins, 24 secs )
-
compile compile Release+Asserts warnings ( 1 hrs, 11 mins, 7 secs )
-
svn-klee update r146350 ( 6 secs )
-
configure_1 configure ( 5 secs )
-
compile_1 compile klee warnings ( 1 mins, 20 secs )
-
test test 91 tests 17 passed 74 failed failed ( 41 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
- cristic
Timing:
| Start | Sun Dec 11 17:11:12 2011 |
| End | Sun Dec 11 18:26:53 2011 |
| Elapsed | 1 hrs, 15 mins, 41 secs |
All Changes:
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