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

Builder texinfo-solaris10-i386 Build #6863

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 14 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 29 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 4 mins, 52 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 6 mins, 54 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/slave/texinfo-solaris10-i386 slave
buildername texinfo-solaris10-i386 Builder
buildnumber 6863 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartSat Jul 19 00:53:29 2025
EndSat Jul 19 01:17:05 2025
Elapsed23 mins, 36 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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