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

Builder texinfo-solaris11-sparc Build #7592

Results:

Failed shell_2 shell_3

SourceStamp:

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

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' ( 6 mins, 26 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 2 mins, 40 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 16 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. info_test-suite.log
    4. pod_simple_texinfo/test-suite.log
    5. tta_swig_perl_test-suite.log
    6. tta_perl_test-suite.log
    7. tta_tests_many_input_files_test-suite.log
    8. 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 7592 Build
codebase Build
got_revision c93190ebc5153759511ecd81c45bbb67c6b77d80 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision c93190ebc5153759511ecd81c45bbb67c6b77d80 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 Aug 1 12:04:23 2026
EndSat Aug 1 12:15:23 2026
Elapsed11 mins, 0 secs

All Changes:

:

  1. Change #276687

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sat 01 Aug 2026 13:44:09
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c93190ebc5153759511ecd81c45bbb67c6b77d80

    Comments

    plaintext C converter contents formatting
    * tta/perl/Texinfo/Convert/Plaintext.pm: move node_name and
    _cache_node_names.
    
    * tta/perl/Texinfo/Convert/Plaintext.pm (format_contents): remove
    useless code.  Move repeat_count and spaces output before.
    
    * tta/perl/Texinfo/Convert/Plaintext.pm (_convert): call
    contents, shortcontents and summarycontents conversion in the same
    condition.
    
    * tta/C/convert/convert_to_plaintext.c (plaintext_convert_line)
    (plaintext_convert_line_new_context): call para_end as should be.
    
    * tta/C/convert/convert_to_info.c (info_format_contents),
    tta/C/convert/convert_to_plaintext.c (PLAINTEXT_COMMAND_STRUCT)
    (plaintext_format_contents, plaintext_functions)
    (convert_to_plaintext_internal): implement plaintext_format_contents
    and add dispatch and conversion of contents.

    Changed files

    • ChangeLog
    • tta/C/convert/convert_to_info.c
    • tta/C/convert/convert_to_info.h
    • tta/C/convert/convert_to_plaintext.c
    • tta/perl/Texinfo/Convert/Plaintext.pm