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

Builder ffmpeg-solaris10-sparc Build #13646

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0f45541e047b27faa6d702a39908fba600f2273e
Got Revision0f45541e047b27faa6d702a39908fba600f2273e
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 13 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 37 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13646 Build
codebase Build
got_revision 0f45541e047b27faa6d702a39908fba600f2273e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0f45541e047b27faa6d702a39908fba600f2273e 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. Manuel Lauss

Timing:

StartFri May 8 07:17:49 2026
EndFri May 8 07:19:48 2026
Elapsed1 mins, 59 secs

All Changes:

:

  1. Change #266573

    Category ffmpeg
    Changed by Manuel Lauss <manuel.laussohnoyoudont@gmail.com>
    Changed at Fri 08 May 2026 07:08:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cc2f9ff14fe574c704f976c4626923f3a9c2407a

    Comments

    avcodec/sanm: fobj: do not use codec-id to determine canvas size.
    Codec>=37 with smaller dimensions can be embedded onto larger canvasses;
    it makes no sense to trust their dimensions explicitly.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

    Changed files

    • libavcodec/sanm.c
  2. Change #266574

    Category ffmpeg
    Changed by Manuel Lauss <manuel.laussohnoyoudont@gmail.com>
    Changed at Fri 08 May 2026 07:08:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d1577bc0189cfc66b8af07a28189ed511193af03

    Comments

    avcodec/sanm: fobj codec37+: reject too large frames.
    For the diff-buffer codecs, return error for frames that are larger
    than the currently configured canvas.  This mimics the behaviour
    of the DOS smush engines.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

    Changed files

    • libavcodec/sanm.c
  3. Change #266575

    Category ffmpeg
    Changed by Manuel Lauss <manuel.laussohnoyoudont@gmail.com>
    Changed at Fri 08 May 2026 07:08:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 01d895340c23c891524f14dfed75e8ee724dd30c

    Comments

    avcodec/sanm: accept fixed dimensions for ANIM at decode_init
    This undoes 556cef27d905d31, which I added to fix a fuzzer-crash,
    but there's no reason to expect the decoder can only be invoked
    via the smush demuxer.  Instead also accept a range of dimensions
    from 2x2 up to 640x480.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

    Changed files

    • libavcodec/sanm.c
  4. Change #266576

    Category ffmpeg
    Changed by Manuel Lauss <manuel.laussohnoyoudont@gmail.com>
    Changed at Fri 08 May 2026 07:08:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b418da28bf3fcd9a80383b0f39e3cd71e55022c1

    Comments

    avcodec/sanm: fobj: apply the x/y offsets after size determination
    Otherwise a wrong size might be determined.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

    Changed files

    • libavcodec/sanm.c
  5. Change #266577

    Category ffmpeg
    Changed by Manuel Lauss <manuel.laussohnoyoudont@gmail.com>
    Changed at Fri 08 May 2026 07:08:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0f45541e047b27faa6d702a39908fba600f2273e

    Comments

    avcodec/sanm: extend the codec37 mv table to 3x512 entries
    the c37_mv table is 3x 510-entry tables combined.  Extend each
    with a coordinate pair for index 0xff, which allows to eliminate
    the index check in the code37/48 block handlers.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

    Changed files

    • libavcodec/sanm.c