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

Builder texinfo-solaris10-sparc Build #5853

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision78c1eae6396f63485f2ff7257afeaceca31b0f96
Got Revision78c1eae6396f63485f2ff7257afeaceca31b0f96
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 34 secs )
    1. stdio
  2. shell './autogen.sh' ( 55 mins, 29 secs )
    1. stdio
  3. shell_1 './configure' ( 9 mins, 18 secs )
    1. stdio
  4. shell_2 'gmake all' ( 20 mins, 39 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 8 mins, 11 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 5853 Build
codebase Build
got_revision 78c1eae6396f63485f2ff7257afeaceca31b0f96 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 78c1eae6396f63485f2ff7257afeaceca31b0f96 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:

StartFri Aug 15 13:24:52 2025
EndFri Aug 15 15:59:05 2025
Elapsed2 hrs, 34 mins, 13 secs

All Changes:

:

  1. Change #243015

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 15 Aug 2025 12:50:19
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 78c1eae6396f63485f2ff7257afeaceca31b0f96

    Comments

    Check unexpected references to tree elements if TEST > 1
    * configure.ac: also check 'use Devel::Peek' (module in Perl core
    since long).  We only need Devel::Peek for debugging, so a runtime
    load would have been better.  However, the function used does not
    seems to work correctly if the module is loaded with require, but
    works if loaded with use.
    
    * tta/perl/Texinfo/ManipulateTree.pm (tree_remove_references),
    tta/perl/Texinfo/Convert/HTML.pm (converter_destroy),
    tta/perl/Texinfo/Document.pm (remove_document_references): add a test
    level argument for tree_remove_references and check references only if
    > 2.  Set this argument to the TEST customization variable value in
    callers.
    
    * tta/perl/Texinfo/Document.pm (remove_document_references): remove
    the tree variable before calling tree_remove_references, such that the
    reference count for the tree root element is the same as the other
    elements reference count.
    
    * tta/perl/Texinfo/OutputUnits.pm (release_output_units_list):
    undef and directions for simpler and hopefully more efficient code.
    Also more similar to C code.

    Changed files

    • ChangeLog
    • configure.ac
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm