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

Builder klee-2.7-x86_64-linux Build #54

Results:

Build successful

SourceStamp:

Repositoryhttp://llvm.org/svn/llvm-project/klee/trunk
Revision146353
Got Revision146353
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 [branch] r146353 ( 22 secs )
    1. stdio
  3. configure configure Release+Asserts ( 39 secs )
    1. stdio
  4. compile compile llvm ( 2 mins, 20 secs )
    1. stdio
  5. svn-klee update r146353 ( 4 secs )
    1. stdio
  6. configure_1 configure ( 5 secs )
    1. stdio
  7. compile_1 compile klee warnings ( 1 mins, 6 secs )
    1. stdio
    2. warnings
  8. test test 91 tests 91 passed ( 3 mins, 18 secs )
    1. stdio
    2. dg.sum
    3. tests.XFAIL

Build Properties:

NameValueSource
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:

  1. cristic

Timing:

StartSun Dec 11 18:26:55 2011
EndSun Dec 11 18:34:52 2011
Elapsed7 mins, 57 secs

All Changes:

  1. 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
  2. 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
  3. 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