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

Builder ffmpeg64-solaris10-i386 Build #14001

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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_64.sh' failed ( 4 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 14001 Build
codebase Build
got_revision 10e9f273ee114930108e1b93124823bb4d466fd8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 10e9f273ee114930108e1b93124823bb4d466fd8 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. Ramiro Polla

Timing:

StartThu Jun 18 16:59:34 2026
EndThu Jun 18 16:59:52 2026
Elapsed18 secs

All Changes:

:

  1. Change #271651

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 16:50:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d0313ea2c2d0b7855c4a8c0e245bae845a978b93

    Comments

    swscale/aarch64/ops: convert single-component packed read/write to planar
    b488ee55 relaxed the check and stopped taking the number of components
    into account. This led to the generation of duplicate read/write
    functions for single component packed/planar.
    
    ops_entries.c wasn't regenerated to take this into account; instead
    some conversions were no longer being supported for the neon backend.

    Changed files

    • libswscale/aarch64/ops_impl_conv.c
  2. Change #271653

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 16:50:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3c6c6388b0c4b20a04a8910e319c1b85c47bc032

    Comments

    swscale/aarch64/ops: skip filtering ops lists when generating ops_entries.c
    sws_ops_aarch64 would still register operations that came before the
    filtering ops (which are unsupported).

    Changed files

    • libswscale/aarch64/ops_entries.c
    • libswscale/tests/sws_ops_aarch64.c
  3. Change #271654

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 16:50:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 80cd1a4361403535acf9b179ea7c3f2abb728331

    Comments

    swscale/uops: skip offset from unity detection for linear
    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.

    Changed files

    • libswscale/uops.c
    • libswscale/uops_macros.h
    • tests/ref/fate/sws-ops-list
  4. Change #271655

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 16:50:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 10e9f273ee114930108e1b93124823bb4d466fd8

    Comments

    swscale/uops: relax detection of exact computations in linear
    The first computation in a linear row doesn't have anything to
    accumulate to, so a multiply-accumulate instruction won't be used
    either way. This led to identical functions being instantiated for
    different params.

    Changed files

    • libswscale/uops.c
    • libswscale/uops_macros.h