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

Builder ffmpeg-solaris10-sparc Build #12467

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 36 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 ( 12 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12467 Build
codebase Build
got_revision 163518ffab8818d3e2e42d465026eb64721f68c9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 163518ffab8818d3e2e42d465026eb64721f68c9 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. Levi Zim

Timing:

StartTue Aug 19 14:33:11 2025
EndTue Aug 19 14:34:01 2025
Elapsed50 secs

All Changes:

:

  1. Change #243269

    Category ffmpeg
    Changed by Levi Zim <rsworktechohnoyoudont@outlook.com>
    Changed at Tue 19 Aug 2025 05:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 163518ffab8818d3e2e42d465026eb64721f68c9

    Comments

    avutil/riscv: add fallthrough comment to switch
    This fixes the following warning:
    
    libavutil/riscv/cpu.c:85:9: warning: label at end of compound statement is a C23 extension [-Wc23-extensions]
    
    Signed-off-by: Levi Zim <rsworktech@outlook.com>

    Changed files

    • libavutil/riscv/cpu.c