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

Builder ffmpeg-solaris10-i386 Build #13666

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:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 12 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.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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13666 Build
codebase Build
got_revision 5134b0aceba7d019c3cb27381801afdd81352a99 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5134b0aceba7d019c3cb27381801afdd81352a99 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. llyyr

Timing:

StartFri Apr 24 13:34:32 2026
EndFri Apr 24 13:34:57 2026
Elapsed24 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