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

Builder texinfo-solaris10-sparc Build #5724

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revisionac8d9518c4bbefe25a865b361eecc3f637fd36de
Got Revisionac8d9518c4bbefe25a865b361eecc3f637fd36de
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell './autogen.sh' ( 39 mins, 26 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 29 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 9 mins, 13 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 hrs, 15 mins, 38 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 5724 Build
codebase Build
got_revision ac8d9518c4bbefe25a865b361eecc3f637fd36de Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision ac8d9518c4bbefe25a865b361eecc3f637fd36de 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:

StartSat Jul 19 03:41:38 2025
EndSat Jul 19 05:51:46 2025
Elapsed2 hrs, 10 mins, 7 secs

All Changes:

:

  1. Change #240110

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 01:18:36
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision dbe3c4f8a535b48754bf92dcc66f39f1bc066354

    Comments

    info_session_allfiles
    * info/session.c (info_session): Remove second parameter
    and do not use for --all.
    (info_session_allfiles): New function, used for --all.
    * info/info.c (main) <--all>: Call info_session_allfiles
    directly in this section rather than leaving it for info_session
    later on in the function.

    Changed files

    • ChangeLog
    • info/info.c
    • info/session.c
    • info/session.h
  2. Change #240112

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 01:44:37
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision cfd79e69cb312563dc3f1cd5b807d1469e6a696a

    Comments

    * info/info.c (main) <not --all>: Move block of code out of "else" clause of condition.  This reduces the indentation by one level.

    Changed files

    • ChangeLog
    • info/info.c
  3. Change #240113

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 02:09:01
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 672832c797125ef823ec123eff4d6c5274831b72

    Comments

    * info/info.c (main) <--all>: Handle --all completely within this condition, and call 'exit' at the end.  This eliminates any dependence following code might have on --all.

    Changed files

    • ChangeLog
    • info/info.c
  4. Change #240114

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 02:13:16
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 79a4a96943ce60f3bdd113e099803cb5919a871c

    Comments

    * info/info.c (main) <manpage fallback>: Check success of finding initial file before trying to fallback.

    Changed files

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

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sat 19 Jul 2025 02:24:40
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ac8d9518c4bbefe25a865b361eecc3f637fd36de

    Comments

    * info/info.c (main): do not call close_info_session unnecessarily after info_session, as info_session calls this itself.

    Changed files

    • ChangeLog
    • info/info.c