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

Builder texinfo-solaris11-i386 Build #6445

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision7dffa3ad5a2f14c5496de826bb7bf96526517c07
Got Revision7dffa3ad5a2f14c5496de826bb7bf96526517c07
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartFri May 23 13:54:49 2025
EndFri May 23 14:29:22 2025
Elapsed34 mins, 33 secs

All Changes:

:

  1. Change #230591

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 23 May 2025 11:58:52
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1119a7972fc2914df02b624285dea0fad51a4907

    Comments

    * tta/C/main/structure_list.c (new_const_node_structure_list) (reallocate_const_node_structure_list) (add_to_const_node_structure_list), tta/C/main/tree_types.h (CONST_NODE_STRUCTURE_LIST): new type for a list of const node structure and associated functions.
    * tta/C/structuring_transfo/structuring.c
    (get_node_node_childs_from_sectioning),
    tta/perl/Texinfo/Structuring.pm
    (get_node_node_childs_from_sectioning): use CONST_NODE_STRUCTURE_LIST.
    Store node structure information instead of node tree elements.
    Update callers.
    
    * tta/C/structuring_transfo/structuring.c (new_node_menu_entry)
    (new_complete_node_menu), tta/C/structuring_transfo/transformations.c
    (complete_node_menu, complete_tree_nodes_menus_in_document),
    tta/perl/Texinfo/Structuring.pm (new_node_menu_entry)
    (new_complete_node_menu), tta/perl/Texinfo/Transformations.pm
    (_complete_node_menu, complete_tree_nodes_menus_in_document)
    (complete_tree_nodes_missing_menu): pass a node structure in argument
    of new_node_menu_entry, remove nodes_list argument.  Update callers.
    Remove nodes_list complete_node_menu, new_complete_node_menu and
    complete_tree_nodes_menus_in_document arguments.  Update callers.

    Changed files

    • ChangeLog
    • doc/tta_api/api_includes/Texinfo-Structuring.texi
    • tta/C/convert/format_html.c
    • tta/C/main/structure_list.c
    • tta/C/main/structure_list.h
    • tta/C/main/tree_types.h
    • tta/C/structuring_transfo/structuring.c
    • tta/C/structuring_transfo/structuring.h
    • tta/C/structuring_transfo/transformations.c
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
  2. Change #230592

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 23 May 2025 13:43:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7dffa3ad5a2f14c5496de826bb7bf96526517c07

    Comments

    * tta/C/convert/format_html.c (html_convert_heading_command), tta/perl/Texinfo/Convert/HTML.pm (_convert_heading_command), tta/perl/init/book.pm (book_convert_heading_command): reorganize code by determining early section_structure or node_structure to avoid redundant code.  No functional change intended.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/init/book.pm