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

Builder libcheck-solaris10-amd64 Build #12

Results:

Failed shell_3

SourceStamp:

Projectlibcheck
Repositoryhttp://svn.code.sf.net/p/check/code/trunk
Revision1198
Got Revision1198
Changes1 change

BuildSlave:

unstable10x

Reason:

scheduler

Steps and Logfiles:

  1. svn update r1198 ( 25 secs )
    1. stdio
  2. shell '/opt/csw/bin/autoreconf --install' ( 54 secs )
    1. stdio
  3. shell_1 './configure' ( 27 secs )
    1. stdio
  4. shell_2 'gmake' ( 40 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 6 mins, 52 secs )
    1. stdio
    2. test-suite.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. brarcher

Timing:

StartThu Mar 12 04:01:14 2015
EndThu Mar 12 04:10:35 2015
Elapsed9 mins, 20 secs

All Changes:

:

  1. Change #9149

    Category None
    Changed by brarcher
    Changed at Thu 12 Mar 2015 04:00:13
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1198

    Comments

    Do not remove check.info during 'clean' target
    
    It was observed that if one does not have texinfo installed
    and invoked "make clean" then a subsequent build will fail
    because the docs cannot be built. The issue is that
    "make clean" will remove check.info and require it be rebuilt.

    Changed files

    • doc/Makefile.am