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

Builder ffmpeg64-solaris10-i386 Build #14067

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0a59c39dad3da0e530836a7e7d1901134a0b592e
Got Revision0a59c39dad3da0e530836a7e7d1901134a0b592e
Changes8 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 ( 4 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 14067 Build
codebase Build
got_revision 0a59c39dad3da0e530836a7e7d1901134a0b592e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0a59c39dad3da0e530836a7e7d1901134a0b592e 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:

StartThu Sep 3 17:35:58 2026
EndThu Sep 3 17:36:20 2026
Elapsed21 secs

All Changes:

:

  1. Change #280622

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 02 Sep 2026 22:31:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 680504e96514650dd46ee5282933ed74abc3d03b

    Comments

    avcodec/ac3dsp: Constify
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/aarch64/ac3dsp_init_aarch64.c
    • libavcodec/ac3dsp.c
    • libavcodec/ac3dsp.h
    • libavcodec/arm/ac3dsp_init_arm.c
    • libavcodec/mips/ac3dsp_mips.c
    • libavcodec/riscv/ac3dsp_init.c
    • libavcodec/x86/ac3dsp.asm
    • libavcodec/x86/ac3dsp_init.c
    • tests/checkasm/ac3dsp.c
  2. Change #280623

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 02 Sep 2026 22:31:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8c9e73143904edd3300da571eb0ae84d15a36bec

    Comments

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

    Changed files

    • tests/checkasm/ac3dsp.c
  3. Change #280624

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 02 Sep 2026 22:31:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 75cc63e27a5634196d574ae3d655f1662fba43ac

    Comments

    avcodec/x86/ac3dsp: Avoid unnecessary horizontal addition
    Old benchmarks:
      compute_mantissa_size_c:       112.1
      compute_mantissa_size_sse2:      6.5 (17.29x)
    
    New benchmarks:
      compute_mantissa_size_c:       111.6
      compute_mantissa_size_sse2:      5.5 (20.35x)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/ac3dsp.asm
  4. Change #280625

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 02 Sep 2026 22:34:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8fe3e3f12b9a93e24c672b61b222862f4eaf33f4

    Comments

    avcodec/x86/ac3dsp: Use movq instead of movlpd
    Avoids a dependency on dst.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/ac3dsp.asm
  5. Change #280626

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 02 Sep 2026 22:36:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 826d0778a8ed3939d96f00002bd4e4f217c3b883

    Comments

    avcodec/x86/ac3dsp: Don't use saturated addition unnecessarily
    These numbers always fit into 16bit.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/ac3dsp.asm
  6. Change #280627

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 02 Sep 2026 22:36:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision deea25c1112c7dca3e717e777830c703f86c9f94

    Comments

    avcodec/x86/ac3dsp: Don't duplicate HADDD
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/ac3dsp.asm
  7. Change #280628

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 02 Sep 2026 22:36:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 494a551355a08759e58160b439baf2f6f7719a82

    Comments

    avcodec/x86/ac3dsp: Use memory src operand when possible
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/ac3dsp.asm
  8. Change #280629

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Wed 02 Sep 2026 22:36:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0a59c39dad3da0e530836a7e7d1901134a0b592e

    Comments

    avcodec/x86/ac3dsp: Avoid reg-reg mov when forcing VEX encoding
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/ac3dsp.asm