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

Builder rsyslog-solaris10-i386 Build #1820

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision2847fa3aa0974c6b8400279fa176d47df7968865
Changes2 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 1820 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 2847fa3aa0974c6b8400279fa176d47df7968865 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. Paul Fertser
  2. Rainer Gerhards

Timing:

StartThu Apr 18 09:14:15 2024
EndThu Apr 18 09:15:17 2024
Elapsed1 mins, 2 secs

All Changes:

:

  1. Change #195504

    Category rsyslog
    Changed by Paul Fertser <fercerpavohnoyoudont@gmail.com>
    Changed at Fri 26 May 2023 09:48:02
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 7a63ac84811eaaec873a01bb28654baacf146991

    Comments

    Fix quoting for omprog, improg, mmexternal
    This changes the current behaviour from honouring the double quotes in
    any part of the argument but leaving them in place and passing to the
    executed binary to requiring quotes exactly at the beginning and at the
    end of a multi-word argument, and not including them in the actual call.
    
    Testcases added to ensure the expected results.
    
    Fixes #4249.

    Changed files

    • runtime/srutils.c
    • tests/omprog-defaults.sh
    • tests/omprog-if-error.sh
    • tests/testsuites/omprog-defaults-bin.sh
  2. Change #195506

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Thu 18 Apr 2024 09:09:33
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 2847fa3aa0974c6b8400279fa176d47df7968865

    Comments

    Merge pull request #5140 from paulfertser/fix-quoting-omprog
    Fix quoting for omprog, improg, mmexternal

    Changed files

    • no files