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

Builder ffmpegsos-solaris10-sparc Build #12924

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiondc65dcec220d33ecbdb3442dfaf00f17f2dc2b0c
Got Revisiondc65dcec220d33ecbdb3442dfaf00f17f2dc2b0c
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 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 ( 30 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 ( 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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12924 Build
codebase Build
got_revision dc65dcec220d33ecbdb3442dfaf00f17f2dc2b0c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dc65dcec220d33ecbdb3442dfaf00f17f2dc2b0c 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. Andreas Rheinhardt

Timing:

StartWed Feb 25 12:47:56 2026
EndWed Feb 25 12:48:50 2026
Elapsed53 secs

All Changes:

:

  1. Change #258897

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 25 Feb 2026 12:08:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dc65dcec220d33ecbdb3442dfaf00f17f2dc2b0c

    Comments

    avcodec/vvc/inter: Combine offsets early
    For bi-predicted weighted averages, only the sum
    of the two offsets is ever used, so add the two early.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aarch64/vvc/dsp_init.c
    • libavcodec/riscv/vvc/dsp_init.c
    • libavcodec/riscv/vvc/mc_rvv.S
    • libavcodec/vvc/dsp.h
    • libavcodec/vvc/inter.c
    • libavcodec/vvc/inter_template.c
    • libavcodec/x86/vvc/dsp_init.c
    • libavcodec/x86/vvc/mc.asm
    • tests/checkasm/vvc_mc.c