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

Builder texinfo-solaris11-i386 Build #6420

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 28 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 55 secs )
    1. stdio
  4. shell_2 'gmake all' ( 9 mins, 35 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 13 mins, 55 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 6420 Build
codebase Build
got_revision 02548fe006a1cd4efb5e284fb629f85a65e5212c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 02548fe006a1cd4efb5e284fb629f85a65e5212c 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:

StartTue May 13 01:38:49 2025
EndTue May 13 02:12:58 2025
Elapsed34 mins, 8 secs

All Changes:

:

  1. Change #229621

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 13 May 2025 00:57:13
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ef59acf44ac423b2c4aa8fe912db20484022e26d

    Comments

    Properly free sections, nodes and headings lists in document
    * tta/C/main/document.c (destroy_document_information_except_tree),
    tta/C/main/structure_list.c (free_node_structure_list)
    (free_section_structure_list, free_heading_structure_list): free
    the elements of the sections, nodes and headings structure lists.

    Changed files

    • ChangeLog
    • tta/C/main/document.c
    • tta/C/main/structure_list.c
    • tta/C/main/structure_list.h
  2. Change #229622

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Tue 13 May 2025 01:12:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 02548fe006a1cd4efb5e284fb629f85a65e5212c

    Comments

    * tta/perl/Texinfo/Convert/DocBook.pm (_convert), tta/perl/Texinfo/Convert/HTML.pm (_convert_heading_command), tta/perl/Texinfo/Convert/LaTeX.pm (_convert), tta/perl/Texinfo/OutputUnits.pm (_output_unit_section), tta/perl/Texinfo/ParserNonXS.pm (_end_line_misc_line): check node_number instead of normalized to determine if a node structure information can be found for a node tree element.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/DocBook.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/LaTeX.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/ParserNonXS.pm