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

Builder ffmpegsos-solaris10-sparc Build #12529

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 9 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 ( 3 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 12529 Build
codebase Build
got_revision fddeb84fb240a926851b9cafd3f6b7137e963846 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fddeb84fb240a926851b9cafd3f6b7137e963846 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. Niklas Haas

Timing:

StartMon Dec 8 18:08:17 2025
EndMon Dec 8 18:08:40 2025
Elapsed22 secs

All Changes:

:

  1. Change #251464

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Mon 08 Dec 2025 17:58:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 868426814a4744ae3f27300bb12d56e2a8bf70ff

    Comments

    swscale/format: handle YA format swizzles more robustly
    This code was previously broken; since YAF32BE/LE were not included as
    part of the format enumeration. However, since we *always* know the correct
    swizzle for YA formats, we can just special-case this by the number of
    components instead.

    Changed files

    • libswscale/format.c
  2. Change #251465

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Mon 08 Dec 2025 17:58:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d54090fe9f430b5fce1d00ea63c310e7bec6e9ca

    Comments

    swscale/format: add assertion to prevent nan/inf matrix coeffs

    Changed files

    • libswscale/format.c
  3. Change #251466

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Mon 08 Dec 2025 17:58:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 016749f2e1c8726b2f5cf7800af923a78834240a

    Comments

    swscale/tests: add new test for generated operation lists
    This is similar to swscale/tests/swscale.c, but significantly cheaper - it
    merely prints the generated (optimized) operation list for every format
    conversion.
    
    Mostly useful for my own purposes as a regression test when making changes
    to the ops optimizer. Note the distinction between this and tests/swscale.c,
    the latter of which tests the result of *applying* an operation list for
    equality.
    
    There is an argument to be made that the two tests could be merged, but
    I think the amount of overlap is small enough to not be worth the amount
    of differences.

    Changed files

    • libswscale/Makefile
    • libswscale/tests/sws_ops.c
  4. Change #251467

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Mon 08 Dec 2025 17:58:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fddeb84fb240a926851b9cafd3f6b7137e963846

    Comments

    tests/fate: add fate-sws-ops-list test
    This one uses the test framework added in the previous commit to add a
    light-weight regression test to ensure the generated SwsOpsList is identical.
    
    Only compare the md5sum, to make the reference file significantly smaller
    (down from ~10 MB).

    Changed files

    • tests/fate/libswscale.mak
    • tests/ref/fate/sws-ops-list