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

Builder texinfo-solaris11-sparc Build #6581

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 18 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 9 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 48 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 41 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-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 6581 Build
codebase Build
got_revision 2134dcf0bc89e0cc0ebf25fd49be0a9eae7ba136 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2134dcf0bc89e0cc0ebf25fd49be0a9eae7ba136 Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartMon Jun 2 17:04:51 2025
EndMon Jun 2 17:14:54 2025
Elapsed10 mins, 2 secs

All Changes:

:

  1. Change #231260

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 02 Jun 2025 16:56:28
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2134dcf0bc89e0cc0ebf25fd49be0a9eae7ba136

    Comments

    Use identifier_target argument to get Top node
    * tta/perl/Texinfo/Structuring.pm (_set_top_node_next):
    Retrieve "Top" node from $identifier_target argument, rather
    than checking normalized node name.
    
    * tta/C/structuring_transfo/structuring.c
    (set_top_node_next, construct_nodes_tree): Use find_identifier_target
    instead of strcmp on normalized node name to find Top node, matching
    the pure Perl code.

    Changed files

    • ChangeLog
    • tta/C/structuring_transfo/structuring.c
    • tta/perl/Texinfo/Structuring.pm