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

Builder ffmpeg64-solaris10-sparc Build #13014

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision387a522106a72efa6d83a2b6061265d451db6896
Got Revision387a522106a72efa6d83a2b6061265d451db6896
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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 ( 9 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 ( 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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13014 Build
codebase Build
got_revision 387a522106a72efa6d83a2b6061265d451db6896 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 387a522106a72efa6d83a2b6061265d451db6896 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. Marton Balint

Timing:

StartMon Jan 19 22:36:43 2026
EndMon Jan 19 22:37:06 2026
Elapsed23 secs

All Changes:

:

  1. Change #255700

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 19 Jan 2026 22:32:00
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a6069092af2dbb0847de73636b3ee611f60307a8

    Comments

    avcodec/libvpxenc: log the error message from the correct encoder
    It is possible that the error happens with the alpha encoder, not the normal
    one, so let's always pass the affected encoder to the logging function.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavcodec/libvpxenc.c
  2. Change #255701

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 19 Jan 2026 22:32:00
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a2688827f4b113633bea55d572fc52f693821269

    Comments

    avcodec/libvpxdec: cache the decoder interface
    This saves us some #ifdefry.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavcodec/libvpxdec.c
  3. Change #255702

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 19 Jan 2026 22:32:00
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 387a522106a72efa6d83a2b6061265d451db6896

    Comments

    avcodec/libvpxdec: use codec capabilities to determine if external frame buffer can be used
    Previously we used the codec or at the time of decoding fb_priv for this, but
    fb_priv can be nonzero even if an external frame buffer is not set, so it's
    cleaner to use the capability flag directly.
    
    Also check the result of vpx_codec_set_frame_buffer_functions.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavcodec/libvpxdec.c