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

Builder ffmpeg-solaris10-sparc Build #13649

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 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 ( 1 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13649 Build
codebase Build
got_revision 8518599cd135ce3cbad903197e9573ed48fbd9fb Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8518599cd135ce3cbad903197e9573ed48fbd9fb Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Vignesh Venkat

Timing:

StartFri May 8 23:42:38 2026
EndFri May 8 23:43:10 2026
Elapsed32 secs

All Changes:

:

  1. Change #266626

    Category ffmpeg
    Changed by Vignesh Venkat <vigneshvohnoyoudont@google.com>
    Changed at Fri 08 May 2026 22:33:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8518599cd135ce3cbad903197e9573ed48fbd9fb

    Comments

    avformat/matroskaenc: Write additional mappings for webm
    The elements written in mkv_write_blockadditionmapping
    (MaxBlockAdditionID, BlockAddIDType and BlockAddIDValue) are all
    allowed in WebM as well. Move them out of the "if (!IS_WEBM)"
    block.
    
    Matroska spec:
    https://www.matroska.org/technical/elements.html#MaxBlockAdditionID
    (See column with title "W" which shows WebM availability).
    
    WebM spec:
    https://www.webmproject.org/docs/container/#MaxBlockAdditionID
    
    Signed-off-by: Vignesh Venkat <vigneshv@google.com>

    Changed files

    • libavformat/matroskaenc.c
    • tests/ref/fate/webm-av1-extradata-update
    • tests/ref/fate/webm-dash-chapters
    • tests/ref/fate/webm-hdr10-plus-remux
    • tests/ref/fate/webm-webvtt-remux