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

Builder ggrep-solaris10-sparc Build #334

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' ( 27 mins, 38 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 3 mins, 52 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 40 secs )
    1. stdio
  5. shell_3 'gmake check' ( 13 mins, 43 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 334 Build
codebase Build
got_revision fd2d0f7165d390ce4b4d08acf25552f6635d9ecb Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision fd2d0f7165d390ce4b4d08acf25552f6635d9ecb 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:

StartTue Apr 11 01:20:16 2023
EndTue Apr 11 02:09:27 2023
Elapsed49 mins, 10 secs

All Changes:

:

  1. Change #171808

    Category ggrep
    Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
    Changed at Tue 11 Apr 2023 01:16:08
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision fd2d0f7165d390ce4b4d08acf25552f6635d9ecb

    Comments

    grep: improve PCRE2 version output
    * src/grep.c: No need to include pcre2.h.
    (main) [HAVE_LIBPCRE]: Call Pprint_version instead of
    doing it ourselves.
    * src/pcresearch.c (Pprint_version): New function.
    It also checks belatedly for buffer overflow, and
    says "grep -P uses PCRE2" instead of "Built with PCRE".
    * tests/version-pcre: Adjust test to match.

    Changed files

    • NEWS
    • src/grep.c
    • src/pcresearch.c
    • src/search.h
    • tests/version-pcre