Builder integration-explicitAnalysis Build #271
Results:
Warnings
SourceStamp:
| Repository | https://svn.sosy-lab.org/software/cpachecker/trunk |
| Revision | 5669 |
| Got Revision | 5669 |
| Changes | see below |
BuildSlave:
mainslaveReason:
scheduler
Steps and Logfiles:
-
svn update ( 20 secs )
-
Local mods Ran ( 0 secs )
-
shell 'ant' ( 14 secs )
-
shell_1 benchmark.py ( 22 mins, 48 secs )
-
setproperty 5 properties set ( 0 secs )
-
shell_2 Cleanup results ( 0 secs )
-
shell_3 regression.py ( 0 secs )
-
shell_4 table_generator.py ( 0 secs )
-
MasterShellCommand Ran ( 22 secs )
-
shell_5 Prepare results 2 ( 0 secs )
-
Transfer results uploading results ( 1 secs )
- - no logs -
-
Final result Final result ( 0 secs )
- - no logs -
- TABLE
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | None | Build |
| buildername | integration-explicitAnalysis | Builder |
| buildnumber | 271 | Build |
| got_revision | 5669 | Source |
| project | Build | |
| regressionresult | 1 | Unknown |
| repository | https://svn.sosy-lab.org/software/cpachecker/trunk | Build |
| revision | 5669 | Build |
| rn1 | SetProperty Step | |
| rn2 | SetProperty Step | |
| rn3 | test/results/-r5662#integration-explicitAnalysis.12-02-19.0042.results.xml | SetProperty Step |
| rn4 | test/results/-r5668#integration-explicitAnalysis.12-02-20.1411.results.xml | SetProperty Step |
| rn5 | test/results/-r5669#integration-explicitAnalysis.12-02-20.1435.results.xml | SetProperty Step |
| scheduler | all | Scheduler |
| slavename | mainslave | BuildSlave |
| workdir | /home/buildbot/mainslave/integration-explicitAnalysis | slave |
| xmlfile | test/test-sets/integration-explicitAnalysis.xml | Builder |
Blamelist:
- pwendler
Timing:
| Start | Mon Feb 20 14:34:33 2012 |
| End | Mon Feb 20 14:58:21 2012 |
| Elapsed | 23 mins, 48 secs |
Resubmit Build:
All Changes:
Change #360
Changed by pwendler Changed at Mon 20 Feb 2012 14:21:31 Repository https://svn.sosy-lab.org/software/cpachecker/trunk Revision 5669 Comments
Catch OutOfMemoryErrors during loop detection. Usually one should not catch Errors, but this is a special case. The operation here is optional, and the analysis might well have the chance to continue without it. Furthermore, aborting the loop detection will usually free some amount of memory immediately because a lot of objects fall out of scope, so we probably don't hit the memory limit immediately again. See #70 for a file which triggers an OOM during loop detection with default heap size.
Changed files
- src/org/sosy_lab/cpachecker/cfa/CFACreator.java