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

Builder ffmpeg-solaris10-sparc Build #13281

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision1c2a300f66bb3904f921a002a16a2359013c9664
Got Revision1c2a300f66bb3904f921a002a16a2359013c9664
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 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 ( 14 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.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13281 Build
codebase Build
got_revision 1c2a300f66bb3904f921a002a16a2359013c9664 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1c2a300f66bb3904f921a002a16a2359013c9664 Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartFri Mar 6 00:48:27 2026
EndFri Mar 6 00:49:01 2026
Elapsed34 secs

All Changes:

:

  1. Change #259957

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 06 Mar 2026 00:34:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5384908e5632ff6b5c227af4462294d5dd746285

    Comments

    swscale/ops: move pass compilation logic to helper function
    Purely cosmetic.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
  2. Change #259958

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 06 Mar 2026 00:34:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4178c4d430402bd7b370612c55131975107855cc

    Comments

    swscale/ops: remove unneeded macro
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
  3. Change #259959

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 06 Mar 2026 00:34:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 68f3886460e13f32e00a8266852e6e60462a3a08

    Comments

    swscale/ops_dispatch: split off compile/dispatch code from ops.c
    This code is self-contained and logically distinct from the ops-related
    helpers in ops.c, so it belongs in its own file.
    
    Purely cosmetic; no functional change.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/Makefile
    • libswscale/ops.c
    • libswscale/ops_dispatch.c
    • libswscale/ops_dispatch.h
    • libswscale/ops_internal.h
  4. Change #259960

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 06 Mar 2026 00:34:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cc334a223e81ee3c5d58cfe38757a5e3e10da663

    Comments

    swscale/ops_backend: move static table out of function body
    Ditto for x86.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_backend.c
    • libswscale/x86/ops.c
  5. Change #259961

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 06 Mar 2026 00:34:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b4bcb00cd3853316fb8f1d869b82919fa00babb3

    Comments

    swscale/ops: add and use ff_sws_op_list_input/output()
    Makes various pieces of code that expect to get a SWS_OP_READ more robust,
    and also allows us to generalize to introduce more input op types in the
    future (in particular, I am looking ahead towards filter ops).
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
    • libswscale/ops.h
    • libswscale/ops_dispatch.c
    • libswscale/ops_optimizer.c
    • libswscale/x86/ops.c
  6. Change #259962

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 06 Mar 2026 00:34:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4b5122bfb2070577df29acec66281ce0bfabf596

    Comments

    swscale/ops_dispatch: move on-stack mutation to ops backends
    And move the remainder printing there as well.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_backend.c
    • libswscale/ops_dispatch.c
    • libswscale/x86/ops.c
  7. Change #259963

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 06 Mar 2026 00:34:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d9e594ca960db6e0d24fdc8e5c6ec5438bff043f

    Comments

    swscale/graph: have ff_sws_graph_add_pass() return an error code
    This allows distinguishing between different types of failure, e.g.
    AVERROR(EINVAL) on invalid pass dimensions.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c
    • libswscale/graph.h
    • libswscale/ops_dispatch.c
  8. Change #259964

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Fri 06 Mar 2026 00:34:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1c2a300f66bb3904f921a002a16a2359013c9664

    Comments

    swscale/graph: remove pointless helper
    Basically identical to ff_sws_graph_add_pass() after the previous commit.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/graph.c