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

Builder ffmpeg-solaris10-sparc Build #13178

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 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 13178 Build
codebase Build
got_revision c3aa28f23d5098b6ec2e8d537d4b9163c483a3ec Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c3aa28f23d5098b6ec2e8d537d4b9163c483a3ec 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. James Almer

Timing:

StartMon Feb 23 01:54:49 2026
EndMon Feb 23 01:55:10 2026
Elapsed20 secs

All Changes:

:

  1. Change #258587

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 23 Feb 2026 01:43:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 28c330d0f3f3301128cab541774924de9ca78e5b

    Comments

    avformat/mov: abort if the queried item doesn't exist instead of overwriting it
    The check for item presence was insufficient as it would result in the last
    item in the array being overwritten if it existed even if the id didn't match.
    
    Fixes: Assertion ref failed at src/libavformat/mov.c:10649
    Fixes: clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5312542695292928
    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
  2. Change #258588

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 23 Feb 2026 01:43:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c3aa28f23d5098b6ec2e8d537d4b9163c483a3ec

    Comments

    avformat/mov: check for EOF in more loops
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c