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

Builder rsyslog-solaris10-sparc Build #2045

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision4a42252af87d3311b30f23c60c1fb3680184d708
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 2 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/rsyslog-solaris10-sparc slave
buildername rsyslog-solaris10-sparc Builder
buildnumber 2045 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 4a42252af87d3311b30f23c60c1fb3680184d708 Build
scheduler schedule-rsyslog-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/rsyslog-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andre Lorbach

Timing:

StartTue Jul 15 17:52:09 2025
EndTue Jul 15 17:53:11 2025
Elapsed1 mins, 2 secs

All Changes:

:

  1. Change #239874

    Category rsyslog
    Changed by Andre Lorbach <alorbachohnoyoudont@adiscon.com>
    Changed at Tue 15 Jul 2025 17:42:23
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 4a42252af87d3311b30f23c60c1fb3680184d708

    Comments

    Investigate and resolve rsyslog issue 2693 (#5793)
    * Fix issue with queue.maxDiskSpace validation
    
    When queue.maxDiskSpace is set smaller than queue.maxfilesize, rsyslog
    could enter an infinite loop during shutdown. This fix adds validation
    to ensure maxDiskSpace is at least as large as maxFileSize.
    
    If an invalid configuration is detected, the system will log a warning
    and automatically adjust maxDiskSpace to match maxFileSize to prevent
    the shutdown loop.
    
    closes: https://github.com/rsyslog/rsyslog/issues/2693
    
    Co-authored-by: Cursor Agent <cursoragent@cursor.com>

    Changed files

    • runtime/queue.c