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

Builder ggettext-solaris10-sparc Build #937

Results:

Failed

SourceStamp:

Projectggettext
Repositorygit://git.savannah.gnu.org/gettext.git
Branchmaster
Revisiona9583d31f7f7489a3c9529d658f0171e7e95a6cf
Changes15 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 44 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 937 Build
codebase Build
project ggettext Build
repository git://git.savannah.gnu.org/gettext.git Build
revision a9583d31f7f7489a3c9529d658f0171e7e95a6cf 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:

StartMon Jun 2 02:35:24 2025
EndMon Jun 2 02:37:08 2025
Elapsed1 mins, 44 secs

All Changes:

:

  1. Change #231195

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:19:23
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision a7c6eeefd6a7894a16d3255bb19deb079a9301f9

    Comments

    D: Fix handling of %% directive in format string parser.
    * gettext-tools/src/format-d.c (parse_upto): Add matching FMTDIR_END also for
    the %% directive.

    Changed files

    • gettext-tools/src/format-d.c
  2. Change #231196

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:21:01
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision b330ce78045430003b353b0d4f71327c251c6b75

    Comments

    xgettext: awk: Improve heuristic for format strings.
    * gettext-tools/src/format-awk.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_awk): Use it.
    * gettext-tools/tests/format-awk-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-awk.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-awk-3
  3. Change #231197

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:21:06
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision cdc6870c776922b66cabf11f5bdd5a978a577384

    Comments

    xgettext: C: Improve heuristic for format strings.
    * gettext-tools/src/format-c-parse.h (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse_entrails): Set it to the number of directives that don't contain
    a space.
    * gettext-tools/src/format-c.c (format_is_unlikely_intentional): Also test the
    'likely_intentional_directives' field.
    * gettext-tools/tests/format-c-6: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-c-parse.h
    • gettext-tools/src/format-c.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-c-6
  4. Change #231198

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:21:15
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 796875721aa31dab01eb3d14f0b86f6ae2d29ffd

    Comments

    xgettext: C++: Improve heuristic for Boost format strings.
    * gettext-tools/src/format-boost.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_boost): Use it.
    * gettext-tools/tests/format-boost-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-boost.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-boost-3
  5. Change #231199

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:17
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 99529c200daba583c92701d35c473b9e664d6da3

    Comments

    xgettext: D: Improve heuristic for format strings.
    * gettext-tools/src/format-d.c (struct spec): Add field
    'likely_intentional_directives'.
    (parse_upto): Increment it for each directive that don't contain a space.
    (format_parse): Initialize it.
    (format_is_unlikely_intentional): New function.
    (formatstring_d): Use it.
    * gettext-tools/tests/format-d-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-d.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-d-3
  6. Change #231200

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:37
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 4d561233cbdbdbff793aac1057f71c5147c623b3

    Comments

    xgettext: Emacs Lisp: Improve heuristic for format strings.
    * gettext-tools/src/format-elisp.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_elisp): Use it.
    * gettext-tools/tests/format-elisp-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-elisp.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-elisp-3
  7. Change #231201

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:40
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 417ca6acd579d18c16a0313e157cc08f3e6af271

    Comments

    xgettext: Go: Improve heuristic for format strings.
    * gettext-tools/src/format-go.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_go): Use it.
    * gettext-tools/tests/format-go-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-go.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-go-3
  8. Change #231202

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:42
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision ccd07974b09dbae94c691920fca4e6864dadedf5

    Comments

    xgettext: JavaScript: Improve heuristic for format strings.
    * gettext-tools/src/format-javascript.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_javascript): Use it.
    * gettext-tools/tests/format-javascript-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-javascript.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-javascript-3
  9. Change #231203

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:45
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 93da58d7a92258e99af67e29232df48cacfd01fd

    Comments

    xgettext: librep: Improve heuristic for format strings.
    * gettext-tools/src/format-librep.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_librep): Use it.
    * gettext-tools/tests/format-librep-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-librep.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-librep-3
  10. Change #231204

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:47
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 64784c018a65ee59828c7ef648e7186750bcbe42

    Comments

    xgettext: Perl: Improve heuristic for format strings.
    * gettext-tools/src/format-perl.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_perl): Use it.
    * gettext-tools/tests/format-perl-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-perl.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-perl-3
  11. Change #231205

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:50
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision dacdbfec87a01589480fe120db9395b528f2c922

    Comments

    xgettext: PHP: Improve heuristic for format strings.
    * gettext-tools/src/format-php.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_php): Use it.
    * gettext-tools/tests/format-php-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-php.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-php-3
  12. Change #231206

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:53
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 1313c94003a4703719efaf6d140217e0a9664287

    Comments

    xgettext: Python: Improve heuristic for format strings.
    * gettext-tools/src/format-python.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_python): Use it.
    * gettext-tools/tests/format-python-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-python.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-python-3
  13. Change #231207

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:55
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision 090868dedb144f0bf1a78f9b6c4b2b718b5ed67b

    Comments

    xgettext: Ruby: Improve heuristic for format strings.
    * gettext-tools/src/format-ruby.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_ruby): Use it.
    * gettext-tools/tests/format-ruby-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-ruby.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-ruby-3
  14. Change #231208

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:22:57
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision e24ce889eefc87d779aad0457df4f752fdba0be5

    Comments

    xgettext: Tcl: Improve heuristic for format strings.
    * gettext-tools/src/format-tcl.c (struct spec): Add field
    'likely_intentional_directives'.
    (format_parse): Set it to the number of directives that don't contain a space.
    (format_is_unlikely_intentional): New function.
    (formatstring_tcl): Use it.
    * gettext-tools/tests/format-tcl-3: New file.
    * gettext-tools/tests/Makefile.am (TESTS): Add it.

    Changed files

    • gettext-tools/src/format-tcl.c
    • gettext-tools/tests/Makefile.am
    • gettext-tools/tests/format-tcl-3
  15. Change #231209

    Category ggettext
    Changed by Bruno Haible <brunoohnoyoudont@clisp.org>
    Changed at Mon 02 Jun 2025 02:23:00
    Repository git://git.savannah.gnu.org/gettext.git
    Project ggettext
    Branch master
    Revision a9583d31f7f7489a3c9529d658f0171e7e95a6cf

    Comments

    Add a NEWS entry.
    * NEWS: Mention the format string heuristic improvements.

    Changed files

    • NEWS