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

Builder libcheck-solaris10-i386 Build #6

Results:

Build successful

SourceStamp:

Projectlibcheck
Repositoryhttp://svn.code.sf.net/p/check/code/trunk
Revision1185
Got Revision1185
Changes2 changes

BuildSlave:

unstable10x

Reason:

scheduler

Steps and Logfiles:

  1. svn update r1185 ( 2 secs )
    1. stdio
  2. shell '/opt/csw/bin/autoreconf --install' ( 20 secs )
    1. stdio
  3. shell_1 './configure' ( 14 secs )
    1. stdio
  4. shell_2 'gmake' ( 34 secs )
    1. stdio
  5. shell_3 'gmake check' ( 6 mins, 33 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch None Build
builddir /export/home/buildbot/slave/libcheck-solaris10-i386 slave
buildername libcheck-solaris10-i386 Builder
buildnumber 6 Build
codebase Build
got_revision 1185 SVN
project libcheck Build
repository http://svn.code.sf.net/p/check/code/trunk Build
revision 1185 Build
scheduler schedule-libcheck-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/libcheck-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. brarcher

Timing:

StartWed Jul 30 14:56:49 2014
EndWed Jul 30 15:04:36 2014
Elapsed7 mins, 46 secs

All Changes:

:

  1. Change #3275

    Category None
    Changed by brarcher
    Changed at Wed 30 Jul 2014 14:55:44
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1184

    Comments

    tests: add prototype for escape_percent()
    
    clang++ emitted an error if the prototype was not present

    Changed files

    • tests/check_check_master.c
  2. Change #3276

    Category None
    Changed by brarcher
    Changed at Wed 30 Jul 2014 14:55:48
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1185

    Comments

    tests: cast output of malloc() to goal type
    
    clang++ did not like casting void* to char* implicitly.

    Changed files

    • tests/check_check_master.c