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

Builder ffmpegsos-solaris10-sparc Build #13857

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 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 ( 10 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 ( 1 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 13857 Build
codebase Build
got_revision a7ebeb2bec722c1d6686d2742980c075a72c1db8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a7ebeb2bec722c1d6686d2742980c075a72c1db8 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. Lynne

Timing:

StartTue Aug 18 05:24:11 2026
EndTue Aug 18 05:24:36 2026
Elapsed25 secs

All Changes:

:

  1. Change #278534

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 18 Aug 2026 06:58:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 208a950c275d34a1eca1fe5b34e687a52da78787

    Comments

    vulkan/ffv1: stop decoding the extra RGB bit on 4.8+ streams
    4.8 dropped the extra coded bit on the primary and alpha planes of
    RCT slices, but the integer path of get_slice_bits() hardcoded the
    old widths, garbling every software-encoded v4 RGB stream. The
    Vulkan encoder writes 4.3 and was unaffected.

    Changed files

    • libavcodec/vulkan/ffv1_common.glsl
  2. Change #278535

    Category ffmpeg
    Changed by Lynne <devohnoyoudont@lynne.ee>
    Changed at Tue 18 Aug 2026 06:58:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a7ebeb2bec722c1d6686d2742980c075a72c1db8

    Comments

    vulkan/ffv1: decode the extra Bayer gm bit on pre-4.8 streams
    Mirror of the RGB fix: the hardcoded gm width matched 4.8+ only,
    garbling valid 4.3..4.7 Bayer streams. FFmpeg's encoders always
    stamp Bayer with 4.10, so only external streams were affected.

    Changed files

    • libavcodec/vulkan/ffv1_dec.comp.glsl