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

Builder ffmpeg64-solaris10-i386 Build #13601

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 12 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_64.sh' failed ( 3 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 13601 Build
codebase Build
got_revision 17646836686369ea5bea1c71c488b94f7c7c775a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 17646836686369ea5bea1c71c488b94f7c7c775a 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. Niklas Haas

Timing:

StartThu Apr 16 19:25:10 2026
EndThu Apr 16 19:25:35 2026
Elapsed25 secs

All Changes:

:

  1. Change #264693

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 16 Apr 2026 19:19:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 17646836686369ea5bea1c71c488b94f7c7c775a

    Comments

    swscale/ops_backend: disable FP contraction where possible
    In particular, Clang defaults to FP contraction enabled. GCC defaults to
    off in standard C mode (-std=c11), but the C standard does not actually
    require any particular default.
    
    The #pragma STDC pragma, despite its name, warns on anything except Clang.
    
    Fixes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22796
    See-also: https://discourse.llvm.org/t/fp-contraction-fma-on-by-default/64975
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_backend.c