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

Builder ffmpegsos-solaris10-sparc Build #13239

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 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 ( 6 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_sos.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartSun Apr 12 22:04:58 2026
EndSun Apr 12 22:05:23 2026
Elapsed25 secs

All Changes:

:

  1. Change #264244

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 12 Apr 2026 22:02:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b09d57c41d4ee16ebb9737417d8643a03212b2d6

    Comments

    avfilter/buffersrc: re-add missing overflow warning
    This was originally introduced by commit 05d6cc116e. During the FFmpeg-libav
    split, this function was refactored by commit 7e350379f8 into
    av_buffersrc_add_frame(), replacing av_buffersrc_add_ref(). The new function
    did not include the overflow warning, despite the same being done for
    buffersink.
    
    Then, when commit a05a44e205 merged the two functions back together, the
    libav implementation was favored over the FFmpeg implementation, silently
    removing the overflow warning in the process.
    
    This commit re-adds that missing warning.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavfilter/buffersrc.c