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

Builder ffmpeg-solaris10-i386 Build #13785

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision489a3834d27c9add73d15e4c027856f6a39276a4
Got Revision489a3834d27c9add73d15e4c027856f6a39276a4
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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.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 13785 Build
codebase Build
got_revision 489a3834d27c9add73d15e4c027856f6a39276a4 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 489a3834d27c9add73d15e4c027856f6a39276a4 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. Lynne

Timing:

StartMon May 18 20:32:43 2026
EndMon May 18 20:32:59 2026
Elapsed16 secs

All Changes:

:

  1. Change #267598

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Mon 18 May 2026 20:22:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f73acb861801fa61995f957ea3632b46db6024a3

    Comments

    hwcontext_vulkan: reenable and remap XV30
    The issue was that XV30 is a native 444 10-bit format, rather than
    16-bits. This resulted in padding leaking into bits where it shouldn't.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libavutil/hwcontext_vulkan.c
  2. Change #267599

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Mon 18 May 2026 20:22:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 561e32c9cf0e3a5a73de28c322aa81e825ef4955

    Comments

    hwcontext_vulkan: reenable X2RGB10
    Now that all issues are fixed, we can go ahead with it.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libavutil/hwcontext_vulkan.c
  3. Change #267600

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Mon 18 May 2026 20:22:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5f2877b532c07e19b4fbf789e1042816ff5f866f

    Comments

    hwcontext_vulkan: enable X2BGR10
    The format itself was working perfectly. Unlike BGR0/BGRA, all known
    Vulkan implementations support storage images just fine.

    Changed files

    • libavutil/hwcontext_vulkan.c
  4. Change #267601

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Mon 18 May 2026 20:22:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 489a3834d27c9add73d15e4c027856f6a39276a4

    Comments

    swscale/vulkan: implement SWS_OP_PACK/SWS_OP_UNPACK
    The issue is that while Vulkan already does the decomposition for us,
    swscale assumes that the pixels will be in bitstream order, rather than
    in their decomposed form.
    This is valid for all packed formats for which these instructions are
    issued (XV30 and X2RGB10).
    This allows us to support the formats in Vulkan.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/vulkan/ops.c