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

Builder ffmpegsos-solaris10-sparc Build #12033

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 31 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 ( 2 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 30 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12033 Build
codebase Build
got_revision dc8e753f32a391c329adab3db323f79219042b24 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dc8e753f32a391c329adab3db323f79219042b24 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartMon Jul 28 11:32:53 2025
EndMon Jul 28 11:34:01 2025
Elapsed1 mins, 7 secs

All Changes:

:

  1. Change #240952

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Mon 28 Jul 2025 10:59:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dc8e753f32a391c329adab3db323f79219042b24

    Comments

    avfilter/vf_libplacebo: composite multiple inputs in linear light
    This gives vastly improved blending results than when blending directly in
    the desired output colorspace. Overridable by the existing "disable_linear"
    option.
    
    This is functionally similar to combining multiple "libplacebo" filters,
    but does not rely on the existence of a Vulkan filter link, so it can be used
    without performance penalty in all circumstances. It's also enabled by
    default, without requiring special action from the user.

    Changed files

    • libavfilter/vf_libplacebo.c