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

Builder ffmpeg-solaris10-sparc Build #12275

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 3 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 2 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 2 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 21 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 12275 Build
codebase Build
got_revision bfab0262980550097ea6672a91834c576a8320c0 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bfab0262980550097ea6672a91834c576a8320c0 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

Timing:

StartFri Jul 18 11:02:45 2025
EndFri Jul 18 11:03:42 2025
Elapsed56 secs

All Changes:

:

  1. Change #240052

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 18 Jul 2025 10:47:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 75cd42c48a1d6f997af76a90298ee1c5d5780030

    Comments

    avfilter/vf_blackdetect: add AVX2 SIMD version
    Requested by a user. Even with autovectorization enabled, the compiler
    performs a quite poor job of optimizing this function, due to not being
    able to take advantage of the pmaxub + pcmpeqb trick for counting the number
    of pixels less than or equal-to a threshold.
    
    blackdetect8_c:                                       4625.0 ( 1.00x)
    blackdetect8_avx2:                                     155.1 (29.83x)
    blackdetect16_c:                                      2529.4 ( 1.00x)
    blackdetect16_avx2:                                    163.6 (15.46x)

    Changed files

    • libavfilter/vf_blackdetect.c
    • libavfilter/vf_blackdetect.h
    • libavfilter/x86/Makefile
    • libavfilter/x86/vf_blackdetect.asm
    • libavfilter/x86/vf_blackdetect_init.c
  2. Change #240053

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 18 Jul 2025 10:47:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bfab0262980550097ea6672a91834c576a8320c0

    Comments

    tests/checkasm: add test for vf_blackdetect

    Changed files

    • tests/checkasm/Makefile
    • tests/checkasm/checkasm.c
    • tests/checkasm/checkasm.h
    • tests/checkasm/vf_blackdetect.c
    • tests/fate/checkasm.mak