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

Builder ffmpeg64-solaris10-sparc Build #13777

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartSun May 31 02:42:35 2026
EndSun May 31 02:42:57 2026
Elapsed21 secs

All Changes:

:

  1. Change #268870

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 31 May 2026 02:37:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 971da263617c32a03563511afa06fee24f0658b4

    Comments

    avfilter/af_aresample: fix layout comparison when applying downmix coeffs
    out_layout at this point is a zeroed struct, and even after being filled below in the code
    it's ensured it will be the same as outlink->side_data.
    The actual check should be between inlink and outlink layouts. If they differ, then swr
    will do remixing and as such the downmix info side data will no longer be valid for any
    filter or encoder down the chain.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavfilter/af_aresample.c
  2. Change #268871

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 31 May 2026 02:37:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1a0ab27954b8bb780358a168ae5b6b9637412e14

    Comments

    avfilter/af_aresample: propagate the matrix encoding used for downmixing
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavfilter/af_aresample.c