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

Builder ffmpeg64-solaris10-i386 Build #13401

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision55dd4a18bb006aac9e6adc9bac7a4e69d3452597
Got Revision55dd4a18bb006aac9e6adc9bac7a4e69d3452597
Changes12 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13401 Build
codebase Build
got_revision 55dd4a18bb006aac9e6adc9bac7a4e69d3452597 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 55dd4a18bb006aac9e6adc9bac7a4e69d3452597 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. Niklas Haas

Timing:

StartThu Mar 12 22:05:04 2026
EndThu Mar 12 22:05:21 2026
Elapsed16 secs

All Changes:

:

  1. Change #260901

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 66f3a62b46cf77c3542777e832cda6021d759314

    Comments

    swscale/ops_backend: use in/out_bump[] in process()
    Instead of recomputing the input/output address on each iteration, we
    can use the in_bump/out_bump arrays the way the x86 backend does.
    
    I initially avoided this in order to ensure the reference backend always does
    the correct thing, even if some future bug causes the bump values to be
    computed incorrectly, but doing it this way makes an upcoming change easier.
    
    (And besides, it would be easier to just add an av_assert2() to catch those
    cases)
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_tmpl_common.c
  2. Change #260902

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f535212a2cfede27778bf524db56741b1f1ff230

    Comments

    swscale/ops_chain: allow free callback to take SwsOpPriv
    I mainly want to be able to store two pointers side-by-side.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_chain.c
    • libswscale/ops_chain.h
    • libswscale/ops_tmpl_float.c
    • libswscale/x86/ops.c
  3. Change #260903

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4e63dbeb6d8fc2ceee2ba062356c1a530d801128

    Comments

    swscale/ops_chain: add more integer types to SwsOpPriv
    In particular, I need i32, but the others are also reasonable additions.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_chain.h
  4. Change #260904

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6c92ab6a4ef0dc752092e92fffec3755c5a26976

    Comments

    swscale/graph: remove redundant check
    Such formats are already rejected by ff_sws_decode/encode_pixfmt().
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
  5. Change #260905

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 563cc8216bd9253d2563641341f4af611aaf9554

    Comments

    swscale/graph: allow setup() to return an error code
    Useful for a handful of reasons, including Vulkan (which depends on external
    device resources), but also a change I want to make to the tail handling.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/graph.h
    • libswscale/ops_dispatch.c
    • libswscale/swscale.c
  6. Change #260906

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8227a21c27f948c72b3ecd411da98f3d8e7a0ba9

    Comments

    swscale/ops_optimizer: always clear unused dither components
    Makes the op list a bit more stable.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_optimizer.c
    • tests/ref/fate/sws-ops-list
  7. Change #260907

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision adf2d4e90f7638694bf99b18bc00588a6c49041d

    Comments

    swscale/ops_dispatch: add helper function to clean up SwsCompiledOp
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_dispatch.c
    • libswscale/ops_dispatch.h
    • tests/checkasm/sw_ops.c
  8. Change #260908

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b5db7c7354c791da2c74a951bbe1451d68b4b261

    Comments

    swscale/ops_dispatch: have ff_sws_compile_pass() take ownership of `ops`
    More useful than just allowing it to "modify" the ops; in practice this means
    the contents will be undefined anyways - might as well have this function
    take care of freeing it afterwards as well.
    
    Will make things simpler with regards to subpass splitting.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/ops.h
    • libswscale/ops_dispatch.c
  9. Change #260909

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e7c84a8e6afc148b0b2a729db2202af29b9b243e

    Comments

    swscale/ops_dispatch: infer destination format from SwsOpList
    This is now redundant.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/ops.h
    • libswscale/ops_dispatch.c
  10. Change #260910

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7fb1e0832c25943a77a73672bb9f14e0ab81e9fb

    Comments

    swscale/ops_dispatch: move ENOTSUP error to ff_sws_compile_pass()
    Or else this might false-positive when we retry compilation after subpass
    splitting.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_dispatch.c
  11. Change #260911

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision baac4a1174d2f735d9bcaf8359ab71aa6c516f9c

    Comments

    swscale/x86/ops: add section comments (cosmetic)
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/x86/ops_float.asm
  12. Change #260912

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 12 Mar 2026 22:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 55dd4a18bb006aac9e6adc9bac7a4e69d3452597

    Comments

    tests/checkasm/sw_ops: declare temporary arrays static
    These are quite large; GCC on my end warns about big stack allocations.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • tests/checkasm/sw_ops.c