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

Builder ffmpegsos-solaris10-i386 Build #13665

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision85bef2c2bc0a824e9444fd03f2915fff979b4ac3
Got Revision85bef2c2bc0a824e9444fd03f2915fff979b4ac3
Changes7 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 ( 7 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 13665 Build
codebase Build
got_revision 85bef2c2bc0a824e9444fd03f2915fff979b4ac3 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 85bef2c2bc0a824e9444fd03f2915fff979b4ac3 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:

StartThu Apr 2 13:55:08 2026
EndThu Apr 2 13:55:22 2026
Elapsed13 secs

All Changes:

:

  1. Change #263300

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 02 Apr 2026 13:48:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7a4cffa25dea3d268d50e110e7d3ac9e18210d7a

    Comments

    swscale/vulkan/ops: simplify QTYPE macro
    There's no reason for this macro to hard-code op->c.q4[i].
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/vulkan/ops.c
  2. Change #263301

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 02 Apr 2026 13:48:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c24d67a0ff5c5691cc6074ca572bafb1e1c6ed0e

    Comments

    swscale/vulkan/ops: use QSTR/QTYPE to print all rationals
    Now this helper is a bit more useful.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/vulkan/ops.c
  3. Change #263302

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 02 Apr 2026 13:48:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 50793bc9bdfce32545ef00d8c95e2a33f2d6aa7b

    Comments

    swscale/ops_chain: remove unused helper function
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_chain.c
    • libswscale/ops_chain.h
  4. Change #263303

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 02 Apr 2026 13:48:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 32ba5c13de9183750796de3175dfc98b6f92a0e5

    Comments

    swscale/ops_chain: split generic setup helpers into op-specific helpers
    This has the side benefit of not relying on the q2pixel macro to avoid division
    by zero, since we can now explicitly avoid operating on undefined clear values.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/aarch64/ops.c
    • libswscale/ops_chain.c
    • libswscale/ops_chain.h
    • libswscale/ops_tmpl_common.c
    • libswscale/ops_tmpl_int.c
    • libswscale/x86/ops.c
  5. Change #263304

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 02 Apr 2026 13:48:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dc705268c72a07f796f803837f1c56a3ec46a9a7

    Comments

    swscale/ops: define flags_identity as an enum constant
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
  6. Change #263305

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 02 Apr 2026 13:48:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 75b7e8904b3390141ae9c47952b41a3cd8ed3712

    Comments

    swscale/ops: move comment (cosmetic)
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
  7. Change #263306

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 02 Apr 2026 13:48:15
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 85bef2c2bc0a824e9444fd03f2915fff979b4ac3

    Comments

    swscale/ops: split SwsConst up into op-specific structs
    It was a bit clunky, lacked semantic contextual information, and made it
    harder to reason about the effects of extending this struct. There should be
    zero runtime overhead as a result of the fact that this is already a big
    union.
    
    I made the changes in this commit by hand, but due to the length and noise
    level of the commit, I used Opus 4.6 to verify that I did not accidentally
    introduce any bugs or typos.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/aarch64/ops_asmgen.c
    • libswscale/aarch64/ops_impl_conv.c
    • libswscale/format.c
    • libswscale/ops.c
    • libswscale/ops.h
    • libswscale/ops_chain.c
    • libswscale/ops_memcpy.c
    • libswscale/ops_optimizer.c
    • libswscale/tests/sws_ops.c
    • libswscale/vulkan/ops.c
    • libswscale/x86/ops.c
    • tests/checkasm/sw_ops.c