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

Builder ffmpeg-solaris10-sparc Build #13271

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1fc7464cf7c46e779d4d06816a0a8c7fe3f6273b
Got Revision1fc7464cf7c46e779d4d06816a0a8c7fe3f6273b
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 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 13271 Build
codebase Build
got_revision 1fc7464cf7c46e779d4d06816a0a8c7fe3f6273b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1fc7464cf7c46e779d4d06816a0a8c7fe3f6273b 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. Martin Storsjö
  2. Zuoqiang He

Timing:

StartWed Mar 4 23:34:51 2026
EndWed Mar 4 23:35:11 2026
Elapsed19 secs

All Changes:

:

  1. Change #259893

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Wed 04 Mar 2026 23:30:40
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8324c8ea89975f39c8f83a204210752054b2b98d

    Comments

    checkasm: ac3dsp: Increase the float tolerance for sum_square_butterfly_float
    Accept up to 15 ULP difference.
    
    This fixes running "checkasm --test=ac3dsp <seed>" for the seeds
    2043066705, 24168 and 111972 on ARM, and the seeds 40552 and
    209754 on aarch64.
    
    This is the same change as 8e4c904c8e30c68ea6c7da3740139bf2f4ffa907,
    increasing the tolerance further.
    
    With this change, checkasm passes for over 500 000 seeds on both
    ARM and aarch64.

    Changed files

    • tests/checkasm/ac3dsp.c
  2. Change #259894

    Category ffmpeg
    Changed by Zuoqiang He <hezuoqiangohnoyoudont@foxmail.com>
    Changed at Wed 04 Mar 2026 23:31:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1fc7464cf7c46e779d4d06816a0a8c7fe3f6273b

    Comments

    libavcodec/huffyuvdsp: Add NEON optimization for the add_int16 function
    Benchmark Results (1024 iterations, Raspberry Pi 5 - Cortex-A76):
    add_int16_128_c:                                       914.0 ( 1.00x)
    add_int16_128_neon:                                    516.9 ( 1.77x)
    add_int16_rnd_width_c:                                 914.0 ( 1.00x)
    add_int16_rnd_width_neon:                              517.5 ( 1.77x)
    
    Co-Authored-By: Martin Storsjö <martin@martin.st>

    Changed files

    • libavcodec/aarch64/Makefile
    • libavcodec/aarch64/huffyuvdsp_init_aarch64.c
    • libavcodec/aarch64/huffyuvdsp_neon.S
    • libavcodec/huffyuvdsp.c
    • libavcodec/huffyuvdsp.h