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

Builder rsyslog-solaris10-sparc Build #1916

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision907f4672cfde32f659319027560f44a09bfe23ae
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 mins, 13 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 1916 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 907f4672cfde32f659319027560f44a09bfe23ae 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. Rainer Gerhards

Timing:

StartWed Jun 4 10:46:33 2025
EndWed Jun 4 10:49:47 2025
Elapsed3 mins, 13 secs

All Changes:

:

  1. Change #231345

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 04 Jun 2025 08:42:12
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 9016f1f1b3eecfb1c513d3e32e803def6c4e7748

    Comments

    omsendertrack: new module
    The omsendertrack module is designed to track and report statistics for
    message senders across all inputs in Rsyslog. It periodically outputs a
    JSON file containing information about each sender.
    
    Note: This commit provides minimalistic basic functionality as a PoC.
    We will check it's usefulness in practice and expect follow-up PRs
    to enhance functionality and include feedback from early testing.
    
    However, this module is solid, just feature limited.
    
    see also: https://github.com/rsyslog/rsyslog/issues/5599

    Changed files

    • Makefile.am
    • configure.ac
    • plugins/omsendertrack/Makefile.am
    • plugins/omsendertrack/omsendertrack.c
    • runtime/rsyslog.h
    • tests/Makefile.am
    • tests/omsendertrack-basic-vg.sh
    • tests/omsendertrack-basic.sh
    • tests/tcpflood.c
  2. Change #231346

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 04 Jun 2025 10:37:25
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 907f4672cfde32f659319027560f44a09bfe23ae

    Comments

    Merge pull request #5601 from rgerhards/omsendertrack
    Omsendertrack

    Changed files

    • no files