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

Builder ggrep-solaris10-i386 Build #370

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revision6ee856200a8a2a901a95900766aec66914331862
Got Revision6ee856200a8a2a901a95900766aec66914331862
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggrep-solaris10-i386 slave
buildername ggrep-solaris10-i386 Builder
buildnumber 370 Build
codebase Build
got_revision 6ee856200a8a2a901a95900766aec66914331862 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 6ee856200a8a2a901a95900766aec66914331862 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 Dec 16 22:45:06 2024
EndMon Dec 16 22:45:52 2024
Elapsed46 secs

All Changes:

:

  1. Change #216133

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Mon 16 Dec 2024 22:36:49
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 19e301ad53931c8832789d283e2e5303fbf3452b

    Comments

    doc: give an example non-ASCII digit
    * doc/grep.texi: Give ‘٣’ as an example of a non-ASCII digit.

    Changed files

    • doc/grep.texi
  2. Change #216134

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Mon 16 Dec 2024 22:43:00
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 6ee856200a8a2a901a95900766aec66914331862

    Comments

    grep: revert recent \d change
    I misread the email thread and thought there was consensus
    for the \d change, but there was wasn’t so revert the change.
    Also, document the resulting confusion
    somewhat better than it was documented before.
    * src/pcresearch.c, tests/pcre-ascii-digits, tests-pcre-utf8-w:
    Revert recent \d change, restoring the behavior to that of grep 3.11.

    Changed files

    • NEWS
    • doc/grep.texi
    • src/pcresearch.c
    • tests/pcre-ascii-digits
    • tests/pcre-utf8-w