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

Builder rsyslog-solaris10-sparc Build #2014

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revisionf1f55bc32d362419f21ad3645d075421d26d3ac3
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 1 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 2014 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision f1f55bc32d362419f21ad3645d075421d26d3ac3 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:

StartFri Jul 11 17:02:25 2025
EndFri Jul 11 17:03:27 2025
Elapsed1 mins, 1 secs

All Changes:

:

  1. Change #239039

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Sun 06 Jul 2025 14:19:33
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 6c9332b2e07e73971c3c6adb9ba11fb1fe99ba13

    Comments

    scripting: add endswith operator to property filters and RainerScript
    This Implements suffix comparison similar to startswith. Note that we
    do intentionally not use libestr functions in order to speed up adaption.
    It would otherwise probably take years for distros to upgrade libestr.
    
    With some help of the Codex and Gemini AI Agents.
    
    closes https://github.com/rsyslog/rsyslog/issues/1255

    Changed files

    • AGENTS.md
    • doc/source/_ext/rsyslog_lexer.py
    • doc/source/configuration/filters.rst
    • doc/source/rainerscript/expressions.rst
    • grammar/grammar.y
    • grammar/lexer.l
    • grammar/rainerscript.c
    • runtime/ruleset.c
    • runtime/stringbuf.c
    • runtime/stringbuf.h
    • runtime/typedefs.h
    • tests/Makefile.am
    • tests/endswith-basic.sh
  2. Change #239040

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 11 Jul 2025 16:10:57
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 3cd89a47e622203bf27b04d9aa5060fa68fe0911

    Comments

    nsd_ptcp fix: misleading error messages (regression from ad1fd21)
    We received reports of log messages incorrectly referring to "imptcp" even
    though the imptcp module was not loaded on the system. This caused confusion
    during troubleshooting.
    
    One such message was:
    
      rsyslogd: imptcp cannot set keepalive intvl - ignored: Bad file descriptor
    
    This message originated from the nsd_ptcp module, but the LogError() calls
    in EnableKeepAlive() still used "imptcp" as the source name.
    
    This is a regression introduced in commit ad1fd21, which restructured
    TCP input handling and moved responsibility for keepalive setup to nsd_ptcp,
    but did not update the associated log messages.
    
    This patch corrects the affected log strings to use "nsd_ptcp", accurately
    reflecting the code path that emits them.
    
    There is no functional change; the patch improves clarity of log output and
    prevents misleading diagnostics.
    
    The actual error shown could be related to a different issue,
    see also https://github.com/rsyslog/rsyslog/pull/5749

    Changed files

    • runtime/nsd_ptcp.c
  3. Change #239041

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 11 Jul 2025 16:56:03
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 661803ec4a3ca88329016a36fd36f2f788b3c54b

    Comments

    Merge pull request #5752 from rgerhards/nsd_ptcp-invld_imptcp_msg
    nsd_ptcp fix: misleading error messages (regression from ad1fd21)

    Changed files

    • no files
  4. Change #239042

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 11 Jul 2025 16:58:00
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision d5b45c0f5f84bd1f6cda387c0044e6306370d8d3

    Comments

    Merge pull request #5748 from rgerhards/i1255
    scripting: add endswith operator to property filters and RainerScript

    Changed files

    • no files
  5. Change #239043

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 11 Jul 2025 17:00:12
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f1f55bc32d362419f21ad3645d075421d26d3ac3

    Comments

    mainain ChangeLog

    Changed files

    • ChangeLog