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

Builder ffmpeg64-solaris10-i386 Build #13908

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13908 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f43f609bb8a288e62a954dbde497ec6d0e16cae6 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 Jun 9 19:59:11 2026
EndTue Jun 9 19:59:15 2026
Elapsed3 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