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

Builder ggrep-solaris10-sparc Build #406

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:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 9 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-unstable10s/slave/ggrep-solaris10-sparc slave
buildername ggrep-solaris10-sparc Builder
buildnumber 406 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggrep-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jim Meyering

Timing:

StartSun Jun 7 08:22:41 2026
EndSun Jun 7 08:23:00 2026
Elapsed19 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