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

Builder ffmpegsos-solaris10-i386 Build #13694

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 9 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 ( 2 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 13694 Build
codebase Build
got_revision 12b58b86cc6e75ac53ba3f31934d216ef436126d Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 12b58b86cc6e75ac53ba3f31934d216ef436126d 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. Andreas Rheinhardt

Timing:

StartWed Apr 8 21:35:05 2026
EndWed Apr 8 21:35:26 2026
Elapsed21 secs

All Changes:

:

  1. Change #264017

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 08 Apr 2026 20:54:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c48f21f7782e01d912412c6c92af535f8660f398

    Comments

    avcodec/rv34: Use VLC symbol table to avoid LUTs
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/rv34.c
  2. Change #264018

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 08 Apr 2026 20:59:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4c64a8a986163e534a10e81c6945537238609410

    Comments

    avcodec/rv34: Remove pointless has_ac variable
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/rv34.c
  3. Change #264019

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 08 Apr 2026 20:59:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d728f3c808ce244cd8f4099214f77d14b1462138

    Comments

    tests/checkasm/rv34dsp: Add test for rv34_idct_add
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/rv34dsp.c
  4. Change #264020

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 08 Apr 2026 21:00:00
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ae5314a6bf1db6d1db26d7f6d21dc21a196d15e0

    Comments

    avcodec/x86/rv34dsp: Port ff_rv34_idct_add_mmxext to SSSE3
    With this commit, the RV30 and RV40 decoders no longer clobber
    the fpu state for normal decoding (only error resilience can
    still do so).
    
    rv34_idct_add_c:                                        58.1 ( 1.00x)
    rv34_idct_add_mmxext:                                   16.5 ( 3.52x)
    rv34_idct_add_ssse3:                                    12.2 ( 4.76x)
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/rv34dsp.asm
    • libavcodec/x86/rv34dsp_init.c
    • tests/checkasm/rv34dsp.c
  5. Change #264021

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 08 Apr 2026 21:00:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 12b58b86cc6e75ac53ba3f31934d216ef436126d

    Comments

    avcodec/x86/rv40dsp: Fix wrong comment
    Forgotten in d25b3497f2cd341e54911c8356eeccd66d38092a
    and 9abf906800155a3828e869f1820605872c2de6b4.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/rv40dsp.asm