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

Builder ffmpegsos-solaris10-i386 Build #13766

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond4cf7cf1cfd7646945424653f3425501bcfc3fca
Got Revisiond4cf7cf1cfd7646945424653f3425501bcfc3fca
Changes2 changes

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 ( 12 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 ( 0 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 13766 Build
codebase Build
got_revision d4cf7cf1cfd7646945424653f3425501bcfc3fca Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d4cf7cf1cfd7646945424653f3425501bcfc3fca 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:

StartWed Apr 22 14:45:01 2026
EndWed Apr 22 14:45:25 2026
Elapsed24 secs

All Changes:

:

  1. Change #265180

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Wed 22 Apr 2026 14:33:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 69072fe8d8bc3567ae9426458bc45d432651eed5

    Comments

    lavfi: vf_drawtext: check memory allocation
    Switch to av_calloc and check the allocation.
    
    Fix #22867

    Changed files

    • libavfilter/vf_drawtext.c
  2. Change #265181

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Wed 22 Apr 2026 14:33:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d4cf7cf1cfd7646945424653f3425501bcfc3fca

    Comments

    lavfi: vf_drawtext: properly propagate errors
    Do not ignore errors from draw_text().

    Changed files

    • libavfilter/vf_drawtext.c