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

Builder ffmpegsos-solaris10-sparc Build #13243

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision761b6f235940e73e1002d83b06e2d2b99422db1f
Got Revision761b6f235940e73e1002d83b06e2d2b99422db1f
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 54 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 ( 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 13243 Build
codebase Build
got_revision 761b6f235940e73e1002d83b06e2d2b99422db1f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 761b6f235940e73e1002d83b06e2d2b99422db1f 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:

StartMon Apr 13 09:27:14 2026
EndMon Apr 13 09:29:17 2026
Elapsed2 mins, 3 secs

All Changes:

:

  1. Change #264258

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 13 Apr 2026 08:46:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f5c5bca8033d6ba3efaed77e901bec1dcbe81fc6

    Comments

    swscale/x86/scale: Remove always-false mmsize checks
    Forgotten in a05f22eaf393177b94432431c145cbc5ba10390a.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswscale/x86/scale.asm
  2. Change #264259

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 13 Apr 2026 08:46:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0bb161fd0944ee7b2209642d6315dfa9267ebd67

    Comments

    swscale/x86/output: Simplify creating dither register
    Only the lower quadword needs to be rotated, because
    the register is zero-extended immediately afterwards anyway.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswscale/x86/output.asm
  3. Change #264260

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 13 Apr 2026 08:46:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8a7c1f7fb8d70337e736e72cdc1e8edf4981e307

    Comments

    swscale/x86/output: Make xmm functions usable even without aligned stack
    x86-32 lacks one GPR, so it needs to be read from the stack.
    If the stack needs to be realigned, we can no longer access
    the original location of one argument, so just request a bit
    more stack size and copy said argument at a fixed offset from
    the new stack.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswscale/x86/output.asm
    • libswscale/x86/swscale.c
  4. Change #264261

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 13 Apr 2026 08:46:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 761b6f235940e73e1002d83b06e2d2b99422db1f

    Comments

    swscale/x86/output: Remove obsolete MMXEXT function
    Possible now that the SSE2 function is available
    even when the stack is not aligned.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libswscale/x86/output.asm
    • libswscale/x86/swscale.c