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

Builder ffmpeg-solaris10-sparc Build #14144

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision564f92cce23ae95399476617b8a1dc357f002a47
Got Revision564f92cce23ae95399476617b8a1dc357f002a47
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 14 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 ( 1 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 14144 Build
codebase Build
got_revision 564f92cce23ae95399476617b8a1dc357f002a47 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 564f92cce23ae95399476617b8a1dc357f002a47 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. Ayoub Nabil Boubagrat

Timing:

StartWed Aug 19 02:14:07 2026
EndWed Aug 19 02:14:36 2026
Elapsed28 secs

All Changes:

:

  1. Change #278661

    Category ffmpeg
    Changed by Ayoub Nabil Boubagrat <237098474+ayoubnabilohnoyoudont@users.noreply.github.com>
    Changed at Wed 19 Aug 2026 03:54:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 564f92cce23ae95399476617b8a1dc357f002a47

    Comments

    avcodec/ac3dec_fixed: preserve overlap across dependent substreams
    ac-3 cores and dependent e-ac-3 substreams may use different
    coefficient scales while owning separate delay slots.
    
    the global reset added in 5ba2a2c841 cleared both sets of slots on
    every substream switch, corrupting the mdct overlap of valid 7.1
    streams.
    
    track the scale per substream and clear only its own delay slots when
    it changes. add a fate test using the existing the_great_wall sample.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libavcodec/ac3dec.c
    • libavcodec/ac3dec.h
    • tests/fate/ac3.mak