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

Builder ffmpeg-solaris10-sparc Build #12932

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 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 ( 15 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12932 Build
codebase Build
got_revision 840183d823788306adb30153183614c3769bf6d3 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 840183d823788306adb30153183614c3769bf6d3 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. Zhao Zhili

Timing:

StartSun Jan 4 04:52:22 2026
EndSun Jan 4 04:52:59 2026
Elapsed37 secs

All Changes:

:

  1. Change #254083

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Sun 04 Jan 2026 04:22:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 840183d823788306adb30153183614c3769bf6d3

    Comments

    aarch64/hpeldsp_neon: fix out-of-bounds read
    Fix #21141
    
    The performance improved a little bit.
    On A76:
                                  Before            After
    put_pixels_tab[0][1]_neon:    32.4 ( 3.91x)     31.6 ( 3.99x)
    put_pixels_tab[0][3]_neon:    88.0 ( 4.50x)     74.6 ( 5.31x)
    put_pixels_tab[1][1]_neon:    33.5 ( 2.52x)     31.2 ( 2.71x)
    put_pixels_tab[1][3]_neon:    30.5 ( 3.61x)     21.7 ( 5.08x)
    
    On A55:
                                 Before            After
    put_pixels_tab[0][1]_neon:   175.2 ( 2.41x)    138.7 ( 3.04x)
    put_pixels_tab[0][3]_neon:   334.3 ( 2.71x)    296.1 ( 3.07x)
    put_pixels_tab[1][1]_neon:   168.3 ( 1.78x)     94.1 ( 3.19x)
    put_pixels_tab[1][3]_neon:   112.3 ( 2.20x)     90.0 ( 2.74x)

    Changed files

    • libavcodec/aarch64/hpeldsp_neon.S