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

Builder ffmpeg64-solaris10-i386 Build #12800

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12800 Build
codebase Build
got_revision a75b15a4ab88ae26427b7dd518983cdc13a4b4b5 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a75b15a4ab88ae26427b7dd518983cdc13a4b4b5 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartTue Nov 25 22:37:58 2025
EndTue Nov 25 22:38:15 2025
Elapsed17 secs

All Changes:

:

  1. Change #250010

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 25 Nov 2025 22:32:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a75b15a4ab88ae26427b7dd518983cdc13a4b4b5

    Comments

    avfilter/vf_drawvg: round color values to avoid differences on some platforms
    This ensures consistent color conversion between double and u8 and
    guarantees that values remain consistent across different platforms,
    especially when x87 math is used.
    
    Note that libcairo also performs rounding internally when converting
    doubles to integers, see _cairo_color_double_to_short().
    
    Fixes: fate-filter-drawvg-interpreter
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavfilter/tests/drawvg.c
    • libavfilter/vf_drawvg.c
    • tests/ref/fate/filter-drawvg-interpreter