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

Builder ffmpeg-solaris10-i386 Build #13628

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 25 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 13628 Build
codebase Build
got_revision 03967fcff41f3973b533e606522c44a456330b36 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 03967fcff41f3973b533e606522c44a456330b36 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow

Timing:

StartThu Apr 16 21:05:01 2026
EndThu Apr 16 21:05:38 2026
Elapsed36 secs

All Changes:

:

  1. Change #264694

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 16 Apr 2026 20:56:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 369dbbe488f526bce8ebb1c3717f61defd8d921b

    Comments

    swscale/ops_memcpy: guard exec->in_stride[-1] access
    When use_loop == true and idx < 0, we would incorrectly check
    in_stride[idx], which is OOB read. Reorder conditions to avoid that.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libswscale/ops_memcpy.c
  2. Change #264695

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 16 Apr 2026 20:56:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 03967fcff41f3973b533e606522c44a456330b36

    Comments

    tests/checkasm/sw_ops: fix too large shift for int
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • tests/checkasm/sw_ops.c