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

Builder ggrep-solaris10-sparc Build #341

Results:

Failed shell_3

SourceStamp:

Projectggrep
Repositorygit://git.savannah.gnu.org/grep.git
Branchmaster
Revisionc84a19200048f4ddeb6b5040d4d8c6ea7db4cfe2
Got Revisionc84a19200048f4ddeb6b5040d4d8c6ea7db4cfe2
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' ( 24 mins, 51 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 3 mins, 41 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 10 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 12 mins, 38 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 341 Build
codebase Build
got_revision c84a19200048f4ddeb6b5040d4d8c6ea7db4cfe2 Git
project ggrep Build
repository git://git.savannah.gnu.org/grep.git Build
revision c84a19200048f4ddeb6b5040d4d8c6ea7db4cfe2 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. Carlo Marcelo Arenas Belón
  2. Jim Meyering

Timing:

StartSun Apr 30 09:44:54 2023
EndSun Apr 30 10:29:21 2023
Elapsed44 mins, 27 secs

All Changes:

:

  1. Change #173006

    Category ggrep
    Changed by Carlo Marcelo Arenas Belón <carenasohnoyoudont@gmail.com>
    Changed at Sun 30 Apr 2023 09:01:41
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision fa4e6c8a771554111c5890c5db2c80214cc2bcc9

    Comments

    pcre: work around a PCRE2_MATCH_INVALID_UTF bug
    PCRE2 has a bug when using PCRE2_MATCH_INVALID_UTF: it would
    sometimes fail to match patterns using negative classes
    like \W and \D.
    
    * NEWS (Bug fixes): Mention it.
    * src/pcre2search.c: Restrict impact of the bug.
    Do not use the problematic flag with broken versions of PCRE2.
    Also, generate locale tables only for single-byte locales,
    as the PCRE2 documentation recommends this.
    * tests/Makefile.am (TESTS): Add the file name
    * tests/pcre-utf8-bug224: New file, to test for this.

    Changed files

    • NEWS
    • src/pcresearch.c
    • tests/Makefile.am
    • tests/pcre-utf8-bug224
  2. Change #173007

    Category ggrep
    Changed by Jim Meyering <meyeringohnoyoudont@meta.com>
    Changed at Sun 30 Apr 2023 09:01:41
    Repository git://git.savannah.gnu.org/grep.git
    Project ggrep
    Branch master
    Revision c84a19200048f4ddeb6b5040d4d8c6ea7db4cfe2

    Comments

    build: update gnulib to latest

    Changed files

    • gnulib