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

Builder ggrep-solaris10-sparc Build #367

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:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 2 mins, 10 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 367 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggrep-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Paul Eggert

Timing:

StartSat Nov 2 06:52:31 2024
EndSat Nov 2 06:54:56 2024
Elapsed2 mins, 25 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