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

Builder ffmpegsos-solaris10-sparc Build #12621

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Frank Plowman
  2. James Almer

Timing:

StartSat Dec 27 16:21:19 2025
EndSat Dec 27 16:22:17 2025
Elapsed57 secs

All Changes:

:

  1. Change #253381

    Category ffmpeg
    Changed by Frank Plowman <postohnoyoudont@frankplowman.com>
    Changed at Sat 27 Dec 2025 16:14:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 90f1f797aa9231375e4858df523fbfeda89bfd79

    Comments

    lavc/vvc: Error on inter slice with no reference pics
    The semantics of sh_num_ref_idx_active_minus1[ i ] state that
    
    When the current slice is a P slice, the value of NumRefIdxActive[ 0 ] shall be greater than 0.
    When the current slice is a B slice, both NumRefIdxActive[ 0 ] and NumRefIdxActive[ 1 ] shall be greater than 0.
    
    Fixes: use of uninitialized memory
    Fixes: 449549597/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VVC_fuzzer-5600497089445888
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reported-by: Michael Niedermayer michael@niedermayer.cc

    Changed files

    • libavcodec/cbs_h266_syntax_template.c
  2. Change #253382

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sat 27 Dec 2025 16:16:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f8e6f8f0a2dca947a91cd5fabcd2c51e27d29616

    Comments

    avformat/iamf_parse: check layer channel count and stream count for consistency
    A layer could define a loudspeaker_layout that corresponds to a certain channel layout,
    but then report an amount of substream_count and coupled_substream_count that might not
    match the expected channel count.
    
    Fixes: Invalid write of size 4
    Fixes: clusterfuzz-testcase-minimized-ffmpeg_dem_IAMF_fuzzer-6687125346254848
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/iamf_parse.c