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

Builder ggrep-solaris10-i386 Build #305

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggrep-solaris10-i386 slave
buildername ggrep-solaris10-i386 Builder
buildnumber 305 Build
codebase Build
got_revision 5e3b760f65f13856e5717e5b9d935f5b4a615be3 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision 5e3b760f65f13856e5717e5b9d935f5b4a615be3 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. Carlo Marcelo Arenas Belón

Timing:

StartSun Jan 8 03:30:32 2023
EndSun Jan 8 03:38:55 2023
Elapsed8 mins, 23 secs

All Changes:

:

  1. Change #166745

    Category ggrep
    Changed by Carlo Marcelo Arenas Belón <carenasohnoyoudont@gmail.com>
    Changed at Sun 08 Jan 2023 03:24:51
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision 5e3b760f65f13856e5717e5b9d935f5b4a615be3

    Comments

    pcre: use UCP in UTF mode
    This fixes a serious bug affecting word-boundary and word-constituent regular
    expressions when the desired match involves non-ASCII UTF8 characters.
    * src/pcresearch.c: Set PCRE2_UCP together with PCRE2_UTF
    * tests/pcre-utf8-w: New file.
    * tests/Makefile.am (TESTS): Add it.
    * NEWS (Bug fixes): Mention this.
    * THANKS.in: Add Gro-Tsen and Karl Petterson.
    Reported by Gro-Tsen https://twitter.com/gro_tsen/status/1610972356972875777
    via Karl Pettersson in https://github.com/PCRE2Project/pcre2/issues/185
    This bug was present from grep-2.5, when --perl-regexp (-P) support was added.

    Changed files

    • NEWS
    • THANKS.in
    • src/pcresearch.c
    • tests/Makefile.am
    • tests/pcre-utf8-w