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

Builder ffmpegsos-solaris10-i386 Build #14004

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb8bfd7800a27f84fa91405317b6726c75356f85a
Got Revisionb8bfd7800a27f84fa91405317b6726c75356f85a
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 7 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 ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14004 Build
codebase Build
got_revision b8bfd7800a27f84fa91405317b6726c75356f85a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b8bfd7800a27f84fa91405317b6726c75356f85a Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartWed Jun 3 23:42:54 2026
EndWed Jun 3 23:43:11 2026
Elapsed16 secs

All Changes:

:

  1. Change #269464

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 03 Jun 2026 23:39:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dc902654de6af857592a6e6f448de2317f611aab

    Comments

    swscale: add missing validation for newly added enums
    Gives slightly better error messages for invalid values.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/swscale.c
  2. Change #269465

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 03 Jun 2026 23:39:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 972c0cf91f4ff906a74b36639578443ee308d650

    Comments

    swscale: add new SwsContext.backends option
    This allows constraining the set of available backends. This serves as a
    better replacement for the "unstable" flag, which is a bit ambiguous. Allows
    users to, for example, opt into the memcpy or x86 backend, while excluding
    e.g. the upcoming JIT backends.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • doc/APIchanges
    • doc/scaler.texi
    • libswscale/aarch64/ops.c
    • libswscale/graph.c
    • libswscale/ops_backend.c
    • libswscale/ops_dispatch.c
    • libswscale/ops_dispatch.h
    • libswscale/ops_memcpy.c
    • libswscale/options.c
    • libswscale/swscale.h
    • libswscale/swscale_internal.h
    • libswscale/utils.c
    • libswscale/version.h
    • libswscale/vulkan/ops.c
    • libswscale/x86/ops.c
  3. Change #269466

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 03 Jun 2026 23:39:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 945151851e93da81ca41cb886efb9622771868be

    Comments

    swscale/tests/swscale: add -backends option
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/tests/swscale.c
  4. Change #269467

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 03 Jun 2026 23:39:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6df223ce02e94b3e0d546a64796b2101b6db133f

    Comments

    swscale/format: generalize ff_test_fmt() to take SwsBackend
    This allows us to test support in either the legacy code, or the ops-based
    code, or both.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/format.c
    • libswscale/format.h
    • libswscale/swscale.c
  5. Change #269468

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 03 Jun 2026 23:39:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dfeb4fdbc7f0242e84aff5bb85641e8e9a515dd5

    Comments

    swscale/graph: add metadata about backends in use
    Not currently publicly visible, but useful inside the test framework
    nonetheless.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/graph.h
    • libswscale/ops_dispatch.c
    • libswscale/ops_dispatch.h
  6. Change #269469

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 03 Jun 2026 23:39:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 57541f5f417c144540dc78bc7213d0bbff9811ce

    Comments

    swscale/graph: move legacy fallback out of add_convert_pass()
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
  7. Change #269470

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Wed 03 Jun 2026 23:39:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b8bfd7800a27f84fa91405317b6726c75356f85a

    Comments

    swscale/graph: only prefer unstable backends with SWS_UNSTABLE
    If the user passes `-backends all` but without `-flags unstable`, then the
    default/legacy backend will be picked unless it doesn't support a given
    pixel format.
    
    This allows gradually opting into the new code to handle more pixel formats
    than what the legacy backend currently supports, without disturbing the
    predictable output/behavior.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/swscale.h