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

Builder texinfo-solaris11-sparc Build #6517

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision2a357c2d01596635c84073a2458303bf126a97dc
Got Revision2a357c2d01596635c84073a2458303bf126a97dc
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 8 mins, 2 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 14 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 49 secs )
    1. stdio
  5. shell_3 'gmake check' ( 8 mins, 14 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-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 6517 Build
codebase Build
got_revision 2a357c2d01596635c84073a2458303bf126a97dc Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2a357c2d01596635c84073a2458303bf126a97dc Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartSat Apr 5 23:43:31 2025
EndSun Apr 6 00:03:56 2025
Elapsed20 mins, 25 secs

All Changes:

:

  1. Change #226772

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 05 Apr 2025 23:38:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 54284f99adb02ab3e980d3825476e0c9354a917d

    Comments

    * tta/C/main/hashmap.c (c_hashmap_iterator_next_value): rename next_c_hashmap_iterator_value to c_hashmap_iterator_next_value. Update caller.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/C/main/hashmap.c
    • tta/C/main/hashmap.h
  2. Change #226773

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 05 Apr 2025 23:41:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2a357c2d01596635c84073a2458303bf126a97dc

    Comments

    Fix memory leaks found with valgrind
    * tta/C/parsetexi/handle_commands.c (parse_rawline_command): free
    clickstyle argument command name.
    
    * tta/C/main/translations.c (free_lang_translation_tree_list): free
    LANG_TRANSLATION_TREE_LIST hash and list.
    
    * tta/C/main/translations.c (free_lang_translation): free the
    LANG_TRANSLATION_TREE_LIST translations field pointer in
    lang_translation.

    Changed files

    • ChangeLog
    • tta/C/main/translations.c
    • tta/C/parsetexi/handle_commands.c