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

Builder libcheck-solaris10-sparc Build #19

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

scheduler

Steps and Logfiles:

  1. svn update r1207 ( 32 secs )
    1. stdio
  2. shell '/opt/csw/bin/autoreconf --install' ( 2 mins, 54 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 14 secs )
    1. stdio
  4. shell_2 'gmake' ( 2 mins, 2 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 9 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 19 Build
codebase Build
got_revision 1207 SVN
project libcheck Build
repository http://svn.code.sf.net/p/check/code/trunk Build
revision 1207 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:

StartSun Jun 14 17:59:46 2015
EndSun Jun 14 18:13:39 2015
Elapsed13 mins, 53 secs

All Changes:

:

  1. Change #11411

    Category libcheck
    Changed by brarcher
    Changed at Sun 14 Jun 2015 17:58:40
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1204

    Comments

    cmake: Include time.h on several checks to prevent false negatives
    
    The clock_t, clockid_t and timer_t types are deemed not found when they
    are actually available if time.h is included. Include the header during
    the checks.
    
    Patch#53

    Changed files

    • AUTHORS
    • CMakeLists.txt
    • NEWS
  2. Change #11412

    Category libcheck
    Changed by brarcher
    Changed at Sun 14 Jun 2015 17:58:41
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1205

    Comments

    tests: fix compiler warning regarding improper prototype
    
    Clang warned that this prototype was not proper as it had
    no parameter list, and insisted on 'void'.

    Changed files

    • tests/check_check_sub.c
  3. Change #11413

    Category libcheck
    Changed by brarcher
    Changed at Sun 14 Jun 2015 17:58:41
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1206

    Comments

    tests: remove unused variables from main()

    Changed files

    • tests/check_mem_leaks.c
  4. Change #11414

    Category libcheck
    Changed by brarcher
    Changed at Sun 14 Jun 2015 17:58:41
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1207

    Comments

    configure: do not use echo -n option in summary print out
    
    OSX's version of echo does not support the -n option, and thus the
    summary output looked incorrect.

    Changed files

    • configure.ac