Builder klee-2.7-x86_64-linux Build #54
Results:
Build successful
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 [branch] r146353 ( 22 secs )
-
configure configure Release+Asserts ( 39 secs )
-
compile compile llvm ( 2 mins, 20 secs )
-
svn-klee update r146353 ( 4 secs )
-
configure_1 configure ( 5 secs )
-
compile_1 compile klee warnings ( 1 mins, 6 secs )
-
test test 91 tests 91 passed ( 3 mins, 18 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | None | Build |
| builddir | /home/klee-buildslave/buildslave/build.klee-2.7-x86_64-linux | SetProperty Step |
| buildername | klee-2.7-x86_64-linux | Builder |
| buildnumber | 54 | 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 | 1 | WarningCountingShellCommand |
Blamelist:
- cristic
Timing:
| Start | Sun Dec 11 18:26:55 2011 |
| End | Sun Dec 11 18:34:52 2011 |
| Elapsed | 7 mins, 57 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