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

Builder ffmpeg64-solaris10-i386 Build #14127

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision6efe500d2e9e24a81bffda8825511f6bc9760cb1
Changes1 change

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 14127 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6efe500d2e9e24a81bffda8825511f6bc9760cb1 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. akashskypatel

Timing:

StartMon Sep 14 04:15:12 2026
EndMon Sep 14 04:15:17 2026
Elapsed5 secs

All Changes:

:

  1. Change #281717

    Category ffmpeg
    Changed by akashskypatel <akashskypatelohnoyoudont@gmail.com>
    Changed at Mon 14 Sep 2026 05:54:00
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6efe500d2e9e24a81bffda8825511f6bc9760cb1

    Comments

    fftools/ffmpeg_filter: pointer-sign warnings in sub2video_update()
    fftools/ffmpeg_filter: fix signedness of sub2video destination pointer
    
    AVFrame.data is uint8_t * and sub2video_copy_rect() expects a
    uint8_t * destination. Use the matching type for the intermediate
    pointer, avoiding pointer-sign warnings without changing behavior.

    Changed files

    • fftools/ffmpeg_filter.c