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

Builder ffmpeg-solaris10-sparc Build #14395

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 20 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 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 ( 39 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.sh' failed ( 7 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 14395 Build
codebase Build
got_revision b87602a63a52b0f7f968fd314f02be14acde16b7 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b87602a63a52b0f7f968fd314f02be14acde16b7 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. Hongyan Wang

Timing:

StartSun Sep 27 12:25:04 2026
EndSun Sep 27 12:27:16 2026
Elapsed2 mins, 11 secs

All Changes:

:

  1. Change #283323

    Category ffmpeg
    Changed by Hongyan Wang <wanghongyan2025ohnoyoudont@iscas.ac.cn>
    Changed at Sun 27 Sep 2026 14:06:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b87602a63a52b0f7f968fd314f02be14acde16b7

    Comments

    swscale/riscv: fix uyvy/yuyv to yuv422p on odd widths
    The vector loop writes all luma samples, but only width / 2 chroma
    samples. For odd widths, the last U and V samples are left untouched,
    unlike the C implementations which use AV_CEIL_RSHIFT(width, 1).
    
    Write the remaining U/V samples in a scalar tail for both packed
    formats. Keep the existing vector loop and row stride adjustments.
    
    Fixes the uyvytoyuv422_rvv_i32 and yuyvtoyuv422_rvv_i32 failures in
    checkasm-sw_rgb.
    
    Signed-off-by: Hongyan Wang <wanghongyan2025@iscas.ac.cn>
    Co-authored-by: YuanSheng <yuansheng@iscas.ac.cn>
    Co-authored-by: Fei Zhang <zhangfei@iscas.ac.cn>

    Changed files

    • libswscale/riscv/rgb2rgb_rvv.S