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

Builder ffmpeg-solaris10-i386 Build #13768

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 8 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13768 Build
codebase Build
got_revision b5fc215e2d6567266f7f6c93bef6591972d8f8f6 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b5fc215e2d6567266f7f6c93bef6591972d8f8f6 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Link Mauve

Timing:

StartFri May 15 22:43:36 2026
EndFri May 15 22:43:51 2026
Elapsed14 secs

All Changes:

:

  1. Change #267294

    Category ffmpeg
    Changed by Link Mauve <linkmauveohnoyoudont@linkmauve.fr>
    Changed at Fri 15 May 2026 21:30:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c4b7a51d3543bfb07a0f23dcc7bd870fabe7d497

    Comments

    avformat/mods: Parse the index entries
    This lets us seek in the video properly, based on the table at the end
    of the files, and has been tested with Suikoden Tierkreis videos.
    
    While at it I’ve also set the duration of the stream, this makes the
    progress bar work correctly in mpv.

    Changed files

    • libavformat/mods.c
  2. Change #267295

    Category ffmpeg
    Changed by Link Mauve <linkmauveohnoyoudont@linkmauve.fr>
    Changed at Fri 15 May 2026 21:30:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b5fc215e2d6567266f7f6c93bef6591972d8f8f6

    Comments

    avformat/mods: Return EOF for packets starting at the index offset
    Assuming there is no padding between the last packet and the index, this
    prevents the index from being parsed as a normal packet, with non-
    sensical data.

    Changed files

    • libavformat/mods.c