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

Builder texinfo-solaris10-sparc Build #5744

Results:

Failed shell shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision7470eabccca3e2fc71918ed25528cb6df4614808
Got Revision7470eabccca3e2fc71918ed25528cb6df4614808
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 32 secs )
    1. stdio
  2. shell './autogen.sh' failed ( 43 mins, 26 secs )
    1. stdio
  3. shell_1 './configure' ( 3 mins, 53 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 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 5744 Build
codebase Build
got_revision 7470eabccca3e2fc71918ed25528cb6df4614808 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 7470eabccca3e2fc71918ed25528cb6df4614808 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:

StartTue Jul 22 04:41:28 2025
EndTue Jul 22 05:29:22 2025
Elapsed47 mins, 53 secs

All Changes:

:

  1. Change #240366

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 22 Jul 2025 02:56:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 83dd7c918c18d16e2cd96653ab97150f91e553c4

    Comments

    correct parameter names in header file declaration

    Changed files

    • info/filesys.h
  2. Change #240367

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 22 Jul 2025 03:05:14
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 479b40ee4850e08f98b6d67682efe752ce61b83c

    Comments

    const for info
    * info/nodes.c (info_get_node): Declare first argument, filename,
    as const.  Make consequent changes throughout the program,
    likewise declaring parameters as const.
    
    Using const could have a benefit for the readability of this C
    program as the person reading the code knows that a const pointer
    does not need to be passed to 'free'.

    Changed files

    • ChangeLog
    • info/filesys.c
    • info/filesys.h
    • info/man.c
    • info/man.h
    • info/nodes.c
    • info/nodes.h
  3. Change #240368

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 22 Jul 2025 03:08:48
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 7470eabccca3e2fc71918ed25528cb6df4614808

    Comments

    const for info
    * info/nodes.c (info_get_node, info_get_node_of_file_buffer):
    Declare nodename argument as const.

    Changed files

    • ChangeLog
    • info/nodes.c
    • info/nodes.h