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

Builder ffmpeg-solaris10-sparc Build #13137

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision33b215d1554a14e87416a24f8e6034312e629af7
Got Revision33b215d1554a14e87416a24f8e6034312e629af7
Changes10 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 57 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13137 Build
codebase Build
got_revision 33b215d1554a14e87416a24f8e6034312e629af7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 33b215d1554a14e87416a24f8e6034312e629af7 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marton Balint
  2. Michael Niedermayer

Timing:

StartTue Feb 17 01:44:52 2026
EndTue Feb 17 01:45:57 2026
Elapsed1 mins, 5 secs

All Changes:

:

  1. Change #257914

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 15 Feb 2026 19:57:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 33b3dbaf1530b4a8f86a5063e059c4b54c497fcc

    Comments

    avcodec/exr: Handle axmax like bxmin in 04d7a6d3db56ea1a93908ff2d3d312e3fc40a58c
    Fixes: out of array access
    Fixes: 418335931/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_DEC_fuzzer-6718455383654400
    Fixes: 471611870/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_DEC_fuzzer-6645447302381568
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/exr.c
  2. Change #257915

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 15 Feb 2026 20:09:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 50adb626702a5a17bb64448af2c7f00f46a95ed9

    Comments

    avcodec/bmp: fix indention
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/bmp.c
  3. Change #257916

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 15 Feb 2026 20:09:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0d59620bff074da047ac6a5193cfb8fdd39cef2e

    Comments

    avcodec/bmp: Move picture allocation after some checks
    Fixes: Timeout
    Fixes: 479872424/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BMP_DEC_fuzzer-5311478919135232
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/bmp.c
  4. Change #257917

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 15 Feb 2026 20:16:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 906e3edc704f0680b598fb7bd446f22a79713368

    Comments

    swresample: Check user chlayout in swr_set_matrix()
    All callers in FFmpeg check this already, but it is a public
    function that can plausibly be given more channels.
    In which case out of array writes would occur
    
    This is likely a regression from when channel layouts where extended
    to support more than 64 channels
    
    Found-by: 이동준 <ldj6192@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libswresample/rematrix.c
    • libswresample/swresample.c
    • libswresample/swresample_internal.h
  5. Change #257918

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 15 Feb 2026 20:16:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0e3ac1f4f9474a6bea91864b103f845c79e22fc1

    Comments

    swresample: Check ch layouts in swr_alloc_set_opts2()
    This way we can error out earlier
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libswresample/swresample.c
  6. Change #257919

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 15 Feb 2026 20:26:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3ec03b847bbe47c883c62149f72dd8f8a737a2df

    Comments

    swscale/rgb2rgb_template: fix signed shift into sign bit
    Fixes: left shift of 255 by 24 places cannot be represented in type 'int'
    Fixes: 471591904/clusterfuzz-testcase-minimized-ffmpeg_SWS_fuzzer-5141341165387776
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libswscale/rgb2rgb_template.c
  7. Change #257920

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 15 Feb 2026 20:28:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9515cb236b0a41792d13f7e8425101ceee2de2e2

    Comments

    avformat/matroskaenc: only write AlphaMode for VP8 and VP9
    AlphaMode should indicate whether the BlockAdditional Element with BlockAddID
    of "1" contains Alpha data, as defined by to the Codec Mapping for the `CodecID`.
    
    Only VP8 and VP9 Codec Mappings define this, so writing it for all codecs with
    a pixel format of YUVA420P, or for codecs other than VP8/VP9 (if the alpha_mode
    metadata entry was set) was wrong.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/matroskaenc.c
  8. Change #257921

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 15 Feb 2026 20:28:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 693ca902c1018ac4c449f0611002627e54cd7731

    Comments

    avformat/matroskaenc: write AlphaMode flag for all VP8 and VP9 pixel formats with alpha
    Let's check the pixel format descriptor flags instead of hardcoding a specific
    pixel format.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/matroskaenc.c
  9. Change #257922

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 15 Feb 2026 20:28:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d373dfe1572a476f701506cd8fe25e59315856df

    Comments

    avcodec/libvpxdec: add support for decoding pixel formats other than YUV420 with alpha
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavcodec/libvpxdec.c
  10. Change #257923

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Sun 15 Feb 2026 20:28:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 33b215d1554a14e87416a24f8e6034312e629af7

    Comments

    avcodec/libvpxenc: add experimental support for alpha pixel formats other than YUV 4:2:0.
    I could not find any documentation which disallows the use of transparency for
    pixel formats other than YUV 4:2:0, so this patch adds support for transparency
    using 4:2:2, 4:4:4, RGB, and their high bit depth variants.
    
    It is not quite clear if the alpha channel should be encoded using the
    same pixel format as the normal channels, or it should be always YUV 4:2:0. I
    sticked to 4:2:0.
    
    Unfortunately the browsers I tested (chrome, firefox) only support 4:2:0
    properly, so let's require an experimental flag to generate files with the new,
    more exotic pixel formats.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavcodec/libvpxenc.c