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

Builder ffmpegsos-solaris10-sparc Build #12933

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision47e87ed72233a165943c2b0393337b2e5acf1265
Got Revision47e87ed72233a165943c2b0393337b2e5acf1265
Changes13 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 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 12933 Build
codebase Build
got_revision 47e87ed72233a165943c2b0393337b2e5acf1265 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 47e87ed72233a165943c2b0393337b2e5acf1265 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. Lynne
  2. Niklas Haas

Timing:

StartThu Feb 26 14:45:02 2026
EndThu Feb 26 14:45:22 2026
Elapsed19 secs

All Changes:

:

  1. Change #259055

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 26 Feb 2026 14:09:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 26d6ac56c10b5cbc67207b4abe3fae4b2ebe77f4

    Comments

    swscale: add sws_test_hw_format()
    Allows users to test if a given hardware pixel format is supported by swscale.
    This is only a rough heuristic anyways, because the actual support may
    depend on the specific *combination* of frame attributes, and ultimately
    is better served by the `sws_test_frame` and `sws_frame_setup()` APIs anyways.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • doc/APIchanges
    • libswscale/format.c
    • libswscale/swscale.h
    • libswscale/version.h
  2. Change #259056

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6c5dc2011b3af96d216d07a5be9356c4889f8172

    Comments

    vulkan: reset exec context when uninitializing
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libavutil/vulkan.c
  3. Change #259057

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0c34fcf0a8fbb60ef8f47df4a9da79c0a52d672b

    Comments

    vulkan: constify FFVulkanShader arg in ff_vk_exec_bind_shader
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libavutil/vulkan.c
    • libavutil/vulkan.h
  4. Change #259058

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d80d5b4ee79918385380d5158269ef959ace49b7

    Comments

    vulkan_spirv: reduce shader print level from TRACE to DEBUG
    The issue was that FFv1 concat'd a lot of separate files, each with
    a license header, inflating the total shader size to over 3000 lines.
    
    As all codec shaders were rewritten for compile-time SPIR-V, this became
    unnencessarily restrictive.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libavutil/vulkan_glslang.c
    • libavutil/vulkan_shaderc.c
  5. Change #259059

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5bc08e259df5a1a56324cf36f007566ea667dcdc

    Comments

    swscale: add SwsFormat.hw_format and populate it
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/format.c
    • libswscale/format.h
  6. Change #259060

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9c51aa182488ea7670405f94acf9d65ce416c590

    Comments

    swscale: add SwsCompiledOp.slice_align
    Certain backends may not support (or need) slices, since they
    would handle slicing themselves.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/ops.c
    • libswscale/ops_backend.c
    • libswscale/ops_internal.h
    • libswscale/ops_memcpy.c
    • libswscale/x86/ops.c
  7. Change #259061

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 00907e1244ef3de9eb602eb5f0b2ae05de53f5d9

    Comments

    swscale/ops: realign after adding slice_align
    This is a separate commit since it makes it easier to see the changes.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/ops.c
    • libswscale/ops_backend.c
    • libswscale/ops_internal.h
    • libswscale/ops_memcpy.c
    • libswscale/x86/ops.c
  8. Change #259062

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c911295f096c8dcf0dc29239d0915ce92f2454b5

    Comments

    swscale: forward original frame pointers to ops.c backend
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/graph.c
    • libswscale/graph.h
    • libswscale/ops.c
    • libswscale/ops_internal.h
    • libswscale/swscale.c
    • libswscale/x86/ops_common.asm
  9. Change #259063

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ad452205b6ba0079c1da191f06d80524d7934301

    Comments

    swscale/ops: add SwsOpBackend.hw_format
    Allows to filter hardware formats.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/graph.c
    • libswscale/ops.c
    • libswscale/ops_backend.c
    • libswscale/ops_internal.h
    • libswscale/ops_memcpy.c
    • libswscale/x86/ops.c
  10. Change #259064

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1d2e616d5f72fe535ec6ab0650c65ce9e9a24ff4

    Comments

    swscale: add a Vulkan backend for ops.c
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/Makefile
    • libswscale/graph.h
    • libswscale/ops.c
    • libswscale/swscale_internal.h
    • libswscale/vulkan/Makefile
    • libswscale/vulkan/ops.c
    • libswscale/vulkan/ops.h
    • libswscale/vulkan/vulkan.c
  11. Change #259065

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 362414afbaaf2174d695bea8b40eb4e60598bad9

    Comments

    swscale: add support for processing hardware frames
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/format.c
    • libswscale/graph.c
    • libswscale/swscale.c
    • libswscale/utils.c
  12. Change #259066

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bd24abfb6cb691c42388c4649fac71589431a01c

    Comments

    swscale/vulkan: initialize GLSL compilation and shader execution
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • configure
    • libswscale/vulkan/Makefile
    • libswscale/vulkan/ops.c
    • libswscale/vulkan/ops.h
    • libswscale/vulkan/vulkan_glslang.c
    • libswscale/vulkan/vulkan_shaderc.c
  13. Change #259067

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Thu 26 Feb 2026 14:10:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 47e87ed72233a165943c2b0393337b2e5acf1265

    Comments

    Changelog: add entry about swscale Vulkan support
    The SW in swscale can stand for something else now.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • Changelog