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

Builder ffmpeg64-solaris10-sparc Build #12686

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:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-sparc' 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 ( 8 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 12686 Build
codebase Build
got_revision f39884b3fd0aaa57b8d5359a57304566b6a5587c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f39884b3fd0aaa57b8d5359a57304566b6a5587c 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. Lynne

Timing:

StartWed Nov 12 10:47:49 2025
EndWed Nov 12 10:48:09 2025
Elapsed20 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