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

Builder texinfo-solaris11-i386 Build #6766

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 24 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 9 mins, 38 secs )
    1. stdio
  5. shell_3 'gmake check' ( 15 mins, 26 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6766 Build
codebase Build
got_revision aee858baacffd05cbbe5ebc283079fa4b5a33c51 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision aee858baacffd05cbbe5ebc283079fa4b5a33c51 Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartMon Aug 11 00:36:36 2025
EndMon Aug 11 01:11:54 2025
Elapsed35 mins, 18 secs

All Changes:

:

  1. Change #242637

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 11 Aug 2025 00:27:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 45b523b796a703cc5d5ab7f1e354750d58186f35

    Comments

    * tta/C/main/manipulate_tree.c (copy_associated_info), tta/C/main/tree.c (destroy_associated_info), tta/C/main/tree_types.h (INDEX_ENTRY_LOCATION), tta/C/parsetexi/indices.c (enter_index_entry), tta/C/structuring_transfo/transformations.c (relate_index_entries_to_table_items_in): do a copy of the index name in INDEX_ENTRY_LOCATION index_entry in extra information.  That way, the element can outlive the indices information.

    Changed files

    • ChangeLog
    • tta/C/main/manipulate_tree.c
    • tta/C/main/tree.c
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/indices.c
    • tta/C/structuring_transfo/transformations.c
  2. Change #242638

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 11 Aug 2025 00:27:10
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1656c382fbfa42a1bce274b8a1e17de2b64abcf6

    Comments

    * tta/perl/Texinfo/ManipulateTree.pm (_copy_tree, copy_contents) (copy_contentsNonXS): handle an tree without contents in input of copy_contents and copy_contentsNonXS.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/ManipulateTree.pm
  3. Change #242639

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 11 Aug 2025 00:27:10
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision aee858baacffd05cbbe5ebc283079fa4b5a33c51

    Comments

    * tta/C/main/build_perl_info.c (new_element_perl_data) (element_to_perl_hash), tta/C/main/tree.c (destroy_element): do not retain an additional reference in new_element_perl_data, and consistently do not remove an HV reference in destroy_element. Call newSVsv instead of SvREFHVCNT_inc in element_to_perl_hash.
    * tta/C/main/build_perl_info.c (build_elements_list)
    (fill_document_hv, store_document_texinfo_tree): use newSVsv instead
    of SvREFHVCNT_inc.
    
    * tta/C/main/build_perl_info.c (build_perl_const_element_array)
    (build_perl_directions, build_extra_misc_args)
    (build_extra_index_entry): do not retain an additional reference
    to the AV/HV.
    
    * tta/C/main/build_perl_info.c (build_perl_array)
    (build_perl_container): return an AV.  Update caller.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/C/main/tree.c
    • tta/TODO