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

Builder ffmpegsos-solaris10-i386 Build #14041

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

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 ( 10 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 14041 Build
codebase Build
got_revision f43f609bb8a288e62a954dbde497ec6d0e16cae6 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f43f609bb8a288e62a954dbde497ec6d0e16cae6 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. Kacper Michajłow

Timing:

StartTue Jun 9 19:59:12 2026
EndTue Jun 9 19:59:30 2026
Elapsed17 secs

All Changes:

:

  1. Change #270210

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 09 Jun 2026 19:54:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f43f609bb8a288e62a954dbde497ec6d0e16cae6

    Comments

    avutil/x86/tx_float: add missing vzeroupper to 15xM PFA FFT
    The AVX2 15xM PFA FFT calls its second-dimension subtransform with dirty
    YMM. That subtransform may be a legacy-SSE codelet (fft4 is SSE2 only),
    causing AVX<->SSE transition penalties. Clear them after the first
    dimension, before the calls.
    
    Detected with `sde64 -ast` FATE job.
    
    Fixes: ace42cf581f8c06872bfb58cf575d9e8bd398c0a

    Changed files

    • libavutil/x86/tx_float.asm