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

Builder texinfo-solaris11-sparc Build #6534

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 33 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 9 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 50 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 51 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 6534 Build
codebase Build
got_revision ac957d1e35fd383ac3360cc50b1fcd63743fc9fe Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision ac957d1e35fd383ac3360cc50b1fcd63743fc9fe 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 May 14 16:07:14 2025
EndWed May 14 16:24:48 2025
Elapsed17 mins, 34 secs

All Changes:

:

  1. Change #229731

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 14 May 2025 12:01:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 33510d5a99ce2ce462898ae3c19735bc349a6dbd

    Comments

    * perl/Texinfo/Convert/HTML.pm (_html_set_pages_files): avoid spurious autovivification.
    * tta/C/main/structure_list.c (reallocate_node_structure_for)
    (insert_into_section_structure_list): add.
    
    * tta/C/structuring_transfo/transformations.c
    (fill_gaps_in_sectioning_in_document),
    tta/perl/Texinfo/Transformations.pm
    (fill_gaps_in_sectioning_in_document): update sections_list and
    section_number extra.
    
    * tta/C/structuring_transfo/transformations.c (reassociate_to_node)
    (insert_nodes_for_sectioning_commands),
    tta/perl/Texinfo/Transformations.pm (_reassociate_to_node)
    (insert_nodes_for_sectioning_commands): reset node index taking into
    account the added nodes.  Use node structure in reassociate_to_node.

    Changed files

    • ChangeLog
    • Pod-Simple-Texinfo/tests/reference_test_empty_head2.texi
    • tta/C/main/structure_list.c
    • tta/C/main/structure_list.h
    • tta/C/structuring_transfo/transformations.c
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/t/results/transformations/insert_nodes_for_sectioning_commands.pl
  2. Change #229733

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Wed 14 May 2025 15:48:46
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ac957d1e35fd383ac3360cc50b1fcd63743fc9fe

    Comments

    * tta/C/parsetexi/labels.c (set_labels_identifiers_target), tta/C/parsetexi/parser.c (parse_texi): get the sections number in argument and use it to set the number of buckets, to preemptively add buckets in case there are no nodes associated to sections and they are associated afterwards.  Also always initialize the hash map.
    * tta/C/main/build_perl_info.c (fill_document_hv),
    tta/perl/Texinfo/Document.pm (new_document): always initialize nodes,
    sections and headings lists, such that the array references associated
    to document are modified (in pure Perl).
    
    * tta/C/structuring_transfo/transformations.c
    (fill_gaps_in_sectioning_in_document): do not set
    new_section_structure as it is not used.
    
    * tta/C/structuring_transfo/transformations.c
    (fill_gaps_in_sectioning_in_document)
    (insert_nodes_for_sectioning_commands): add F_DOCM_nodes_list or
    F_DOCM_sections_list when needed.
    
    * tta/perl/Makefile.tres, tta/perl/t/transformations.t
    (test_fill_gaps_in_sectioning)
    (test_fill_gaps_in_sectioning_insert_nodes)
    (test_insert_nodes_with_empty_headings): add tests for the situations
    occuring in Pod-Simple-Texinfo tests.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/C/parsetexi/labels.c
    • tta/C/parsetexi/labels.h
    • tta/C/parsetexi/parser.c
    • tta/C/structuring_transfo/transformations.c
    • tta/TODO
    • tta/perl/Makefile.tres
    • tta/perl/Texinfo/Document.pm
    • tta/perl/t/results/transformations/test_fill_gaps_in_sectioning.pl
    • tta/perl/t/results/transformations/test_fill_gaps_in_sectioning_insert_nodes.pl
    • tta/perl/t/results/transformations/test_insert_nodes_with_empty_headings.pl
    • tta/perl/t/transformations.t