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

Builder ffmpeg-solaris10-sparc Build #13130

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0a629df0a81e5a4a75eec94d03e4c6965236265c
Got Revision0a629df0a81e5a4a75eec94d03e4c6965236265c
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 45 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 47 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 ( 1 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 13130 Build
codebase Build
got_revision 0a629df0a81e5a4a75eec94d03e4c6965236265c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0a629df0a81e5a4a75eec94d03e4c6965236265c 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. Andreas Rheinhardt

Timing:

StartFri Feb 13 10:25:01 2026
EndFri Feb 13 10:26:40 2026
Elapsed1 mins, 38 secs

All Changes:

:

  1. Change #257694

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 66766bb1c76443093e7d7f1dd31fd188c56d18cf

    Comments

    avutil/avassert: Deprecate av_assert0_fpu()
    Said function has presumably been added in order to check
    that we have successfully reset the floating point state
    after having violated the ABI/calling convention by not
    issuing emms in our MMX DSP routines.
    
    Yet the ability to check this should not have been made public,
    because there is no external need for it and because the
    function does not even always achieve what its documentation
    claims to do: It only works when inline assembly is available.
    It should have been implemented in emms.h like emms_c()
    (which is where a replacement should be put if there is still
    ABI-violating MMX code when av_assert0_fpu() is removed).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • doc/APIchanges
    • libavutil/avassert.h
    • libavutil/utils.c
    • libavutil/version.h
  2. Change #257695

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 374b3ab03c2a10b7a4f44487195ae47f0a64f0d9

    Comments

    swresample/x86/audio_convert: Remove remnants of MMX
    Forgotten in 2b94f23b06d9bbab4cd5b5fec9f4e53ff365e5ab.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswresample/x86/audio_convert.asm
  3. Change #257696

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 509be049b6a197688dfb8ffeec72b79aa31a7666

    Comments

    swresample/{audioconvert,rematrix}: Don't check for HAVE_MMX
    There are no MMX functions left in all of libswresample, so checking
    for it makes no sense. Notice that configure currently disables x86asm
    if mmx is disabled, so the check is also redundant.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswresample/audioconvert.c
    • libswresample/rematrix.c
  4. Change #257697

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2e843c0e9a568925089776375ace3da24006d2cf

    Comments

    doc/optimization: Fix incorrect statement
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • doc/optimization.txt
  5. Change #257698

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fe0d8cb3e48dff4322f31b5d793dc106095e761d

    Comments

    avcodec/x86/dirac_dwt: Remove MMX in comment
    Forgotten in 5e332fe35cd336a5c7718d5e9a5a93ece0e61a3a.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/dirac_dwt.asm
  6. Change #257699

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c5d9711be45d7f84020877027b6fc4e44bd81138

    Comments

    avcodec/mpegvideoenc: Remove MMX from comment
    The MMX code has been removed in 5ef613bcb0508f16bd5b190168183326391de9b0
    and MMX was not used for most cpus even before then.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/mpegvideoenc.h
  7. Change #257700

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fe1742618db7b5f003bef7aca379e0b55f295619

    Comments

    avcodec/snowenc: Remove redundant emms_c()
    This emms_c() has been superseded by the one added
    a few lines above in 2c1d38d1e1c2617f51bbb833bb7fe1298644cd21.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/snowenc.c
  8. Change #257701

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 059654a73bc13063fdb8a0eb7abfb566bf4987c9

    Comments

    avcodec/ratecontrol: Remove unnecessary emms_c()
    ff_rate_control_init/uninit() are only called during
    codec init or close and no DSP calls happen in these,
    so there is no need to reset the floating point state.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/ratecontrol.c
  9. Change #257702

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 13 Feb 2026 09:21:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0a629df0a81e5a4a75eec94d03e4c6965236265c

    Comments

    avcodec/ratecontrol: Move emms_c() to the only callsite needing it
    Namely to one of the three callsites in snowenc.c.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/ratecontrol.c
    • libavcodec/snowenc.c