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

Builder ffmpegsos-solaris10-sparc Build #12316

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 6 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 12316 Build
codebase Build
got_revision e10473f13ec6dd7e19eaacc989e92b9616b014af Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e10473f13ec6dd7e19eaacc989e92b9616b014af 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. James Almer

Timing:

StartMon Oct 27 22:27:33 2025
EndMon Oct 27 22:27:47 2025
Elapsed14 secs

All Changes:

:

  1. Change #246881

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Mon 27 Oct 2025 19:54:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e10473f13ec6dd7e19eaacc989e92b9616b014af

    Comments

    avformat/matroskadec: relax the check for cropped dimensions
    There seem to be samples with no Video element on video tracks in the wild,
    which even if not spec compliant, can be demuxed fine after lavf probes the
    stream with a decoder/parser.
    Relax the check to allow tracks with no dimensions to work, and also add a
    check for strict spec compliance to maintain the current behavior if desired.
    
    Fixes issue #20649.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/matroskadec.c