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

Builder texinfo-solaris10-sparc Build #5864

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. shell './autogen.sh' ( 48 mins, 23 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 16 mins, 57 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 11 mins, 16 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 5864 Build
codebase Build
got_revision 125d5377c178c9778c1b5e113ad4a50c97952407 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 125d5377c178c9778c1b5e113ad4a50c97952407 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:

StartMon Aug 18 01:05:19 2025
EndMon Aug 18 02:27:48 2025
Elapsed1 hrs, 22 mins, 28 secs

All Changes:

:

  1. Change #243156

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 18 Aug 2025 00:44:34
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 79e1eb7507a68e633fc375f3c7cdf9d4f74115a7

    Comments

    * tta/perl/t/test_utils.pl ($default_test_level, test): set TEST in cutomization options based on $default_test_level, or the test.  Set TEST in format converter options based on $default_test_level. Set $default_test_level to 2.
    * tta/perl/t/test_utils.pl (test): set $remove_references based on
    TEST customization variable value and pass to reset_converter,
    destroy and destroy_document.  If remove_references is set, release
    the output_units setup by the tests.
    
    * tta/perl/t/test_utils.pl (test): release the $tree reference before
    destroying the document to avoid a last reference on the tree root
    when checking with C code that there are no references left.

    Changed files

    • ChangeLog
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl
  2. Change #243157

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

    Comments

    * tta/perl/Texinfo/ManipulateTree.pm ($no_XS_objects_refcount) (tree_remove_references): allow a object refcount of the reference minus one if there is XS, but no XS for structure, as the elements added for structure may be Perl only.

    Changed files

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

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

    Comments

    * tta/perl/Texinfo/ParserNonXS.pm (_end_line_misc_line), tta/perl/Texinfo/Transformations.pm (_new_node): call tree_remove_parents on nodes that do not end up in the tree to release them, to have Perl reclaim their memory and avoid references to elements in the tree from discarded tree elements.

    Changed files

    • ChangeLog
    • tta/C/convert/call_conversion_perl.c
    • tta/C/main/document.c
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Transformations.pm