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

Builder ggrep-solaris10-sparc Build #330

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' ( 23 mins, 0 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 3 mins, 39 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 5 secs )
    1. stdio
  5. shell_3 'gmake check' ( 12 mins, 7 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 330 Build
codebase Build
got_revision c63a0950ff852c94e27d14b6d0eea001eddb7de1 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision c63a0950ff852c94e27d14b6d0eea001eddb7de1 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:

StartSun Apr 2 18:50:15 2023
EndSun Apr 2 19:32:31 2023
Elapsed42 mins, 16 secs

All Changes:

:

  1. Change #171454

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Sun 02 Apr 2023 18:47:16
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision c63a0950ff852c94e27d14b6d0eea001eddb7de1

    Comments

    grep: fix -P [\d] by fixing \w only if PCRE2 10.43
    Our prepass-based fixes for the -P \d bug have caused repeated
    further bugs.  Avoid the need for a prepass, by using PCRE2_UCP
    only if PCRE2_EXTRA_ASCII_BSD is also supported.  Since the -P \w
    bug was present from grep 2.5 through 3.8 it’s OK if we wait a
    little longer to fix it.
    * NEWS: Mention this.
    * src/pcresearch.c (pcre_pattern_expand_backslash_d}: Remove.
    Remove its use.
    (Pcompile): Use PCRE2_UCP only if PCRE2_EXTRA_ASCII_BSD.
    * tests/pcre-ascii-digits, tests/pcre-utf8-w:
    Skip tests on older PCRE2 implementations.

    Changed files

    • NEWS
    • src/pcresearch.c
    • tests/pcre-ascii-digits
    • tests/pcre-utf8-w