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

Builder libcheck-solaris10-i386 Build #22

Results:

Failed shell_3

SourceStamp:

Projectlibcheck
Repositoryhttp://svn.code.sf.net/p/check/code/trunk
Revision1214
Got Revision1214
Changes4 changes

BuildSlave:

unstable10x

Reason:

scheduler

Steps and Logfiles:

  1. svn update r1214 ( 3 secs )
    1. stdio
  2. shell '/opt/csw/bin/autoreconf --install' ( 23 secs )
    1. stdio
  3. shell_1 './configure' ( 15 secs )
    1. stdio
  4. shell_2 'gmake' ( 32 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 6 mins, 36 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 22 Build
codebase Build
got_revision 1214 SVN
project libcheck Build
repository http://svn.code.sf.net/p/check/code/trunk Build
revision 1214 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:

StartMon Jul 6 15:29:42 2015
EndMon Jul 6 15:37:33 2015
Elapsed7 mins, 50 secs

All Changes:

:

  1. Change #12293

    Category libcheck
    Changed by brarcher
    Changed at Mon 06 Jul 2015 15:28:40
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1211

    Comments

    doc: Change "Variables" -> "Variables" for consistency

    Changed files

    • doc/check.texi
  2. Change #12294

    Category libcheck
    Changed by brarcher
    Changed at Mon 06 Jul 2015 15:28:40
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1212

    Comments

    replace // comments with /* */ comments
    
    Some compilers are strict with only accepting C style
    block comments

    Changed files

    • tests/check_check_master.c
    • tests/check_check_sub.c
  3. Change #12295

    Category libcheck
    Changed by brarcher
    Changed at Mon 06 Jul 2015 15:28:41
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1213

    Comments

    tests: define variable at top of block
    
    Some compilers may be picky about defining variables at the
    beginning of the block.

    Changed files

    • tests/check_check_master.c
  4. Change #12296

    Category libcheck
    Changed by brarcher
    Changed at Mon 06 Jul 2015 15:28:41
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1214

    Comments

    tests: include missing libcompat header
    
    This header is necessary one some platforms where some portions
    of check.h are unrecognized. For example, using the MSVC compiler
    on Windows the pid_t usage in check.h results in a compiler error.

    Changed files

    • tests/check_nofork_teardown.c