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

Builder texinfo-solaris10-sparc Build #5840

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 53 secs )
    1. stdio
  2. shell './autogen.sh' ( 32 mins, 8 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 42 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 8 mins, 48 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 53 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5840 Build
codebase Build
got_revision cc1531d6e6a492972768cbfda5966761ae0e4ce5 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision cc1531d6e6a492972768cbfda5966761ae0e4ce5 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. Gavin Smith

Timing:

StartMon Aug 11 23:34:32 2025
EndTue Aug 12 01:16:05 2025
Elapsed1 hrs, 41 mins, 32 secs

All Changes:

:

  1. Change #242708

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 11 Aug 2025 21:56:18
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 027735307a77383a94bfca3ef8330328cb8a38fb

    Comments

    Add ALTIMP comments to reference alternative implementation files
    * tta/C/main/document.c,
    * tta/C/parsetexi/errors_parser.c,
    * tta/C/texi2any.c,
    * tta/perl/texi2any.pl,
    * tta/perl/Texinfo/Document.pm,
    * tta/perl/Texinfo/DocumentXS.pm,
    * tta/perl/Texinfo/Indices.pm,
    * tta/perl/Texinfo/IndicesXS.pm,
    * tta/perl/Texinfo/ManipulateTree.pm,
    * tta/perl/Texinfo/OutputUnits.pm,
    * tta/perl/Texinfo/ParserNonXS.pm,
    * tta/perl/Texinfo/Parser.pm,
    * tta/perl/Texinfo/ReaderNonXS.pm,
    * tta/perl/Texinfo/Reader.pm,
    * tta/perl/Texinfo/Report.pm,
    * tta/perl/Texinfo/StructTransfXS.pm,
    * tta/perl/Texinfo/Structuring.pm,
    * tta/perl/Texinfo/Transformations.pm,
    * tta/perl/Texinfo/Translations.pm,
    * tta/perl/Texinfo/TreeElementNonXS.pm,
    * tta/perl/Texinfo/TreeElement.pm,
    * tta/perl/XSTexinfo/parser_document/DocumentXS.xs,
    * tta/perl/XSTexinfo/parser_document/IndicesXS.xs,
    * tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs,
    * tta/perl/XSTexinfo/reader_element/ReaderXS.xs,
    * tta/perl/XSTexinfo/reader_element/TreeElementXS.xs:
    
    For .pl and .pm files under tta/perl, add comments referencing
    other relevant source codes with parts of alternative implementations
    in C.  This is so someone updating the source code can be aware
    they exist.
    
    * tta/README: explain ALTIMP comments

    Changed files

    • ChangeLog
    • tta/C/main/document.c
    • tta/C/parsetexi/errors_parser.c
    • tta/C/texi2any.c
    • tta/README
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/DocumentXS.pm
    • tta/perl/Texinfo/Indices.pm
    • tta/perl/Texinfo/IndicesXS.pm
    • tta/perl/Texinfo/ManipulateTree.pm
    • tta/perl/Texinfo/OutputUnits.pm
    • tta/perl/Texinfo/Parser.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Reader.pm
    • tta/perl/Texinfo/ReaderNonXS.pm
    • tta/perl/Texinfo/Report.pm
    • tta/perl/Texinfo/StructTransfXS.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/Texinfo/Translations.pm
    • tta/perl/Texinfo/TreeElement.pm
    • tta/perl/Texinfo/TreeElementNonXS.pm
    • tta/perl/XSTexinfo/parser_document/DocumentXS.xs
    • tta/perl/XSTexinfo/parser_document/IndicesXS.xs
    • tta/perl/XSTexinfo/parser_document/StructuringTransfoXS.xs
    • tta/perl/XSTexinfo/reader_element/ReaderXS.xs
    • tta/perl/XSTexinfo/reader_element/TreeElementXS.xs
    • tta/perl/texi2any.pl
  2. Change #242709

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 11 Aug 2025 22:19:41
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cc1531d6e6a492972768cbfda5966761ae0e4ce5

    Comments

    Add further ALTIMP dependencies
    * tta/perl/Texinfo/Convert/Converter.pm,
    * tta/perl/Texinfo/Convert/HTML.pm,
    * tta/perl/Texinfo/Convert/PlainTexinfo.pm,
    * tta/perl/Texinfo/Convert/Texinfo.pm,
    * tta/perl/Texinfo/Convert/Text.pm,
    * tta/perl/Texinfo/Convert/Utils.pm,
    * tta/perl/XSTexinfo/convert/ConvertXS.xs:
    Add ALTIMP lines.  (No changes needed to *.c files as these
    already referenced the corresponding Perl modules.)

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Converter.pm
    • tta/perl/Texinfo/Convert/HTML.pm
    • tta/perl/Texinfo/Convert/PlainTexinfo.pm
    • tta/perl/Texinfo/Convert/Texinfo.pm
    • tta/perl/Texinfo/Convert/Text.pm
    • tta/perl/Texinfo/Convert/Utils.pm
    • tta/perl/XSTexinfo/convert/ConvertXS.xs