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

Builder ffmpegsos-solaris10-sparc Build #12524

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 9 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 2 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 12524 Build
codebase Build
got_revision f222eb2b0805c782740f338dead1e375a4562fb7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f222eb2b0805c782740f338dead1e375a4562fb7 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. Rémi Denis-Courmont
  2. averne

Timing:

StartSun Dec 7 19:27:53 2025
EndSun Dec 7 19:28:16 2025
Elapsed22 secs

All Changes:

:

  1. Change #251225

    Category ffmpeg
    Changed by averne <averne381ohnoyoudont@gmail.com>
    Changed at Sun 07 Dec 2025 19:17:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c384b1e803cd541d8ded4f341956a2f1dcadf8d8

    Comments

    vulkan/prores: use vkCmdClearColorImage
    The VK spec forbids using clear commands on YUV images,
    so we need to allocate separate per-plane images.
    This removes the need for a separate reset shader.

    Changed files

    • libavcodec/vulkan/Makefile
    • libavcodec/vulkan/prores_reset.comp
    • libavcodec/vulkan_decode.c
    • libavcodec/vulkan_prores.c
  2. Change #251226

    Category ffmpeg
    Changed by Rémi Denis-Courmont <remiohnoyoudont@remlab.net>
    Changed at Sun 07 Dec 2025 19:20:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f222eb2b0805c782740f338dead1e375a4562fb7

    Comments

    lavc/mpv_unquantize: R-V V H.263 DCT unquantize
    SpacemiT X60:
    dct_unquantize_h263_inter_c:                           417.8 ( 1.00x)
    dct_unquantize_h263_inter_rvv_i32:                      66.0 ( 6.33x)
    dct_unquantize_h263_intra_c:                           140.2 ( 1.00x)
    dct_unquantize_h263_intra_rvv_i32:                      67.7 ( 2.07x)
    
    Note that the C benchmarks are not stable, depending heavily on the
    number of coefficients picked by the RNG. The R-V V benchmarks are
    however very stable and generally better than C's.

    Changed files

    • libavcodec/mpegvideo_unquantize.c
    • libavcodec/mpegvideo_unquantize.h
    • libavcodec/riscv/Makefile
    • libavcodec/riscv/mpegvideo_init.c
    • libavcodec/riscv/mpegvideo_rvv.S