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

Builder texinfo-solaris11-i386 Build #6455

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 8 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 57 secs )
    1. stdio
  4. shell_2 'gmake all' ( 9 mins, 38 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 16 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-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6455 Build
codebase Build
got_revision 0eb1cfd581be2000ddcaccb8d46b2847d23f84cb Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 0eb1cfd581be2000ddcaccb8d46b2847d23f84cb Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Patrice Dumas

Timing:

StartMon May 26 15:25:06 2025
EndMon May 26 15:46:31 2025
Elapsed21 mins, 24 secs

All Changes:

:

  1. Change #230815

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 26 May 2025 14:54:11
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 29ae3b571fc3dc95444b74d2f15aa8dd06a6965e

    Comments

    * tta/perl/Texinfo/OutputUnits.pm (split_by_section): remove redundant $sections_list.
    * tta/C/convert/html_prepare_converter.c
    (html_prepare_units_directions_files), tta/C/main/output_unit.c
    (units_directions, do_units_directions_pages),
    tta/perl/Texinfo/Convert/HTML.pm (_prepare_units_directions_files),
    tta/perl/Texinfo/OutputUnits.pm (units_directions)
    (do_units_directions_pages): remove unused sections_list argument of
    units_directions.  Update callers.
    
    Changes in comments, Pod, TODO.

    Changed files

    • ChangeLog
    • Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm
    • doc/tta_api/api_includes/Texinfo-OutputUnits.texi
    • doc/tta_api/api_includes/Texinfo-Structuring.texi
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/debug.c
    • tta/C/main/manipulate_tree.c
    • tta/C/main/output_unit.c
    • tta/C/main/output_unit.h
    • tta/TODO
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Structuring.pm
  2. Change #230816

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Mon 26 May 2025 14:54:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0eb1cfd581be2000ddcaccb8d46b2847d23f84cb

    Comments

    use relations instead of structure for node section headings
    * tta/C/main/tree_types.h (NODE_RELATIONS, NODE_RELATIONS_LIST)
    (CONST_NODE_RELATIONS_LIST, HEADING_RELATIONS, HEADING_RELATIONS_LIST)
    (SECTION_RELATIONS, SECTION_RELATIONS_LIST): rename *_STRUCTURE* as
    *_RELATIONS.
    
    Rename variables with structure in their names to varibles with
    relations intheir name.  Update Pod.

    Changed files

    • ChangeLog
    • Pod-Simple-Texinfo/pod2texi.pl
    • doc/tta_api/api_includes/Texinfo-OutputUnits.texi
    • doc/tta_api/api_includes/Texinfo-Parser.texi
    • doc/tta_api/api_includes/Texinfo-Structuring.texi
    • tta/C/convert/format_html.c
    • tta/C/convert/html_prepare_converter.c
    • tta/C/main/build_perl_info.c
    • tta/C/main/document.c
    • tta/C/main/document_types.h
    • tta/C/main/floats.c
    • tta/C/main/floats.h
    • tta/C/main/manipulate_tree.c
    • tta/C/main/manipulate_tree.h
    • tta/C/main/output_unit.c
    • tta/C/main/output_unit.h
    • tta/C/main/structure_list.c
    • tta/C/main/structure_list.h
    • tta/C/main/tree_types.h
    • tta/C/parsetexi/end_line.c
    • tta/C/parsetexi/parser.c
    • tta/C/parsetexi/parser.h
    • tta/C/structuring_transfo/structuring.c
    • tta/C/structuring_transfo/structuring.h
    • tta/C/structuring_transfo/transformations.c
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/IXIN.pm
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/Texinfo/Convert/TexinfoMarkup.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/ext/epub3.pm
    • tta/perl/init/book.pm
    • tta/perl/init/chm.pm
    • tta/perl/init/documentation_examples.pm
    • tta/perl/t/init/index_direction_from_index_name.pm