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

Builder ggrep-solaris10-i386 Build #364

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 41 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 364 Build
codebase Build
got_revision fce28c4a5eac89e13a992fb54ce4c0e7502f4415 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision fce28c4a5eac89e13a992fb54ce4c0e7502f4415 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. Paul Eggert

Timing:

StartSat Nov 2 06:52:35 2024
EndSat Nov 2 06:53:22 2024
Elapsed47 secs

All Changes:

:

  1. Change #213253

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sat 02 Nov 2024 06:46:33
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision fce28c4a5eac89e13a992fb54ce4c0e7502f4415

    Comments

    grep: fix -q suppression of diagnostics
    Problem reported by Jan Černohorský (Bug#74159).
    * src/grep.c (grepbuf): If exit_on_match, set stdout_errno to
    avoid screwups on buggy OSes.  Also, ignore errseen since it
    cannot be true here.
    (main): Do not clear exit_failure if -q is given, as exit status
    should be zero only if an input line is selected.
    * tests/write-error-msg: Check that -q suppresses diagnostics
    of output errors only if a match is found.

    Changed files

    • src/grep.c
    • tests/write-error-msg