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

Builder rsyslog-solaris10-i386 Build #1819

Results:

Failed

SourceStamp:

Projectrsyslog
Repositoryhttps://github.com/rsyslog/rsyslog.git
Branchmaster
Revision9725f4cdf0608b9a9fccfb31fddabfacfddd4990
Changes3 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 1819 Build
codebase Build
project rsyslog Build
repository https://github.com/rsyslog/rsyslog.git Build
revision 9725f4cdf0608b9a9fccfb31fddabfacfddd4990 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. Michael Biebl
  2. Rainer Gerhards

Timing:

StartFri Apr 12 16:22:47 2024
EndFri Apr 12 16:23:50 2024
Elapsed1 mins, 2 secs

All Changes:

:

  1. Change #195129

    Category rsyslog
    Changed by Michael Biebl <bieblohnoyoudont@debian.org>
    Changed at Wed 10 Apr 2024 19:26:07
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 4861044f05fc1edaafb52b97a2700fbb042393ea

    Comments

    mmkubernetes bugfix: use correct type for lastBusyTime
    We assign time_t now to lastBusyTime, which is not necessarily an int.
    
    On 32bit architectures, time_t can be 64bit.
    
    See https://wiki.debian.org/ReleaseGoals/64bit-time

    Changed files

    • contrib/mmkubernetes/mmkubernetes.c
  2. Change #195130

    Category rsyslog
    Changed by Michael Biebl <bieblohnoyoudont@debian.org>
    Changed at Fri 12 Apr 2024 13:10:12
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision dbe5cba4f725dea49dc70740efe550b141f2cc4c

    Comments

    fix printing of time_t values
    time_t can be 64bit, even on 32bit architectures. So always use 64bit
    integers (PRId64) when printing time_t values and upcast as necessary.
    
    See https://wiki.debian.org/ReleaseGoals/64bit-time
    
    Fixes: #5355

    Changed files

    • contrib/mmkubernetes/mmkubernetes.c
    • plugins/imfile/imfile.c
  3. Change #195131

    Category rsyslog
    Changed by Rainer Gerhards <rgerhardsohnoyoudont@adiscon.com>
    Changed at Fri 12 Apr 2024 16:18:27
    Repository https://github.com/rsyslog/rsyslog.git
    Project rsyslog
    Branch master
    Revision 9725f4cdf0608b9a9fccfb31fddabfacfddd4990

    Comments

    Merge pull request #5363 from mbiebl/time_t-fixes
    time_t related fixes

    Changed files

    • no files