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

Builder texinfo-solaris10-sparc Build #5695

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell './autogen.sh' ( 28 mins, 45 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 57 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 30 secs )
    1. stdio
  5. shell_3 'gmake check' ( 52 mins, 55 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 5695 Build
codebase Build
got_revision 8236933c5dd6410ee4670e3e5648b7044080d976 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8236933c5dd6410ee4670e3e5648b7044080d976 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

Timing:

StartSun Jul 13 03:02:00 2025
EndSun Jul 13 04:42:20 2025
Elapsed1 hrs, 40 mins, 19 secs

All Changes:

:

  1. Change #239661

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 13 Jul 2025 01:34:32
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 277433ecbce0234d5147043294686ef0be8e7361

    Comments

    Revise node pointer checking
    * tta/C/structuring_transfo/structuring.c (check_node_tree_menu_structure),
    * tta/perl/Texinfo/Structuring.pm (check_node_tree_menu_structure):
    Report line number of menu entry rather than node line.  Although
    the user's mistake could be in either place, it would be harder for
    them to find the menu entry, especially considering a node could be
    listed in more than one place in a menu.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/t/results/html_tests/check_htmlxref.pl
    • tta/perl/t/results/html_tests/check_htmlxref_ignore_ref_top_up.pl
    • tta/perl/t/results/html_tests/check_htmlxref_menu.pl
    • tta/perl/t/results/html_tests/check_htmlxref_no_use_nodes.pl
    • tta/perl/t/results/info_tests/quote_node_names_info.pl
    • tta/perl/t/results/moresectioning/complex.pl
    • tta/perl/t/results/moresectioning/complex_split_at_node.pl
    • tta/perl/t/results/moresectioning/non_automatic_top_node_up_url.pl
    • tta/perl/t/results/moresectioning/rec_nodes.pl
    • tta/perl/t/results/plaintext_tests/quote_node_names.pl
    • tta/perl/t/results/sectioning/loop_nodes.pl
    • tta/perl/t/results/sectioning/node_up_external_node.pl
  2. Change #239663

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 13 Jul 2025 02:02:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5e18d8aea16bc3455dcf6e7e3425f8684dfb0aac

    Comments

    Save condition in variable
    * tta/C/structuring_transfo/structuring.c
    (check_nodes_are_referenced, sectioning_structure, check_menu_entry)
    (construct_nodes_tree, check_node_tree_menu_structure)
    (associate_internal_references): Set variable for checking DEBUG
    in options for passing to message_list_command_warn rather than
    repeating the condition.  This helps to shorten the code.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
  3. Change #239665

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 13 Jul 2025 02:31:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8236933c5dd6410ee4670e3e5648b7044080d976

    Comments

    Move set_menus_node_directions call
    * tta/perl/Texinfo/Structuring.pm,
    * tta/C/structuring_transfo/structuring.c
    (complete_node_tree_with_menus, check_node_tree_menu_structure):
    Call set_menus_node_directions in complete_node_tree_with_menus
    rather than check_node_tree_menu_structure as 'menu_directions'
    are no longer used in the latter.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/t/results/converters_tests/non_empty_part.pl
    • tta/perl/t/results/converters_tests/non_empty_part_no_top_node_output.pl
    • tta/perl/t/results/info_tests/quote_node_names_info.pl
    • tta/perl/t/results/plaintext_tests/quote_node_names.pl