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

Builder ffmpeg64-solaris10-i386 Build #12702

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 10 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 12702 Build
codebase Build
got_revision 8157aa1a3fd136c0bf565f9d866a4b687ada9c7a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8157aa1a3fd136c0bf565f9d866a4b687ada9c7a 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. Andreas Rheinhardt

Timing:

StartTue Nov 4 12:07:51 2025
EndTue Nov 4 12:08:08 2025
Elapsed17 secs

All Changes:

:

  1. Change #247563

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 04 Nov 2025 11:39:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 87cfbcb74a6e02cdab1f9b16390deeef62a14c81

    Comments

    avcodec/x86/me_cmp: Avoid unnecessary instruction
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/me_cmp.asm
  2. Change #247564

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 04 Nov 2025 11:40:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 232e72d00edb7470cc8adbdf77247f33a147c26a

    Comments

    avcodec/x86/me_cmp: Rename registers
    This will avoid using xmm registers that are volatile for Win64
    in the next commit.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/me_cmp.asm
  3. Change #247565

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 04 Nov 2025 11:40:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 86062cfa031b431efb4010036bc7428b5b806178

    Comments

    avcodec/x86/me_cmp: Add ff_sse8_sse2()
    Benchmarks:
    sse_1_c:                                                51.9 ( 1.00x)
    sse_1_mmx:                                              16.5 ( 3.15x)
    sse_1_sse2:                                              9.7 ( 5.36x)
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/me_cmp.asm
    • libavcodec/x86/me_cmp_init.c
  4. Change #247566

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 04 Nov 2025 11:40:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3f596ec4789d38cbd865bf99420032c2a5253808

    Comments

    avcodec/x86/me_cmp: Port nsse{8,16} to SSSE3
    Even nsse8 has to operate on eight words and therefore gains
    a lot from xmm registers (and pabsw).
    
    Old benchmarks:
    nsse_0_c:                                              359.2 ( 1.00x)
    nsse_0_mmx:                                            151.8 ( 2.37x)
    nsse_1_c:                                              151.2 ( 1.00x)
    nsse_1_mmx:                                             77.5 ( 1.95x)
    
    New benchmarks:
    nsse_0_c:                                              358.8 ( 1.00x)
    nsse_0_ssse3:                                           62.2 ( 5.77x)
    nsse_1_c:                                              151.2 ( 1.00x)
    nsse_1_ssse3:                                           33.6 ( 4.50x)
    
    The MMX nsse functions have been removed.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/me_cmp.asm
    • libavcodec/x86/me_cmp_init.c
  5. Change #247567

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 04 Nov 2025 11:41:11
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8157aa1a3fd136c0bf565f9d866a4b687ada9c7a

    Comments

    avcodec/x86/me_cmp: Remove MMX sse functions
    They are overridden by SSE2 and no longer needed by the no longer
    existing nsse MMX functions. Saves 240B here.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/me_cmp.asm
    • libavcodec/x86/me_cmp_init.c