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

Builder ffmpegsos-solaris10-sparc Build #13832

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision950a96bd258b8251a516ed7bffda127fee299945
Got Revision950a96bd258b8251a516ed7bffda127fee299945
Changes14 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 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 ( 11 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13832 Build
codebase Build
got_revision 950a96bd258b8251a516ed7bffda127fee299945 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 950a96bd258b8251a516ed7bffda127fee299945 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartFri Aug 14 20:45:01 2026
EndFri Aug 14 20:45:28 2026
Elapsed26 secs

All Changes:

:

  1. Change #278239

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 07f632c7faa48d63c28e044a7dd1a7646f8fd095

    Comments

    avcodec/x86/{h264_chromamc,rv40dsp}: Don't use PAVGB macro
    It always just expands to pavgb as there are no pure mmx
    functions here.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/h264_chromamc.asm
    • libavcodec/x86/rv40dsp.asm
  2. Change #278240

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a6b2f0a911d3c4c6544901c41efa737f07c5d863

    Comments

    avutil/x86/x86util: Remove PAVGB macro
    It is no longer used anywhere and it would make no sense
    to ever use it again.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/x86util.asm
  3. Change #278241

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision df547d9267303101a0232cd8d6f82b9f92ded877

    Comments

    avutil/x86/x86util: Remove unused PSWAPD
    Unused since ec735579814b6b73e17da601ff011a918c49e40f.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/x86util.asm
  4. Change #278242

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 046e2bcc2f9772c738dd60b0aef07e4b8e57b546

    Comments

    avutil/x86/x86util: Remove ABSB{,2} macros
    Seem to have always been unused.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/x86util.asm
  5. Change #278243

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 99d378fd0d0d198c1ae8075405a6d5266895a238

    Comments

    avutil/x86/x86util: Remove ABSD2 macro
    Always unused, new code can just use SSSE3 pabsd directly.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/x86util.asm
  6. Change #278244

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7452eccc083a847e9703d03ac0407190d77fb248

    Comments

    swscale/x86/rgb_2_rgb: Remove useless macro
    x86inc's VEX emulation can handle this just fine.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswscale/x86/rgb_2_rgb.asm
  7. Change #278245

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision be1c5c065a4b96f5e5ecd009ab895e0cf6d16c3f

    Comments

    av*/x86/yadif,lossless-videodsp: Don't use LSHIFT, RSHIFT macros
    There is no mmx code in these files.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/lossless_videodsp.asm
    • libavfilter/x86/vf_yadif.asm
    • libavfilter/x86/yadif-10.asm
    • libavfilter/x86/yadif-16.asm
  8. Change #278246

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9a62712427b75ac56dfd9069f13c037b13143d15

    Comments

    avutil/x86/x86util: Remove unused LSHIFT, RSHIFT macros
    Useless in the absence of mmx.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/x86util.asm
  9. Change #278247

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d2495911cce6b2cd0867ceaf617d87f6ab645f4a

    Comments

    avcodec/x86/ac3dsp: Avoid using PMINUB macro
    Forgotten in fd98594a8831ce037a495b6d7e090bd8f81e83a1.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/ac3dsp.asm
  10. Change #278248

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 145ec527df728bb877e59832b3e2da79e74f868b

    Comments

    avutil/x86/x86util: Remove unused PMINUB macro
    Useless in the absence of mmx.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/x86util.asm
  11. Change #278249

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3956f2ffe3f239c24bfe29a0463512d96bca2b3d

    Comments

    av*/x86/resample,h264_intrapred: Avoid using PSHUFLW
    It is useless in the absence of mmx.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/h264_intrapred.asm
    • libswresample/x86/resample.asm
  12. Change #278250

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a7c1326b16c5cf4f89d9d64b838f7d9dfd53cafd

    Comments

    avutil/x86/x86util: Remove PSHUFLW macro
    Useless in the absence of mmx(ext).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/x86util.asm
  13. Change #278251

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 736550dc9bf4abdc13b6a1dfdc5992d7b183ab42

    Comments

    avutil/x86/x86util: Move broken PSIGNW macro to its only user
    The non-SSSE3 version does not do what psignw does:
    If the second operand is zero, the first is unchanged.
    In any case, the end result is '(%1 and not %2)-(%2 and not %1)'.
    So it only works in case %2 is -1, which is how vp9itxfm.asm
    actually uses it. So move it there and rename it to NEGATE.
    
    See also f2fd167835b6f039a593e46ab3a84e1b9a453660 for an instance
    when this macro actually caused problems.
    
    (Would pxor %2,%2 psubw %2,%1 SWAP %1,%2 not actually be better?)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/vp9itxfm.asm
    • libavutil/x86/x86util.asm
  14. Change #278252

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 14 Aug 2026 21:21:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 950a96bd258b8251a516ed7bffda127fee299945

    Comments

    avcodec/x86/vp9itxfm: Avoid load
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/vp9itxfm.asm