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

Builder ggrep-solaris10-i386 Build #403

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

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 ( 4 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 403 Build
codebase Build
got_revision 24da89b06a6e444a0f2c83f1b609437ef59484af Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 24da89b06a6e444a0f2c83f1b609437ef59484af 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 Jun 7 08:22:40 2026
EndSun Jun 7 08:22:47 2026
Elapsed7 secs

All Changes:

:

  1. Change #269700

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 07 Jun 2026 08:17:32
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 24da89b06a6e444a0f2c83f1b609437ef59484af

    Comments

    build: avoid GCC16 -Wconstant-logical-operand warning
    * src/pcresearch.c (Pexecute): Don't treat enum value as boolean to avoid this:
      pcresearch.c:319:33: error: use of logical '||' with constant operand
         '67108864' [-Werror=constant-logical-operand]
      319 |           if (MATCH_INVALID_UTF || !bad_utf8_from_pcre2 (e))

    Changed files

    • src/pcresearch.c