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

Builder ffmpeg-solaris10-sparc Build #14116

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionb16b5f2a01f3c4f8c9a7769d7a35e8b193946d3e
Got Revisionb16b5f2a01f3c4f8c9a7769d7a35e8b193946d3e
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 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.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 14116 Build
codebase Build
got_revision b16b5f2a01f3c4f8c9a7769d7a35e8b193946d3e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b16b5f2a01f3c4f8c9a7769d7a35e8b193946d3e 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. Lynne

Timing:

StartSat Aug 15 11:44:14 2026
EndSat Aug 15 11:44:38 2026
Elapsed23 secs

All Changes:

:

  1. Change #278295

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sat 15 Aug 2026 11:34:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8fc0de2e5b88dbad1d8ec1be6474729fc0542b26

    Comments

    vulkan_h264: move the session parameter structures off the stack
    Nearly 160KiB, which overflows musl's default 128KiB thread stack on
    its own.
    
    Fixes #22342.

    Changed files

    • libavcodec/vulkan_h264.c
  2. Change #278296

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Sat 15 Aug 2026 11:34:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b16b5f2a01f3c4f8c9a7769d7a35e8b193946d3e

    Comments

    vulkan_hevc: move the inline session parameter structures off the stack
    123KiB, dominated by the 1024-entry HRD parameters array in
    HEVCHeaderVPS; together with anything below it, this overflows musl's
    default 128KiB thread stack. Reuse the persistent header buffer, which
    the non-inline path never uses at the same time. This also lifts the
    artificial vps_num_hrd_parameters limit the fixed-size array imposed.
    
    Fixes #22342.

    Changed files

    • libavcodec/vulkan_hevc.c