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

Builder ffmpegsos-solaris10-i386 Build #12876

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 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_sos.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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 12876 Build
codebase Build
got_revision 9b348aa60b0f1b45a6cfbae5451bf1544fc6fd93 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9b348aa60b0f1b45a6cfbae5451bf1544fc6fd93 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. Rémi Denis-Courmont

Timing:

StartTue Nov 11 19:47:46 2025
EndTue Nov 11 19:48:02 2025
Elapsed16 secs

All Changes:

:

  1. Change #248387

    Category ffmpeg
    Changed by Rémi Denis-Courmont <remiohnoyoudont@remlab.net>
    Changed at Tue 11 Nov 2025 19:40:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9b348aa60b0f1b45a6cfbae5451bf1544fc6fd93

    Comments

    riscv/cpu: add V subset feature detection
    This adds support for detecting Zve32x, Zve32f, Zve64x and Zve64d on
    a system that does not support (or declare) the full V feature set.
    
    Because the code assumes that vector detected at runtime are at least
    128-bit long, we have to manually check that too (in theory, vectors
    can be 32-bit or 64-bit, though that makes little sense in 2025).

    Changed files

    • libavutil/riscv/cpu.c