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

Builder rsyslog-solaris10-sparc Build #1754

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision4db1254ec64959e6930d0d3b08a4abd87a16bb35
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 4 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 1754 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 4db1254ec64959e6930d0d3b08a4abd87a16bb35 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 Aug 2 16:07:50 2023
EndWed Aug 2 16:08:55 2023
Elapsed1 mins, 4 secs

All Changes:

:

  1. Change #177370

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 02 Aug 2023 15:01:31
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision b6b4f25eda025d3f5a5fcbf2be395bfade03d788

    Comments

    lookup tables bugfix: reload on HUP did not work when backgrounded
    Lookup tables were only reloaded on HUP if the -n option was given
    and rsyslog no backgrounded. This patch fixes the issue.
    
    closes: https://github.com/rsyslog/rsyslog/issues/4813

    Changed files

    • runtime/lookup.c
    • runtime/lookup.h
    • runtime/rsconf.c
    • tests/Makefile.am
    • tests/diag.sh
    • tests/lookup_table-hup-backgrounded.sh
    • tools/rsyslogd.c
  2. Change #177371

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 02 Aug 2023 15:02:05
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 8d36cbd29d8db7091e13dd8d720b744c7399acf2

    Comments

    lookup tables: fix static analyzer issue
    If something goes really wrong, a lookup table's name would not
    be set. That could lead to a NULL pointer access. HOWEVER, this
    would require serious bugs in config parameter parsing, as the
    lookup table name is a required parameter and the parser will
    error out if not set.
    
    So the bug is mostly cosmetic - but it does not hurt to handle
    this case, of course.

    Changed files

    • runtime/lookup.c
  3. Change #177372

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 02 Aug 2023 16:04:52
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 4db1254ec64959e6930d0d3b08a4abd87a16bb35

    Comments

    Merge pull request #5208 from rgerhards/i4813
    lookup tables bugfix: reload on HUP did not work when backgrounded

    Changed files

    • no files