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

Builder texinfo-solaris10-sparc Build #5465

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell './autogen.sh' ( 31 mins, 35 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 3 secs )
    1. stdio
  4. shell_2 'gmake all' ( 12 mins, 48 secs )
    1. stdio
  5. shell_3 'gmake check' ( 49 mins, 3 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 5465 Build
codebase Build
got_revision 8b7305b5067974317dfd5e102f648c1213f566bd Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 8b7305b5067974317dfd5e102f648c1213f566bd 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:

StartSun Mar 9 02:23:40 2025
EndSun Mar 9 04:02:25 2025
Elapsed1 hrs, 38 mins, 45 secs

All Changes:

:

  1. Change #224377

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 09 Mar 2025 00:37:05
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 33cbbc0517aa393f780ed6b37effc57d177ee7b0

    Comments

    Bulk conversion of node names.
    * tta/perl/Texinfo/Convert/Plaintext.pm (_cache_node_names):
    New function to bulk convert node names in one go.
    * tta/perl/Texinfo/Convert/Info.pm (output): Call it.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Info.pm
    • tta/perl/Texinfo/Convert/Plaintext.pm
    • tta/perl/t/results/formats_encodings/at_commands_in_refs.pl
    • tta/perl/t/results/formats_encodings/at_commands_in_refs_latin1.pl
    • tta/perl/t/results/formats_encodings/at_commands_in_refs_utf8.pl
    • tta/perl/t/results/languages/command_translated.pl
  2. Change #224379

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 09 Mar 2025 00:55:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f50c76f70464ef7d35ae8f33e76d3eeb5589543f

    Comments

    * tta/perl/Texinfo/Convert/Plaintext.pm (_cache_node_names): Reuse the same paragraph formatter for all node names.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Plaintext.pm
  3. Change #224382

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 09 Mar 2025 01:30:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision b2e2744c1ec3a5824f7948fafeb6aa9705730798

    Comments

    Cache translation results
    * tta/perl/Texinfo/Translations.pm (translate_string):
    Store results of conversions in a hash rather than calling
    gettext every time (and all the messing about with locales
    that we do before and after).

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Translations.pm
  4. Change #224385

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 09 Mar 2025 01:54:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8b7305b5067974317dfd5e102f648c1213f566bd

    Comments

    Cache result of parsing translated tree
    * tta/perl/Texinfo/Translations.pm (_replace_convert_substrings):
    Save result of parsing translated string in a hash and reuse with
    dclone whenever needed.  This dramatically reduces the amount
    of times we need to parse translated strings.

    Changed files

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