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

Builder ffmpegsos-solaris10-i386 Build #12879

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Lynne

Timing:

StartWed Nov 12 10:47:48 2025
EndWed Nov 12 10:48:05 2025
Elapsed17 secs

All Changes:

:

  1. Change #248452

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Wed 12 Nov 2025 10:36:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f39884b3fd0aaa57b8d5359a57304566b6a5587c

    Comments

    vulkan: fix driver warning for unrecognized structure
    VkQueueFamilyQueryResultStatusPropertiesKHR was added with the
    VK_KHR_video_queue extension, which NVK does not support yet.
    Correctly classify it as part of the video extensions.

    Changed files

    • libavutil/vulkan.c