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

Builder ffmpegsos-solaris10-i386 Build #13689

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 9 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 ( 2 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 13689 Build
codebase Build
got_revision cd1126a3cda6ddd20534fd74edcbd434f0ebd768 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision cd1126a3cda6ddd20534fd74edcbd434f0ebd768 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. Niklas Haas

Timing:

StartTue Apr 7 17:14:55 2026
EndTue Apr 7 17:15:12 2026
Elapsed17 secs

All Changes:

:

  1. Change #263921

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Tue 07 Apr 2026 17:10:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 420019a3135882deca9bd80324af027127c63cc9

    Comments

    swscale/ops_optimizer: properly swizzle comps_src when splitting
    Fixes a pre-existing latent bug in the subpass splitting, that was
    made worse / exposed by 048ca3b367b.
    
    Fixes: cba54e9e3b2810243cc281244305848abd99f7dd
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_optimizer.c
  2. Change #263922

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Tue 07 Apr 2026 17:10:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cd1126a3cda6ddd20534fd74edcbd434f0ebd768

    Comments

    swscale/ops: add assertion that comps_src is sane
    This assertion guards against bugs like that fixed in the previous
    commit.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c