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

Builder ffmpeg64-solaris10-i386 Build #14120

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionf212f5736c5d9b6af9b98295d87994c02bf0fbf4
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 6 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 14120 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f212f5736c5d9b6af9b98295d87994c02bf0fbf4 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:18:59 2026
EndSun Sep 13 00:19:06 2026
Elapsed6 secs

All Changes:

:

  1. Change #281617

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

    Comments

    avutil/hwcontext_vulkan: disable host image transfers for multi-plane images on NVIDIA
    NVIDIA's host image copy resolves every plane's parameters as if it
    were plane 0, so a plain hwupload,hwdownload round trip returns a
    corrupted frame. Frames with one image per plane and single-plane
    formats are not affected. Exclude HIC for multi-plane images instead of
    restoring the full blocklist dropped in 4ec050211a.
    
    Fixes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/24451
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavutil/hwcontext_vulkan.c
  2. Change #281618

    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 02fed0bda755b6e265690ce315849916c195a2b3

    Comments

    compat/djgpp: add exp2f
    DJGPP provides exp2 but not exp2f. It was covered by the generic libm
    fallbacks so far.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • compat/djgpp/math.c
    • compat/djgpp/math.h
  3. Change #281619

    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 f212f5736c5d9b6af9b98295d87994c02bf0fbf4

    Comments

    compat/android: provide log2 and log2f below API level 18
    Bionic gained log2 and log2f in Android 4.3, API level 18. Devices
    below that 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. VLC 3 however still ships Android 4.2 builds with NDK 21 against
    current FFmpeg releases, so provide the two functions for that case
    rather than keeping generic fallbacks for the whole libm.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • compat/android/math.h
    • fftools/textformat/avtextformat.c
    • libavutil/internal.h