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

Builder ffmpegsos-solaris10-sparc Build #11715

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 7 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 ( 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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11715 Build
codebase Build
got_revision d79e4f6d0b7b3156ca223bf96eab3703d672a825 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d79e4f6d0b7b3156ca223bf96eab3703d672a825 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. James Almer

Timing:

StartThu Apr 10 17:13:35 2025
EndThu Apr 10 17:13:53 2025
Elapsed17 secs

All Changes:

:

  1. Change #227109

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 10 Apr 2025 17:02:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a039726c2a092c340e26b28fcc2bb3582be85d4f

    Comments

    avutil/x86/aes: remove a few branches
    The rounds value is constant and can be one of three hardcoded values, so
    instead of checking it on every loop, just split the function into three
    different implementations for each value.
    
    Before:
    aes_decrypt_128_aesni:                                  93.8 (47.58x)
    aes_decrypt_192_aesni:                                 106.9 (49.30x)
    aes_decrypt_256_aesni:                                 109.8 (56.50x)
    aes_encrypt_128_aesni:                                  93.2 (47.70x)
    aes_encrypt_192_aesni:                                 111.1 (48.36x)
    aes_encrypt_256_aesni:                                 113.6 (56.27x)
    
    After:
    aes_decrypt_128_aesni:                                  71.5 (63.31x)
    aes_decrypt_192_aesni:                                  96.8 (55.64x)
    aes_decrypt_256_aesni:                                 106.1 (58.51x)
    aes_encrypt_128_aesni:                                  81.3 (55.92x)
    aes_encrypt_192_aesni:                                  91.2 (59.78x)
    aes_encrypt_256_aesni:                                 109.0 (58.26x)
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavutil/aes.c
    • libavutil/x86/aes.asm
    • libavutil/x86/aes_init.c
  2. Change #227110

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 10 Apr 2025 17:03:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d79e4f6d0b7b3156ca223bf96eab3703d672a825

    Comments

    tests/fate/checkasm: add the aes test
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/fate/checkasm.mak