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

Builder texinfo-solaris10-sparc Build #5574

Results:

Failed shell shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell './autogen.sh' failed ( 57 mins, 58 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 34 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 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 5574 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-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:

StartSat May 31 03:55:58 2025
EndSat May 31 04:58:49 2025
Elapsed1 hrs, 2 mins, 50 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