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

Builder ffmpegsos-solaris10-sparc Build #11921

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision27590d86534b0c94f12b9a206410f475fb008e72
Got Revision27590d86534b0c94f12b9a206410f475fb008e72
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 57 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 ( 19 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11921 Build
codebase Build
got_revision 27590d86534b0c94f12b9a206410f475fb008e72 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 27590d86534b0c94f12b9a206410f475fb008e72 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:

StartSun Jun 22 12:33:52 2025
EndSun Jun 22 12:35:13 2025
Elapsed1 mins, 21 secs

All Changes:

:

  1. Change #237393

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 22 Jun 2025 12:13:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 27590d86534b0c94f12b9a206410f475fb008e72

    Comments

    avutil/hwcontext_vulkan: disable host transfers if ReBAR is disabled
    This feature fundamentally relies on host-visible VRAM, which restricts the
    set of available memory types to (typically) host-visible device-local ones.
    
    When resizable BAR is disabled, this memory type is usually limited to
    e.g. 256 MiB in size, which is just plain insufficient for allocation of
    general purpose GPU images, causing OOM errors on even the simplest of
    commands.
    
    The easiest solution is to disable host transfers entirely on machines
    without host-addressable VRAM. In theory, we could try and recover the use
    of host transfers for images which are *not* restricted to device-local
    memory types, but this is rarely the case in practice, and the effort
    required would exceed the benefit, especially since ReBAR is a standard
    feature on all platforms recent enough to have Vulkan drivers, and only
    occasionally disabled in the UEFI for by default for some hare-brained
    notion of "backwards compatibiility" with ancient software.

    Changed files

    • libavutil/hwcontext_vulkan.c