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

Builder ffmpegsos-solaris10-sparc Build #14018

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 13 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 ( 12 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 ( 4 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 14018 Build
codebase Build
got_revision bdc6a848f0b9bd2286ce5805efcf73e59d60caee Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bdc6a848f0b9bd2286ce5805efcf73e59d60caee 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. Shreesh Adiga

Timing:

StartWed Sep 16 06:56:46 2026
EndWed Sep 16 06:58:18 2026
Elapsed1 mins, 32 secs

All Changes:

:

  1. Change #281904

    Category ffmpeg
    Changed by Shreesh Adiga <16567adigashreeshohnoyoudont@gmail.com>
    Changed at Wed 16 Sep 2026 08:29:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d64b47f2596e2458c8c34559593cc14bc3c87407

    Comments

    avutil/cpu: add aarch64 CPU feature flag for ARM AES

    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
  2. Change #281905

    Category ffmpeg
    Changed by Shreesh Adiga <16567adigashreeshohnoyoudont@gmail.com>
    Changed at Wed 16 Sep 2026 08:29:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bdc6a848f0b9bd2286ce5805efcf73e59d60caee

    Comments

    avutil/aes: add aarch64 NEON implementation
    Ported the x86 AES-NI implementation to aarch64 NEON using AES extension.
    
    Benchmarking on A720 core reports about 50x speedup:
    checkasm: all 6 tests passed
    Benchmark results:
      name                         nsecs (vs ref)
      aes_decrypt_128_c:          5671.2
      aes_decrypt_128_aes:     92.3 (61.40x)
      aes_decrypt_192_c:          7031.2
      aes_decrypt_192_aes:    112.2 (62.65x)
      aes_decrypt_256_c:          8107.5
      aes_decrypt_256_aes:    131.2 (61.74x)
      aes_encrypt_128_c:          5838.7
      aes_encrypt_128_aes:    101.9 (57.24x)
      aes_encrypt_192_c:          7058.7
      aes_encrypt_192_aes:    120.4 (58.61x)
      aes_encrypt_256_c:          7952.2
      aes_encrypt_256_aes:    136.1 (54.44x)

    Changed files

    • libavutil/aarch64/Makefile
    • libavutil/aarch64/aes.S
    • libavutil/aarch64/aes_init.c
    • libavutil/aes.c
    • libavutil/aes_internal.h