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

Builder ffmpegsos-solaris10-sparc Build #13859

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4ca56d0f90d0a80ff3e1b1dcff78013e63c26287
Got Revision4ca56d0f90d0a80ff3e1b1dcff78013e63c26287
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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 ( 11 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13859 Build
codebase Build
got_revision 4ca56d0f90d0a80ff3e1b1dcff78013e63c26287 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4ca56d0f90d0a80ff3e1b1dcff78013e63c26287 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:

StartTue Aug 18 10:54:35 2026
EndTue Aug 18 10:55:04 2026
Elapsed28 secs

All Changes:

:

  1. Change #278602

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 18 Aug 2026 11:51:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 515a1a4eb082f7fd5ff8e054158470e5b504fc3d

    Comments

    tests/checkasm/vp8dsp: Don't use declare_func_emms unnecessarily
    Possible since b9161b93b5c88bd2f6f110bb527336af9a4c0cae.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/vp8dsp.c
  2. Change #278603

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Tue 18 Aug 2026 11:51:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4ca56d0f90d0a80ff3e1b1dcff78013e63c26287

    Comments

    avcodec/x86/vp8dsp: Port ff_vp8_luma_dc_wht_sse to xmm regs
    Some parts of it benefit from wider registers:
    
      vp8_luma_dc_wht_c:        22.7
      vp8_luma_dc_wht_sse:      14.7 ( 1.55x)
      vp8_luma_dc_wht_sse2:     13.2 ( 1.73x)
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/vp8dsp.asm
    • libavcodec/x86/vp8dsp_init.c
    • tests/checkasm/vp8dsp.c