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

Builder ggrep-solaris10-i386 Build #377

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revision2f5068b6ea5cc10f4e79babc76396955f1d46b09
Got Revision2f5068b6ea5cc10f4e79babc76396955f1d46b09
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 3 mins, 51 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 377 Build
codebase Build
got_revision 2f5068b6ea5cc10f4e79babc76396955f1d46b09 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 2f5068b6ea5cc10f4e79babc76396955f1d46b09 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. Jim Meyering

Timing:

StartFri Mar 28 14:58:52 2025
EndFri Mar 28 15:03:09 2025
Elapsed4 mins, 16 secs

All Changes:

:

  1. Change #225584

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Wed 26 Mar 2025 03:11:38
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision ffb27fd22537326c9acfd14a717007483ce400c4

    Comments

    grep: remove long-deprecated --unix-byte-offsets (-u) option
    * src/grep.c (main): Remove vestiges of --unix-byte-offsets (-u).
    In grep-3.7 (2021-08-14) it became a warning-only no-op.
    Before then, it was a Windows-only no-op.
    * NEWS (Changes in behavior): Mention it.

    Changed files

    • NEWS
    • src/grep.c
  2. Change #225589

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Wed 26 Mar 2025 03:17:55
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 6de7c9d48b75f8e450200f3b746f45773fd3f6bd

    Comments

    build: update gnulib to latest; and update bootstrap

    Changed files

    • bootstrap
    • gnulib
  3. Change #225596

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Wed 26 Mar 2025 03:17:55
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 50c4df64c1b674532d466b355cf452d7277e0b44

    Comments

    build: use gnulib's new c-strcasecmp module, rather than c-strcase
    * bootstrap.conf (gnulib_modules): Use new c-strcasecmp module, rather
    than c-strcase, since grep uses c_strcasecmp and not c_strncasecmp.

    Changed files

    • bootstrap.conf
  4. Change #225603

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Fri 28 Mar 2025 04:57:13
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 2f5068b6ea5cc10f4e79babc76396955f1d46b09

    Comments

    maint: ensure that new "make syntax-check"-run sc_codespell passes
    * cfg.mk (codespell_ignore_words_list): Ignore some false-positives.

    Changed files

    • cfg.mk