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

Builder ffmpeg64-solaris10-i386 Build #13506

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7af7b8664be292fa998a5d13b9f017829e25adf8
Got Revision7af7b8664be292fa998a5d13b9f017829e25adf8
Changes13 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 15 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_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 13506 Build
codebase Build
got_revision 7af7b8664be292fa998a5d13b9f017829e25adf8 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7af7b8664be292fa998a5d13b9f017829e25adf8 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
  2. WyattBlue
  3. nyanmisaka

Timing:

StartSun Mar 29 11:45:28 2026
EndSun Mar 29 11:45:58 2026
Elapsed29 secs

All Changes:

:

  1. Change #262727

    Category ffmpeg
    Changed by nyanmisaka <nst799610810ohnoyoudont@gmail.com>
    Changed at Sun 29 Mar 2026 11:34:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 107a309f3cfa83b2958367295ce74f7f969f9374

    Comments

    fftools/ffmpeg_filter: fix the incomplete printing of reason for video filter graph reconfiguration
    "Reconfiguring filter graph because video parameters changed to yuv420p10le(pc, bt709), 1920x1080, unspecified alph"
    
    Fixup f07573f
    
    Adding a missing space fixed this.

    Changed files

    • fftools/ffmpeg_filter.c
  2. Change #262728

    Category ffmpeg
    Changed by WyattBlue <wyattblueohnoyoudont@auto-editor.com>
    Changed at Sun 29 Mar 2026 11:37:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 33f837a9e9e82d44a3308e66b06e9aaef0df4afb

    Comments

    avfilter/af_whisper.c: Set split_on_word
    This prevents `max_len` splitting via tokens, which splits words
    like "don't" and proper nouns inappropriately.

    Changed files

    • doc/filters.texi
    • libavfilter/af_whisper.c
  3. Change #262729

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:38:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d33403ba505fa949e14031e9c534774f9185cb79

    Comments

    avfilter/buffersrc: use 1 << n for flags (cosmetic)
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavfilter/buffersrc.h
  4. Change #262730

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c0cc7f341adde1d1a86f9beafd9bb500741fcb0e

    Comments

    swscale/ops: simplify SwsOpList.order_src/dst
    Just define these directly as integer arrays; there's really no point in
    having them re-use SwsSwizzleOp; the only place this was ever even remotely
    relevant was in the no-op check, which any decent compiler should already
    be capable of optimizing into a single 32-bit comparison.
    
    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/vulkan/ops.c
  5. Change #262731

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 672c0ad69a8bb760bd3d984b5d8f7bda56e72360

    Comments

    swscale/ops: slightly refactor unused[] computation
    Needed for the upcoming removal of op->comps.unused[]. This keeps the
    dependency array entirely within the ff_sws_op_list_update_comps() function,
    apart from being arguably simpler and easier to follow.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
  6. Change #262732

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7d94d9fc52b079b78cab537ceed40379911b78ee

    Comments

    swscale/ops: mark all unused components as GARBAGE
    This only affects the print-out of the SWS_OP_WRITE at the end of every op,
    list, because the ops list print-out was otherwise already checking the unused
    mask.
    
     rgb24 -> bgr24:
       [ u8 XXXX -> +++X] SWS_OP_READ         : 3 elem(s) packed >> 0
         min: {0 0 0 _}, max: {255 255 255 _}
       [ u8 ...X -> +++X] SWS_OP_SWIZZLE      : 2103
         min: {0 0 0 _}, max: {255 255 255 _}
    -  [ u8 ...X -> +++X] SWS_OP_WRITE        : 3 elem(s) packed >> 0
    +  [ u8 ...X -> XXXX] SWS_OP_WRITE        : 3 elem(s) packed >> 0
         min: {0 0 0 _}, max: {255 255 255 _}
         (X = unused, z = byteswapped, + = exact, 0 = zero)
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

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

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6fb0efb35c73249fcda5bfdd12f1af59d5671fe9

    Comments

    swscale/ops: strip value range from garbage components
    Just removes the unnecessary value range after the WRITE, as a result of
    the previous change and the fact that we already skipped printing these for
    unused components.
    
     rgb24 -> bgr24:
       [ u8 XXXX -> +++X] SWS_OP_READ         : 3 elem(s) packed >> 0
         min: {0 0 0 _}, max: {255 255 255 _}
       [ u8 ...X -> +++X] SWS_OP_SWIZZLE      : 2103
         min: {0 0 0 _}, max: {255 255 255 _}
       [ u8 ...X -> XXXX] SWS_OP_WRITE        : 3 elem(s) packed >> 0
    -    min: {0 0 0 _}, max: {255 255 255 _}
         (X = unused, z = byteswapped, + = exact, 0 = zero)
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
    • tests/ref/fate/sws-ops-list
  8. Change #262734

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 13388c0cacc1752ceee9ac08bf82bc95ba2c1780

    Comments

    swscale/ops: test for SWS_COMP_GARBAGE instead of next->comps.unused
    When printing/describing operations.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
    • libswscale/ops.h
    • libswscale/tests/sws_ops.c
  9. Change #262735

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 804041045e90aafb73d90947c5d1da0451714ddb

    Comments

    swscale/ops: remove redundant unused mask from ops printout
    This is now fully redundant with the previous op's output; because unused
    components are always marked as garbage on the input side.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
    • tests/ref/fate/sws-ops-list
  10. Change #262736

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ff397a327a577faa7774a71ca755fd66c9a7ff6b

    Comments

    swscale/ops: remove unneeded conditional on describe_comp_flags
    next->comps.unused[] is redundant with SWS_COMP_GARBAGE now.
    
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.c
  11. Change #262737

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e8f6c9dbf2949cbeefbbc2fb2925353092c48b3d

    Comments

    swscale/ops: only print SWS_OP_SCALE denom if not 1
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

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

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 048ca3b367ba66df9c7733c0ec0d23cb21b3cd22

    Comments

    swscale/ops_optimizer: check COMP_GARBAGE instead of next->comps.unused
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops.h
    • libswscale/ops_optimizer.c
  13. Change #262739

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Sun 29 Mar 2026 11:39:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7af7b8664be292fa998a5d13b9f017829e25adf8

    Comments

    swscale/ops_chain: check SWS_COMP_GARBAGE instead of next->comps.unused
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libswscale/ops_chain.c