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

Builder texinfo-solaris10-sparc Build #5751

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. shell './autogen.sh' ( 56 mins, 52 secs )
    1. stdio
  3. shell_1 './configure' ( 7 mins, 3 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 9 mins, 42 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 hrs, 26 mins, 51 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 5751 Build
codebase Build
got_revision 0143d45e08126caebd025bd51b1d6c379178e0b6 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 0143d45e08126caebd025bd51b1d6c379178e0b6 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:

StartWed Jul 23 18:45:52 2025
EndWed Jul 23 21:26:51 2025
Elapsed2 hrs, 40 mins, 58 secs

All Changes:

:

  1. Change #240501

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 23 Jul 2025 16:43:45
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 1d0b96dc048c271b86823f32689b01c47f5f83fb

    Comments

    * info/session.c, info/scan.c (free_history_node): Move to scan.c, as this is a slightly "lower-level" source file.

    Changed files

    • ChangeLog
    • info/dir.c
    • info/scan.c
    • info/scan.h
    • info/session.c
    • info/session.h
  2. Change #240502

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 23 Jul 2025 16:51:44
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 3d4c9444ea07f9468e4a1de2723a0018b5c1bef4

    Comments

    info/scan.h
    * info/scan.c (read_bracketed_filename, init_conversion)
    (close_conversion, save_conversion_state, reset_conversion):
    Declare as static.
    * info/scan.h: reorder slightly to match order of scan.c.

    Changed files

    • ChangeLog
    • info/scan.c
    • info/scan.h
  3. Change #240503

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 23 Jul 2025 17:39:55
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision e455c3acd8efbcc8531e73e891e9286548cea4df

    Comments

    const for info
    * info/scan.c (info_get_menu_entry_by_label, info_copy_reference)
    * info/session-cmd.c (info_select_reference)
    * info/dir.c (lookup_dir_entry, dir_entry_of_infodir)
    Declare more parameters and return values as const.
    
    * info/session-cmd.c (info_intuit_options_node): Avoid modifying
    field in REFERENCE object returned by info_get_menu_entry_by_label.
    * info/info.c (info_find_matching_files): Copy REFERENCE before
    adding it to a list.

    Changed files

    • ChangeLog
    • info/dir.c
    • info/info.c
    • info/nodemenu.c
    • info/nodes.h
    • info/scan.c
    • info/scan.h
    • info/session-cmd.c
    • info/session.h
  4. Change #240504

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Wed 23 Jul 2025 18:33:02
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 0143d45e08126caebd025bd51b1d6c379178e0b6

    Comments

    const for info
    * info/scan.c
    (info_concatenate_references, info_copy_references info_new_reference):
    Declare arguments as const.

    Changed files

    • ChangeLog
    • info/scan.c
    • info/scan.h