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

Builder texinfo-solaris11-i386 Build #6451

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 4 mins, 24 secs )
    1. stdio
  3. shell_1 './configure' ( 6 mins, 21 secs )
    1. stdio
  4. shell_2 'gmake all' ( 9 mins, 30 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 mins, 13 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-solaris11-i386 slave
buildername texinfo-solaris11-i386 Builder
buildnumber 6451 Build
codebase Build
got_revision 98f763bcb0949196d972f1044c290c2768daf87c Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 98f763bcb0949196d972f1044c290c2768daf87c Build
scheduler schedule-texinfo-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartSun May 25 01:54:49 2025
EndSun May 25 02:16:24 2025
Elapsed21 mins, 35 secs

All Changes:

:

  1. Change #230688

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 25 May 2025 00:43:08
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5bfddfa035d7a2c38f6a0594ec817ad25408ff94

    Comments

    Attempt at fixing "Multiple Outputs" build problem
    * tta/C/Makefile.am: Use stamp files as intermediate
    dependencies for files produced by the following scripts:
    
      main/element_types.awk
      main/command_data.awk
      ../maintain/generate_code_commands_values.pl
      ../maintain/regenerate_C_options_info.pl
      ../maintain/generate_code_convert_data.pl
    
    This should avoid rules running more than one in the case
    of parallel builds.  See "Multiple Outputs" in the Automake
    manual.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
  2. Change #230689

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 25 May 2025 01:24:31
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision d603c5bb04bc2c5c2488726c49f7b97e3a525143

    Comments

    * tta/C/Makefile.am: Use variables to list outputs of helper programs to avoid listing the files twice.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
  3. Change #230690

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 25 May 2025 01:39:04
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision ce9030c270746cdafca7ce0f30b5beae1f1a345d

    Comments

    * tta/C/Makefile.am: Use variable to list products of ../maintain/generate_code_commands_values.pl.  Add convert/cmd_converter.c to MAINTAINERCLEANFILES but remove main/cmd_symbol.c which seems not to exist.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am
  4. Change #230691

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Sun 25 May 2025 01:49:19
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 98f763bcb0949196d972f1044c290c2768daf87c

    Comments

    * tta/C/Makefile.am: Use variables and $@ to avoid repeating some lists of filenames.

    Changed files

    • ChangeLog
    • tta/C/Makefile.am