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

Builder ffmpegsos-solaris10-i386 Build #14310

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7d472b77772d92e90193e5cefcad730946c544f9
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 31 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14310 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7d472b77772d92e90193e5cefcad730946c544f9 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. daichengrong

Timing:

StartSun Sep 20 11:44:25 2026
EndSun Sep 20 11:44:57 2026
Elapsed31 secs

All Changes:

:

  1. Change #282300

    Category ffmpeg
    Changed by daichengrong <daichengrongohnoyoudont@iscas.ac.cn>
    Changed at Sun 20 Sep 2026 13:16:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7d472b77772d92e90193e5cefcad730946c544f9

    Comments

    riscv: asm: Move lx and sx macros to asm.S
    The lx and sx macros provide XLEN-dependent aliases for load and store
    instructions and are currently duplicated in several assembly files.
    
    Move the common definitions to asm.S and reuse them from there to avoid
    duplicating the same macros across multiple files.
    
    Signed-off-by: daichengrong <daichengrong@iscas.ac.cn>

    Changed files

    • libavcodec/riscv/h264addpx_rvv.S
    • libavcodec/riscv/h264idct_rvv.S
    • libavcodec/riscv/h264qpel_rvv.S
    • libavcodec/riscv/startcode_rvb.S
    • libavutil/riscv/asm.S