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

Builder ffmpeg-solaris10-sparc Build #13279

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision6e322fa58263d61a5517182010405c09656673af
Got Revision6e322fa58263d61a5517182010405c09656673af
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13279 Build
codebase Build
got_revision 6e322fa58263d61a5517182010405c09656673af Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6e322fa58263d61a5517182010405c09656673af Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartThu Mar 5 17:04:49 2026
EndThu Mar 5 17:05:07 2026
Elapsed17 secs

All Changes:

:

  1. Change #259933

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 05 Mar 2026 17:02:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6e322fa58263d61a5517182010405c09656673af

    Comments

    configure: warn about excessive stack usage
    Use a 120 KiB per-function threshold. This roughly matches the default
    thread stack size on Musl, which is 128 KiB, leaving some headroom for
    caller frames.
    
    This warning draws attention to functions in the codebase that may have
    excessively large stack frames. A few functions could benefit from
    reducing their frame size.
    
    120 KiB is a reasonable limit. If a function requires more stack, it
    likely would benefit from restructuring the code.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure