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

Builder rsyslog-solaris10-sparc Build #2042

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

StartTue Jul 15 17:12:30 2025
EndTue Jul 15 17:13:35 2025
Elapsed1 mins, 5 secs

All Changes:

:

  1. Change #239857

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 06 Mar 2025 15:28:03
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision dc47356dc57a041ea45fd6c72cdae080caba93ba

    Comments

    imptcp bugfix: potential socket leak
    imptcp connection is accepted and right away rsyslog is stopped
    
    detected by Coverity Scan. Not sure if it ever happened in practice.

    Changed files

    • plugins/imptcp/imptcp.c
  2. Change #239858

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 15 Jul 2025 14:06:09
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision b7c6bd5c54e019f519165fd76b9aebc27b9f6f08

    Comments

    imhttp: add simple http health check functionality
    This also includes a basic Prometheus scrape entry point, which
    currently can only be used for health checking.
    
    We plan futher enhancement in this direction.
    
    Also some "fixes" in regard to rsyslog code style and portability
    methods.

    Changed files

    • contrib/imhttp/imhttp.c
    • tests/Makefile.am
    • tests/imhttp-healthcheck.sh
    • tests/imhttp-metrics.sh
  3. Change #239859

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 15 Jul 2025 17:01:34
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 3a1024379c82869344ea3886f824b76dc16ce4f6

    Comments

    Merge pull request #5596 from rgerhards/coverity-imptcp
    imptcp bugfix: potential socket leak

    Changed files

    • no files
  4. Change #239860

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 15 Jul 2025 17:04:58
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 341ca7c205d225fdb029037df8397c3be3e5d0b8

    Comments

    Merge pull request #5653 from rgerhards/imhttp-enh
    imhttp: add simple http health check functionality

    Changed files

    • no files
  5. Change #239861

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 15 Jul 2025 17:08:18
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 381e2053f1ef0a52847e5b404e5964db2c165cec

    Comments

    TESTING: Enhance action resume interval sleep time (#5260)
    * Fixed a race issue between action.resumeInterval and action.resumeIntervalMax
    
      * The sleep time of the action.resumeInterval can make a retry scheduled by
        the action.resumeInterval unable to be executed under some circumstance.
    
    Co-authored-by: Flos Lonicerae <lonicerae@gmail.com>

    Changed files

    • action.c