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

Builder ffmpeg-solaris10-sparc Build #13224

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt

Timing:

StartFri Feb 27 19:17:27 2026
EndFri Feb 27 19:17:49 2026
Elapsed21 secs

All Changes:

:

  1. Change #259252

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 27 Feb 2026 18:25:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3e6fa5153e70e01dcb73556f60005da1c46a064e

    Comments

    avcodec/x86/bswapdsp: Avoid register copies
    No change in benchmarks here.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/bswapdsp.asm
  2. Change #259253

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 27 Feb 2026 18:25:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 55afe49dd022ee391a7804793544d8617957fece

    Comments

    avcodec/x86/bswapdsp: combine shifting, avoid check for AVX2
    This avoids a check and a shift if >=8 elements are processed;
    it adds a check if < 8 elements are processed (which should
    be rare).
    No change in benchmarks here.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/bswapdsp.asm
  3. Change #259254

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Fri 27 Feb 2026 18:25:43
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision aa483bc42201e673cf7172be5205c14ada26bdbd

    Comments

    avcodec/x86/bswapdsp: Avoid aligned vs unaligned codepaths for AVX2
    For modern cpus (like those supporting AVX2) loads and stores
    using the unaligned versions of instructions are as fast
    as aligned ones if the address is aligned, so remove
    the aligned AVX2 version (and the alignment check) and just
    use the unaligned one.
    
    Reviewed-by: Lynne <dev@lynne.ee>
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/x86/bswapdsp.asm