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

Builder ffmpeg64-solaris10-sparc Build #12857

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision29185f708fafb1399e71f0be6360c6b410891f60
Got Revision29185f708fafb1399e71f0be6360c6b410891f60
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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 ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 8 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_64.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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 12857 Build
codebase Build
got_revision 29185f708fafb1399e71f0be6360c6b410891f60 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 29185f708fafb1399e71f0be6360c6b410891f60 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Rémi Denis-Courmont

Timing:

StartMon Dec 15 17:51:24 2025
EndMon Dec 15 17:51:47 2025
Elapsed23 secs

All Changes:

:

  1. Change #252293

    Category ffmpeg
    Changed by Rémi Denis-Courmont <remiohnoyoudont@remlab.net>
    Changed at Mon 15 Dec 2025 17:35:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision acb38d320b3d5bfd963ff9a20daf56d6cab944ec

    Comments

    lavc/llvidencdsp: fix R-V V sub_left_predict
    The code assumed that the destination buffer was zeroed, a misbehaviour
    with which checkasm is bug-compatible as it zeroes the destination
    buffer. The fixed code is even faster:
    
    SpacemiT X60:
    sub_left_predict_c:                                  51792.5 ( 1.00x)
    sub_left_predict_rvv_i32:                             3504.4 (14.78x)

    Changed files

    • libavcodec/riscv/llvidencdsp_rvv.S
  2. Change #252294

    Category ffmpeg
    Changed by Rémi Denis-Courmont <remiohnoyoudont@remlab.net>
    Changed at Mon 15 Dec 2025 17:39:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 468eca2854033979a75291c12c455c74014386d6

    Comments

    checkasm: test all plane configurations with sub_left_predict
    The original code didn't really make sense, never iterating the loop
    and never testing non-first plane configurations.

    Changed files

    • tests/checkasm/llvidencdsp.c
  3. Change #252295

    Category ffmpeg
    Changed by Rémi Denis-Courmont <remiohnoyoudont@remlab.net>
    Changed at Mon 15 Dec 2025 17:40:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 29185f708fafb1399e71f0be6360c6b410891f60

    Comments

    lavc/riscv: fix dependency for llvidencdsp

    Changed files

    • libavcodec/riscv/Makefile