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

Builder ffmpeg-solaris10-i386 Build #13990

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5f13df1b518203036c9c3436a64eb70c8d409e7c
Got Revision5f13df1b518203036c9c3436a64eb70c8d409e7c
Changes4 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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.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 13990 Build
codebase Build
got_revision 5f13df1b518203036c9c3436a64eb70c8d409e7c Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5f13df1b518203036c9c3436a64eb70c8d409e7c 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. Michael Niedermayer
  2. jiale yao

Timing:

StartSun Jun 14 23:19:21 2026
EndSun Jun 14 23:19:35 2026
Elapsed14 secs

All Changes:

:

  1. Change #270999

    Category ffmpeg
    Changed by jiale yao <19888972804ohnoyoudont@163.com>
    Changed at Sun 14 Jun 2026 23:08:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0d0eadd8edcccdd3cc1114ea81794321b3e59d76

    Comments

    avfilter/avf_showcwt: fix DIRECTION_DU EOF fill clearing the wrong rows
    Fixes: out of array read
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/avf_showcwt.c
  2. Change #271000

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 14 Jun 2026 23:08:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d133b4a231ed77f87f87280d5d6ab0482b578782

    Comments

    avfilter/avf_showcwt: fix out of array read in compute_kernel
    Reproduced with a small output (e.g. size=2x2) under ASan.
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/avf_showcwt.c
  3. Change #271001

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 14 Jun 2026 23:08:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b276ac07e85cb2bf0d4c1534c7fc067a24ebb6a1

    Comments

    avfilter/avf_showcwt: avoid undefined float to int conversion of nb_consumed_samples
    Reproduced with:
    ffmpeg -f lavfi -i "sine=frequency=440" -filter_complex \
     "[0:a]showcwt=size=32x32:deviation=0[v]" -map "[v]" -f null -
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/avf_showcwt.c
  4. Change #271002

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 14 Jun 2026 23:08:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5f13df1b518203036c9c3436a64eb70c8d409e7c

    Comments

    avfilter/avf_showcwt: fix DIRECTION_RL EOF fill clearing the wrong columns
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/avf_showcwt.c