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

Builder ffmpeg-solaris10-sparc Build #13226

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 8 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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13226 Build
codebase Build
got_revision da9a6d51f5ba33b7c04f34b7e645ebb591642460 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision da9a6d51f5ba33b7c04f34b7e645ebb591642460 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. Adrien Guinet

Timing:

StartSat Feb 28 06:15:10 2026
EndSat Feb 28 06:15:35 2026
Elapsed24 secs

All Changes:

:

  1. Change #259293

    Category ffmpeg
    Changed by Adrien Guinet <adrienohnoyoudont@guinet.me>
    Changed at Sat 28 Feb 2026 04:01:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision da9a6d51f5ba33b7c04f34b7e645ebb591642460

    Comments

    avformat/mov: add support for multiple decryption keys
    This commit introduces new options to support more than one decryption
    keys:
    * add a decryption_keys option to MOV, that supports a dictionary of
      KID=>key (in hex), using AV_OPT_TYPE_DICT
    * add the corresponding cenc_decryption_keys option to DASH
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • doc/demuxers.texi
    • libavformat/dashdec.c
    • libavformat/isom.h
    • libavformat/mov.c
    • tests/fate/mov.mak
    • tests/ref/fate/mov-3elist-encrypted-kid
    • tests/ref/fate/mov-frag-encrypted-kid
    • tests/ref/fate/mov-tenc-only-encrypted-kid