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

Builder ffmpegsos-solaris10-i386 Build #13787

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3cdd76ba96ab331c30d442769f49c2331a7780f8
Got Revision3cdd76ba96ab331c30d442769f49c2331a7780f8
Changes11 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 7 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13787 Build
codebase Build
got_revision 3cdd76ba96ab331c30d442769f49c2331a7780f8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3cdd76ba96ab331c30d442769f49c2331a7780f8 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jun Zhao

Timing:

StartTue Apr 28 08:22:56 2026
EndTue Apr 28 08:23:10 2026
Elapsed13 secs

All Changes:

:

  1. Change #265661

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a45fe72c9d88aeed10fa3a665c7243f351a1035d

    Comments

    avfilter/scale_eval: reject non-positive output dimensions
    When scale filter expressions evaluate to zero or negative output
    dimensions (e.g. cascaded scale=...:-2 on extreme aspect ratios),
    ff_scale_adjust_dimensions() only checked for int32 overflow and
    passed them through, potentially hanging downstream components.
    
    Reject them explicitly so the pipeline fails fast.
    
    Callers that currently ignore the return value will be updated in
    the following patches to propagate the error.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/scale_eval.c
  2. Change #265662

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 33d657c7d08cb6861e1f69cedf340309e909ab37

    Comments

    avfilter/vf_scale_cuda: propagate ff_scale_adjust_dimensions() error
    ff_scale_adjust_dimensions() can now return a negative error code when
    the evaluated output dimensions are non-positive.  Check the return
    value and fail fast instead of continuing with the unadjusted result.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_scale_cuda.c
  3. Change #265663

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6a37a6072687d883583984cca6f2a5718476355f

    Comments

    avfilter/vf_scale_npp: propagate ff_scale_adjust_dimensions() error
    ff_scale_adjust_dimensions() can now return a negative error code when
    the evaluated output dimensions are non-positive.  Check the return
    value and fail fast instead of continuing with the unadjusted result.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_scale_npp.c
  4. Change #265664

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8fc4cc982e9bdfc81f845d462cb971bb3067165f

    Comments

    avfilter/vf_scale_vaapi: propagate ff_scale_adjust_dimensions() error
    ff_scale_adjust_dimensions() can now return a negative error code when
    the evaluated output dimensions are non-positive.  Check the return
    value and fail fast instead of continuing with the unadjusted result.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_scale_vaapi.c
  5. Change #265665

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3f9b92be4233ecad6f6003b30bc5e6766316a9e8

    Comments

    avfilter/vf_scale_vt: propagate ff_scale_adjust_dimensions() error
    ff_scale_adjust_dimensions() can now return a negative error code when
    the evaluated output dimensions are non-positive.  Check the return
    value and fail fast instead of continuing with the unadjusted result.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_scale_vt.c
  6. Change #265666

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0929b6038ce70e1316907c9a35112f9f1f955f4a

    Comments

    avfilter/vf_scale_vulkan: propagate ff_scale_adjust_dimensions() error
    ff_scale_adjust_dimensions() can now return a negative error code when
    the evaluated output dimensions are non-positive.  Check the return
    value and fail fast instead of continuing with the unadjusted result.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_scale_vulkan.c
  7. Change #265667

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4fc0b36bacb08c0739e96804adac8f69b3c65de0

    Comments

    avfilter/vf_scale_d3d12: propagate ff_scale_adjust_dimensions() error
    ff_scale_adjust_dimensions() can now return a negative error code when
    the evaluated output dimensions are non-positive.  Check the return
    value and fail fast instead of continuing with the unadjusted result.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_scale_d3d12.c
  8. Change #265668

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fd51dc5d208406c056005f35fceab07a22919b1b

    Comments

    avfilter/vf_amf_common: propagate ff_scale_adjust_dimensions() error
    ff_scale_adjust_dimensions() can now return a negative error code when
    the evaluated output dimensions are non-positive.  Check the return
    value and fail fast instead of continuing with the unadjusted result.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_amf_common.c
  9. Change #265669

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bfbc5632f1294582b98e2ea352e693c3804dba44

    Comments

    avfilter/vf_libplacebo: propagate ff_scale_adjust_dimensions() error
    ff_scale_adjust_dimensions() can now return a negative error code when
    the evaluated output dimensions are non-positive.  Check the return
    value and fail fast instead of continuing with the unadjusted result.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavfilter/vf_libplacebo.c
  10. Change #265670

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d247110148169ea00d3c346af23b9f586cdd1cfd

    Comments

    fate/filter-video: add regression test for scale zero-dim rejection
    Add a regression test covering issue #22817: cascaded scale=...:-2
    filters on extreme aspect ratios previously produced zero output
    dimensions silently. The test expects ffmpeg to fail fast.
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • tests/fate/filter-video.mak
  11. Change #265671

    Category ffmpeg
    Changed by Jun Zhao <barryjzhaoohnoyoudont@tencent.com>
    Changed at Tue 28 Apr 2026 08:14:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3cdd76ba96ab331c30d442769f49c2331a7780f8

    Comments

    avcodec/libsvtav1: reject tiny inputs on SVT-AV1 < 3.0.0
    SVT-AV1 < 3.0.0 requires input dimensions of at least 64x64.
    Older versions may otherwise silently accept smaller inputs without
    producing output and cause the caller to hang. Reject such inputs
    explicitly in config_enc_params() to produce a clear error.
    v3.0.0+ supports sub-64px dimensions and validates the
    input itself, so the check is gated with SVT_AV1_CHECK_VERSION.
    
    Fix #22817
    
    Signed-off-by: Jun Zhao <barryjzhao@tencent.com>

    Changed files

    • libavcodec/libsvtav1.c