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

Builder ggrep-solaris10-i386 Build #346

Results:

Failed shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revision9e915da3429f0a1b490667f69042d58a9ec6d64b
Got Revision9e915da3429f0a1b490667f69042d58a9ec6d64b
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' ( 3 mins, 10 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 46 secs )
    1. stdio
  4. shell_2 'gmake all' ( 24 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 2 mins, 11 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggrep-solaris10-i386 slave
buildername ggrep-solaris10-i386 Builder
buildnumber 346 Build
codebase Build
got_revision 9e915da3429f0a1b490667f69042d58a9ec6d64b Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 9e915da3429f0a1b490667f69042d58a9ec6d64b 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. Bruno Haible
  2. Carlo Marcelo Arenas Belón
  3. Paul Eggert

Timing:

StartTue Jul 11 09:04:54 2023
EndTue Jul 11 09:11:28 2023
Elapsed6 mins, 34 secs

All Changes:

:

  1. Change #176056

    Category ggrep
    Changed by Carlo Marcelo Arenas Belón <carenasohnoyoudont@gmail.com>
    Changed at Tue 11 Jul 2023 08:53:58
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 481e6b4a3b3f5faded3ddeee7016fd38d12fb03c

    Comments

    grep: dynamically allocate buffer for -P version
    * src/pcresearch.c (Pprint_version): Allocate version buffer
    dynamically rather than aborting if a fixed-size buffer
    is too small.

    Changed files

    • src/pcresearch.c
  2. Change #176057

    Category ggrep
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Tue 11 Jul 2023 08:53:58
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision ea3ec616139a1b48177c924acc0d940a7b5508b0

    Comments

    build: update gnulib submodule to latest
    * src/grep.c (setup_ok_fold, fgrep_icase_charlen):
    Change the element type of the 'folded' array, to match the new
    signature of case_folded_counterparts.

    Changed files

    • gnulib
    • src/grep.c
  3. Change #176058

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Jul 2023 08:53:58
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 7918c3370289758d63fc9e1cbb6a70ebcec6b3af

    Comments

    grep: switch from wchar_t to char32_t
    * bootstrap.conf (gnulib_modules): Add c32isalnum, c32rtomb,
    mbrtoc32-regular.  Remove mbrtowc, wcrtomb, wctob, wctype-h.
    wctob appears to be stray, as I don’t think was needed before
    this change either.
    * src/grep.c: Include uchar.h.
    (setup_ok_fold, fgrep_icase_charlen):
    Use char32_t, not wchar_t.
    * src/search.h: Do not include wctype.h.
    * src/searchutils.c: Include uchar.h.
    (wordchar): Use c32isalnum, not iswalnum.
    (wordchars_count): Use char32_t, not wchar_t.

    Changed files

    • NEWS
    • bootstrap.conf
    • src/grep.c
    • src/search.h
    • src/searchutils.c
  4. Change #176059

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Jul 2023 08:53:58
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 975ed119e9a7fc5ed4cbdf6192e8a6180df2067d

    Comments

    maint: omit obsolescent Autoconf macros
    * configure.ac: Don’t use the obsolescent macros AC_TYPE_SIZE_T,
    AC_C_CONST, AC_HEADER_DIRENT, AC_FUNC_CLOSEDIR_VOID.
    
    maint: remove isascii check
    * configure.ac (isascii): Stop checking for this function,
    as it’s not used.

    Changed files

    • configure.ac
  5. Change #176060

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Jul 2023 08:53:58
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 975378294a3d4bed163d90cbc489d5aa94c23971

    Comments

    maint: sync bootstrap from Gnulib

    Changed files

    • bootstrap
  6. Change #176061

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Jul 2023 08:55:21
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 9e915da3429f0a1b490667f69042d58a9ec6d64b

    Comments

    maint: fix NEWS typo

    Changed files

    • NEWS