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

Builder ffmpeg-solaris10-i386 Build #12391

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionfba1913d5ae7fe2209ad7f777bf4af672fb938d3
Got Revisionfba1913d5ae7fe2209ad7f777bf4af672fb938d3
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marton Balint

Timing:

StartMon Jul 14 22:52:15 2025
EndMon Jul 14 22:52:34 2025
Elapsed18 secs

All Changes:

:

  1. Change #239769

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 14 Jul 2025 22:03:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 71468e85ae720cb63aa9689f0d94e9e9689b9de9

    Comments

    avfilter/framequeue: add support for limiting and tracking buffered frames in the queues
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/framequeue.c
    • libavfilter/framequeue.h
  2. Change #239770

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 14 Jul 2025 22:05:10
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b24155cae11cd13987b3ca286fd4be1df33807fc

    Comments

    avfilter/avfilter: add AVFilterGraph->max_buffered_frames to limit buffered frames
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • doc/APIchanges
    • libavfilter/avfilter.h
    • libavfilter/avfiltergraph.c
    • libavfilter/version.h
  3. Change #239771

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 14 Jul 2025 22:05:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7d54fad868cf9dbab5c79856217167056e89040a

    Comments

    fftools/ffmpeg: add support for setting maximum buffered frames in a filtergraph
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • doc/ffmpeg.texi
    • fftools/ffmpeg.h
    • fftools/ffmpeg_filter.c
    • fftools/ffmpeg_opt.c
  4. Change #239772

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 14 Jul 2025 22:05:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fba1913d5ae7fe2209ad7f777bf4af672fb938d3

    Comments

    tests/fate: add fate test for excessive frame buffering when using filters
    Based on the command line of ticket #10959.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • tests/fate/filter-video.mak
    • tests/filtergraphs/select-buffering
    • tests/ref/fate/filter-select-buffering