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

Builder texinfo-solaris11-sparc Build #7324

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision1e563baff70c1f38f19ef0689983a5a2810bd048
Got Revision1e563baff70c1f38f19ef0689983a5a2810bd048
Changes10 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 52 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 3 mins, 18 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 15 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/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 7324 Build
codebase Build
got_revision 1e563baff70c1f38f19ef0689983a5a2810bd048 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 1e563baff70c1f38f19ef0689983a5a2810bd048 Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartTue Mar 3 21:13:48 2026
EndTue Mar 3 21:24:44 2026
Elapsed10 mins, 56 secs

All Changes:

:

  1. Change #259765

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:31:31
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d7e02080deeb283932909dfb8ea6ddf3d468a8bb

    Comments

    * tta/C/convert/format_html.c (html_direction_string): rename direction_string as html_direction_string.
    * tta/perl/Texinfo/Convert/HTML.pm,
    tta/perl/Texinfo/Convert/HTMLNonXS.pm (direction_string),
    tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs (direction_string): add XS
    interface for direction_string.
    
    * tta/C/convert/build_html_perl_info.c
    (html_pass_converter_initialization_state),
    tta/C/convert/build_html_perl_state.c (build_html_translated_names):
    do not pass nor reset direction_string converter hash, as nothing
    access the Perl data when going through the XS interface.

    Changed files

    • ChangeLog
    • tta/C/convert/build_html_perl_info.c
    • tta/C/convert/build_html_perl_state.c
    • tta/C/convert/format_html.c
    • tta/C/convert/format_html.h
    • tta/C/main/utils.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
  2. Change #259766

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:48:29
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3a397319ba3cda1e6ae84a7d653af4a61df97a3c

    Comments

    * tta/C/convert/html_prepare_converter.c (html_set_main_units_direction_names), tta/C/main/converter_types.h (CONVERTER), tta/C/main/utils.c (html_get_direction_index): setup an hash associating direction names to their index in main_units_direction_names while filling the array.  Use it in html_get_direction_index.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/converter_types.h
    • tta/C/main/utils.c
  3. Change #259767

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:52:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1e72b3fbe62bd482360bc21f0bd2a1c9d67467c6

    Comments

    * tta/C/convert/format_html.c (html_unit_is_top_output_unit): rename unit_is_top_output_unit as html_unit_is_top_output_unit.
    * tta/C/main/get_perl_info.c (get_output_unit_from_sv): add, based on
    find_root_command code.
    
    * tta/perl/Texinfo/Convert/HTML.pm,
    tta/perl/Texinfo/Convert/HTMLNonXS.pm (_get_top_unit)
    (unit_is_top_output_unit), tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
    (unit_is_top_output_unit): add an XS interface for
    unit_is_top_output_unit.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/format_html.h
    • tta/C/main/get_perl_info.c
    • tta/C/main/get_perl_info.h
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
  4. Change #259768

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:54:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6e4ed51652e18dfa733defe8ef1b4ff89f1909fd

    Comments

    * tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: fix names in strings used in warn message.  Modify 2 XS interface names.

    Changed files

    • ChangeLog
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
  5. Change #259769

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:54:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1b84a9239f7ceb08744f2c3d4a8daef8c998ef2c

    Comments

    * tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/HTMLNonXS.pm, tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: prepend _ to function names for functions that are not supposed to be called outside of HTML converter.
    * tta/perl/Texinfo/Convert/HTMLNonXS.pm
    (command_is_in_referred_command_stack),
    tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
    (command_is_in_referred_command_stack): rename
    _command_is_in_referred_command_stack as
    command_is_in_referred_command_stack.  Update callers.
    
    * tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs: remove
    _push_referred_command_stack_command and _pop_referred_command_stack
    XS interfaces, the functions are only called from already overriden
    functions.

    Changed files

    • ChangeLog
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
  6. Change #259770

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:57:06
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f713f3f9ff04359733ce99875e7a8acfd9f0d92a

    Comments

    * tta/perl/Makefile.am (dist_modules_DATA), tta/perl/Texinfo/Indices.pm (BEGIN), tta/perl/Texinfo/IndicesNonXS.pm, tta/perl/XSTexinfo/parser_document/IndicesXS.xs: add IndicesNonXS.pm based on Indices.pm for the code also in the XS interface.  Add loading of XS module in Indices.pm.
    Remove tta/perl/Texinfo/IndicesXS.pm.

    Changed files

    • ChangeLog
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Indices.pm
    • tta/perl/Texinfo/IndicesNonXS.pm
    • tta/perl/Texinfo/IndicesXS.pm
    • tta/perl/XSTexinfo/parser_document/IndicesXS.xs
  7. Change #259771

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:59:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 924bf5501e35828d6c31c41cfff9c90a2abd3df1

    Comments

    * tta/perl/Texinfo/Config.pm, tta/perl/Texinfo/Convert/HTML.pm, tta/perl/Texinfo/Convert/Plaintext.pm, tta/perl/Texinfo/Convert/Unicode.pm, tta/perl/Texinfo/Example/TreeElementConverter.pm, tta/perl/Texinfo/ParserNonXS.pm: make $module_loaded a file scoped my variable.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Config.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/HTMLNonXS.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/Unicode.pm
    • tta/perl/Texinfo/Example/TreeElementConverter.pm
    • tta/perl/Texinfo/ParserNonXS.pm
  8. Change #259772

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:59:27
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ba64b75ac018282e8a290666eb1b370dad8f5d2e

    Comments

    Change in comments

    Changed files

    • ChangeLog
    • tta/C/main/translations.c
    • tta/C/tree_elements/build_perl_tree_elements.c
    • tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
    • tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
  9. Change #259773

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 20:59:49
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 981ac902aab9a3cab28cacaba8da141d34d54517

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (table_item_content_tree): rename table_item_content_tree_noxs as table_item_content_tree. Update callers.
    * tta/C/main/get_perl_info.c (get_messages_from_sv),
    tta/perl/Texinfo/Convert/Converter.pm,
    tta/perl/Texinfo/Convert/ConverterNonXS.pm
    (merge_converter_error_messages_lists),
    tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
    (merge_converter_error_messages_lists): add get_messages_from_sv, and
    use it in merge_converter_error_messages_lists to get messages from
    the Perl object if a C converter could not be found.  Move
    merge_converter_error_messages_lists_noxs code to
    merge_converter_error_messages_lists in ConverterNonXS.pm.  Remove
    merge_converter_error_messages_lists_noxs.

    Changed files

    • ChangeLog
    • tta/C/main/get_perl_info.c
    • tta/C/main/get_perl_info.h
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/ConverterNonXS.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Example/TreeElementConverter.pm
    • tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
  10. Change #259774

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 03 Mar 2026 21:01:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1e563baff70c1f38f19ef0689983a5a2810bd048

    Comments

    * tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs (_XS_texinfo_convert_tree): rename plain_texinfo_convert_tree as _XS_texinfo_convert_tree.
    * tta/perl/Texinfo/Convert/Texinfo.pm (_convert_to_texinfo): rename
    convert_to_texinfoNonXS as _convert_to_texinfo.
    
    * tta/perl/Texinfo/Convert/Texinfo.pm (BEGIN, convert_to_texinfo),
    tta/perl/Texinfo/Convert/TexinfoNonXS.pm (_XS_texinfo_convert_tree),
    tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs
    (_XS_texinfo_convert_tree): have _XS_texinfo_convert_tree return undef
    if the C data is not found.  Override _XS_texinfo_convert_tree in
    TexinfoNonXS.pm, returning undef.  Define convert_to_texinfo in
    Texinfo.pm, by calling _XS_texinfo_convert_tree and switching to Perl
    implementation if _XS_texinfo_convert_tree returns undef.
    
    * tta/perl/Makefile.am (dist_convertmodules_DATA): remove
    Texinfo/Convert/TexinfoXS.pm.

    Changed files

    • ChangeLog
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Convert/Texinfo.pm
    • tta/perl/Texinfo/Convert/TexinfoNonXS.pm
    • tta/perl/Texinfo/Convert/TexinfoXS.pm
    • tta/perl/XSTexinfo/convert/ConvertToTexinfoXS.xs