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

Builder texinfo-solaris10-i386 Build #6825

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 3 mins, 58 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 40 secs )
    1. stdio
  4. shell_2 'gmake all' ( 4 mins, 55 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 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-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 6825 Build
codebase Build
got_revision 89678617d89f0a1469db0e88b3b2e2ae5a858147 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 89678617d89f0a1469db0e88b3b2e2ae5a858147 Build
scheduler schedule-texinfo-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartSat Jul 12 00:53:49 2025
EndSat Jul 12 01:15:46 2025
Elapsed21 mins, 57 secs

All Changes:

:

  1. Change #239086

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 12 Jul 2025 00:45:10
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 009101c1a1cf05ac88edc2c28f83bbae6edb02b3

    Comments

    Revert change on 2025-07-11 "No debug argument for line_error or line_warn"

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Document.pm
    • tta/perl/Texinfo/ParserNonXS.pm
    • tta/perl/Texinfo/Report.pm
    • tta/perl/Texinfo/Structuring.pm
    • tta/perl/Texinfo/Transformations.pm
    • tta/perl/t/test_utils.pl
    • tta/perl/texi2any.pl
  2. Change #239087

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 12 Jul 2025 00:45:10
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 89678617d89f0a1469db0e88b3b2e2ae5a858147

    Comments

    Wrappers for line_warn and line_error.
    * tta/perl/Texinfo/Structuring.pm
    (structuring_line_warn, structuring_line_error): New functions.
    Take $document argument and retrieve "DEBUG" setting therefrom.
    Use throughout module.
    
    This avoids storing more information in the Texinfo::Report
    object which conflicts with Patrice's ideas for error reporting.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Structuring.pm