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

Builder texinfo-solaris10-sparc Build #5491

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionfffd7a5c034d1421001e9cebc7023c4a4f4f9904
Got Revisionfffd7a5c034d1421001e9cebc7023c4a4f4f9904
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell './autogen.sh' ( 29 mins, 14 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 55 secs )
    1. stdio
  4. shell_2 'gmake all' ( 21 mins, 1 secs )
    1. stdio
  5. shell_3 'gmake check' ( 50 mins, 57 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 5491 Build
codebase Build
got_revision fffd7a5c034d1421001e9cebc7023c4a4f4f9904 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision fffd7a5c034d1421001e9cebc7023c4a4f4f9904 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. Patrice Dumas

Timing:

StartWed Mar 19 23:49:26 2025
EndThu Mar 20 01:35:47 2025
Elapsed1 hrs, 46 mins, 20 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
  2. Change #225414

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

    Comments

    * tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs (copy_tree): add added_root_elements argument, and pass added_root_elements elements references from C to the Perl array.

    Changed files

    • ChangeLog
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs
  3. Change #225417

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 19 Mar 2025 23:17:05
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision fffd7a5c034d1421001e9cebc7023c4a4f4f9904

    Comments

    * tta/C/main/manipulate_tree.c (set_element_tree_numbers): free debug_str.
    Update TODO and comments.

    Changed files

    • ChangeLog
    • tta/C/main/manipulate_tree.c
    • tta/TODO
    • tta/perl/t/html_tests.t