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

Builder ffmpegsos-solaris10-sparc Build #13850

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4ec050211a285e710a2bd3b539d3434ebed3f71a
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 mins, 6 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13850 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4ec050211a285e710a2bd3b539d3434ebed3f71a 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. Kacper Michajłow

Timing:

StartMon Aug 17 16:44:19 2026
EndMon Aug 17 16:45:25 2026
Elapsed1 mins, 6 secs

All Changes:

:

  1. Change #278490

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 17 Aug 2026 17:23:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cc50be6d0dd0b1fd518b5f12d44a8f163ddafdf1

    Comments

    avutil/hwcontext_vulkan: probe host image transfer support before enabling
    Drivers may expose the host image transfer format feature, yet reject
    the final image parameter combination, or provide no memory type from
    which such an image can be allocated. Notably video decode/encode
    images are often not possible to allocate from host visible memory
    type. Validate the final image parameters, including DRM format
    modifiers, and keep the usage flag only when it is actually usable.
    
    Fixes: #21704
    Co-authored-by: llyyr <llyyr.public@gmail.com>
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavutil/hwcontext_vulkan.c
    • libavutil/vulkan_functions.h
  2. Change #278491

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 17 Aug 2026 17:23:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4ec050211a285e710a2bd3b539d3434ebed3f71a

    Comments

    avutil/hwcontext_vulkan: drop NVIDIA/MoltenVK host transfer blocklist
    Now that we correctly test if images are valid for host transfer, we
    can drop the hardcoded blocklist. The MoltenVK issue has been fixed
    upstream [1]. The NVIDIA issue has no upstream tracking reference, and
    current drivers show no problems with host image copy in libplacebo,
    which uses it in the same way.
    
    [1] https://github.com/KhronosGroup/MoltenVK/issues/2618
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavutil/hwcontext_vulkan.c