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

Builder texinfo-solaris10-sparc Build #5857

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionbf854771ef979dcd752365e9a43eb4f94132bf5c
Got Revisionbf854771ef979dcd752365e9a43eb4f94132bf5c
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. shell './autogen.sh' ( 40 mins, 59 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 17 mins, 14 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 2 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 5857 Build
codebase Build
got_revision bf854771ef979dcd752365e9a43eb4f94132bf5c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision bf854771ef979dcd752365e9a43eb4f94132bf5c 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. Gavin Smith
  2. Patrice Dumas

Timing:

StartSat Aug 16 02:33:45 2025
EndSat Aug 16 04:41:37 2025
Elapsed2 hrs, 7 mins, 52 secs

All Changes:

:

  1. Change #243046

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 16 Aug 2025 00:18:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4dbe82bca2805cf17159ed768aec5bad575a468f

    Comments

    * tta/perl/Texinfo/Convert/Converter.pm (destroy): fix the call of converter_perl_release.
    * tta/perl/Texinfo/Convert/Converter.pm (converter_destroy): do not
    check the number of references for the translated_tree elements, as
    they are not in the same situation as regular tree elements.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
  2. Change #243047

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 16 Aug 2025 00:18:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 80dc90e07051bc279cb918ebf86bf68bea7d97d1

    Comments

    Add check of released refcounts to Perl object in C if TEST > 2
    * tta/C/main/utils.c (set_check_element_interpreter_refcount)
    (unset_check_element_interpreter_refcount)
    (get_check_element_interpreter_refcount): add functions to
    set/unset/get an indicator that signals whether all the references
    except the one hold by C code have been released and messages should
    be shown.
    
    * tta/C/convert/texinfo.c (txi_destroy_document),
    tta/perl/XSTexinfo/parser_document/DocumentXS.xs (destroy_document):
    if the customization variable TEST is > 2, call
    set_check_element_interpreter_refcount and
    unset_check_element_interpreter_refcount before and after
    destroy_document to have messages shown.
    
    * tta/C/main/tree.c (destroy_element): call
    get_check_element_interpreter_refcount, and if true, show the Perl
    object which still have a refcount after having been released in C,
    and in Perl.

    Changed files

    • ChangeLog
    • tta/C/convert/texinfo.c
    • tta/C/main/tree.c
    • tta/C/main/utils.c
    • tta/C/main/utils.h
    • tta/TODO
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
  3. Change #243049

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 16 Aug 2025 00:38:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dcb6537f89a01637a2c2781b5e6426d355eb1d06

    Comments

    * info/dir.c (get_dir_node), * info/nodes.c (info_get_node): Remove instructions on freeing return value from comment.  Simply calling 'free_node' should be enough.

    Changed files

    • ChangeLog
    • info/dir.c
    • info/nodes.c
  4. Change #243050

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 16 Aug 2025 00:38:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 00d8f3a38f949ea6649592b8f5f21574af9202f3

    Comments

    * info/terminal.c (terminal_put_text, terminal_put_text_hook), (terminal_write_chars, terminal_write_chars_hook): Declare first parameter as const char *.

    Changed files

    • ChangeLog
    • info/terminal.c
    • info/terminal.h
  5. Change #243051

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 16 Aug 2025 00:38:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ebe31bbb618ce255e042209e719d319ec2a87b93

    Comments

    * info/display.c (printed_representation): Declare return value as const.  Remove comment saying return value is not to be freed as this is now evident from the type of the return value.

    Changed files

    • ChangeLog
    • info/display.c
    • info/display.h
  6. Change #243052

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 16 Aug 2025 00:38:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d6012b111735f382e71b9ccd69e51d76543ee8e5

    Comments

    * info/infodoc.c (pretty_keyseq): Declare argument as pointer to const int.

    Changed files

    • ChangeLog
    • info/doc.h
    • info/infodoc.c
  7. Change #243053

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 16 Aug 2025 00:38:42
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision bf854771ef979dcd752365e9a43eb4f94132bf5c

    Comments

    * info/makedoc.c: Do not #include "window.h" in generated doc.c, as this appears only to be needed in order to indirectly include doc.h.  Include doc.h directly. * info/window.h: Do not #include "doc.h" as it is not needed for the definitions in this file. * info/session.h: #include "doc.h".

    Changed files

    • ChangeLog
    • info/makedoc.c
    • info/session.h
    • info/window.h