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

Builder ffmpeg64-solaris10-sparc Build #13057

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionfc0e0ef02282695fcc94df20f946c89b303080fc
Got Revisionfc0e0ef02282695fcc94df20f946c89b303080fc
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 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 ( 20 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 ( 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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13057 Build
codebase Build
got_revision fc0e0ef02282695fcc94df20f946c89b303080fc Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fc0e0ef02282695fcc94df20f946c89b303080fc 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. Andreas Rheinhardt

Timing:

StartThu Jan 29 13:09:55 2026
EndThu Jan 29 13:10:43 2026
Elapsed47 secs

All Changes:

:

  1. Change #256637

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 29 Jan 2026 12:25:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0c7f87b136cf0c339ac334c45b72923ef903891c

    Comments

    avcodec/hevc/dsp_template: Optimize impossible branches away
    Saves 1856B of .text here.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hevc/dsp_template.c
  2. Change #256638

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 29 Jan 2026 12:25:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cf359a79072459c0042747595418b618b620bd86

    Comments

    avcodec/hevc/dsp: Add alignment for dequant
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/hevc/dsp.h
  3. Change #256639

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 29 Jan 2026 12:25:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 436b74b725a95ef9f00edd6264d9adab1a66a9c8

    Comments

    avcodec/x86/hevc/dequant: Add SSSE3 dequant ASM function
    hevc_dequant_4x4_8_c (GCC):                             20.2 ( 1.00x)
    hevc_dequant_4x4_8_c (Clang):                           21.7 ( 1.00x)
    hevc_dequant_4x4_8_ssse3:                                5.8 ( 3.51x)
    hevc_dequant_8x8_8_c (GCC):                             32.9 ( 1.00x)
    hevc_dequant_8x8_8_c (Clang):                           78.7 ( 1.00x)
    hevc_dequant_8x8_8_ssse3:                                6.8 ( 4.83x)
    hevc_dequant_16x16_8_c (GCC):                          105.1 ( 1.00x)
    hevc_dequant_16x16_8_c (Clang):                        151.1 ( 1.00x)
    hevc_dequant_16x16_8_ssse3:                             19.3 ( 5.45x)
    hevc_dequant_32x32_8_c (GCC):                          415.7 ( 1.00x)
    hevc_dequant_32x32_8_c (Clang):                        602.3 ( 1.00x)
    hevc_dequant_32x32_8_ssse3:                             78.2 ( 5.32x)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/hevc/Makefile
    • libavcodec/x86/hevc/dequant.asm
    • libavcodec/x86/hevc/dsp_init.c
  4. Change #256640

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 29 Jan 2026 12:25:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fc0e0ef02282695fcc94df20f946c89b303080fc

    Comments

    tests/checkasm/hevc_dequant: Only init buffer when needed
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/hevc_dequant.c