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

Builder ffmpeg64-solaris10-i386 Build #14089

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0c3028cdc876d67ec6526b3a532c172c8ce3909b
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 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 14089 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0c3028cdc876d67ec6526b3a532c172c8ce3909b 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. Kacper Michajłow

Timing:

StartTue Sep 8 03:37:46 2026
EndTue Sep 8 03:37:50 2026
Elapsed4 secs

All Changes:

:

  1. Change #281028

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 03:00:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a96d341b74383b1fa44f54ca27c66d22bcccefc1

    Comments

    configure: remove open64 support
    Development ended in 2011 without a C11 release, and nothing acted on
    the detected type anyway.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure
  2. Change #281029

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 03:00:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ff74b6cdfb3477c9c003ef803059cb36b48a39ff

    Comments

    configure: remove cparser support
    cparser has no stdatomic support and cannot build FFmpeg with threads.
    Development stalled in 2017.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure
  3. Change #281030

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 03:00:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f3a5f819c499a85240478b9aa97f514f005cad5c

    Comments

    configure: remove icc version check for aligned stack
    icc older than 11 cannot pass the C11 support check.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure
  4. Change #281031

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 03:00:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 794ffdc8238fcf2a28d87bf5c1bf1b249eeb1402

    Comments

    avutil: remove always-true GCC version checks in internal headers
    Every GCC able to pass the C11 configure check provides these builtins,
    attributes and pragmas. Public headers are left untouched since they
    must keep working with C99 compilers.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavutil/attributes_internal.h
    • libavutil/internal.h
    • libavutil/intmath.h
  5. Change #281032

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 03:00:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a7fe7e163f6d451d7428137866658bf1860c40a2

    Comments

    avcodec: remove checks for compilers that cannot pass the C11 check
    gcc 4.4, clang 2.x and llvm-gcc are all older than the C11 requirement.
    Only the icl case of BROKEN_COMPILER remains.
    
    This also enables the existing ARMv6 decode_blockcodes() inline assembly
    for Clang, whose GCC compatibility version previously excluded it.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/arm/dca.h
    • libavcodec/x86/cabac.h
  6. Change #281033

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Tue 08 Sep 2026 03:00:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0c3028cdc876d67ec6526b3a532c172c8ce3909b

    Comments

    swscale/uops_backend: remove always-true GCC version checks
    The clang exclusion on the finite-math-only pragma is kept, previously
    implied by clang reporting itself as gcc 4.2.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libswscale/uops_backend.c