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

Builder ggrep-solaris10-i386 Build #339

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell '/opt/csw/bin/bash bootstrap' ( 3 mins, 10 secs )
    1. stdio
  3. shell_1 './configure --disable-gcc-warnings' ( 47 secs )
    1. stdio
  4. shell_2 'gmake all' ( 22 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 2 mins, 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ggrep-solaris10-i386 slave
buildername ggrep-solaris10-i386 Builder
buildnumber 339 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-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
  2. Jim Meyering

Timing:

StartSun Apr 30 09:10:22 2023
EndSun Apr 30 09:16:50 2023
Elapsed6 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