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

Builder ffmpeg64-solaris10-i386 Build #13583

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git updating ( 1 mins, 27 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13583 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 761b6f235940e73e1002d83b06e2d2b99422db1f 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:

StartMon Apr 13 09:27:17 2026
EndMon Apr 13 09:28:45 2026
Elapsed1 mins, 27 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