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

Builder ffmpegsos-solaris10-i386 Build #13506

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1a9c345ee89e6b8f9099953b699430439adcd11a
Got Revision1a9c345ee89e6b8f9099953b699430439adcd11a
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 14 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 ( 0 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 13506 Build
codebase Build
got_revision 1a9c345ee89e6b8f9099953b699430439adcd11a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1a9c345ee89e6b8f9099953b699430439adcd11a 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:

StartMon Mar 9 11:15:06 2026
EndMon Mar 9 11:15:30 2026
Elapsed23 secs

All Changes:

:

  1. Change #260371

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 10:17:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2862fa37e1907a3479d0bcabcedd697086bda60d

    Comments

    tests/checkasm: Add pixelutils test
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/Makefile
    • tests/checkasm/checkasm.c
    • tests/checkasm/checkasm.h
    • tests/checkasm/pixelutils.c
    • tests/fate/checkasm.mak
  2. Change #260372

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 10:17:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c9e056bc85c2364f8d4df9408acad6da501ace99

    Comments

    avutil/x86/pixelutils: Remove pointless AVX2 sad32x32 functions
    Memory operands of VEX encoded instructions generally have
    no alignment requirement and so can be used in the case where
    both inputs are unaligned, too. Furthermore, unaligned load
    instructions are as fast as aligned loads (from aligned addresses)
    for modern cpus, in particular those with AVX2.
    
    Therefore it makes no sense to have three different AVX2 sad32x32
    functions. So remove two of them (the remaining one is the same
    as the old one where src1 was aligned and src2 was not).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/pixelutils.asm
    • libavutil/x86/pixelutils_init.c
  3. Change #260373

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 10:17:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 085f06a13f5959301cf9df834b42f7f6b860df16

    Comments

    avutil/pixelutils: Don't unconditionally include arch-specific header
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/pixelutils.c
  4. Change #260374

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 10:17:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e114c6323479b881b0ed7a81524a6b4cda89a160

    Comments

    avutil/x86/pixelutils: Avoid near-empty header
    lavu/x86/pixelutils.h only declares exactly one function,
    namely the arch-specific init function. Such declarations
    are usually contained in the ordinary header providing
    the generic init function, yet the latter is public in this case.
    
    Given that said function is called from exactly one callsite,
    the header can be made more useful by moving the actual x86-init
    function to it (as a static inline function) and removing
    pixelutils_init.c.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/x86/Makefile
    • libavutil/x86/pixelutils.h
    • libavutil/x86/pixelutils_init.c
  5. Change #260375

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 10:17:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 022c42649c04a6b67285370d5ed0cb16336a6b6f

    Comments

    avutil/aarch64: Add neon optimizations for pixelutils
    Adapted from the corresponding me_cmp code.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/aarch64/Makefile
    • libavutil/aarch64/pixelutils.h
    • libavutil/aarch64/pixelutils_neon.S
    • libavutil/pixelutils.c
  6. Change #260376

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 10:17:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9b84b8682f2629a23ccebd68af9f82c701a308e4

    Comments

    avutil/riscv: Add rvv optimizations for pixelutils
    Adapted from the corresponding me_cmp code.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/pixelutils.c
    • libavutil/riscv/Makefile
    • libavutil/riscv/pixelutils.h
    • libavutil/riscv/pixelutils_rvv.S
  7. Change #260377

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 10:17:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 471db1d323aaed50ff922f0da76ecc8e45c4e817

    Comments

    avutil/arm: Add armv6 optimizations for pixelutils
    Adapted from the corresponding me_cmp code.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/arm/Makefile
    • libavutil/arm/pixelutils.h
    • libavutil/arm/pixelutils_armv6.S
    • libavutil/pixelutils.c
  8. Change #260378

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 09 Mar 2026 10:17:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1a9c345ee89e6b8f9099953b699430439adcd11a

    Comments

    avutil/mips: Add msa optimizations for pixelutils
    Adapted from the corresponding me_cmp code. Only the width 16 function
    has been adapted, because it seems that the width 8 function actually
    reads 16 bytes per line.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavutil/mips/Makefile
    • libavutil/mips/pixelutils.h
    • libavutil/mips/pixelutils_msa.c
    • libavutil/pixelutils.c