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

Builder rsyslog-solaris10-i386 Build #1911

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision845829cc9a856cc2d94625810f24a96dc76d5851
Changes4 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-rsyslog-solaris10-i386' 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/slave/rsyslog-solaris10-i386 slave
buildername rsyslog-solaris10-i386 Builder
buildnumber 1911 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 845829cc9a856cc2d94625810f24a96dc76d5851 Build
scheduler schedule-rsyslog-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/rsyslog-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Rainer Gerhards

Timing:

StartTue Apr 22 18:34:07 2025
EndTue Apr 22 18:35:10 2025
Elapsed1 mins, 2 secs

All Changes:

:

  1. Change #227882

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 22 Apr 2025 11:51:58
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision c3027a6d5e566c1594eba1365d5781f76b9f1209

    Comments

    tcpsrv bugfix: do not busy wait on io events
    Depending on circumstances, tcpsrv worker threads did effectively
    busy-wait on io events to handle. Not always, but often. This was
    caused be improperly re-arming the inotify subsystem.
    
    This effected overall system performance, but not general rsyslog
    stability. The bug was introduced on March 1st 2025 into the
    daily stable build.
    
    closes: https://github.com/rsyslog/rsyslog/issues/5623

    Changed files

    • plugins/imdiag/imdiag.c
    • plugins/imgssapi/imgssapi.c
    • plugins/imtcp/imtcp.c
    • runtime/netstrm.c
    • runtime/netstrm.h
    • runtime/nsd.h
    • runtime/nsd_gtls.c
    • runtime/nsd_ossl.c
    • runtime/nsd_ossl.h
    • runtime/nsd_ptcp.c
    • runtime/tcpsrv.c
    • runtime/tcpsrv.h
  2. Change #227883

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 22 Apr 2025 11:52:06
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 7855c0bee8e60b64dcbb2f8cd563199b37676693

    Comments

    gnutls netstrm drvr fix: handle write retry correctly in recv call
    When receiving, gnutls internally may need to write (e.g. for session key
    changes), so we need to support that. This is a long-standing issue
    that can have caused invalid error message and session closure.
    
    The erorr message was:
    GnuTLS receive error <nbr> has wrong read direction(wants write) -
    this could be caused by a broken connection. GnuTLS reports: <text>

    Changed files

    • runtime/nsd_gtls.c
    • runtime/nsd_gtls.h
  3. Change #227884

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 22 Apr 2025 11:52:06
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision befe7f0c054a10fff322f0e3435b07e8201cbe77

    Comments

    general minor cleanup

    Changed files

    • runtime/nsd.h
    • runtime/tcpsrv.c
  4. Change #227885

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 22 Apr 2025 18:27:13
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 845829cc9a856cc2d94625810f24a96dc76d5851

    Comments

    Merge pull request #5621 from rgerhards/tcpsrv-fix-busy-waiting
    tcpsrv bugfix: do not busy wait on io events

    Changed files

    • no files