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

Builder texinfo-solaris10-sparc Build #5622

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 secs )
    1. stdio
  2. shell './autogen.sh' ( 35 mins, 10 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 26 secs )
    1. stdio
  4. shell_2 'gmake all' ( 13 mins, 11 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 hrs, 1 mins, 12 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 5622 Build
codebase Build
got_revision 7d9df1e12dc0d83ae851cd8eecff9696e9eb6723 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 7d9df1e12dc0d83ae851cd8eecff9696e9eb6723 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:

StartFri Jun 20 23:02:10 2025
EndSat Jun 21 00:57:51 2025
Elapsed1 hrs, 55 mins, 40 secs

All Changes:

:

  1. Change #237149

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 20 Jun 2025 22:38:43
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 80dc54f0672e758a24b078cd3acc5d2f758ace39

    Comments

    More checks if defined rather than true
    * tta/perl/Texinfo/Convert/Plaintext.pm (_convert):
    Change some conditions to check whether value is defined,
    rather than true.  In theory this is simpler and faster as
    it doesn't need to check whether a string is "0" which would
    be false.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Plaintext.pm
  2. Change #237150

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 20 Jun 2025 22:56:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7d9df1e12dc0d83ae851cd8eecff9696e9eb6723

    Comments

    Use exists check rather than true for commands
    * tta/perl/Texinfo/Convert/Plaintext.pm (_convert):
    Replace some hash checks for command properties with 'exists'.
    In theory this should be slightly faster as all that needs to
    be done is to check if the key is defined in the hash, and the
    value does not need to be checked.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/Convert/Plaintext.pm