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

Builder ffmpegsos-solaris10-sparc Build #13735

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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_sos.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13735 Build
codebase Build
got_revision 5f832b7b3fd4cb8daf9bb64373230809c246bd84 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5f832b7b3fd4cb8daf9bb64373230809c246bd84 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartThu Jul 30 22:44:07 2026
EndThu Jul 30 22:44:26 2026
Elapsed19 secs

All Changes:

:

  1. Change #276604

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 30 Jul 2026 23:31:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c6bd6abb59926385a454a4485f9c28d08a20f775

    Comments

    avcodec/x86/h264_intrapred: Report accurate number of registers used
    The pred{8x8,16x16}_plane functions only use five xmm register.
    The inflated number of seven (which leads to saving and restoring
    xmm6 on Win64) has been introduced in
    d20f133ef962da71326bc3635e086696f45ab64e, probably because
    the mmx version of these functions used seven mmx register.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/h264_intrapred.asm
  2. Change #276605

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 30 Jul 2026 23:31:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 27a90f6ad4c62f1bbbc6cf74e78f4a5e0c9ccd37

    Comments

    avcodec/x86/h264_intrapred: Reduce number of regs in pred4x4_tm_vp8_8
    Avoids saving and restoring volatile xmm registers on Windows;
    no change in benchmarks here (on Unix64).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/h264_intrapred.asm
  3. Change #276606

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 30 Jul 2026 23:31:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5f832b7b3fd4cb8daf9bb64373230809c246bd84

    Comments

    avcodec/x86/h264_intrapred: Avoid shuffles
    We only need the shuffle a byte in the lower quadword;
    also notice that we don't need the clamping provided
    by packuswb as these values are averages of byte values.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/h264_intrapred.asm