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

Builder texinfo-solaris10-sparc Build #5762

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell './autogen.sh' ( 51 mins, 56 secs )
    1. stdio
  3. shell_1 './configure' ( 8 mins, 54 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 11 mins, 52 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 hrs, 18 mins, 19 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 5762 Build
codebase Build
got_revision 6e582db42d22c0e10dcdd50544fe958c7639450c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 6e582db42d22c0e10dcdd50544fe958c7639450c 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:

StartFri Jul 25 03:22:39 2025
EndFri Jul 25 05:53:58 2025
Elapsed2 hrs, 31 mins, 18 secs

All Changes:

:

  1. Change #240596

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 01:07:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6ab6af6864f79e661dd0a94635c6a4c0fc0152d3

    Comments

    Save directory name with file record
    * info/nodes.h (FILE_BUFFER): Add 'infodir' field.
    * info/nodes.c (info_load_file, forget_info_file): Set 'infodir'
    field to directory component of full file name used to load file.

    Changed files

    • ChangeLog
    • info/nodes.c
    • info/nodes.h
  2. Change #240597

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 01:07:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision c3eec41e839a36925ca9a128defbd309e596c296

    Comments

    * NEWS: update a couple of items for Info.

    Changed files

    • ChangeLog
    • NEWS
  3. Change #240598

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 01:07:51
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d23bccdba038a9411eef1cdc9c2a5028512e0363

    Comments

    Check infodir in loaded file list
    * info/nodes.c (check_loaded_file_in_infodir):
    New function to check both directory and filename in
    list of loaded files.
    * info/session-cmd.c (filename_for_xref): Use it before
    calling info_file_of_infodir.  This means we avoid repeatedly
    checking the filesystem for the same file.

    Changed files

    • ChangeLog
    • info/nodes.c
    • info/nodes.h
    • info/session-cmd.c
  4. Change #240602

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 25 Jul 2025 01:53:56
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6e582db42d22c0e10dcdd50544fe958c7639450c

    Comments

    * info/pseudotty.c: Readd #include <string.h> as it is needed for a declaration of 'memset', used via FD_ZERO, on some systems.  Reports from Bruno Haible and Collin Funk.

    Changed files

    • ChangeLog
    • info/pseudotty.c