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

Builder ggrep-solaris10-i386 Build #400

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 56 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 400 Build
codebase Build
got_revision 90fa14935cd549811c4af24f2775fb9a02ed9312 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 90fa14935cd549811c4af24f2775fb9a02ed9312 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:

StartSun May 3 19:32:32 2026
EndSun May 3 19:33:35 2026
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #266214

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 03 May 2026 18:59:10
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 6d7a3c4698d51281a83745cc9148bb7cb1c36c57

    Comments

    build: update gnulib to latest

    Changed files

    • gnulib
  2. Change #266215

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 03 May 2026 19:21:14
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 90fa14935cd549811c4af24f2775fb9a02ed9312

    Comments

    build: avoid new failure when combining --enable-gcc-warnings and GCC16
    * configure.ac: Add gl_WARN_ADD([-Wno-keyword-macro]), to suppress many
    new warnings like this from GCC16:
      ./config.h:2418:9: warning: keyword 'restrict' defined as macro\
        [-Wkeyword-macro]
       2418 | #define restrict __restrict__

    Changed files

    • configure.ac