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

Builder ffmpegsos-solaris10-i386 Build #13783

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0fc1183a605a4633579b3f52c1a07e35d4ada32e
Got Revision0fc1183a605a4633579b3f52c1a07e35d4ada32e
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 16 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13783 Build
codebase Build
got_revision 0fc1183a605a4633579b3f52c1a07e35d4ada32e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 0fc1183a605a4633579b3f52c1a07e35d4ada32e Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marvin Scholz

Timing:

StartMon Apr 27 14:32:26 2026
EndMon Apr 27 14:32:54 2026
Elapsed28 secs

All Changes:

:

  1. Change #265616

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Mon 27 Apr 2026 14:29:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0fc1183a605a4633579b3f52c1a07e35d4ada32e

    Comments

    swscale: ops_dispatch: fix leak on error
    Assign to `exec_base.in_offset_x` before the error handling,
    to ensure the error cleanup path properly frees the already
    allocated memory.
    
    Fixes Coverity issue #1691725

    Changed files

    • libswscale/ops_dispatch.c