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

Builder texinfo-solaris10-sparc Build #4561

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisiondafbda473cb2fccb6c7a17121212373f2bf97ea5
Got Revisiondafbda473cb2fccb6c7a17121212373f2bf97ea5
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 secs )
    1. stdio
  2. shell './autogen.sh' ( 25 mins, 23 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 4 secs )
    1. stdio
  4. shell_2 'gmake all' ( 11 mins, 29 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 2 mins, 24 secs )
    1. stdio
    2. tp_test-suite.log
    3. info_test-suite.log
    4. tp_tests_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 4561 Build
codebase Build
got_revision dafbda473cb2fccb6c7a17121212373f2bf97ea5 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision dafbda473cb2fccb6c7a17121212373f2bf97ea5 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 Apr 19 12:23:45 2024
EndFri Apr 19 14:07:46 2024
Elapsed1 hrs, 44 mins, 1 secs

All Changes:

:

  1. Change #195596

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 18 Apr 2024 21:33:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 74704f6f2d6205a2d9bb281ded2574c5b1bfe92f

    Comments

    * tp/init/html32.pm (html32_convert_tab_command): move code around, remove comment.

    Changed files

    • ChangeLog
    • tp/init/html32.pm
  2. Change #195597

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 18 Apr 2024 22:27:17
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 863ee064b20453c2de8f2bf12a1f3a9a9cebe03f

    Comments

    * tp/Texinfo/XS/convert/convert_html.c: remove TODO already in Texinfo/Convert/HTML.pm.
    * tp/Texinfo/Convert/HTML.pm (_html_convert_convert)
    (_html_convert_output): change TODOs to NOTEs.

    Changed files

    • ChangeLog
    • tp/Texinfo/Convert/HTML.pm
    • tp/Texinfo/XS/convert/convert_html.c
  3. Change #195598

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Thu 18 Apr 2024 22:29:52
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f18cd5e9b6c19975158704f8ccab33f1cd899ff9

    Comments

    * tp/Texinfo/Convert/Plaintext.pm (_align_lines): remove $bytes_count returned value, as it is not used.  Update caller.

    Changed files

    • ChangeLog
    • tp/Texinfo/Convert/Plaintext.pm
  4. Change #195599

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 19 Apr 2024 12:20:33
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dafbda473cb2fccb6c7a17121212373f2bf97ea5

    Comments

    * tp/Texinfo/ParserNonXS.pm (_close_command_cleanup) (_handle_other_command): remove 'rows_count', instead use scalar(@{$parent->{'contents'}}), as in C code.
    * tp/Texinfo/XS/parsetexi/parser.c (reset_parser_counters),
    tp/Texinfo/XS/parsetexi/macro.c (expand_linemacro_arguments),
    tp/Texinfo/XS/parsetexi/counter.c (counter_reset): add debugging
    messages optional argument in counter_reset, set for counters reset in
    reset_parser_counters.
    
    * tp/Texinfo/ParserNonXS.pm (_handle_close_brace),
    tp/Texinfo/XS/parsetexi/separator.c (handle_close_brace),
    tp/Texinfo/XS/parsetexi/close.c (close_brace_command): in C,
    remove remaining_args in close_brace_command.  Do not
    remove 'remaining_args' in _handle_close_brace, both in Perl and C.
    
    * tp/Texinfo/XS/parsetexi/close.c (close_command_cleanup),
    tp/Texinfo/XS/parsetexi/counter.c (counter_remove_element): fix removal
    of row count_cells counter, by adding a new function,
    counter_remove_element that remove element counters anywhere in the
    counter list.  This is needed for rows as they are obtained from the
    bottom of the counter list, not from the top.
    
    * tp/Texinfo/XS/parsetexi/handle_commands.c (handle_other_command):
    remove useless counter management code on row parent element that
    never get a counter.

    Changed files

    • ChangeLog
    • tp/Texinfo/ParserNonXS.pm
    • tp/Texinfo/XS/parsetexi/close.c
    • tp/Texinfo/XS/parsetexi/counter.c
    • tp/Texinfo/XS/parsetexi/counter.h
    • tp/Texinfo/XS/parsetexi/handle_commands.c
    • tp/Texinfo/XS/parsetexi/macro.c
    • tp/Texinfo/XS/parsetexi/parser.c
    • tp/Texinfo/XS/parsetexi/separator.c