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

Builder ffmpegsos-solaris10-sparc Build #13399

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision76dc83d9becd3249eaa7a70a026389ce5a87bb17
Got Revision76dc83d9becd3249eaa7a70a026389ce5a87bb17
Changes16 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 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 ( 25 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 7 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13399 Build
codebase Build
got_revision 76dc83d9becd3249eaa7a70a026389ce5a87bb17 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 76dc83d9becd3249eaa7a70a026389ce5a87bb17 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartFri May 15 19:06:49 2026
EndFri May 15 19:07:47 2026
Elapsed57 secs

All Changes:

:

  1. Change #267256

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5e0dddef80a1088fb5ce7b1b09d7c71580a82414

    Comments

    swscale/graph: move graph uninit logic to helper function
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
  2. Change #267257

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 56305c460c076cf120daae73483572685d0ded79

    Comments

    swscale/graph: add ff_sws_graph_alloc() and _init()
    As an alternative to the current _create() API.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/graph.h
  3. Change #267258

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9fe0ff3d56618c24d95fa4e832148bab54928f18

    Comments

    swscale/graph: make _reinit() only call _init(), not _create()
    This allows us to preserve the same memory allocation when
    reinitializing a graph, which is a nice bonus.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/graph.h
    • libswscale/swscale.c
  4. Change #267259

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0611abc1bb5f31f52506f735f8a3a760fb309586

    Comments

    swscale/graph: move code for adding filters to format.h
    Mirroring the precedent established by the other SwsOp-generating functions.
    This allows us to re-use it for the uops macro generator.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/format.c
    • libswscale/format.h
    • libswscale/graph.c
  5. Change #267260

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 62aad4513cc1de34f8ee0ea2fe34b4381b760453

    Comments

    swscale/graph: move format conversion logic to formats.c
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/format.c
    • libswscale/format.h
    • libswscale/graph.c
  6. Change #267261

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 98c1dbafbe45424aedca443c01d84a32ba101014

    Comments

    swscale/ops_memcpy: don't depend on ops_backend.h
    This is private to the C template based backend.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_memcpy.c
  7. Change #267262

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 064600585ed6f745ee38746822264206b295144c

    Comments

    swscale/ops_chain: remove flexible from SWS_OP_MIN/MAX entries
    We have other op types that skip checking the data even in non-flexible mode,
    so there is a precedent for just leaving away `flexible` for such kernels.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_chain.c
    • libswscale/ops_tmpl_common.c
    • libswscale/x86/ops.c
  8. Change #267263

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dacbf080f3f6d30786c27c1b146fc8e4af516947

    Comments

    swscale/ops_chain: simplify ff_sws_op_compile_tables() signature
    This no longer accesses prev/next as a result of the `unused` removal, so
    the signature can be simplified to just take the op directly.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_backend.c
    • libswscale/ops_chain.c
    • libswscale/ops_chain.h
    • libswscale/x86/ops.c
  9. Change #267264

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cac183f46f16beecf994c1dc7365ee5edb3c4f4d

    Comments

    swscale/ops: don't silently suppress non-ENOTSUP errors
    Matches the behavior to the comment.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
  10. Change #267265

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eec9f712f55c090fe134be562a02d0518bbce42b

    Comments

    swscale/ops: re-use ff_sws_op_list_generate() in ff_sws_enum_op_lists()
    The only difference here is an extra ff_sws_add_filters() call, which is
    a no-op because src w/h = dst w/h = 16.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
  11. Change #267266

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1d841635a4a54237a17cca8776532fb1c7144adf

    Comments

    swscale/ops: also include scaling ops in ff_sws_enum_op_lists()
    Using the configured scaler from the SwsContext implicitly. This does affect
    the output of libswscale/tests/sws_ops.c, which now prints about 4x as much
    data (taking roughly 4x as long, but still within a second on my machine).
    
    We can make this process a lot faster by forcing SWS_SCALE_POINT as the
    scaler, which skips calculating any actual filter weights in favor of
    generating a trivial 1-tap filter.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
    • libswscale/tests/sws_ops.c
    • tests/ref/fate/sws-ops-list
  12. Change #267267

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 90669ab52e923fdcbab2b163d5165f90f1176dda

    Comments

    swscale/ops: move ff_sws_compile_pass() and friends to ops_dispatch.h
    This function actually lives in ops_dispatch.c, and doesn't really make
    sense in ops.h anymore. We should also move some stuff out of ops_internal.h,
    which doesn't depend on any external ops stuff, here.
    
    This allows the backend/compilation-related stuff to co-exist more nicely.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/ops.h
    • libswscale/ops_dispatch.h
    • libswscale/ops_internal.h
  13. Change #267268

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ad17144ce657ebd90fd52b8b8e6a19f8325643da

    Comments

    swscale/ops_dispatch: move op list print to ff_sws_ops_compile_backend()
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_dispatch.c
  14. Change #267269

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 902144885740567301d44d2026204ff741e2c728

    Comments

    swscale/ops_dispatch: merge ff_sws_ops_compile_backend() and compile()
    Passing backend == NULL now loops over the backends as before.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_dispatch.c
    • libswscale/ops_dispatch.h
    • tests/checkasm/sw_ops.c
  15. Change #267270

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 420b1bf3686c21a104b53aab27db364ed10d500f

    Comments

    swscale/ops_dispatch: allow forcing specific ops backend
    This will be used eventually when I rewrite checkasm/sw_ops to re-use the
    code in ops_dispatch.c instead of hand-rolling the execution layer.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/ops_dispatch.c
    • libswscale/ops_dispatch.h
  16. Change #267271

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 15 May 2026 18:53:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 76dc83d9becd3249eaa7a70a026389ce5a87bb17

    Comments

    swscale/ops_dispatch: make ff_sws_ops_compile() output optional
    Allows the uops macro generation code to not actually compile any passes.
    More generally, this could be used to e.g. test if an op list is supported by
    a backend without actually creating the passes.
    
    The `bool first` change is needed because the `input == prev` check no longer
    works if we don't actually compiled any passes.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_dispatch.c
    • libswscale/ops_dispatch.h