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

Builder rsyslog-solaris10-i386 Build #2056

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision465c0676779d2238f3ca364b8e612e062ba165c0
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-rsyslog-solaris10-i386' 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/slave/rsyslog-solaris10-i386 slave
buildername rsyslog-solaris10-i386 Builder
buildnumber 2056 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 465c0676779d2238f3ca364b8e612e062ba165c0 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:

StartWed Jul 16 17:12:30 2025
EndWed Jul 16 17:13:34 2025
Elapsed1 mins, 4 secs

All Changes:

:

  1. Change #239926

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 16 Jul 2025 17:08:01
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 786ea7c92f5689f48977a19006eaa5477cd3e37f

    Comments

    chore: add project-wide formatting and editor configs
    - add .editorconfig for indent, whitespace, and file-type rules
    - add project-local .vimrc to enforce Vim settings via exrc
    - add .clang-format for C/C++ style presets and list formatting
    - add devtools/format-code.sh to run clang-format and fixups
    - adjust clang-format config for stable, idempotent output
    - update AGENTS.md with new formatting strategy
    - add .git-blame-ignore-revs entry for format change commit
    
    This commit sets up an automated formatting pipeline to let
    contributors use their editor of choice while ensuring
    consistent, stable code style across the project.

    Changed files

    • .clang-format
    • .editorconfig
    • .git-blame-ignore-revs
    • .vimrc
    • AGENTS.md
    • COMMENTING_STYLE.md
    • devtools/format-code.sh
    • tools/rsyslogd.c
  2. Change #239927

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Wed 16 Jul 2025 17:09:34
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 465c0676779d2238f3ca364b8e612e062ba165c0

    Comments

    Merge pull request #5802 from rgerhards/codechange-followup
    chore: add project-wide formatting and editor configs

    Changed files

    • no files