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

Builder libcheck-solaris10-sparc Build #29

Results:

Failed shell_3

SourceStamp:

Projectlibcheck
Repositoryhttp://svn.code.sf.net/p/check/code/trunk
Revision1227
Got Revision1227
Changes3 changes

BuildSlave:

unstable10s

Reason:

scheduler

Steps and Logfiles:

  1. svn update r1227 ( 40 secs )
    1. stdio
  2. shell '/opt/csw/bin/autoreconf --install' ( 2 mins, 49 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 18 secs )
    1. stdio
  4. shell_2 'gmake' ( 2 mins, 0 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 29 Build
codebase Build
got_revision 1227 SVN
project libcheck Build
repository http://svn.code.sf.net/p/check/code/trunk Build
revision 1227 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 Sep 14 03:29:43 2015
EndMon Sep 14 03:43:56 2015
Elapsed14 mins, 13 secs

All Changes:

:

  1. Change #16453

    Category libcheck
    Changed by brarcher
    Changed at Mon 14 Sep 2015 03:28:40
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1225

    Comments

    Emit only valid XML characters
    
    Previously output XML files could contain illegal characters.
    Some of these characters could be encoded, and others should
    not be output at all.
    
    This change will attempt to encode characters if they are not
    printable or are special. Note that if a test contains a UTF-8
    charater it will not be printed out accurately.
    
    In order to get the tests for encoding XML characters to work,
    the characters separating fields in a shell variable needed to
    be changed. Originally white space would separate fields,
    meaning shell would eat the extra whitespace in the tests.
    Because of the change, the xml output test needed to be
    reworked to not rely on white space field separators.
    Additionally, the printf program is used to properly un-escape
    strings used in the tests.

    Changed files

    • NEWS
    • src/check_print.c
    • tests/ex_output.c
    • tests/test_output_strings
    • tests/test_xml_output.sh
  2. Change #16454

    Category libcheck
    Changed by brarcher
    Changed at Mon 14 Sep 2015 03:28:41
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1226

    Comments

    tests: if xmllint exists, also run xml output through it

    Changed files

    • tests/test_xml_output.sh
  3. Change #16455

    Category libcheck
    Changed by brarcher
    Changed at Mon 14 Sep 2015 03:28:41
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1227

    Comments

    tests: properly emit issue in log output test
    
    The expected string was in ${2}, but ${expected} was used.

    Changed files

    • tests/test_log_output.sh