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

Builder texinfo-solaris11-sparc Build #6858

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionc4f3b7b2c46eff7c9d9c5a0edd6cb292e379b2d8
Got Revisionc4f3b7b2c46eff7c9d9c5a0edd6cb292e379b2d8
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 8 mins, 9 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 14 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 3 mins, 2 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 8 mins, 25 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 6858 Build
codebase Build
got_revision c4f3b7b2c46eff7c9d9c5a0edd6cb292e379b2d8 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision c4f3b7b2c46eff7c9d9c5a0edd6cb292e379b2d8 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:

StartFri Aug 1 00:36:43 2025
EndFri Aug 1 00:57:44 2025
Elapsed21 mins, 1 secs

All Changes:

:

  1. Change #241523

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 01 Aug 2025 00:29:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4b771ce378430cc001672a8113b87ab22209969c

    Comments

    Add comments related to ref counting in Perl. Minor changes

    Changed files

    • tta/C/main/build_perl_info.c
    • tta/C/main/document.c
    • tta/C/main/tree.c
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/texi2any.pl
  2. Change #241524

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 01 Aug 2025 00:29:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c4f3b7b2c46eff7c9d9c5a0edd6cb292e379b2d8

    Comments

    Remove parent information for text elements
    * tta/C/structuring_transfo/transformations.c
    (protect_hashchar_at_line_beginning_internal),
    tta/perl/Texinfo/Transformations.pm
    (_protect_hashchar_at_line_beginning): instead of processing text
    elements, process elements with contents, such that it is easier to
    find the position of the text with regard to end of lines.
    
    * tta/C/main/tree.c (add_element_to_element_contents)
    (insert_into_contents_as_array): add insert_into_contents_as_array.
    Add add_element_to_element_contents that works both for text elements
    and other types of elements.
    
    * tta/C/main/tree_types.h (CONTAINER, ELEMENT),
    tta/C/parsetexi/debug_parser.c (print_element_debug_parser),
    tta/C/main/build_perl_info.c (element_to_perl_hash),
    tta/C/convert/swig_interface.c (txi_ext_element_parent),
    tta/C/main/debug.c (print_element_debug), tta/C/*/*.c,
    tta/perl/Texinfo/*.pm, tta/perl/Texinfo/ParserNonXS.pm
    (_split_element_delimiters, _split_element_def_args),
    tta/perl/XSTexinfo/reader_element/TreeElementXS.xs: do not set parent
    for text elements, considering that the structure information should
    be with the parent already.  Use add_to_contents_as_array and
    insert_into_contents_as_array to add text elements to contents, move
    the parent field from ELEMENT to CONTAINER, check if text element, or,
    in Perl, if there is already a parent to determine if the parent
    should be set.
    
    * tta/C/main/manipulate_tree.c (protect_text),
    tta/perl/Texinfo/ManipulateTree.pm (_protect_text): do not set the
    parent of the added @comma or @asis commands.
    
    * tta/perl/Texinfo/ManipulateTree.pm (element_print_details): add.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/convert/swig_interface.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/convert_to_text.c
    • tta/C/main/convert_utils.c
    • tta/C/main/debug.c
    • tta/C/main/floats.c
    • tta/C/main/get_perl_info.c
    • tta/C/main/manipulate_tree.c
    • tta/C/main/tree.c
    • tta/C/main/tree.h
    • tta/C/main/tree_types.h
    • tta/C/main/unicode.c
    • tta/C/main/utils.c
    • tta/C/parsetexi/api.c
    • tta/C/parsetexi/close.c
    • tta/C/parsetexi/debug_parser.c
    • tta/C/parsetexi/def.c
    • tta/C/parsetexi/end_line.c
    • tta/C/parsetexi/handle_commands.c
    • tta/C/parsetexi/indices.c
    • tta/C/parsetexi/macro.c
    • tta/C/parsetexi/menus.c
    • tta/C/parsetexi/multitable.c
    • tta/C/parsetexi/parser.c
    • tta/C/parsetexi/separator.c
    • tta/C/parsetexi/source_marks.c
    • tta/C/structuring_transfo/structuring.c
    • tta/C/structuring_transfo/transformations.c
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/XSTexinfo/reader_element/TreeElementXS.xs