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

Builder ffmpegsos-solaris10-sparc Build #12603

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisioneb3b632b48c3c6391805a75b595758a89581177c
Got Revisioneb3b632b48c3c6391805a75b595758a89581177c
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 3 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 12603 Build
codebase Build
got_revision eb3b632b48c3c6391805a75b595758a89581177c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision eb3b632b48c3c6391805a75b595758a89581177c 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:

StartMon Dec 22 18:01:22 2025
EndMon Dec 22 18:01:41 2025
Elapsed18 secs

All Changes:

:

  1. Change #253067

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

    Comments

    lavu/fixed_dsp: fix scalarproduct on riscv32
    On riscv32, the result must be narrowed from 63 to 32 bit before being
    moved to the scalar side.

    Changed files

    • libavutil/riscv/fixed_dsp_rvv.S
  2. Change #253068

    Category ffmpeg
    Changed by Rémi Denis-Courmont <remiohnoyoudont@remlab.net>
    Changed at Mon 22 Dec 2025 17:55:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 56d933b0a742fa57601de21ced3b01a2aab5b1b3

    Comments

    lavu/float_dsp: fix R-V V vector_dmac_scalar with ILP32 ABI

    Changed files

    • libavutil/riscv/float_dsp_rvv.S
  3. Change #253069

    Category ffmpeg
    Changed by Rémi Denis-Courmont <remiohnoyoudont@remlab.net>
    Changed at Mon 22 Dec 2025 17:55:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 435623cbdafa236b6a6d70306ec513c52df9c79b

    Comments

    lavu/float_dsp: fix R-V V vector_dmul_scalar with ILP32 ABI

    Changed files

    • libavutil/riscv/float_dsp_rvv.S
  4. Change #253070

    Category ffmpeg
    Changed by Rémi Denis-Courmont <remiohnoyoudont@remlab.net>
    Changed at Mon 22 Dec 2025 17:55:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 65018b3e83fdc1e5b3f0621bdcff0ba363c19da8

    Comments

    lavu/float_dsp: fix R-V V scalarpdocut_double with ILP32 ABI

    Changed files

    • libavutil/riscv/float_dsp_rvv.S
  5. Change #253071

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

    Comments

    lavc/h264qpel: fix RISC-V stack usage
    The function violated the ABI requirement not to write below SP
    (this breaks asynchronous signal handling). On RV32, it also broke
    did not align SP to 16 bytes and did not restore it correctly.
    
    No changes to benchmarks as this patch only changes a few immediate
    offsets.

    Changed files

    • libavcodec/riscv/h264qpel_rvv.S