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

Builder texinfo-solaris10-sparc Build #5780

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisioncf83593d9b50455cc46c39823bb1d835c4627cfb
Got Revisioncf83593d9b50455cc46c39823bb1d835c4627cfb
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './autogen.sh' ( 59 mins, 19 secs )
    1. stdio
  3. shell_1 './configure' ( 14 mins, 38 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 14 mins, 49 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 hrs, 8 mins, 24 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 5780 Build
codebase Build
got_revision cf83593d9b50455cc46c39823bb1d835c4627cfb Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision cf83593d9b50455cc46c39823bb1d835c4627cfb 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. Patrice Dumas

Timing:

StartSun Jul 27 18:05:32 2025
EndSun Jul 27 20:43:04 2025
Elapsed2 hrs, 37 mins, 31 secs

All Changes:

:

  1. Change #240825

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 27 Jul 2025 15:28:47
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5d17d41827577b997b21b15c9c58ffc4d8cf8a25

    Comments

    Changes in comments

    Changed files

    • ChangeLog
    • tta/C/parsetexi/end_line.c
    • tta/perl/Texinfo/ParserNonXS.pm
  2. Change #240826

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 27 Jul 2025 16:00:00
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision adaebe3fe50208ed32cdf82bcae1bf1597b1aa9a

    Comments

    * tta/perl/Texinfo/ParserNonXS.pm (_split_delimiters) (_split_def_args): use directly element source marks.

    Changed files

    • ChangeLog
    • tta/perl/Texinfo/ParserNonXS.pm
  3. Change #240827

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 27 Jul 2025 16:26:10
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cf83593d9b50455cc46c39823bb1d835c4627cfb

    Comments

    * tta/perl/Texinfo/ParserNonXS.pm (_split_element_delimiters) (_split_element_def_args): rename _split_delimiters as _split_element_delimiters and _split_def_args as _split_element_def_args to make clear that these functions do something different from the C functions. Use parent instead of passing it as argument. Fix a wrong parent. Rename $root as $element. Undef explicitly element when it is not used anymore to clarify the code (and maybe help release/reuse memory).

    Changed files

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