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

Builder ffmpeg-solaris10-sparc Build #13106

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision303fd126a8be040f3121f5cb74bf369727059a67
Got Revision303fd126a8be040f3121f5cb74bf369727059a67
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 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 ( 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13106 Build
codebase Build
got_revision 303fd126a8be040f3121f5cb74bf369727059a67 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 303fd126a8be040f3121f5cb74bf369727059a67 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 9 02:08:07 2026
EndMon Feb 9 02:08:40 2026
Elapsed32 secs

All Changes:

:

  1. Change #257274

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 09 Feb 2026 01:58:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 706d4e473604b40fbedc8df8787ce5977185bcb8

    Comments

    avutil/iamf: stop setting parameter definition block defaults
    It was done for the sake of having subblock_duration not be zero as the spec
    forbids that value, but harcoding it to any arbitrary value is no better
    considering the user is meant to fill the entire structure.
    
    This helps speeding up the function when trying to allocate a struct with a
    huge amount of blocks.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavutil/iamf.c
  2. Change #257275

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 09 Feb 2026 01:58:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 34ac6f6b07a01f40fb18d78040e5ef9872830205

    Comments

    avformat/iamf_parse: sanitize block and subblock durations and count
    Abort earlier if subblock durations are inconsistent with their containing block,
    and ensure each subblock duration is at least 1.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/iamf_parse.c
  3. Change #257276

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 09 Feb 2026 01:58:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 86657485847033724389883f9549e4ce6a911c6b

    Comments

    avformat/iamf_reader: sanitize block and subblock durations and count
    Abort earlier if subblock durations are inconsistent with their containing block,
    and ensure each subblock duration is at least 1.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/iamf_reader.c
  4. Change #257277

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 09 Feb 2026 01:58:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 303fd126a8be040f3121f5cb74bf369727059a67

    Comments

    avformat/iamf: replace av_assert0(0) with av_unreachable
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/iamf_parse.c
    • libavformat/iamf_reader.c
    • libavformat/iamf_writer.c