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

Builder ffmpeg64-solaris10-i386 Build #14121

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision24914d60df9d88ea52ad48a714949a03cace85f0
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 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 14121 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 24914d60df9d88ea52ad48a714949a03cace85f0 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:

StartSun Sep 13 00:20:05 2026
EndSun Sep 13 00:20:07 2026
Elapsed2 secs

All Changes:

:

  1. Change #281620

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 13 Sep 2026 01:52:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b84a2037fd020c8de2ac3a0c0f2cd7a4ff7d9e84

    Comments

    avcodec/tests/celp_math: use av_log2
    The inputs are powers of two, so the integer log2 gives the same result
    without depending on libm.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/tests/celp_math.c
  2. Change #281621

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 13 Sep 2026 01:52:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c511689354cb6d04b1e8b33e178325285918580a

    Comments

    avutil/libm: remove fallbacks for standard C99 math functions
    All of these are mandatory for hosted implementations since C99 and
    in reality present on every toolchain that passes the C11 requirement.
    
    The two exceptions found are handled by target specific compat headers
    instead. Android below API level 18 lacks log2 and log2f. Such devices
    are under 0.1 percent of the installed base, Google Play services
    dropped them in 2021 and no NDK newer than r24 can target them, but
    VLC 3 still ships API level 17 builds against current FFmpeg releases,
    so compat/android provides them. DJGPP lacks exp2f and compat/djgpp
    provides it.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • configure
    • libavutil/libm.h
    • libavutil/mips/libm_mips.h
  3. Change #281622

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 13 Sep 2026 01:52:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d36cf66ec8846f1a84547bb0e6ac5e4f99b5a166

    Comments

    avutil/mips: include the lrintf optimization from internal.h
    libm.h is about to go away. internal.h reaches every translation unit
    of the libraries through common.h.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavutil/internal.h
    • libavutil/libm.h
    • libavutil/mips/libm_mips.h
  4. Change #281623

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 13 Sep 2026 01:52:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 24914d60df9d88ea52ad48a714949a03cace85f0

    Comments

    avutil: remove libm.h
    It only wrapped math.h and mathematics.h since the fallbacks went away.
    Include math.h and mathematics.h directly where needed. internal.h keeps
    both so that the many translation units relying on them transitively
    keep building.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • doc/tablegen.txt
    • fftools/cmdutils.c
    • fftools/ffprobe.c
    • libavcodec/aaccoder.c
    • libavcodec/aacenc.c
    • libavcodec/aacenc_tns.c
    • libavcodec/aacps_tablegen.h
    • libavcodec/aacsbr.c
    • libavcodec/aacsbr_fixed.c
    • libavcodec/ac3.h
    • libavcodec/atrac3.c
    • libavcodec/atrac3plusdsp.c
    • libavcodec/cbrt_data.c
    • libavcodec/cbrt_tablegen_common.c
    • libavcodec/dds.c
    • libavcodec/faandct.c
    • libavcodec/kbdwin.c
    • libavcodec/libjxlenc.c
    • libavcodec/mpegaudiodec_common.c
    • libavcodec/mpegaudiodec_template.c
    • libavcodec/opus/celt.h
    • libavcodec/pngenc.c
    • libavcodec/sinewin_fixed_tablegen.h
    • libavcodec/sinewin_tablegen.h
    • libavcodec/snowenc.c
    • libavcodec/tests/celp_math.c
    • libavcodec/texturedsp.c
    • libavfilter/vf_crop.c
    • libavformat/movenc.c
    • libavutil/avsscanf.c
    • libavutil/display.c
    • libavutil/ffmath.h
    • libavutil/internal.h
    • libavutil/libm.h
    • libavutil/tests/eval.c
    • libswresample/audioconvert.c
    • libswscale/utils.c