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

Builder ffmpeg-solaris10-sparc Build #13220

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 2 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 13220 Build
codebase Build
got_revision 16ee3d8d99a2f2e83a2559e958e19ede813b29f8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 16ee3d8d99a2f2e83a2559e958e19ede813b29f8 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:

StartFri Feb 27 16:24:43 2026
EndFri Feb 27 16:25:04 2026
Elapsed21 secs

All Changes:

:

  1. Change #259230

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 27 Feb 2026 15:00:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 51aef95ba156b7848eca5445f0f59b091c3b1004

    Comments

    avformat/mov: fix setting iamf stream id offsets
    If we were to add the highest id of a non iamf stream as offset to iamf stream
    ids, and one of the latter was 0, then an id overlap would ocurr.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c
  2. Change #259231

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 27 Feb 2026 15:01:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 16ee3d8d99a2f2e83a2559e958e19ede813b29f8

    Comments

    avformat/mov: fix cases where we discard iamf packets from enabled streams
    Given the entire iamf struct is inside a single Track, if the first iamf stream
    (which is the one sharing the index and id from the Track) was to be disabled,
    then packets from every iamf stream would be discarded.
    Fix this by actually going through the entire iamf Sample and discarding those
    from the disabled streams only.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/iamf_reader.c
    • libavformat/mov.c