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

Builder ffmpeg64-solaris10-i386 Build #12259

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Manuel Lauss

Timing:

StartFri Jun 6 22:14:48 2025
EndFri Jun 6 22:15:03 2025
Elapsed15 secs

All Changes:

:

  1. Change #231550

    Category ffmpeg
    Changed by Manuel Lauss <manuel.laussohnoyoudont@gmail.com>
    Changed at Fri 06 Jun 2025 22:07:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c06439073651c4cd1a3d2deb778490655da55d11

    Comments

    avcodec/sanm: remove codec4 block smoothing
    it has a bug and its effects aren't that noticeable, esp. with
    the smoothing applied to the whole picture by modern video display
    engines.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

    Changed files

    • libavcodec/sanm.c
  2. Change #231551

    Category ffmpeg
    Changed by Manuel Lauss <manuel.laussohnoyoudont@gmail.com>
    Changed at Fri 06 Jun 2025 22:07:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b7662ddd15dc8f6db38065465a7a1087e0cae0ff

    Comments

    avcodec/sanm: fix codec33/34 tile generator
    Some of the calculated values were wrong and/or assigned
    to the wrong pixel of the 4x4 block.
    Found during testing with Rebel Assault Sega-CD release.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

    Changed files

    • libavcodec/sanm.c
  3. Change #231552

    Category ffmpeg
    Changed by Manuel Lauss <manuel.laussohnoyoudont@gmail.com>
    Changed at Fri 06 Jun 2025 22:07:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d9797544b45a6f2fbd334dd41194b95026555297

    Comments

    avcodec/sanm: codec31/32 support
    codec31/32 are similar to codec1/3 (RLE coding) but with two 4-bit pixels
    per byte; they are only used in the Sega-CD release of Rebel Assault 1.
    
    Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>

    Changed files

    • libavcodec/sanm.c