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

Builder ffmpegsos-solaris10-sparc Build #12525

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision10ea5f8b9911a90a46f56f3148bbdb54c57c6012
Got Revision10ea5f8b9911a90a46f56f3148bbdb54c57c6012
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 ( 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 ( 0 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 12525 Build
codebase Build
got_revision 10ea5f8b9911a90a46f56f3148bbdb54c57c6012 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 10ea5f8b9911a90a46f56f3148bbdb54c57c6012 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

Timing:

StartSun Dec 7 19:38:01 2025
EndSun Dec 7 19:38:19 2025
Elapsed18 secs

All Changes:

:

  1. Change #251230

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

    Comments

    lavc/h264idct: R-V V 8-bit h264_luma_dc_dequant_idct
    This does not improve performance with current hardware due to the poor
    performance of segmented accesses. Performance should be slightly better
    with expensive or near-future hardware that I don't have, however it is
    still limited by two other factors:
    - There are only 4 elements.
    - The final stores are necessarily indexed and hit multiple cache lines,
      thus as slow as scalar.

    Changed files

    • libavcodec/riscv/Makefile
    • libavcodec/riscv/h264dsp_init.c
    • libavcodec/riscv/h264idct_dequant_rvv.S
  2. Change #251231

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

    Comments

    lavc/h264idct: R-V V 9-bit h264_luma_dc_dequant_idct
    Note that, like the C reference, the same function can be used for
    larger bit depths.

    Changed files

    • libavcodec/riscv/h264dsp_init.c
    • libavcodec/riscv/h264idct_dequant_rvv.S