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

Builder texinfo-solaris11-sparc Build #6485

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 24 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 11 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 46 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 5 mins, 34 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 6485 Build
codebase Build
got_revision 3dcafd9770de4c0f9e9b297ded1dee21bb026f1f Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 3dcafd9770de4c0f9e9b297ded1dee21bb026f1f 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. Patrice Dumas

Timing:

StartWed Mar 19 22:31:20 2025
EndWed Mar 19 22:46:20 2025
Elapsed15 mins, 0 secs

All Changes:

:

  1. Change #225408

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 19 Mar 2025 22:13:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3dcafd9770de4c0f9e9b297ded1dee21bb026f1f

    Comments

    Do not copy extra elements except for full document trees
    * tta/C/main/manipulate_tree.c (copy_associated_info)
    (copy_tree_internal, remove_associated_copy_info)
    (remove_element_copy_info, copy_tree, copy_contents),
    tta/perl/Texinfo/ManipulateTree.pm (_copy_tree)
    (_remove_element_copy_info, copy_tree, copy_treeNonXS),
    tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs
    (copy_tree), tta/perl/t/z_misc/test_tree_copy.t: add other_trees
    argument to copy_associated_info and copy_tree_internal and
    _copy_tree.  If not set, do not follow extra elements except for
    node_content and node_manual.  Add added_root_elements argument to
    copy_tree, copy_contents and remove_associated_copy_info.  If set, set
    other_trees and also gather the copied tree elements that are root
    elements (without parent) and are not the the copied element.  Update
    callers such that added_root_elements is not set, except in the XS
    interface and in test_tree_copy.t.
    
    * tta/C/main/manipulate_tree.c (set_element_tree_numbers): add a
    warning when EF_copy or EF_numbered is already set and an element
    should be numbered.  Comment out the warning about EF_numbered as it
    already happens.

    Changed files

    • ChangeLog
    • tta/C/convert/converter.c
    • tta/C/convert/format_html.c
    • tta/C/main/convert_to_text.c
    • tta/C/main/convert_utils.c
    • tta/C/main/convert_utils.h
    • tta/C/main/manipulate_tree.c
    • tta/C/main/manipulate_tree.h
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/end_line.c
    • tta/C/parsetexi/indices.c
    • tta/C/structuring_transfo/structuring.c
    • tta/C/structuring_transfo/transformations.c
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs
    • tta/perl/t/z_misc/test_tree_copy.t