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

Builder ffmpeg64-solaris10-sparc Build #12719

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3cc1dc335821ef0c8cf351aa850f46965f55c26b
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 4 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-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 12719 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3cc1dc335821ef0c8cf351aa850f46965f55c26b Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Storsjö

Timing:

StartFri Nov 21 22:17:51 2025
EndFri Nov 21 22:17:55 2025
Elapsed4 secs

All Changes:

:

  1. Change #249603

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Fri 21 Nov 2025 22:07:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3cc1dc335821ef0c8cf351aa850f46965f55c26b

    Comments

    swscale: Remove the unused ff_sws_pixel_type_to_uint
    This function uses ff_sws_pixel_type_size to switch on the
    size of the provided type. However, ff_sws_pixel_type_size returns
    a size in bytes (from sizeof()), not a size in bits. Therefore,
    this would previously never return the right thing but always
    hit the av_unreachable() below.
    
    As the function is entirely unused, just remove it.
    
    This fixes compilation with MSVC 2026 18.0 when targeting ARM64,
    which previously hit an internal compiler error [1].
    
    [1] https://developercommunity.visualstudio.com/t/Internal-Compiler-Error-targeting-ARM64-/10962922

    Changed files

    • libswscale/ops.c
    • libswscale/ops.h