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

Builder ffmpeg64-solaris10-sparc Build #13585

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 19 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 ( 8 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_64.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Zhao Zhili

Timing:

StartSun Apr 26 10:35:09 2026
EndSun Apr 26 10:36:40 2026
Elapsed1 mins, 30 secs

All Changes:

:

  1. Change #265439

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Sun 26 Apr 2026 10:05:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e717604a29992e5ae429a0683f28b9cedd09e6eb

    Comments

    avfilter/mpdecimate: fix kept-frame forwarding and error handling
    When duplicate frames are forced to be kept, forward the input frame
    without cloning instead of creating an unnecessary extra reference.
    This removes the leak path introduced when clone allocation fails.
    
    For frames that become the new reference, keep using a clone for
    forwarding.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavfilter/vf_mpdecimate.c