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

Builder ffmpeg64-solaris10-i386 Build #13414

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionf73849887cb9c0d966eb9d27262890be82c2fd10
Got Revisionf73849887cb9c0d966eb9d27262890be82c2fd10
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 4 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_64.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13414 Build
codebase Build
got_revision f73849887cb9c0d966eb9d27262890be82c2fd10 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f73849887cb9c0d966eb9d27262890be82c2fd10 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gil Portnoy
  2. Michael Niedermayer

Timing:

StartFri Mar 13 23:34:50 2026
EndFri Mar 13 23:35:07 2026
Elapsed16 secs

All Changes:

:

  1. Change #261007

    Category ffmpeg
    Changed by Gil Portnoy <dddhkts1ohnoyoudont@gmail.com>
    Changed at Fri 13 Mar 2026 23:21:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 26dd9f9b5610b2c0313166c53d3964cde13db119

    Comments

    avcodec/cbs_h266_syntax_template: Fix w/h typo
    Fixes: out of array access
    Fixes: vvc_poc_subpic_wh_bug.h266
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/cbs_h266_syntax_template.c
  2. Change #261008

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 13 Mar 2026 23:22:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f73849887cb9c0d966eb9d27262890be82c2fd10

    Comments

    avcodec/wmv2dec: More Checks about reading skip bits
    Fixes: out of array read with --disable-safe-bitstream-reader
    Fixes: poc_wmv2.avi
    
    Note, this requires the safe bitstream reader to be turned off by the user and the user disregarding the security warning
    
    Change suggested by: Guanni Qu <qguanni@gmail.com>
    Found-by: Guanni Qu <qguanni@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/wmv2dec.c