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

Builder ggrep-solaris10-sparc Build #365

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revisione7481a09399839c2b3b9b833f3167c1ffd6f8202
Got Revisione7481a09399839c2b3b9b833f3167c1ffd6f8202
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' failed ( 2 mins, 53 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 365 Build
codebase Build
got_revision e7481a09399839c2b3b9b833f3167c1ffd6f8202 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision e7481a09399839c2b3b9b833f3167c1ffd6f8202 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 Sep 8 20:58:34 2024
EndSun Sep 8 21:01:39 2024
Elapsed3 mins, 5 secs

All Changes:

:

  1. Change #207005

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 08 Sep 2024 18:45:52
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 1c9e7544cfc73be93377c75b22eef35105eef711

    Comments

    maint: modernize GNU GPL license comments
    To accommodate a new syntax-check rule, ...
    Make comments that suggested to write to an old FSF Franklin Street
    address refer to https://www.gnu.org/licenses instead:
    
      git grep -l 'if not, write' |xargs \
      perl -0777 -pi -e 's{program; if not, write .*? USA\.}{program.  If not, see <https://www.gnu.org/licenses/>.}ms'

    Changed files

    • lib/colorize-posix.c
    • lib/colorize-w32.c
    • lib/colorize.h
    • src/dfasearch.c
    • src/die.h
    • src/grep.c
    • src/grep.h
    • src/kwsearch.c
    • src/kwset.c
    • src/kwset.h
    • src/pcresearch.c
    • src/search.h
    • src/searchutils.c
    • src/system.h
    • tests/get-mb-cur-max.c
  2. Change #207006

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 08 Sep 2024 19:10:02
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 08c4ce064b7f42acc023a9b28d1076a81feb6143

    Comments

    maint: placate GCC's -Wunterminated-string-initialization
    This new GCC warning triggered a false alert. But it's simple,
    cleaner and just as efficient to use pointers and strlen:
    * src/pcresearch.c (Pcompile): Declare prefix and suffix
    variables as pointers to literal strings, rather than as
    arrays of characters that deliberately omitted the trailing
    NUL byte, and which provoked these warnings from the very
    latest GCC:
    
    pcresearch.c:220:23: error: initializer-string for array of
    'char' is too long [-Werror=unterminated-string-initialization]
    220 |  wprefix[10] = "(?<!\\w)(?:", wsuffix[7] = ")(?!\\w)";
        |                            ^~~~~~~~~~~~~

    Changed files

    • src/pcresearch.c
  3. Change #207007

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 08 Sep 2024 19:27:16
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision e7481a09399839c2b3b9b833f3167c1ffd6f8202

    Comments

    build: update gnulib to latest

    Changed files

    • gnulib