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

Builder ffmpeg64-solaris10-sparc Build #13950

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 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 ( 6 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_64.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-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13950 Build
codebase Build
got_revision b57ff00bcf485ad06b1619d31499a6db27a636b0 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b57ff00bcf485ad06b1619d31499a6db27a636b0 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kirill A. Korinsky

Timing:

StartSat Jun 20 13:49:28 2026
EndSat Jun 20 13:50:02 2026
Elapsed33 secs

All Changes:

:

  1. Change #271929

    Category ffmpeg
    Changed by Kirill A. Korinsky <kirillohnoyoudont@korins.ky>
    Changed at Sat 20 Jun 2026 13:46:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b57ff00bcf485ad06b1619d31499a6db27a636b0

    Comments

    configure/x86: split 7-register check from EBP availability
    LLVM commit
    https://github.com/llvm/llvm-project/commit/0d471b3f64d3116bd57c79d872f7384fff80daa5
    made Clang save and restore EBP around inline asm that only
    clobbers it. This can make the existing EBP crash probe pass even
    when the compiler still cannot allocate the 7-register i386 inline
    asm used behind HAVE_7REGS.
    
    Keep ebp_available for HAVE_6REGS and add a separate
    x86_32_7regs probe for HAVE_7REGS.
    
    Discussion:
    https://marc.info/?t=178015389900001&r=1&w=2

    Changed files

    • configure
    • libavutil/x86/asm.h