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

Builder ffmpegsos-solaris10-sparc Build #13743

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 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 ( 20 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13743 Build
codebase Build
got_revision d2476bfd2b0ab683f24ff92cb2b206549f0a1659 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d2476bfd2b0ab683f24ff92cb2b206549f0a1659 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartSat Aug 1 23:04:21 2026
EndSat Aug 1 23:05:06 2026
Elapsed45 secs

All Changes:

:

  1. Change #276721

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 02 Aug 2026 00:44:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1b946a3abd81bd2b50ef6d38003ddb848be7acc7

    Comments

    avformat/iamf_parse: check that num_sub_mixes and num_audio_elements in Mix Presentations are not zero
    As required by the spec in Section 3.7
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/iamf_parse.c
  2. Change #276722

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 02 Aug 2026 00:44:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d2476bfd2b0ab683f24ff92cb2b206549f0a1659

    Comments

    avformat/iamf_parse: bound the output mix gain duration by the audio elements
    Based on a patch by Michael Niedermayer
    
    Fixes: unbounded allocation
    Fixes: poc_output_mix_config_dos.iamf
    Fixes: 387qWpjUgeKH
    Found-by: Duong Tran Thai (CyStack)
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/iamf_parse.c