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

Builder texinfo-solaris10-sparc Build #5730

Results:

Failed shell shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. shell './autogen.sh' failed ( 40 mins, 14 secs )
    1. stdio
  3. shell_1 './configure' ( 2 mins, 56 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 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-unstable10s/slave/texinfo-solaris10-sparc slave
buildername texinfo-solaris10-sparc Builder
buildnumber 5730 Build
codebase Build
got_revision 1fed3683aa48696d8cf798c09e45088fca998e14 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 1fed3683aa48696d8cf798c09e45088fca998e14 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
  2. Patrice Dumas

Timing:

StartSun Jul 20 15:35:29 2025
EndSun Jul 20 16:19:06 2025
Elapsed43 mins, 37 secs

All Changes:

:

  1. Change #240223

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Sun 20 Jul 2025 12:58:26
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision f668af560168fd0b87ffef015abf3a828f0d155d

    Comments

    Fix last ChangeLog entry.  Change in ChangeLog spacing.

    Changed files

    • ChangeLog
    • tta/TODO
  2. Change #240224

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 20 Jul 2025 13:01:15
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 23484ecd93cf4b8434723e7740f8695902fdeae4

    Comments

    add node_from_hook_output
    * info/nodes.c (node_from_hook_output): New function.
    * info/session.c (info_select_reference),
    * info/info.c (get_initial_file): Use it.

    Changed files

    • ChangeLog
    • info/info.c
    • info/nodes.c
    • info/nodes.h
    • info/session.c
  3. Change #240225

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 20 Jul 2025 13:01:15
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 8b623e1fcafac259a25c34fed63fa3c938e0f6af

    Comments

    * info/run-external.c (get_output_from_program): When returning exit status of executed program, wrap result from 'wait' function in WEXITSTATUS to get the exit status as intended.

    Changed files

    • ChangeLog
    • info/run-external.c
  4. Change #240233

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 20 Jul 2025 14:09:35
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1fed3683aa48696d8cf798c09e45088fca998e14

    Comments

    * tta/perl/Texinfo/Convert/Plaintext.pm (_convert) <definfoenclose>: Split out code from other brace commands.

    Changed files

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