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

Builder ffmpegsos-solaris10-i386 Build #12554

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5f24c50890c686c91b609e83a2b67e16bb504b07
Got Revision5f24c50890c686c91b609e83a2b67e16bb504b07
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 1 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_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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 12554 Build
codebase Build
got_revision 5f24c50890c686c91b609e83a2b67e16bb504b07 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5f24c50890c686c91b609e83a2b67e16bb504b07 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Araz Iusubov
  2. Araz Iusubov

Timing:

StartTue Jul 29 23:43:41 2025
EndTue Jul 29 23:44:02 2025
Elapsed20 secs

All Changes:

:

  1. Change #241204

    Category ffmpeg
    Changed by Araz Iusubov <primeadviceohnoyoudont@gmail.com>
    Changed at Tue 29 Jul 2025 23:38:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cd33219558482e256e32157df0073dae4d883e1f

    Comments

    avutil/hwcontext_amf: add device cache size
    This change improves pipeline stability and reduces
    dynamic GPU surface allocations when using AMF with copy_frame = 1.
    This optimization has no negative effect.

    Changed files

    • libavutil/hwcontext_amf.c
  2. Change #241205

    Category ffmpeg
    Changed by Araz Iusubov <primeadvice-at-gmail.comohnoyoudont@ffmpeg.org>
    Changed at Tue 29 Jul 2025 23:38:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5f24c50890c686c91b609e83a2b67e16bb504b07

    Comments

    amfenc: Fix for full PA queue
    Fixes AMF_INPUT_FULL errors with pre-analysis (PA) enabled.
    Added wait and poll encoder output to free up internal buffers
    before submitting new frames.
    Improves stability and performance by accounting for encoder and
    analysis stage queue limits (incl. lookahead buffering).
    
    Reproduce:
    ffmpeg.exe -y -r 60 -f lavfi -i testsrc=rate=60:size=3840x2160
    -t 10 -pix_fmt yuv420p -an -c:v av1_amf -preset:v high_quality
    -profile:v main -quality:v high_quality -usage:v high_quality

    Changed files

    • libavcodec/amfenc.c
    • libavcodec/amfenc.h