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

Builder libcheck-solaris10-sparc Build #22

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

scheduler

Steps and Logfiles:

  1. svn update r1214 ( 28 secs )
    1. stdio
  2. shell '/opt/csw/bin/autoreconf --install' ( 3 mins, 21 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 22 secs )
    1. stdio
  4. shell_2 'gmake' ( 2 mins, 41 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 7 mins, 24 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch None Build
builddir /export/home/buildbot-unstable10s/slave/libcheck-solaris10-sparc slave
buildername libcheck-solaris10-sparc 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libcheck-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. brarcher

Timing:

StartMon Jul 6 15:29:42 2015
EndMon Jul 6 15:45:01 2015
Elapsed15 mins, 19 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