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

Builder ffmpegsos-solaris10-i386 Build #12894

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 12894 Build
codebase Build
got_revision 88b676105dd20ea72b39c0627e1a4b8d6b071f33 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 88b676105dd20ea72b39c0627e1a4b8d6b071f33 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. Michael Niedermayer

Timing:

StartMon Nov 17 01:00:00 2025
EndMon Nov 17 01:00:14 2025
Elapsed13 secs

All Changes:

:

  1. Change #249014

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 16 Nov 2025 21:34:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9ccc33d84dda2e6ec4f6773b2b3a2debf1b3b055

    Comments

    avcodec/prores_raw: Prettify ff_prores_raw_*_cb
    the values contain 3 4 bit values, thus using hex is more natural
    and shows more information
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/prores_raw.c
  2. Change #249015

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 16 Nov 2025 21:43:17
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 88b676105dd20ea72b39c0627e1a4b8d6b071f33

    Comments

    avcodec/prores_raw: Check bits in get_value()
    The code loads 32bit so we can at maximum use 32bit
    
    the return type is also changed to uint16_t (was requested in review),
    
    no path is known where a return value above 32767 is produced, but that was not exhaustively checked
    
    Fixes: runtime error: shift exponent -9 is negative
    Fixes: 439483046/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PRORES_RAW_DEC_fuzzer-6649466540326912
    
    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/prores_raw.c