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

Builder ffmpegsos-solaris10-sparc Build #13834

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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 ( 11 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 ( 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/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13834 Build
codebase Build
got_revision bc4cbbb85f16ff6eadd6548bafa0d6a1da0c0d06 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bc4cbbb85f16ff6eadd6548bafa0d6a1da0c0d06 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. Marcos Ashton Iglesias

Timing:

StartSat Aug 15 01:34:10 2026
EndSat Aug 15 01:34:36 2026
Elapsed26 secs

All Changes:

:

  1. Change #278256

    Category ffmpeg
    Changed by Marcos Ashton Iglesias <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Sat 15 Aug 2026 03:08:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bc4cbbb85f16ff6eadd6548bafa0d6a1da0c0d06

    Comments

    avutil/hdr_dynamic_metadata: fix from_t35 NULL return and version doc
    av_dynamic_hdr_plus_from_t35() returned AVERROR(ENOMEM) when passed a
    NULL AVDynamicHDRPlus. A NULL output struct is invalid API usage by the
    caller, not an allocation failure, and nothing is allocated on that
    path. av_dynamic_hdr_smpte2094_app5_from_t35() already returns
    AVERROR(EINVAL) for the same condition; make the two parsers agree.
    
    The documentation for AVDynamicHDRPlus.application_version said the
    value shall be set to 0, which contradicts both sides of the
    implementation: av_dynamic_hdr_plus_to_t35() ignores the field and
    always writes 1, the value CTA-861-H specifies for the HDR10+ payload,
    and av_dynamic_hdr_plus_from_t35() sets the field from the parsed
    payload rather than validating it against 0. No FFmpeg code assigns
    this field, so document the contract the implementation provides.
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavutil/hdr_dynamic_metadata.c
    • libavutil/hdr_dynamic_metadata.h