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

Builder rsyslog-solaris10-sparc Build #1956

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 8 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 1956 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision b926a6ea03d102c9118d49d9d3ab0c1f25a39fc2 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:

StartFri Jun 13 11:45:11 2025
EndFri Jun 13 11:46:19 2025
Elapsed1 mins, 8 secs

All Changes:

:

  1. Change #232165

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 13 Jun 2025 08:10:29
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 53d64899632db6165e073a5a43720557d6710661

    Comments

    omusrmsg: use utmpx on systems where available
    - this is driven by Solaris: it does not provide UT_LINESIZE
    - prefer utmpx when available and map setutent()/getutent()
    - derive UT_LINESIZE from platform macros to compile on Solaris
    - if nothing else helps, set UT_LINESIZE to 32
      Note that 32 is a somewhat save default, but not perfect.
    
    Fixes https://github.com/rsyslog/rsyslog/issues/5678

    Changed files

    • tools/omusrmsg.c
  2. Change #232166

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 13 Jun 2025 11:42:06
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision b926a6ea03d102c9118d49d9d3ab0c1f25a39fc2

    Comments

    Merge pull request #5683 from rsyslog/codex/fix-omusrmsg-module-compatibility
    fix Solaris build of omusrmsg

    Changed files

    • no files