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

Builder ggettext-solaris10-sparc Build #952

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revision81c37f4901fc6b69eadabe2ab622629db2941010
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 mins, 27 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave
buildername ggettext-solaris10-sparc Builder
buildnumber 952 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision 81c37f4901fc6b69eadabe2ab622629db2941010 Build
scheduler schedule-ggettext-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ggettext-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bruno Haible

Timing:

StartSat Jun 21 03:02:51 2025
EndSat Jun 21 03:05:18 2025
Elapsed2 mins, 27 secs

All Changes:

:

  1. Change #237188

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 21 Jun 2025 02:51:44
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 528364fd5dac5e87528b3fad130c3074ab31c115

    Comments

    tests: Avoid a test failure with valgrind.
    * gettext-tools/tests/xgettext-python-9: Filter out the valgrind traces.

    Changed files

    • gettext-tools/tests/xgettext-python-9
  2. Change #237189

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 21 Jun 2025 02:53:18
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 6ced019bdd43c1aaa7bebe0c61a48f627ec36a54

    Comments

    xgettext: Shell: Recognize \c escape sequences in $'...' strings.
    * gettext-tools/src/x-sh.c (read_word): Recognize \c escape sequences.
    * gettext-tools/tests/xgettext-sh-1: Add test cases with ASCII $'...' strings.

    Changed files

    • gettext-tools/src/x-sh.c
    • gettext-tools/tests/xgettext-sh-1
  3. Change #237190

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Sat 21 Jun 2025 02:53:23
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 81c37f4901fc6b69eadabe2ab622629db2941010

    Comments

    xgettext: Shell: Recognize \u and \U escape sequences in $'...' strings.
    * gettext-tools/src/xg-mixed-string.h (mixed_string_remove_prefix,
    mixed_string_buffer_equals, mixed_string_buffer_startswith,
    mixed_string_buffer_cloned_result): New declarations.
    * gettext-tools/src/xg-mixed-string.c (mixed_string_remove_prefix): New
    function.
    (mixed_string_buffer_is_empty): Also test the absence of utf16_surr.
    (mixed_string_buffer_equals, mixed_string_buffer_startswith,
    mixed_string_buffer_cloned_result): New functions.
    * gettext-tools/src/x-sh.c (struct token): Remove type.
    (init_token, free_token, grow_token, string_of_token): Remove functions.
    (struct word): Change type of 'token' field.
    (free_word): Update.
    (string_of_word, substring_of_word): Remove functions.
    (read_word): Call mixed_string_buffer_init instead of init_token,
    mixed_string_buffer_destroy instead of free_token,
    mixed_string_buffer_append_char instead of grow_token. Update accesses to
    wp->token. Recognize \u and \U escape sequences in $'...' strings.
    (read_command): Call mixed_string_buffer_cloned_result instead of
    string_of_word. Update accesses to inner.token.
    * gettext-tools/tests/xgettext-sh-7: Use --from-code option.
    * gettext-tools/tests/xgettext-sh-9: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.
    * NEWS: Mention this and the previous change.

    Changed files

    • NEWS
    • gettext-tools/src/x-sh.c
    • gettext-tools/src/xg-mixed-string.c
    • gettext-tools/src/xg-mixed-string.h
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/xgettext-sh-7
    • gettext-tools/tests/xgettext-sh-9