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

Builder ffmpeg-solaris10-i386 Build #13654

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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.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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13654 Build
codebase Build
got_revision afc8556a6a7166166e7d8aa532950b98422c6ed1 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision afc8556a6a7166166e7d8aa532950b98422c6ed1 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Diego de Souza

Timing:

StartTue Apr 21 16:35:01 2026
EndTue Apr 21 16:35:16 2026
Elapsed14 secs

All Changes:

:

  1. Change #265133

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

    Comments

    avcodec/cuviddec: handle 4-byte AV1CodecConfigurationRecord
    AV1CodecConfigurationRecord may contain only the 4-byte header and no
    configOBUs. Still skip the header in that case so only configOBUs are
    passed to cuvidParseVideoData().
    
    Otherwise the av1C header itself is treated as sequence header data
    and AV1 decoding can fail with an unknown error.
    
    Suggested-by: Aniket Dhok <adhok@nvidia.com>
    Signed-off-by: Diego de Souza <ddesouza@nvidia.com>

    Changed files

    • libavcodec/cuviddec.c