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

Builder ffmpeg64-solaris10-sparc Build #13569

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 2 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 13569 Build
codebase Build
got_revision 0bba4603e2503d2f72024343d91cbe0ef085dd31 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0bba4603e2503d2f72024343d91cbe0ef085dd31 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. Diego de Souza

Timing:

StartTue Apr 21 18:24:57 2026
EndTue Apr 21 18:25:18 2026
Elapsed21 secs

All Changes:

:

  1. Change #265138

    Category ffmpeg
    Changed by Diego de Souza <ddesouzaohnoyoudont@nvidia.com>
    Changed at Tue 21 Apr 2026 16:51:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0bba4603e2503d2f72024343d91cbe0ef085dd31

    Comments

    avcodec/cuviddec: fix monochrome formats misclassified as YUV444
    Monochrome formats (gray, gray10le) have log2_chroma_w == 0 and
    log2_chroma_h == 0 because they have no chroma planes — the same
    values as YUV444. This caused them to be misclassified as YUV444 by
    the is_yuv444 detection introduced in bcea693f75.
    
    After fed6612415 changed cuvid_test_capabilities to use is_yuv444
    instead of hardcoding cudaVideoChromaFormat_420, monochrome AV1
    streams were rejected with "Codec av1_cuvid is not supported with
    this chroma format".
    
    Add an nb_components > 1 guard to exclude single-component formats
    from the YUV444 path.
    
    Patch by: Aniket Dhok <adhok@nvidia.com>
    Signed-off-by: Diego de Souza <ddesouza@nvidia.com>

    Changed files

    • libavcodec/cuviddec.c