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

Builder texinfo-solaris10-sparc Build #5587

Results:

Failed shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision02f17af3c519e520fcc090be4ff4f6432b0fca17
Got Revision02f17af3c519e520fcc090be4ff4f6432b0fca17
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell './autogen.sh' ( 32 mins, 55 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 34 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 26 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 33 mins, 19 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 5587 Build
codebase Build
got_revision 02f17af3c519e520fcc090be4ff4f6432b0fca17 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 02f17af3c519e520fcc090be4ff4f6432b0fca17 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:

StartWed Jun 4 22:25:46 2025
EndWed Jun 4 23:51:16 2025
Elapsed1 hrs, 25 mins, 29 secs

All Changes:

:

  1. Change #231373

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 04 Jun 2025 22:13:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 02f17af3c519e520fcc090be4ff4f6432b0fca17

    Comments

    Separate explicit node pointer checking
    * tta/perl/Texinfo/Structuring.pm (check_node_tree_menu_structure),
    * tta/C/structuring_transfo/structuring.c (check_node_tree_menu_structure):
    Check for mismatch between sectioning and menu directions
    where both are defined in the same block of code handling menu
    directions defined but no sectioning directions.  Do not refer to
    'node_directions' that was set in 'construct_nodes_tree' based
    both on explicit menu directions and sectioning.  Only look at
    'node_directions' if pointers were not automatically determined
    for a node.
    
    This will allow for reworking of these error messages without
    affecting errors about explicit node pointers.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/t/results/info_tests/recursive_down_menu.pl