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

Builder ffmpeg64-solaris10-i386 Build #14085

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision8adb0d5976ca7e50c166b66e5bd7c6909a35f065
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 5 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 14085 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 8adb0d5976ca7e50c166b66e5bd7c6909a35f065 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:

StartMon Sep 7 04:33:47 2026
EndMon Sep 7 04:33:53 2026
Elapsed6 secs

All Changes:

:

  1. Change #280946

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 05:57:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b0c456d245fcea7c248f4f820d5ed8f55a9f2b51

    Comments

    configure: drop snprintf fallback for mingw-w64 runtime < 3
    mingw-w64 3.0 was released in 2013 and provides C99-correct snprintf.
    No C11-capable toolchain ships with an older runtime.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure
  2. Change #280947

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 05:57:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a2d7066253d656afe9f87e742b8b386eb445993f

    Comments

    configure: drop support for MSVC runtimes older than UCRT
    The C11 requirement makes the effective MSVC floor VS2019 16.8, which
    ships only the UCRT. Pre-UCRT CRTs (_VC_CRT_MAJOR_VERSION < 14) cannot
    appear in a supported build, and the UCRT provides C99-correct
    snprintf, strtod, strtoll and strtoull.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • compat/msvcrt/snprintf.c
    • compat/msvcrt/snprintf.h
    • configure
  3. Change #280948

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 05:57:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e747ecdbd00f3ebc10d0a9a823f8b0f94941a2d8

    Comments

    compat: remove va_copy.h
    va_copy is mandated by C99. MSVC has provided it since VS2013 and no
    GCC old enough to lack it can pass the C11 configure check, so both
    fallback branches were unreachable.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • compat/va_copy.h
    • fftools/cmdutils.c
    • libavutil/bprint.c
  4. Change #280949

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 05:57:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f2da1955653c65d5230fb62fd4c7394e733fc3d8

    Comments

    configure: remove obsolete MSVC workarounds
    The C11 requirement puts the MSVC floor at VS2019 16.8, so the VS2015
    version checks for the SSA optimizer bug and -utf-8 availability are
    always true, and cl in C11 mode accepts the inline keyword.

    Changed files

    • configure
  5. Change #280950

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 05:57:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 68bf87cf4f35e2b49e5ef41d95e3bec7fda24e81

    Comments

    avcodec/tableprint: use %zu unconditionally
    The UCRT printf supports %zu, and pre-UCRT MSVC is no longer supported.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/tableprint.h
    • libavcodec/tableprint_vlc.h
  6. Change #280951

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 05:57:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ddc0b9e1eb3b00cb6d523ddbd64b8f748c981490

    Comments

    avutil/x86/intmath: remove always-true MSVC version check
    _MSC_VER >= 1700 is VS2012, far below the supported floor.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavutil/x86/intmath.h
  7. Change #280952

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 07 Sep 2026 05:57:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8adb0d5976ca7e50c166b66e5bd7c6909a35f065

    Comments

    configure: remove MSVC version check
    The C11 support check rejects anything older than VS2019 16.8, where
    /std:c11 was introduced. A separate version probe is redundant.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure