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

Builder ffmpeg64-solaris10-sparc Build #12683

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:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 40 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_64.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-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 12683 Build
codebase Build
got_revision 9b348aa60b0f1b45a6cfbae5451bf1544fc6fd93 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9b348aa60b0f1b45a6cfbae5451bf1544fc6fd93 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Rémi Denis-Courmont

Timing:

StartTue Nov 11 19:47:47 2025
EndTue Nov 11 19:48:36 2025
Elapsed49 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