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

Builder ffmpeg-solaris10-sparc Build #13954

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 8 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.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 13954 Build
codebase Build
got_revision d09330e578fae14307adad82307909abf1552f70 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d09330e578fae14307adad82307909abf1552f70 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. Ramiro Polla

Timing:

StartMon Jun 22 14:09:33 2026
EndMon Jun 22 14:09:53 2026
Elapsed19 secs

All Changes:

:

  1. Change #272098

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Mon 22 Jun 2026 13:56:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 083089e047e64c6b783534ed4e6ffa47f9e6acbb

    Comments

    swscale/aarch64/ops: remove redundant single-component packed read/write
    These functions are essentially the same as single-component planar
    read/write, and are actually never instantiated. This was left over
    from the initial implementation.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/ops_asmgen.c
  2. Change #272099

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Mon 22 Jun 2026 13:56:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7fc637fc0c795359ee826ba73c7b651b93eb6275

    Comments

    swscale/aarch64/ops: fix mask for swizzle ops
    The mask for swizzle ops assumed that merely having a component assigned
    to itself was enough to detect whether the swizzle was needed for that
    component, but that wasn't correct. We should also take into account
    whether the component is needed for the next operation or not.
    
    Additionally, prevent duplicate functions from being generated by
    clearing the swizzle index for unused components.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/ops_entries.c
    • libswscale/aarch64/ops_impl_conv.c
  3. Change #272100

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Mon 22 Jun 2026 13:56:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a016f34d176bf9c541a6bb5b3e5f8b1dcaae786d

    Comments

    swscale/aarch64/ops: remove redundant linear combinations
    There is no easy optimization that can be triggered by knowing that the
    offset is exactly 1. This led to identical functions being instantiated
    for different params.
    
    Also simplified the AVRational comparisons a bit.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/ops_entries.c
    • libswscale/aarch64/ops_impl_conv.c
  4. Change #272101

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Mon 22 Jun 2026 13:56:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d09330e578fae14307adad82307909abf1552f70

    Comments

    swscale/aarch64/ops: mark more operations as type-invariant
    This prevents the generation of a few more duplicate functions (where
    there would be both f32 and u32 functions).
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/aarch64/ops_entries.c
    • libswscale/aarch64/ops_impl_conv.c