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

Builder ffmpeg-solaris10-sparc Build #12527

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisioneb14d4582447aa6560a47e5d8c6f142d76540766
Got Revisioneb14d4582447aa6560a47e5d8c6f142d76540766
Changes3 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 ( 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12527 Build
codebase Build
got_revision eb14d4582447aa6560a47e5d8c6f142d76540766 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision eb14d4582447aa6560a47e5d8c6f142d76540766 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. Niklas Haas
  2. Zhao Zhili

Timing:

StartMon Sep 1 17:42:19 2025
EndMon Sep 1 17:42:37 2025
Elapsed18 secs

All Changes:

:

  1. Change #244216

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Mon 01 Sep 2025 17:33:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f07c12d806b9a6f3ca05870a99d10a818a3aabc1

    Comments

    avfilter/x86/vf_colordetect: fix alpha detect tail handling
    This wrapping logic still considered any nonzero return from the ASM function
    to be the overall result, but this is not true since the addition of
    FF_ALPHA_TRANSPARENT.
    
    Fix it by only early returning if FF_ALPHA_STRAIGHT is detected.
    
    Fixes: 9b8b78a8153f9ca94b7eb9cba87442954787912a
    See-Also: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20301#issuecomment-4802

    Changed files

    • libavfilter/x86/vf_colordetect_init.c
  2. Change #244217

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Mon 01 Sep 2025 17:35:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6450e01446f5c8c48e4cd2fd43c805ba2991d9ba

    Comments

    checkasm/vf_colordetect: test non-aligned width

    Changed files

    • tests/checkasm/vf_colordetect.c
  3. Change #244218

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Mon 01 Sep 2025 17:35:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eb14d4582447aa6560a47e5d8c6f142d76540766

    Comments

    avfilter/vf_colordetect: add aarch64 asm
                           | rpi5 gcc 12  | m1 clang -fno-vectorize | m1 clang
    ---------------------------------------------------------------------------
    alpha_8_full_c:        | 32159.2 ( 1.00x) | 135.8 ( 1.00x) |  26.4 ( 1.00x)
    alpha_8_full_neon:     |  1266.0 (25.40x) |   8.0 (17.03x) |   8.4 ( 3.15x)
    alpha_8_limited_c:     | 37561.9 ( 1.00x) | 169.1 ( 1.00x) |  47.7 ( 1.00x)
    alpha_8_limited_neon:  |  3967.0 ( 9.47x) |  12.5 (13.53x) |  13.3 ( 3.59x)
    alpha_16_full_c:       | 15867.9 ( 1.00x) |  64.5 ( 1.00x) |  13.7 ( 1.00x)
    alpha_16_full_neon:    |  1256.9 (12.62x) |   7.9 ( 8.15x) |   8.3 ( 1.64x)
    alpha_16_limited_c:    | 16723.7 ( 1.00x) |  88.7 ( 1.00x) | 103.3 ( 1.00x)
    alpha_16_limited_neon: |  4031.3 ( 4.15x) |  12.5 ( 7.08x) |  13.2 ( 7.86x)
    range_8_c:             | 21819.7 ( 1.00x) | 120.0 ( 1.00x) |   9.4 ( 1.00x)
    range_8_neon:          |  1148.3 (19.00x) |   4.3 (27.60x) |   4.8 ( 1.97x)
    range_16_c:            | 10757.1 ( 1.00x) |  45.7 ( 1.00x) |   7.9 ( 1.00x)
    range_16_neon:         |  1141.5 ( 9.42x) |   4.4 (10.38x) |   4.6 ( 1.72x)

    Changed files

    • libavfilter/aarch64/Makefile
    • libavfilter/aarch64/vf_colordetect_init.c
    • libavfilter/aarch64/vf_colordetect_neon.S
    • libavfilter/vf_colordetect.c
    • libavfilter/vf_colordetect.h