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

Builder texinfo-solaris11-i386 Build #6726

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision26241cb80914eee06d2add5028711dac4521a026
Got Revision26241cb80914eee06d2add5028711dac4521a026
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 19 secs )
    1. stdio
  3. shell_1 './configure' ( 18 mins, 37 secs )
    1. stdio
  4. shell_2 'gmake all' ( 20 mins, 50 secs )
    1. stdio
  5. shell_3 'gmake check' ( 14 mins, 32 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 6726 Build
codebase Build
got_revision 26241cb80914eee06d2add5028711dac4521a026 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 26241cb80914eee06d2add5028711dac4521a026 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. Gavin Smith

Timing:

StartWed Jul 30 01:58:45 2025
EndWed Jul 30 02:58:15 2025
Elapsed59 mins, 29 secs

All Changes:

:

  1. Change #241223

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 01:32:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 26241cb80914eee06d2add5028711dac4521a026

    Comments

    Fewer functions called 'render'
    * js/info.js
    (Help_page.prototype.render, Minibuffer.prototype.render)
    (Echo_area.prototype.render, Sidebar.prototype.render)
    (Pages.prototype.render):
    Rather than defining all of these as "function render", use the
    names help_page_render, minibuffer_render, echo_area_render,
    sidebar_render, and pages_render respectively.
    
    This makes the output of "console.trace()" easier to understand.

    Changed files

    • ChangeLog
    • js/info.js