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

Builder ggrep-solaris10-i386 Build #356

Results:

Failed shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revision443961a929a952dd653255ca6c0947d416d9c1a3
Got Revision443961a929a952dd653255ca6c0947d416d9c1a3
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ggrep-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' ( 3 mins, 49 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 51 secs )
    1. stdio
  4. shell_2 'gmake all' ( 27 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 2 mins, 17 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggrep-solaris10-i386 slave
buildername ggrep-solaris10-i386 Builder
buildnumber 356 Build
codebase Build
got_revision 443961a929a952dd653255ca6c0947d416d9c1a3 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 443961a929a952dd653255ca6c0947d416d9c1a3 Build
scheduler schedule-ggrep-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ggrep-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartMon Jan 29 08:03:39 2024
EndMon Jan 29 08:11:09 2024
Elapsed7 mins, 29 secs

All Changes:

:

  1. Change #189785

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Mon 29 Jan 2024 07:57:17
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 443961a929a952dd653255ca6c0947d416d9c1a3

    Comments

    Improve doc for range expressions
    grep currently doesn’t implement rational ranges or any other
    particular behavior for range expressions outside the C locale.
    Adjust the documentation to match the behavior more closely.
    Problem reported by Ronan Pigott in:
    https://lists.gnu.org/r/grep-devel/2024-01/msg00000.html
    * doc/grep.texi (Character Classes and Bracket Expressions):
    Be more careful about terminology.  Don’t say “sorts” because
    the collation sequence is not the same as the sort order.
    Don’t make promises about behavior outside the C locale,
    as the current code might not fulfill them.
    * doc/grep.in.1: Adjust wording to match.  The old wording
    was out-of-sync anyway.

    Changed files

    • doc/grep.in.1
    • doc/grep.texi