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

Builder ggrep-solaris10-i386 Build #301

Results:

Build successful

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revision429b3497d18814557195b83008700d0893a3b342
Got Revision429b3497d18814557195b83008700d0893a3b342
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' ( 3 mins, 21 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 50 secs )
    1. stdio
  4. shell_2 'gmake all' ( 23 secs )
    1. stdio
  5. shell_3 'gmake check' ( 2 mins, 12 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggrep-solaris10-i386 slave
buildername ggrep-solaris10-i386 Builder
buildnumber 301 Build
codebase Build
got_revision 429b3497d18814557195b83008700d0893a3b342 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 429b3497d18814557195b83008700d0893a3b342 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:

StartTue Oct 11 18:10:41 2022
EndTue Oct 11 18:17:37 2022
Elapsed6 mins, 55 secs

All Changes:

:

  1. Change #161963

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Oct 2022 18:05:15
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 1b1b496eb2e84af713be471b8c54f0bc3b4c4757

    Comments

    build: update gnulib submodule to latest

    Changed files

    • gnulib
  2. Change #161964

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Oct 2022 18:05:15
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision d14057a8b702fc9e846f78f2107d189beb5475d9

    Comments

    maint: prefer C23 style for static_assert
    * bootstrap.conf (gnulib_modules): Add assert-h,
    for static_assert.
    * src/dfasearch.c (regex_compile): Prefer static_assert to verify.

    Changed files

    • bootstrap.conf
    • src/dfasearch.c
  3. Change #161965

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Oct 2022 18:05:15
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 1dd9bbe724624220a6ea136a1199d5172e5c1312

    Comments

    maint: add missing include
    * src/pcresearch.c: Include intprops.h.

    Changed files

    • src/pcresearch.c
  4. Change #161966

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Oct 2022 18:05:15
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 429b3497d18814557195b83008700d0893a3b342

    Comments

    maint: prefer stdckdint.h to intprops.h
    Prefer the standard C23 ckd_* macros to Gnulib’s *_WRAPV macros.
    * bootstrap.conf (gnulib_modules): Add stdckdint.
    * src/grep.c, src/kwset.c, src/pcresearch.c:
    Include stdckdint.h, and prefer ckd_* to *_WRAPV.
    Include intprops.h only if needed.

    Changed files

    • bootstrap.conf
    • src/grep.c
    • src/kwset.c
    • src/pcresearch.c