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

Builder texinfo-solaris10-sparc Build #5692

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell './autogen.sh' ( 35 mins, 1 secs )
    1. stdio
  3. shell_1 './configure' ( 4 mins, 53 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 14 secs )
    1. stdio
  5. shell_3 'gmake check' ( 49 mins, 34 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 5692 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-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:

StartSat Jul 12 00:53:50 2025
EndSat Jul 12 02:36:56 2025
Elapsed1 hrs, 43 mins, 6 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