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

Builder texinfo-solaris11-sparc Build #6489

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 20 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 12 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 43 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 59 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 6489 Build
codebase Build
got_revision 2c7a9bb763d010c0eeef3091e9433ecacc3aa0af Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 2c7a9bb763d010c0eeef3091e9433ecacc3aa0af 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:

StartFri Mar 21 20:43:55 2025
EndFri Mar 21 21:01:17 2025
Elapsed17 mins, 22 secs

All Changes:

:

  1. Change #225544

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 21 Mar 2025 15:59:20
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f9d9899294db71cab01af76a7931d0ef38113b63

    Comments

    * tta/C/main/tree.c (ai_key_types), tta/C/main/tree_types.h (AI_KEYS_LIST): add the type of each associated info key in AI_KEYS_LIST and setup an array associating key an type.
    * tta/C/main/extra.c (get_associated_info_key): add a check, commented
    out, that the type match the associated info key.
    
    * tta/C/main/tree_types.h (enum extra_type): rename extra_deleted as
    extra_none and put it first.  update users.
    
    * tta/C/main/tree_types.h (KEY_PAIR): remove list member in union k as
    it is not used.

    Changed files

    • ChangeLog
    • tta/C/main/build_perl_info.c
    • tta/C/main/debug.c
    • tta/C/main/extra.c
    • tta/C/main/manipulate_tree.c
    • tta/C/main/tree.c
    • tta/C/main/tree.h
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/end_line.c
    • tta/C/structuring_transfo/transformations.c
  2. Change #225545

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 21 Mar 2025 16:05:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 20f3412e2d103f930a342cd4eaae9d3ef98aec38

    Comments

    * tta/C/main/tree_types.h (AI_KEYS_LIST): incorporate none directly in AI_KEYS_LIST.  Update users.

    Changed files

    • ChangeLog
    • tta/C/main/tree.c
    • tta/C/main/tree_types.h
  3. Change #225546

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 21 Mar 2025 20:37:28
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 2c7a9bb763d010c0eeef3091e9433ecacc3aa0af

    Comments

    * tta/C/main/extra.c (lookup_extra_integer): inline lookup_key_pair_integer in lookup_extra_integer and remove.
    * tta/C/main/tree_types.h (KEY_PAIR), tta/C/main/build_perl_info.c
    (build_additional_info), tta/C/main/debug.c
    (print_associate_info_debug), tta/C/main/extra.c
    (get_associated_info_key), tta/C/main/manipulate_tree.c
    (copy_associated_info, remove_associated_copy_info)
    (print_element_extra), tta/C/main/tree.c (destroy_associated_info),
    tta/C/parsetexi/end_line.c (end_line_starting_block),
    tta/C/structuring_transfo/transformations.c (reassociate_to_node):
    use ai_key_types to obtain the key types, remove type from KEY_PAIR
    and from get_associated_info_key call.  Update get_associated_info_key
    callers.
    
    * tta/C/main/extra.c (add_extra_*, lookup_extra_*): check extra type
    for add_extra_* functions too.  Check extra type before setting or
    getting the key.
    
    * tta/C/convert/format_html.c (html_command_description): call
    lookup_extra_container for manual_content.
    
    * tta/C/main/manipulate_tree.c: some change in spacing.

    Changed files

    • ChangeLog
    • tta/C/convert/format_html.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/debug.c
    • tta/C/main/extra.c
    • tta/C/main/extra.h
    • tta/C/main/manipulate_tree.c
    • tta/C/main/tree.c
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/end_line.c
    • tta/C/structuring_transfo/transformations.c