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

Builder ffmpeg-solaris10-sparc Build #12458

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 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 ( 1 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 12458 Build
codebase Build
got_revision a2cfaf1b916cd4519249031adc37e339baca7a7b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a2cfaf1b916cd4519249031adc37e339baca7a7b 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. Gyan Doshi
  2. James Almer

Timing:

StartSun Aug 17 03:02:46 2025
EndSun Aug 17 03:03:08 2025
Elapsed22 secs

All Changes:

:

  1. Change #243098

    Category ffmpeg
    Changed by Gyan Doshi <ffmpegohnoyoudont@gyani.pro>
    Changed at Sun 17 Aug 2025 02:58:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7df92712723dee0ace3596684a90282c0e12a8ef

    Comments

    avfilter/whisper: correct option formatting

    Changed files

    • libavfilter/af_whisper.c
  2. Change #243099

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 17 Aug 2025 02:59:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a28e01a6c16430da689340d0af6eec094020b719

    Comments

    avformat/mov: don't use an allocated array for sample_size with HEIF images
    The array is only ever needed for streams where each sample entry may have a
    different value. Given that for non animated HEIF there's a single value that
    applies to the image, use the field defined for that.
    
    Fixes: NULL pointer dereference
    Fixes: 437528618/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-6537287645331456
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c
  3. Change #243100

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 17 Aug 2025 02:59:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a2cfaf1b916cd4519249031adc37e339baca7a7b

    Comments

    avformat/mov: pass stream index to sanity_checks on HEIF images
    Instead of item_id. Same behavior as with standard video tracks.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c