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

Builder rsyslog-solaris10-i386 Build #1804

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision9afdd43c4dc1fdf0b353703769f8bbfd3c02aac0
Changes6 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 1804 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 9afdd43c4dc1fdf0b353703769f8bbfd3c02aac0 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:

StartMon Feb 26 09:12:54 2024
EndMon Feb 26 09:13:57 2024
Elapsed1 mins, 2 secs

All Changes:

:

  1. Change #191725

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Tue 12 Dec 2023 13:11:34
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 1e45801fd4d00d65dbae5f0de23bd5fd39eaf21b

    Comments

    ommysql bugfix: potential segfault on database error
    Due to an invalid code path, ommysql may cause a segfault if database
    transactions fail into a specific way. The main trigger is a totally
    irrecoverrable database error which can lead to premature connection
    close, which is not checked for in all recover code.
    
    This was detected in a setting where a stored procedure is called that
    rolls back a transaction in itself.
    
    This patch fixes the issue.
    
    closes https://github.com/rsyslog/rsyslog/issues/5288

    Changed files

    • plugins/ommysql/ommysql.c
  2. Change #191726

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 14 Dec 2023 12:57:00
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision c7c16b935c4b3fb740eacbd5dbb043f5cd457acd

    Comments

    omusrmsg bugfix: potential double free, which can cause segfault
    omusrmsg frees a string which points to OS/system library memory. When
    the os/libs clean up, it frees the memory as well. This results in a
    double free. This bug interestingly seems to go unnoticed in many cases.
    But it can cause a segfault or hard-to-trace memory corruptions which
    could lead to other problems later on. The outcome of this bug most
    probably depdns on os/library versions.
    
    closes https://github.com/rsyslog/rsyslog/issues/5294

    Changed files

    • tools/omusrmsg.c
  3. Change #191727

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 21 Feb 2024 09:31:00
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 25224fb536488ae63e6addd2c9005bc2b8dc126a

    Comments

    omfile: do not carry out actual action when writing to /dev/null
    In some use cases omfile is configured to write to /dev/null. This seems
    primarily be done because of statistics gathering but maybe some other
    scenarios. We now add conditional logic to not do any actual omfile
    action when the target file is /dev/null.
    
    Note: this check only works on static file names. When /dev/null is
    evaluated as part of dynafile, it will be handled just in the regular
    case like before this patch.

    Changed files

    • tools/omfile.c
  4. Change #191728

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 26 Feb 2024 09:06:04
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision a9c6352b94d46c4399c4d84c6e72423f42d99ced

    Comments

    Merge pull request #5330 from rgerhards/omfile-dev-null
    omfile: do not carry out actual action when writing to /dev/null

    Changed files

    • no files
  5. Change #191729

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 26 Feb 2024 09:08:45
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 3836eba72da054e292f8866b7774f460b8e1c36e

    Comments

    Merge pull request #5292 from rgerhards/i5288
    ommysql bugfix: potential segfault on database error

    Changed files

    • no files
  6. Change #191730

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Mon 26 Feb 2024 09:11:05
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 9afdd43c4dc1fdf0b353703769f8bbfd3c02aac0

    Comments

    Merge pull request #5295 from rgerhards/i5294
    omusrmsg bugfix: potential double free, which can cause segfault

    Changed files

    • no files