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

Builder libcheck-solaris10-sparc Build #32

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

scheduler

Steps and Logfiles:

  1. svn update r1229 ( 28 secs )
    1. stdio
  2. shell '/opt/csw/bin/autoreconf --install' ( 2 mins, 33 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 10 secs )
    1. stdio
  4. shell_2 'gmake' ( 1 mins, 56 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 7 mins, 51 secs )
    1. stdio
    2. tests_test-suite.log
    3. checkmk_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 32 Build
codebase Build
got_revision 1229 SVN
project libcheck Build
repository http://svn.code.sf.net/p/check/code/trunk Build
revision 1229 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:

StartWed Dec 23 18:09:49 2015
EndWed Dec 23 18:23:49 2015
Elapsed14 mins, 0 secs

All Changes:

:

  1. Change #20822

    Category libcheck
    Changed by brarcher
    Changed at Wed 23 Dec 2015 18:08:48
    Repository http://svn.code.sf.net/p/check/code/trunk
    Project libcheck
    Revision 1229

    Comments

    checkmk: use double slash in regular expression
    
    For many awk implementations using both a single and double slash
    escapes in regex expressions in strings works correctly. However,
    it was observed on Solaris that a single slash results in the
    literal value being added to the string (e.g. \n was a newline)
    and only the double slash works as expected.
    
    As there should be no harm, updating the regex expressions to use
    double slashes.

    Changed files

    • AUTHORS
    • checkmk/checkmk.in