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

Builder rsyslog-solaris10-sparc Build #1728

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revisionfac665f18f7954d4ea0daa8530feac87011cebaa
Changes4 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 1728 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision fac665f18f7954d4ea0daa8530feac87011cebaa 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. Konstantin J. Chernov
  2. Rainer Gerhards
  3. alakatos

Timing:

StartFri Jun 16 15:24:35 2023
EndFri Jun 16 15:25:40 2023
Elapsed1 mins, 5 secs

All Changes:

:

  1. Change #174954

    Category rsyslog
    Changed by Konstantin J. Chernov <>
    Changed at Tue 06 Jun 2023 14:17:28
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 1dfa5f9d836d2153fb76bcbbb235cf5bfdff538b

    Comments

    core bugfix: potential segfault on busy systems
    This was discovered by Konstantin J. Chernov in a practicaly deployment.
    Here, msg object tag processing caused sporadic segfaults. We did not
    hear from similiar cases, but there clearly is potential for problems
    because a mutex lock had insufficient range, thus leading to a potential
    race.
    
    The patch is directly from Konstantin J. Chernov, thanks for that.
    
    Please note that the mutex lock could be minimized as it is not strictly
    needed for the pM == NULL case, but this cause is extremely exotic
    and the resulting code would be harder to understand. Thus we opt
    to do the locking on funtion level (as usual).
    
    Descriptiond edited by Rainer Gerhards
    
    closes: https://github.com/rsyslog/rsyslog/issues/5110

    Changed files

    • runtime/msg.c
  2. Change #174955

    Category rsyslog
    Changed by alakatos <alakatosohnoyoudont@redhat.com>
    Changed at Thu 08 Jun 2023 12:40:50
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision ea821b7b9d2bd0e9912ec405fa90c195ca3d2d5b

    Comments

    Add new global config option "libcapng.default"
    Defines how rsyslog should behave in case something went wrong
    when capabilities were to be dropped. Default value is "on",
    in which case rsyslog exits on a libcapng related error.
    Closes #5096

    Changed files

    • runtime/glbl.c
    • runtime/rsconf.c
    • runtime/rsconf.h
    • tools/rsyslogd.c
  3. Change #174956

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 16 Jun 2023 15:16:52
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision f1d54745fe5da2053700e430f5f035ce2ede4395

    Comments

    Merge pull request #5144 from Cropi/libcap
    Add new global config option "libcapng.default"

    Changed files

    • no files
  4. Change #174957

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 16 Jun 2023 15:21:56
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision fac665f18f7954d4ea0daa8530feac87011cebaa

    Comments

    Merge pull request #5118 from rgerhards/i5110
    core bugfix: potential segfault on busy systems

    Changed files

    • no files