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

Builder ffmpeg-solaris10-sparc Build #13270

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 3 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 13270 Build
codebase Build
got_revision 510999f6b07b6996983c7ef24c3cf41a06241261 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 510999f6b07b6996983c7ef24c3cf41a06241261 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. Georgii Zagoruiko

Timing:

StartWed Mar 4 23:24:54 2026
EndWed Mar 4 23:25:15 2026
Elapsed20 secs

All Changes:

:

  1. Change #259889

    Category ffmpeg
    Changed by Georgii Zagoruiko <george.zaguriohnoyoudont@gmail.com>
    Changed at Wed 04 Mar 2026 22:52:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 70691bbb273c6d3ff85e5559a985064c4badd42e

    Comments

    configure: add detection of assembler support for SME2

    Changed files

    • Makefile
    • configure
    • ffbuild/arch.mak
    • libavutil/aarch64/asm.S
    • libavutil/aarch64/cpu.c
    • libavutil/aarch64/cpu.h
    • libavutil/cpu.c
    • libavutil/cpu.h
    • libavutil/tests/cpu.c
    • tests/checkasm/checkasm.c
  2. Change #259890

    Category ffmpeg
    Changed by Georgii Zagoruiko <george.zaguriohnoyoudont@gmail.com>
    Changed at Wed 04 Mar 2026 22:52:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 905348df9df2f7d6b1335be78640101fd83c4757

    Comments

    configure: add detection of SME-I16I64 extension

    Changed files

    • configure
    • libavutil/aarch64/asm.S
    • libavutil/aarch64/cpu.c
    • libavutil/aarch64/cpu.h
    • libavutil/cpu.c
    • libavutil/cpu.h
    • libavutil/tests/cpu.c
    • tests/checkasm/checkasm.c
  3. Change #259891

    Category ffmpeg
    Changed by Georgii Zagoruiko <george.zaguriohnoyoudont@gmail.com>
    Changed at Wed 04 Mar 2026 22:52:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0edd75e150c243728bd788caeb4677d2905d094a

    Comments

    aarch64/asm.S: to support SME added macro to save/restore registers d8-d16

    Changed files

    • libavutil/aarch64/asm.S
  4. Change #259892

    Category ffmpeg
    Changed by Georgii Zagoruiko <george.zaguriohnoyoudont@gmail.com>
    Changed at Wed 04 Mar 2026 22:52:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 510999f6b07b6996983c7ef24c3cf41a06241261

    Comments

    aarch64/vvc: sme2 optimisation of alf_filter_luma() 8/10/12 bit
    Apple M4:
    vvc_alf_filter_luma_8x8_8_c:                           347.3 ( 1.00x)
    vvc_alf_filter_luma_8x8_8_neon:                        138.7 ( 2.50x)
    vvc_alf_filter_luma_8x8_8_sme2:                        134.5 ( 2.58x)
    vvc_alf_filter_luma_8x8_10_c:                          299.8 ( 1.00x)
    vvc_alf_filter_luma_8x8_10_neon:                       129.8 ( 2.31x)
    vvc_alf_filter_luma_8x8_10_sme2:                       128.6 ( 2.33x)
    vvc_alf_filter_luma_8x8_12_c:                          293.0 ( 1.00x)
    vvc_alf_filter_luma_8x8_12_neon:                       126.8 ( 2.31x)
    vvc_alf_filter_luma_8x8_12_sme2:                       126.3 ( 2.32x)
    vvc_alf_filter_luma_16x16_8_c:                        1386.1 ( 1.00x)
    vvc_alf_filter_luma_16x16_8_neon:                      560.3 ( 2.47x)
    vvc_alf_filter_luma_16x16_8_sme2:                      540.1 ( 2.57x)
    vvc_alf_filter_luma_16x16_10_c:                       1200.3 ( 1.00x)
    vvc_alf_filter_luma_16x16_10_neon:                     515.6 ( 2.33x)
    vvc_alf_filter_luma_16x16_10_sme2:                     531.3 ( 2.26x)
    vvc_alf_filter_luma_16x16_12_c:                       1223.8 ( 1.00x)
    vvc_alf_filter_luma_16x16_12_neon:                     510.7 ( 2.40x)
    vvc_alf_filter_luma_16x16_12_sme2:                     524.9 ( 2.33x)
    vvc_alf_filter_luma_32x32_8_c:                        5488.8 ( 1.00x)
    vvc_alf_filter_luma_32x32_8_neon:                     2233.4 ( 2.46x)
    vvc_alf_filter_luma_32x32_8_sme2:                     1093.6 ( 5.02x)
    vvc_alf_filter_luma_32x32_10_c:                       4738.0 ( 1.00x)
    vvc_alf_filter_luma_32x32_10_neon:                    2057.5 ( 2.30x)
    vvc_alf_filter_luma_32x32_10_sme2:                    1053.6 ( 4.50x)
    vvc_alf_filter_luma_32x32_12_c:                       4808.3 ( 1.00x)
    vvc_alf_filter_luma_32x32_12_neon:                    1981.2 ( 2.43x)
    vvc_alf_filter_luma_32x32_12_sme2:                    1047.7 ( 4.59x)
    vvc_alf_filter_luma_64x64_8_c:                       22116.8 ( 1.00x)
    vvc_alf_filter_luma_64x64_8_neon:                     8951.0 ( 2.47x)
    vvc_alf_filter_luma_64x64_8_sme2:                     4225.2 ( 5.23x)
    vvc_alf_filter_luma_64x64_10_c:                      19072.8 ( 1.00x)
    vvc_alf_filter_luma_64x64_10_neon:                    8448.1 ( 2.26x)
    vvc_alf_filter_luma_64x64_10_sme2:                    4225.8 ( 4.51x)
    vvc_alf_filter_luma_64x64_12_c:                      19312.6 ( 1.00x)
    vvc_alf_filter_luma_64x64_12_neon:                    8270.9 ( 2.34x)
    vvc_alf_filter_luma_64x64_12_sme2:                    4245.4 ( 4.55x)
    vvc_alf_filter_luma_128x128_8_c:                     88530.5 ( 1.00x)
    vvc_alf_filter_luma_128x128_8_neon:                  35686.3 ( 2.48x)
    vvc_alf_filter_luma_128x128_8_sme2:                  16961.2 ( 5.22x)
    vvc_alf_filter_luma_128x128_10_c:                    76904.9 ( 1.00x)
    vvc_alf_filter_luma_128x128_10_neon:                 32439.5 ( 2.37x)
    vvc_alf_filter_luma_128x128_10_sme2:                 16845.6 ( 4.57x)
    vvc_alf_filter_luma_128x128_12_c:                    77363.3 ( 1.00x)
    vvc_alf_filter_luma_128x128_12_neon:                 32907.5 ( 2.35x)
    vvc_alf_filter_luma_128x128_12_sme2:                 17018.1 ( 4.55x)

    Changed files

    • libavcodec/aarch64/vvc/Makefile
    • libavcodec/aarch64/vvc/alf_template.c
    • libavcodec/aarch64/vvc/dsp_init.c
    • libavcodec/aarch64/vvc/inter_sme2.S