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

Builder texinfo-solaris10-sparc Build #5723

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision95412154c4e0c349615423451ef3750fb7dee3e5
Got Revision95412154c4e0c349615423451ef3750fb7dee3e5
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell './autogen.sh' ( 44 mins, 34 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 8 mins, 53 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 59 mins, 10 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 5723 Build
codebase Build
got_revision 95412154c4e0c349615423451ef3750fb7dee3e5 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 95412154c4e0c349615423451ef3750fb7dee3e5 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:

StartSat Jul 19 01:43:08 2025
EndSat Jul 19 03:41:35 2025
Elapsed1 hrs, 58 mins, 27 secs

All Changes:

:

  1. Change #240090

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 18 Jul 2025 23:36:50
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6875a9205f575c4159b2f2a5f75a962b36021cfa

    Comments

    ChangeLog: fix an entry;  change in spacing

    Changed files

    • ChangeLog
    • tta/swig/perl/test_refold.sh
  2. Change #240091

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 18 Jul 2025 23:49:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e2f6aad41fa85a1990ba5d82983d65b1385e5c0a

    Comments

    * tta/C/main/element_types.txt, tta/C/main/utils.c (new_element_from_names), tta/C/parsetexi/handle_commands.c (handle_other_command): remove C specific container_command type, use nobrace_command instead.

    Changed files

    • ChangeLog
    • tta/C/main/element_types.c
    • tta/C/main/element_types.h
    • tta/C/main/element_types.txt
    • tta/C/main/utils.c
    • tta/C/parsetexi/handle_commands.c
  3. Change #240094

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 00:48:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 4527b01a644c6dd0f418181a79242edb2321d347

    Comments

    * info/session.c (info_session_one_node): New function. * info/info.c (get_initial_file, main): Call info_session_one_node.

    Changed files

    • ChangeLog
    • info/info.c
    • info/session.c
    • info/session.h
  4. Change #240095

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 00:48:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ce1d31676cac8cf1e0d122c89c6f40af44abfdd2

    Comments

    * info/info.c (main): Reformat string constant in usage message so to have whitespace in first column.  No functional change.

    Changed files

    • ChangeLog
    • info/info.c
  5. Change #240096

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 00:48:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3d8d4231731c2432390b9547833a02a244b4774e

    Comments

    * tta/perl/ext/highlight_syntax.pm (highlight_process): Create output directory if it does not exist.  Otherwise there can be an error that a file couldn't be opened.
    Report and investigation by Raymond Toy <toy.raymond@gmail.com>.

    Changed files

    • ChangeLog
    • tta/perl/ext/highlight_syntax.pm
  6. Change #240097

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 00:48:57
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 95412154c4e0c349615423451ef3750fb7dee3e5

    Comments

    Use info_session_one_node more
    * info/info.c (get_initial_file):
    Remove logic looking for a manpage from here.
    (main): Check for man page after calling get_initial_file, and
    if found, start info session with info_session_one_node.
    
    * info/session.c (info_intuit_options_node) Return a pointer to NODE
    rather than than a REFERENCE.
    (info_goto_invocation_node): Update.
    * info/info.c (add_initial_nodes) <--show-options>: Start session
    with invocation node with info_session_one_node.

    Changed files

    • ChangeLog
    • info/info.c
    • info/session.c
    • info/session.h