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

Builder texinfo-solaris10-sparc Build #5832

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe
Got Revision926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 38 secs )
    1. stdio
  2. shell './autogen.sh' ( 41 mins, 35 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 2 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 8 mins, 13 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 57 mins, 0 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 5832 Build
codebase Build
got_revision 926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe 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:

StartSun Aug 10 16:02:47 2025
EndSun Aug 10 17:56:17 2025
Elapsed1 hrs, 53 mins, 30 secs

All Changes:

:

  1. Change #242621

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 10 Aug 2025 12:43:54
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b366490989ab4bd399947bb33eeb05554240a64a

    Comments

    * tta/perl/Texinfo/ParserNonXS.pm (%parser_document_state_initialization, _move_last_space_to_element) (_parse_texi): do not initialize current_node, current_section, current_part and internal_space_holder to undef, and delete them to unset them. Update users.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/ParserNonXS.pm
  2. Change #242622

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 10 Aug 2025 12:56:58
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 90fc2bd73b521b2e6a3d600e63f1589f779013f0

    Comments

    * tta/perl/Texinfo/ParserNonXS.pm (_get_current_node_relations): simplify condition, the current node is always registered in nodes_list.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/ParserNonXS.pm
  3. Change #242623

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 10 Aug 2025 13:19:58
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 59cb6811be3a3ae924adea1842f535d2f3e0c49e

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (float_name_caption): copy tree in substrings to be able to destroy the tree afterwards.
    * tta/perl/Texinfo/Convert/HTML.pm (_convert_float_command): fix
    variable used in output when in string (which probably never happens).
    
    * tta/perl/Texinfo/Convert/Converter.pm (float_name_caption),
    tta/perl/Texinfo/Convert/HTML.pm (_convert_float_command),
    tta/perl/Texinfo/Convert/Plaintext.pm (_convert),
    tta/perl/Texinfo/Structuring.pm (number_floats): use exists or defined
    if the variable value is not used.
    
    * tta/perl/Texinfo/ParserNonXS.pm (_enter_index_entry): minor change
    in code.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Structuring.pm
  4. Change #242624

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 10 Aug 2025 13:30:31
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1c8f7b0d2ccd1750adfde0e05a9144fa35eccd9b

    Comments

    * tta/perl/Texinfo/Document.pm, tta/perl/Texinfo/ManipulateTree.pm (tree_remove_parents, tree_remove_references): move tree_remove_parents and tree_remove_references to Texinfo::ManipulateTree.  Update callers.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/ManipulateTree.pm
  5. Change #242625

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 10 Aug 2025 13:45:21
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c4339d45464f3f4d3f9e7180d876f3121791a184

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (converter_destroy, destroy), tta/perl/Texinfo/Convert/HTML.pm (converter_destroy), tta/perl/Texinfo/Convert/LaTeX.pm (converter_destroy), tta/perl/Texinfo/Convert/Plaintext.pm (converter_destroy): add converter_destroy to the Perl converter API, called in Converter destroy, defined by each of the converters that need to.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
  6. Change #242626

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 10 Aug 2025 15:56:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 926a920d04f5b3ac481bc25d78c5f5ba6d26e6fe

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (%XS_overrides, destroy) (_XS_destroy, converter_perl_release): rename destroy as converter_perl_release.  Re-add destroy calling converter_perl_release and _XS_destroy, which is now the XS override.  That way, the Perl data can be released before destroying the C data.
    * tta/C/Makefile.am (libtexinfoxs_la_SOURCES)
    (libcallperl_libtexinfo_convert_la_SOURCES),
    tta/perl/Texinfo/Document.pm (%XS_overrides, _XS_destroy_document)
    (destroy_document), tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    (destroy_document): add _XS_destroy_document, called by
    destroy_document and use it as XS override.  That way, the Perl data
    can be released before destroying the C data.  Do not call
    call_document_remove_document_references in destroy_document in
    DocumentXS.xs.  Move call_document_perl_functions.c to
    libcallperl_libtexinfo_convert_la_SOURCES.
    
    * tta/C/convert/call_conversion_perl.c
    (call_object_converter_perl_release), tta/C/convert/texinfo.c
    (txi_converter_destroy, txi_destroy_document), tta/C/texi2any.c
    (main): add call_object_converter_perl_release and call from
    txi_converter_destroy.  Call call_document_remove_document_references
    from txi_destroy_document.  Add remove_references argument to
    txi_destroy_document and txi_destroy_document.  Set remove_references
    in texi2any.c.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
    • tta/C/convert/call_conversion_perl.c
    • tta/C/convert/call_conversion_perl.h
    • tta/C/convert/replace_call_conversion_perl.c
    • tta/C/convert/texinfo.c
    • tta/C/convert/texinfo.h
    • tta/C/main/call_perl_function.c
    • tta/C/main/call_perl_function.h
    • tta/C/texi2any.c
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    • tta/swig/texinfo.i