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

Builder texinfo-solaris10-i386 Build #6957

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision03030843af66a4170a58915fd0165892a8aced1e
Got Revision03030843af66a4170a58915fd0165892a8aced1e
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 18 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 24 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 4 mins, 39 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 7 mins, 0 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 6957 Build
codebase Build
got_revision 03030843af66a4170a58915fd0165892a8aced1e Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 03030843af66a4170a58915fd0165892a8aced1e 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:

StartWed Jul 30 04:02:44 2025
EndWed Jul 30 04:25:17 2025
Elapsed22 mins, 32 secs

All Changes:

:

  1. Change #241240

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

    Comments

    * NEWS: mention info.js fix

    Changed files

    • ChangeLog
    • NEWS
  2. Change #241241

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 02:32:59
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 506f236246c979752e27bac919e5916a7c951a5c

    Comments

    * js/info.js (init_iframe) <on_load>, (actions.cache_index_links): Inline most of actions.cache_index_links into on_load.  This way actions.cache_index_links is focused on the structure of the message.

    Changed files

    • ChangeLog
    • js/info.js
  3. Change #241243

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 03:07:56
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1fc9d77e803e40f3b93789a7cf11b6b17e5ed9f3

    Comments

    Don't accumulate <datalist> elements under text input box
    * js/info.js (Text_input.prototype.show): Check if <datalist>
    element already exists before creating it.  Previously, multiple
    <datalist> elements would accumulate within the <index type=search>
    as 'i' was repeatedly used.

    Changed files

    • ChangeLog
    • js/info.js
  4. Change #241244

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 30 Jul 2025 03:09:54
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 03030843af66a4170a58915fd0165892a8aced1e

    Comments

    * js/info.css (.highlight): Change background (used for search matches from "lightgrey" to #FFCC33 (orange-yellow) as the grey highlighting is easy to miss.

    Changed files

    • ChangeLog
    • js/info.css