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

Builder texinfo-solaris11-sparc Build #5794

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision5416a74ddd6e04dbf1575925a2be63369cb80b71
Got Revision5416a74ddd6e04dbf1575925a2be63369cb80b71
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 7 mins, 2 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 44 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 19 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 11 secs )
    1. stdio
    2. tp_test-suite.log
    3. info_test-suite.log
    4. tp_tests_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 5794 Build
codebase Build
got_revision 5416a74ddd6e04dbf1575925a2be63369cb80b71 Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5416a74ddd6e04dbf1575925a2be63369cb80b71 Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartTue Oct 15 17:48:36 2024
EndTue Oct 15 17:58:01 2024
Elapsed9 mins, 24 secs

All Changes:

:

  1. Change #211792

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 15 Oct 2024 13:30:24
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision bbde7b23cf28b2aa8a880014700e01c1d8f866e3

    Comments

    * install-info/install-info.c (open_possibly_compressed_file): Correct check of return value of freopen.
    Report from Vitezslav Crhonek <vcrhonek@redhat.com>.

    Changed files

    • ChangeLog
    • install-info/install-info.c
  2. Change #211793

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Tue 15 Oct 2024 17:37:19
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5416a74ddd6e04dbf1575925a2be63369cb80b71

    Comments

    Always null terminate key sequence array
    * info/infokey.c (compile): Always null-terminate 'seq' array.
    Avoid filling the array completely as this could lead to a segfault
    if exactly 20 characters were given in a key sequence, e.g.
    
    bbbbbbbbbbbbbbbbbbb down-line
    
    Report of uninitialised variable from Vitezslav Crhonek, found
    with a static analysis tool.

    Changed files

    • ChangeLog
    • info/infokey.c