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

Builder ffmpegsos-solaris10-sparc Build #13830

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 2 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 23 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 13830 Build
codebase Build
got_revision d02bad0c903baf67891dbe6b87c6577d9a27c79f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d02bad0c903baf67891dbe6b87c6577d9a27c79f 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. Ayoub Nabil Boubagrat

Timing:

StartFri Aug 14 19:38:17 2026
EndFri Aug 14 19:39:12 2026
Elapsed55 secs

All Changes:

:

  1. Change #278229

    Category ffmpeg
    Changed by Ayoub Nabil Boubagrat <237098474+ayoubnabilohnoyoudont@users.noreply.github.com>
    Changed at Fri 14 Aug 2026 21:08:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 85d2cfd52e679cb4e0e240456f74e1955cf91d12

    Comments

    libswresample/tests/rematrix: uninit channel layouts
    release parsed channel layouts before exiting.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libswresample/tests/rematrix.c
  2. Change #278230

    Category ffmpeg
    Changed by Ayoub Nabil Boubagrat <237098474+ayoubnabilohnoyoudont@users.noreply.github.com>
    Changed at Fri 14 Aug 2026 21:08:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d02bad0c903baf67891dbe6b87c6577d9a27c79f

    Comments

    swresample/rematrix: accept unused channels
    custom layouts containing AV_CHAN_UNUSED were rejected by
    swr_build_matrix2().
    
    accept unused channels in input and output layouts. preserve their
    physical positions, clear input columns, and leave output rows silent.
    
    add fate coverage for both cases. this fixes #24094.
    
    Signed-off-by: Ayoub Nabil Boubagrat <237098474+ayoubnabil@users.noreply.github.com>

    Changed files

    • libswresample/rematrix.c
    • libswresample/swresample.h
    • libswresample/tests/rematrix.c
    • tests/fate/libswresample.mak
    • tests/ref/fate/swr-rematrix-unused-input
    • tests/ref/fate/swr-rematrix-unused-output