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

Builder ffmpeg-solaris10-sparc Build #12160

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12160 Build
codebase Build
got_revision b7fc195e7a2939a7fbeb92e8b11512bebe3a12a5 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b7fc195e7a2939a7fbeb92e8b11512bebe3a12a5 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartSun Jun 8 02:26:41 2025
EndSun Jun 8 02:27:00 2025
Elapsed19 secs

All Changes:

:

  1. Change #231610

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Sun 08 Jun 2025 02:14:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b7fc195e7a2939a7fbeb92e8b11512bebe3a12a5

    Comments

    avutil/x86/intmath: remove inline asm implementations for clip functions
    GCC/Clang is smart enough to emit minss/maxss the same way as these functions.
    The only theoretical benefit was in x86_32, where x87 floats are used, but the
    penalty of making the clipping opaque to the compiler's scheduler plus moving
    values from mmx regs to xmm and back will offset any potential speedup.
    x86_32 builds targetting anything made in the last two decades and a half
    should use -msse -mfp=sse anyway.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavutil/x86/intmath.h