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

Builder texinfo-solaris10-sparc Build #5884

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell './autogen.sh' ( 28 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 56 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 54 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 3 mins, 33 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 5884 Build
codebase Build
got_revision 58e872f2f42f9787ad96855e73a39ed84e7ad3d9 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 58e872f2f42f9787ad96855e73a39ed84e7ad3d9 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:

StartSat Aug 23 23:22:19 2025
EndSun Aug 24 01:13:49 2025
Elapsed1 hrs, 51 mins, 30 secs

All Changes:

:

  1. Change #243794

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

    Comments

    * tta/C/texi2any.c (main): rename i as file_index.  As in Perl, release memory if TEST > 0 or the processed file is not the last one.
    * tta/C/texi2any.c (main): set external_module to
    elt_count_external_module for sort_element_count, to notify that the
    a Perl module is used, and in particular that document was built to Perl.
    
    * tta/C/main/call_document_perl_functions.c
    (call_document_remove_document_references): check that document hv is
    non-NULL.  It may be NULL if the Texinfo file was not found.
    
    * tta/C/main/tree.c (destroy_element): improve refcount check message.

    Changed files

    • ChangeLog
    • tta/C/main/call_document_perl_functions.c
    • tta/C/main/tree.c
    • tta/C/texi2any.c
    • tta/perl/Texinfo/Convert/Converter.pm