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

Builder ffmpeg64-solaris10-sparc Build #13580

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5134b0aceba7d019c3cb27381801afdd81352a99
Got Revision5134b0aceba7d019c3cb27381801afdd81352a99
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 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_64.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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13580 Build
codebase Build
got_revision 5134b0aceba7d019c3cb27381801afdd81352a99 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5134b0aceba7d019c3cb27381801afdd81352a99 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. llyyr

Timing:

StartFri Apr 24 13:34:37 2026
EndFri Apr 24 13:35:15 2026
Elapsed37 secs

All Changes:

:

  1. Change #265351

    Category ffmpeg
    Changed by llyyr <llyyr.publicohnoyoudont@gmail.com>
    Changed at Fri 24 Apr 2026 12:37:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 51660ad52361befd3c7e55b4d4b5af7e399150af

    Comments

    libavutil/vulkan: replace GetDeviceQueue with GetDeviceQueue2
    vkGetDeviceQueue2 with flags = 0 is equivalent to vkGetDeviceQueue and
    is available since Vulkan 1.1. Needed to support queues created with
    non-zero VkDeviceQueueCreateFlags.
    
    Fixes VUID-vkGetDeviceQueue-flags-01841 VVL error.

    Changed files

    • libavutil/vulkan.c
    • libavutil/vulkan_functions.h
  2. Change #265353

    Category ffmpeg
    Changed by llyyr <llyyr.publicohnoyoudont@gmail.com>
    Changed at Fri 24 Apr 2026 12:37:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5134b0aceba7d019c3cb27381801afdd81352a99

    Comments

    libavutil/hwcontext_vulkan: fix internal queue sync device creation
    6f811ad never set VK_DEVICE_QUEUE_CREATE_INTERNALLY_SYNCHRONIZED_BIT_KHR
    on the queues at vkCreateDevice. Without the flag, the driver doesn't
    actually synchronizes queues.
    
    Fixes: 6f811ad751bf ("hwcontext_vulkan: implement internal queue synchronization")

    Changed files

    • libavutil/hwcontext_vulkan.c