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

Builder ffmpegsos-solaris10-sparc Build #13494

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision6ef1a9579f8d3cf797613f24ddd3d9f43c468659
Got Revision6ef1a9579f8d3cf797613f24ddd3d9f43c468659
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 9 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_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 13494 Build
codebase Build
got_revision 6ef1a9579f8d3cf797613f24ddd3d9f43c468659 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6ef1a9579f8d3cf797613f24ddd3d9f43c468659 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. Romain Beauxis

Timing:

StartSat May 30 19:42:51 2026
EndSat May 30 19:43:14 2026
Elapsed23 secs

All Changes:

:

  1. Change #268854

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Sat 30 May 2026 19:37:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8c86d82703ae40ee514fc0fba19c521573495ece

    Comments

    fate: add tests for Dolby Vision Profile 7 hvcE preservation
    Tests covering demux and remux of DV P7 dual-layer content with both
    dvcC and hvcE BlockAdditionMapping/box across MP4 and Matroska.

    Changed files

    • tests/fate/matroska.mak
    • tests/fate/mov.mak
    • tests/ref/fate/matroska-dovi-hvce-mkv-read
    • tests/ref/fate/matroska-dovi-hvce-mkv-to-mkv
    • tests/ref/fate/matroska-dovi-hvce-mp4-to-mkv
    • tests/ref/fate/mov-dovi-hvce-mkv-to-mp4
    • tests/ref/fate/mov-dovi-hvce-mp4-read
    • tests/ref/fate/mov-dovi-hvce-mp4-to-mp4
  2. Change #268855

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Sat 30 May 2026 19:37:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5f6dff5e7dbd9b1f3221f7c37225365dbf1e1038

    Comments

    avcodec/packet: add AV_PKT_DATA_HEVC_CONF side data type
    Carries a raw HEVCDecoderConfigurationRecord for the Dolby Vision
    enhancement layer, parsed from the hvcE box (ISOM) or the corresponding
    BlockAdditionMapping (Matroska).

    Changed files

    • doc/APIchanges
    • libavcodec/packet.c
    • libavcodec/packet.h
    • libavcodec/version.h
  3. Change #268856

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Sat 30 May 2026 19:37:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2c74d197eed2805bf77e9fdb0fe4eae1171ffdaa

    Comments

    avformat/mov: parse hvcE box as AV_PKT_DATA_HEVC_CONF side data
    The hvcE box carries the HEVCDecoderConfigurationRecord for the Dolby
    Vision enhancement layer in ISOM-based containers. Store its raw
    contents as AV_PKT_DATA_HEVC_CONF on the stream's coded side data,
    mirroring the existing dvcC/dvvC handling.

    Changed files

    • libavformat/mov.c
    • tests/ref/fate/mov-dovi-hvce-mp4-read
  4. Change #268857

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Sat 30 May 2026 19:37:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 199e49d9b663c40cc92af8f5bb0202eb39365377

    Comments

    avformat/movenc: write hvcE box for Dolby Vision enhancement layer
    When AV_PKT_DATA_HEVC_CONF is present on a MODE_MP4 HEVC
    track, write it as an hvcE box alongside hvcC and dvcC. Like dvcC,
    writing requires -strict unofficial.

    Changed files

    • libavformat/movenc.c
    • tests/ref/fate/mov-dovi-hvce-mp4-to-mp4
  5. Change #268858

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Sat 30 May 2026 19:37:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e2cfc80f32bfb1bf79e67cec74f7c4b57fabfcde

    Comments

    avformat/matroska: add hvcE block addition mapping type
    Add MATROSKA_BLOCK_ADD_ID_TYPE_HVCE (0x68766345) for the Dolby Vision
    enhancement-layer HEVC configuration, alongside the existing dvcC/dvvC
    entries.

    Changed files

    • libavformat/matroska.h
  6. Change #268859

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Sat 30 May 2026 19:37:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 523b9faa945bf8a69295548389c3c0151cb09251

    Comments

    avformat/matroskadec: parse hvcE block addition mapping as AV_PKT_DATA_HEVC_CONF
    Handle MATROSKA_BLOCK_ADD_ID_TYPE_HVCE in mkv_parse_block_addition_mappings
    and store the raw HEVCDecoderConfigurationRecord as
    AV_PKT_DATA_HEVC_CONF on the stream's coded side data, mirroring
    the existing dvcC/dvvC handling.

    Changed files

    • libavformat/matroskadec.c
    • tests/ref/fate/matroska-dovi-hvce-mkv-read
    • tests/ref/fate/mov-dovi-hvce-mkv-to-mp4
  7. Change #268860

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Sat 30 May 2026 19:37:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6ef1a9579f8d3cf797613f24ddd3d9f43c468659

    Comments

    avformat/matroskaenc: write hvcE BlockAdditionMapping for Dolby Vision EL
    When AV_PKT_DATA_HEVC_CONF is present on an HEVC track, write
    an hvcE BlockAdditionMapping alongside the existing dvcC/dvvC one,
    carrying the raw HEVCDecoderConfigurationRecord for the enhancement layer.

    Changed files

    • libavformat/matroskaenc.c
    • tests/ref/fate/matroska-dovi-hvce-mkv-to-mkv
    • tests/ref/fate/matroska-dovi-hvce-mp4-to-mkv