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

Builder texinfo-solaris11-sparc Build #6580

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './autogen.sh' ( 7 mins, 3 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 59 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 6580 Build
codebase Build
got_revision 589c35738905c53afd8c0517286a4d3f8252ff57 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 589c35738905c53afd8c0517286a4d3f8252ff57 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:

StartMon Jun 2 16:15:08 2025
EndMon Jun 2 16:27:18 2025
Elapsed12 mins, 9 secs

All Changes:

:

  1. Change #231257

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 02 Jun 2025 15:39:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision fe2d24c12c5ec0353e83f778713664de91afaaa9

    Comments

    * tta/C/main/manipulate_tree.c (print_tree_details) (tree_print_details), tta/perl/Texinfo/ManipulateTree.pm (print_tree_details, tree_print_details, print_element_details), tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs (tree_print_details): rename print_element_details as print_tree_details and print_tree_details as tree_print_details. Keep print_element_details in Perl with the code corresponding to one element details printing.

    Changed files

    • ChangeLog
    • tta/C/main/manipulate_tree.c
    • tta/C/main/manipulate_tree.h
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl
  2. Change #231258

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 02 Jun 2025 15:41:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ae48ec1aa3cfceb240784e5a991884c35626a599

    Comments

    * tta/C/main/output_unit.c (print_output_units_details), tta/C/texi2any.c (main): replace print_element_details by print_tree_details and print_tree_details by tree_print_details).

    Changed files

    • ChangeLog
    • tta/C/main/manipulate_tree.h
    • tta/C/main/output_unit.c
    • tta/C/texi2any.c
  3. Change #231259

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 02 Jun 2025 15:41:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 589c35738905c53afd8c0517286a4d3f8252ff57

    Comments

    Calling initialization of interface for Tree elements in Perl
    * tta/perl/Makefile.am (dist_modules_DATA),
    tta/perl/Texinfo/TreeElement.pm (new, *): preliminary programming
    interface for Texinfo tree elements.
    
    * tta/perl/Texinfo/Common.pm, tta/perl/Texinfo/Convert/*.pm,
    tta/perl/Texinfo/Document.pm, tta/perl/Texinfo/Indices.pm,
    tta/perl/Texinfo/ManipulateTree.pm (_copy_tree,
    element_number_or_error, _print_element_associated_info) (modify_tree,
    protect_first_parenthesis), tta/perl/Texinfo/OutputUnits.pm,
    tta/perl/Texinfo/ParserNonXS.pm, tta/perl/Texinfo/Structuring.pm,
    tta/perl/Texinfo/Transformations.pm, tta/perl/Texinfo/Translations.pm,
    tta/perl/init/documentation_examples.pm,
    tta/perl/t/init/index_direction_from_index_name.pm,
    tta/perl/t/z_misc/01use.t, tta/perl/t/z_misc/test_tree_copy.t: call
    Texinfo::TreeElement::new for each tree element initialization.
    
    * tta/perl/Texinfo/ManipulateTree.pm (_print_element_associated_info):
    change order of conditional.

    Changed files

    • ChangeLog
    • tta/TODO
    • tta/perl/Makefile.am
    • tta/perl/Texinfo/Common.pm
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/Texinfo.pm
    • tta/perl/Texinfo/Convert/TexinfoMarkup.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/Indices.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/Texinfo/TreeElement.pm
    • tta/perl/init/documentation_examples.pm
    • tta/perl/t/init/index_direction_from_index_name.pm
    • tta/perl/t/z_misc/01use.t
    • tta/perl/t/z_misc/test_tree_copy.t