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

Builder texinfo-solaris10-sparc Build #5452

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. shell './autogen.sh' ( 35 mins, 1 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 53 secs )
    1. stdio
  4. shell_2 'gmake all' ( 16 mins, 5 secs )
    1. stdio
  5. shell_3 'gmake check' ( 52 mins, 32 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 5452 Build
codebase Build
got_revision c2f1527fecd602aff95445d571f1255da61dd454 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision c2f1527fecd602aff95445d571f1255da61dd454 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 5 09:40:24 2025
EndWed Mar 5 11:29:17 2025
Elapsed1 hrs, 48 mins, 52 secs

All Changes:

:

  1. Change #223874

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 05 Mar 2025 08:50:31
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 614d527d5f5e960cb9c164994061a605fb42e06d

    Comments

    * tta/perl/Texinfo/Indices.pm (print_indices_information): add print_indices_information that returns textual information on the indices, but not on the index entries.
    * tta/perl/t/test_utils.pl (test): use print_indices_information
    as information on indices for tests.

    Changed files

    • ChangeLog
    • tta/TODO
    • tta/perl/Texinfo/Indices.pm
    • tta/perl/t/results/alias/alias_of_added_index.pl
    • tta/perl/t/results/alias/alias_of_added_index_before_added_index.pl
    • tta/perl/t/results/conditionals/command_conditionals_user_defined.pl
    • tta/perl/t/results/converters_tests/printindex_merged_indices_code_style.pl
    • tta/perl/t/results/indices/complex_recursive_synindex.pl
    • tta/perl/t/results/indices/def_syn_indices.pl
    • tta/perl/t/results/indices/default_cp_index_and_one_letter_syncodeindex.pl
    • tta/perl/t/results/indices/double_syncodeindex.pl
    • tta/perl/t/results/indices/empty_added_index_entry.pl
    • tta/perl/t/results/indices/explicit_sort_key.pl
    • tta/perl/t/results/indices/print_merged_index.pl
    • tta/perl/t/results/indices/recursive_synindex.pl
    • tta/perl/t/results/indices/same_index_entry_merged_indices.pl
    • tta/perl/t/results/indices/syncode_index_print_both.pl
    • tta/perl/t/results/indices/syncodeindex_to_plain.pl
    • tta/perl/t/results/indices/unknown_then_known_index_entry.pl
    • tta/perl/t/results/indices/wrong_synindex.pl
    • tta/perl/t/results/info_tests/colon_in_index_entry.pl
    • tta/perl/t/results/linemacro/empty_last_argument.pl
    • tta/perl/t/results/macro/macro_alias_definfoenclose_defindex.pl
    • tta/perl/t/results/macro/macro_before_specific_line_command_args.pl
    • tta/perl/t/results/macro/macro_in_index_commands.pl
    • tta/perl/t/results/misc_commands/index_entries.pl
    • tta/perl/t/results/misc_commands/simple.pl
    • tta/perl/t/results/value/value_in_index_commands.pl
    • tta/perl/t/test_utils.pl
  2. Change #223875

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 05 Mar 2025 09:05:29
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 30fabf4c340e71d95944c603b7cba22431b9cb24

    Comments

    * tta/perl/Texinfo/Document.pm (print_document_indices_information), tta/perl/t/test_utils.pl (test): add wrapper around Texinfo::Indices::print_indices_information that is called with the document, to be able to do an XS override.  Call it in test.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Document.pm
    • tta/perl/t/test_utils.pl
  3. Change #223876

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 05 Mar 2025 09:38:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c2f1527fecd602aff95445d571f1255da61dd454

    Comments

    * tta/C/convert/html_prepare_converter.c (html_initialize_output_state), tta/C/main/manipulate_indices.c (compare_index_name, sort_index_names): move code used to sort index names from html_prepare_converter.c to manipulate_indices.c.
    * tta/C/main/document.c (print_document_indices_information),
    tta/C/main/manipulate_indices.c (print_indices_information),
    tta/perl/Texinfo/Document.pm (%XS_overrides),
    tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    (print_document_indices_information), tta/perl/t/test_utils.pl (test):
    implement print_document_indices_information and
    print_indices_information in C and add an XS interface.

    Changed files

    • ChangeLog
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/document.c
    • tta/C/main/document.h
    • tta/C/main/manipulate_indices.c
    • tta/C/main/manipulate_indices.h
    • tta/TODO
    • tta/perl/Texinfo/Document.pm
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    • tta/perl/t/test_utils.pl