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

Builder ffmpeg-solaris10-sparc Build #12914

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision2298978b4711da6338fabfe61448d0d0a0c58ad3
Got Revision2298978b4711da6338fabfe61448d0d0a0c58ad3
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 4 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12914 Build
codebase Build
got_revision 2298978b4711da6338fabfe61448d0d0a0c58ad3 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2298978b4711da6338fabfe61448d0d0a0c58ad3 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Benjamin Cheng

Timing:

StartTue Dec 30 21:41:47 2025
EndTue Dec 30 21:42:13 2025
Elapsed26 secs

All Changes:

:

  1. Change #253597

    Category ffmpeg
    Changed by Benjamin Cheng <benjamin.chengohnoyoudont@amd.com>
    Changed at Tue 30 Dec 2025 20:15:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e41e21a1ec42a30f2d97a1a1c092797d4f9328b4

    Comments

    avutil/hwcontext_vulkan: Limit usages for lone DPBs
    Lone DPBs will only be requested when the implementation requires
    a separate DPB. These images are never given out, and are never used for
    anything other than a DPB. Also most implementations requiring these
    won't support any other usages on DPBs, so limiting the usages would fix
    some validation errors.

    Changed files

    • libavutil/hwcontext_vulkan.c
  2. Change #253599

    Category ffmpeg
    Changed by Benjamin Cheng <benjamin.chengohnoyoudont@amd.com>
    Changed at Tue 30 Dec 2025 20:15:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 24db09a881c9e0eb5b36dcf693c6ac17e9d56be8

    Comments

    lavc/vulkan_video: Restrict usages for image views
    These image views are used only internally for video coding, so they do
    not need all the usages of the image it's created from.

    Changed files

    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_encode.c
    • libavcodec/vulkan_video.c
    • libavcodec/vulkan_video.h
  3. Change #253600

    Category ffmpeg
    Changed by Benjamin Cheng <benjamin.chengohnoyoudont@amd.com>
    Changed at Tue 30 Dec 2025 20:38:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b8de254e8c99658d8f73ad422fad8c6305a52154

    Comments

    lavc/vulkan_video: Restrict usages for image views
    These image views are used only internally for video coding, so they do
    not need all the usages of the image it's created from.

    Changed files

    • libavcodec/vulkan_video.c
  4. Change #253601

    Category ffmpeg
    Changed by Benjamin Cheng <benjamin.chengohnoyoudont@amd.com>
    Changed at Tue 30 Dec 2025 20:39:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 531e184944e34425c121dd00d2e13b6d398ca5bd

    Comments

    lavc/vulkan_video: Drop sampler
    With the limiting of video usages on the image views, we no longer need
    a yuv sampler, since no multi-plane image will be created with the
    SAMPLED usage bit.

    Changed files

    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_video.c
    • libavcodec/vulkan_video.h
  5. Change #253602

    Category ffmpeg
    Changed by Benjamin Cheng <benjamin.chengohnoyoudont@amd.com>
    Changed at Tue 30 Dec 2025 20:39:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2298978b4711da6338fabfe61448d0d0a0c58ad3

    Comments

    hwcontext_vulkan: Remove unnecessary validation filters
    With the latest changes, I can no longer get these to show up.

    Changed files

    • libavutil/hwcontext_vulkan.c