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

Builder texinfo-solaris11-i386 Build #6466

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 0 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 24 secs )
    1. stdio
  4. shell_2 'gmake all' ( 9 mins, 3 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6466 Build
codebase Build
got_revision 17627fee620620100f32c48a26c57c4506662667 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 17627fee620620100f32c48a26c57c4506662667 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. Gavin Smith

Timing:

StartSat May 31 03:56:00 2025
EndSat May 31 04:15:51 2025
Elapsed19 mins, 51 secs

All Changes:

:

  1. Change #231062

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 31 May 2025 03:41:47
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 17627fee620620100f32c48a26c57c4506662667

    Comments

    Simplify node directions check
    * tta/perl/Texinfo/Structuring.pm,
    * tta/C/structuring_transfo/structuring.c (check_node_tree_menu_structure):
    Do not use 'node directions' object to check for nodes that have
    no directions information.
    Instead, re-use a check for whether sectioning directions could
    be followed, placing code in an "else" clause.
    This is possible because the 'node directions' were set in
    construct_nodes_tree using very similar logic to that used to follow
    the sectioning directions.
    
    This affects the outcome of a small number of tests where the "previous"
    node direction was set to the Top node, which isn't included in the
    original sectioning directions themselves.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/t/results/indices/index_split.pl
    • tta/perl/t/results/indices/index_split_split_chapter_no_nodes.pl