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

Builder ffmpegsos-solaris10-i386 Build #13912

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

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 ( 9 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 13912 Build
codebase Build
got_revision f17c8db8205f009bb465727bda9936100fbf04e6 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f17c8db8205f009bb465727bda9936100fbf04e6 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:

StartFri May 22 09:02:58 2026
EndFri May 22 09:03:13 2026
Elapsed15 secs

All Changes:

:

  1. Change #268017

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 22 May 2026 08:27:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 198991372c68cd41d99f527b812c41a1002db9e7

    Comments

    swscale/vulkan: move linear op handling to a separate function
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/vulkan/ops.c
  2. Change #268018

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 22 May 2026 08:27:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2423a719e07069518b18f403f9a39bc5374e3111

    Comments

    swscale/vulkan: put entire linear matrix+vector as constant data
    Rather than only using what we need.
    The driver will remove any unused constants.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/vulkan/ops.c
  3. Change #268019

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 22 May 2026 08:27:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6d57426b6a55107cdbe4f047c2c85aadf3663700

    Comments

    swscale/vulkan: create a constant matrix from linear op constants
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/vulkan/ops.c
  4. Change #268020

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Fri 22 May 2026 08:27:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f17c8db8205f009bb465727bda9936100fbf04e6

    Comments

    swscale/vulkan: add a non-bitexact version of OP_LINEAR
    Uses matrix*vector + vector multiplication.
    
    Sponsored-by: Sovereign Tech Fund

    Changed files

    • libswscale/vulkan/ops.c