Builder klee-x86_64-linux Build #55
Results:
Failed test
SourceStamp:
| Repository | http://llvm.org/svn/llvm-project/klee/trunk |
| Revision | 146353 |
| Got Revision | 146353 |
| Changes | see below |
BuildSlave:
klee.minormatter.comReason:
scheduler
Steps and Logfiles:
-
get_builddir set props: builddir ( 0 secs )
-
svn-llvm update r146353 ( 19 secs )
-
svn-clang update r146353 ( 23 secs )
-
configure configure Release+Asserts ( 1 mins, 21 secs )
-
compile compile Release+Asserts warnings ( 34 mins, 12 secs )
-
svn-klee update r146353 ( 2 secs )
-
configure_1 configure ( 5 secs )
-
compile_1 compile klee warnings ( 1 mins, 11 secs )
-
test test 91 tests 17 passed 74 failed failed ( 11 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 | 55 | Build |
| got_revision | 146353 | Source |
| jobs | 2 | BuildSlave |
| project | Build | |
| repository | http://llvm.org/svn/llvm-project/klee/trunk | Build |
| revision | 146353 | Build |
| scheduler | all | Scheduler |
| slavename | klee.minormatter.com | BuildSlave |
| warnings-count | 13 | WarningCountingShellCommand |
Blamelist:
- cristic
Timing:
| Start | Sun Dec 11 18:38:23 2011 |
| End | Sun Dec 11 19:16:12 2011 |
| Elapsed | 37 mins, 48 secs |
All Changes:
Change #82
Changed by cristic Changed at Sun 11 Dec 2011 17:11:51 Repository http://llvm.org/svn/llvm-project/klee/trunk Revision 146351 Comments
Patch by Paul Marinescu that fixes an issue causing KLEE to fail on some platforms with KLEE: ERROR: unable to load symbol(__dso_handle) while initializing globals.
Changed files
- lib/Core/Executor.cpp
Change #83
Changed by cristic Changed at Sun 11 Dec 2011 17:37:51 Repository http://llvm.org/svn/llvm-project/klee/trunk Revision 146352 Comments
Patch by Ben Gras fixing a few minor issues: adds missing includes, fixes the ntohs prototype in klee-libc, and removes some unused code.
Changed files
- lib/Core/Executor.cpp
- lib/Solver/Solver.cpp
- runtime/klee-libc/htonl.c
- tools/klee/main.cpp
Change #84
Changed by cristic Changed at Sun 11 Dec 2011 17:51:51 Repository http://llvm.org/svn/llvm-project/klee/trunk Revision 146353 Comments
Patch by Ben Gras for MINIX: no stat64 under MINIX.
Changed files
- tools/gen-random-bout/gen-random-bout.cpp