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

Builder texinfo-solaris10-sparc Build #6117

Results:

Failed shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision3cd71a4176ea7136554c8187f873360a4ee150e3
Got Revision3cd71a4176ea7136554c8187f873360a4ee150e3
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell './autogen.sh' ( 29 mins, 24 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 11 secs )
    1. stdio
  4. shell_2 'gmake all' ( 19 mins, 43 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 35 mins, 48 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 6117 Build
codebase Build
got_revision 3cd71a4176ea7136554c8187f873360a4ee150e3 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 3cd71a4176ea7136554c8187f873360a4ee150e3 Build
scheduler schedule-texinfo-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/texinfo-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith
  2. Patrice Dumas

Timing:

StartMon Jan 26 21:55:58 2026
EndMon Jan 26 23:26:18 2026
Elapsed1 hrs, 30 mins, 20 secs

All Changes:

:

  1. Change #256449

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 26 Jan 2026 20:16:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4df3c180524762456574deb007b53f9371a7bff2

    Comments

    * tta/C/main/utils.c (encode_with_iconv, encode_string): replace the silent integer argument by a status argument, such that, if set, the function is silent and the information that there was an error in encoding is returned.
    * tta/C/convert/get_converter_perl_info.c
    (copy_sv_options_for_convert_text), tta/C/main/build_perl_info.c
    (build_convert_text_options), tta/C/main/convert_to_text.c
    (destroy_text_options, copy_options_for_convert_text),
    tta/C/main/convert_to_text.h (TEXT_OPTIONS),
    tta/perl/Texinfo/Convert/Text.pm (copy_options_for_convert_text): add
    COMMAND_LINE_ENCODING to text options.
    
    * tta/perl/Texinfo/Convert/Text.pm (_convert),
    tta/perl/Texinfo/Convert/Utils.pm (switch_lang_translations)
    (definition_category_tree), tta/perl/Texinfo/Transformations.pm
    (complete_tree_nodes_menus_in_document, regenerate_master_menu),
    tta/perl/Texinfo/Translations.pm (new_lang_translation): add
    new_lang_translation in Perl too, and use it to initialize lang
    translations arrays.  In addition to hiding to some extent the
    implementation details, it allows to mark in the code where the
    lang translations are initialized.
    
    * tta/C/convert/build_html_perl_state.c
    (switch_perl_lang_translations, build_html_translated_names),
    tta/C/main/convert_utils.c (definition_category_tree),
    tta/C/main/translations.c (new_lang_translation, get_lang_translation),
    tta/C/main/tree_types.h (LANG_TRANSLATION), tta/C/parsetexi/indices.c
    (complete_indices), tta/C/tree_elements/get_perl_tree_elements.c
    (get_lang_translations_sv), tta/perl/Texinfo/Convert/Utils.pm
    (switch_lang_translations, definition_category_tree),
    tta/perl/Texinfo/Translations.pm (translate_string)
    (cache_translate_string, complete_indices): pass COMMAND_LINE_ENCODING
    trought to new_lang_translation.  In new_lang_translation encode lang
    and pass it in lang translations objects.  Use the encoded lang in
    translate_string to set environment varibles, as should be.
    
    * tta/tests/Makefile.onetst, tta/tests/other/Makefile.am (EXTRA_DIST),
    tta/tests/other/list-of-tests
    (accented_lang_index_collation_documentlanguage_collation),
    tta/tests/other/accented_lang_index_collation.texi: new test of
    DOCUMENTLANGUAGE_COLLATION set with @documentlanguage with non-ascii
    non-latin1 characters.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Convert-Text.texi
    • doc/tta_api/api_includes/Texinfo-Convert-Utils.texi
    • doc/tta_api/api_includes/Texinfo-Translations.texi
    • tta/C/convert/build_html_perl_state.c
    • tta/C/convert/convert_html.c
    • tta/C/convert/converter.c
    • tta/C/convert/format_html.c
    • tta/C/convert/get_converter_perl_info.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/convert_to_text.c
    • tta/C/main/convert_to_text.h
    • tta/C/main/convert_utils.c
    • tta/C/main/convert_utils.h
    • tta/C/main/node_name_normalization.c
    • tta/C/main/translations.c
    • tta/C/main/translations.h
    • tta/C/main/tree_types.h
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/C/parsetexi/indices.c
    • tta/C/structuring_transfo/transformations.c
    • tta/C/tree_elements/get_perl_tree_elements.c
    • tta/C/tree_elements/get_perl_tree_elements.h
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/Texinfo/Example/ReadDocBook.pm
    • tta/perl/Texinfo/Example/TreeElementReadDocBook.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/XSTexinfo/reader_element/TreeElementConverterXS.xs
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl
    • tta/tests/Makefile.onetst
    • tta/tests/other/Makefile.am
    • tta/tests/other/accented_lang_index_collation.texi
    • tta/tests/other/list-of-tests
    • tta/tests/other/res_parser/accented_lang_index_collation_documentlanguage_collation/accented_lang_index_collation.1
    • tta/tests/other/res_parser/accented_lang_index_collation_documentlanguage_collation/accented_lang_index_collation.2
    • tta/tests/other/res_parser/accented_lang_index_collation_documentlanguage_collation/accented_lang_index_collation.txt
    • tta/tests/test_scripts/other_accented_lang_index_collation_documentlanguage_collation.sh
  2. Change #256451

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 26 Jan 2026 20:25:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 29a4cb7f683cd6202ac6f4da3d02c383c9ae0394

    Comments

    Update optional tests results

    Changed files

    • tta/tests/other/res_parser/highlight_syntax_example_pygments/chapter.html
    • tta/tests/tex_html/res_parser/formatting_singular/chapter.html
  3. Change #256455

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 26 Jan 2026 21:40:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3cd71a4176ea7136554c8187f873360a4ee150e3

    Comments

    * info/makedoc.c (process_one_file): prevent a warning with gcc -Wstringop-overflow.

    Changed files

    • ChangeLog
    • info/makedoc.c