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

Builder ffmpeg-solaris10-sparc Build #13206

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision6b949407cb78455ced00a3acf8cd58c8c704d27c
Got Revision6b949407cb78455ced00a3acf8cd58c8c704d27c
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 3 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 20 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 13206 Build
codebase Build
got_revision 6b949407cb78455ced00a3acf8cd58c8c704d27c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6b949407cb78455ced00a3acf8cd58c8c704d27c 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. Zhao Zhili

Timing:

StartThu Feb 26 04:56:56 2026
EndThu Feb 26 04:57:37 2026
Elapsed41 secs

All Changes:

:

  1. Change #258994

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Thu 26 Feb 2026 04:40:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 86d2fae59f10625730ac054323e1a2b238a2959d

    Comments

    avcodec: use int instead of enum for AVOption fields
    AVOption with AV_OPT_TYPE_INT assumes the field is int (4 bytes),
    but enum size is implementation-defined and may be smaller.
    This can cause memory corruption when AVOption writes 4 bytes
    to a field that is only 1-2 bytes, potentially overwriting
    adjacent struct members.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavcodec/amfenc.h
    • libavcodec/bsf/filter_units.c
    • libavcodec/hap.h
    • libavcodec/huffyuvenc.c
  2. Change #258995

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Thu 26 Feb 2026 04:40:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fddf881c06c553d3dcb4522dbc2be9b4ef7f657a

    Comments

    avformat: use int instead of enum for AVOption fields
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavformat/chromaprint.c
    • libavformat/libsrt.c
  3. Change #258996

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Thu 26 Feb 2026 04:40:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6b949407cb78455ced00a3acf8cd58c8c704d27c

    Comments

    avfilter: use int instead of enum for AVOption fields
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavfilter/af_loudnorm.c
    • libavfilter/vf_blend.c
    • libavfilter/vf_blend_vulkan.c
    • libavfilter/vf_colorspace.c
    • libavfilter/vf_colorspace_cuda.c
    • libavfilter/vf_displace.c
    • libavfilter/vf_framepack.c
    • libavfilter/vf_libplacebo.c
    • libavfilter/vf_minterpolate.c
    • libavfilter/vf_tiltandshift.c
    • libavfilter/vf_tonemap.c
    • libavfilter/vf_tonemap_opencl.c
    • libavfilter/vsrc_perlin.c
    • libavfilter/vsrc_testsrc_vulkan.c