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

Builder ggrep-solaris10-i386 Build #380

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 30 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 380 Build
codebase Build
got_revision b197be563ebe3cd32a0884c73e932c5b2f5ddd3b Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision b197be563ebe3cd32a0884c73e932c5b2f5ddd3b 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:

StartTue Apr 8 18:43:41 2025
EndTue Apr 8 18:45:56 2025
Elapsed2 mins, 14 secs

All Changes:

:

  1. Change #226959

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Tue 08 Apr 2025 18:32:24
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 52418599b30c6a42358599b65e2cbb7da2926b8e

    Comments

    grep: avoid regression with -mN and any of -q, -l, -L
    * src/grep.c (grepbuf): Handle this case: echo x|grep -l -m1 .
    making it print only the file name, and not the matched line.
    (main): Set out_quiet also when exit_on_match (-q) is set, so
    "echo x|grep -q -m1 ." no longer prints the matched line.
    * tests/max-count-overread: Add those tests, from
    https://bugs.gnu.org/68989#21

    Changed files

    • src/grep.c
    • tests/max-count-overread
  2. Change #226960

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Tue 08 Apr 2025 18:32:24
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision b197be563ebe3cd32a0884c73e932c5b2f5ddd3b

    Comments

    tests: hash-collision-perf: avoid test hang on GNU/Hurd
    This test would hang on GNU/Hurd because the perl code we use to measure
    subsecond duration isn't ported, and that loop would never terminate.
    * tests/hash-collision-perf: Detect the always-0 small_ms, and skip the test.
    Reported by Bruno Haible in https://bugs.gnu.org/77613

    Changed files

    • tests/hash-collision-perf