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

Builder ffmpeg-solaris10-sparc Build #13198

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionc9977acbc6b49cb6b1eef5601e1e1608c23b14e6
Got Revisionc9977acbc6b49cb6b1eef5601e1e1608c23b14e6
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 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 ( 1 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.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 13198 Build
codebase Build
got_revision c9977acbc6b49cb6b1eef5601e1e1608c23b14e6 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c9977acbc6b49cb6b1eef5601e1e1608c23b14e6 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. Ramiro Polla

Timing:

StartTue Feb 24 21:04:39 2026
EndTue Feb 24 21:05:07 2026
Elapsed27 secs

All Changes:

:

  1. Change #258863

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Tue 24 Feb 2026 19:27:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c7c8c313025157c1123adac6762b28f3ccd5c96b

    Comments

    swscale/tests/sws_ops: print range values in the output
    This gives more information about each operation and helps catch issues
    earlier on.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/graph.c
    • libswscale/ops.c
    • libswscale/ops.h
    • libswscale/tests/sws_ops.c
    • tests/ref/fate/sws-ops-list
  2. Change #258864

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Tue 24 Feb 2026 20:22:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9fbb03f4284be528037a98b11ef238e2739bda69

    Comments

    swscale/tests/sws_ops: don't print unused components in the output
    Clean up the output by not printing the flags and range values of
    unused components in ff_sws_op_list_print().
    
     rgb24 -> gray16le:
       [ u8 XXXX -> +++X] SWS_OP_READ         : 3 elem(s) packed >> 0
    -    min: {0, 0, 0, nan}, max: {255, 255, 255, nan}
    +    min: {0, 0, 0, _}, max: {255, 255, 255, _}
       [ u8 ...X -> +++X] SWS_OP_CONVERT      : u8 -> f32
    -    min: {0, 0, 0, nan}, max: {255, 255, 255, nan}
    -  [f32 ...X -> .++X] SWS_OP_LINEAR       : dot3 [[76.843000 150.859000 29.298000 0 0] [0 1 0 0 0] [0 0 1 0 0] [0 0 0 1 0]]
    -    min: {0, 0, 0, nan}, max: {65535, 255, 255, nan}
    -  [f32 .XXX -> +++X] SWS_OP_CONVERT      : f32 -> u16
    -    min: {0, 0, 0, nan}, max: {65535, 255, 255, nan}
    -  [u16 .XXX -> +++X] SWS_OP_WRITE        : 1 elem(s) planar >> 0
    -    min: {0, 0, 0, nan}, max: {65535, 255, 255, nan}
    +    min: {0, 0, 0, _}, max: {255, 255, 255, _}
    +  [f32 ...X -> .XXX] SWS_OP_LINEAR       : dot3 [[76.843000 150.859000 29.298000 0 0] [0 1 0 0 0] [0 0 1 0 0] [0 0 0 1 0]]
    +    min: {0, _, _, _}, max: {65535, _, _, _}
    +  [f32 .XXX -> +XXX] SWS_OP_CONVERT      : f32 -> u16
    +    min: {0, _, _, _}, max: {65535, _, _, _}
    +  [u16 .XXX -> +XXX] SWS_OP_WRITE        : 1 elem(s) planar >> 0
    +    min: {0, _, _, _}, max: {65535, _, _, _}
         (X = unused, z = byteswapped, + = exact, 0 = zero)
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/ops.c
    • tests/ref/fate/sws-ops-list
  3. Change #258865

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Tue 24 Feb 2026 20:25:59
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c9977acbc6b49cb6b1eef5601e1e1608c23b14e6

    Comments

    swscale/ops: clear range values SWS_OP_{MIN,MAX}
    This gives partial range values on conversions with floats, after the
    values have been clamped.
    
     gbrpf32be -> rgb8:
       [f32 XXXX -> zzzX] SWS_OP_READ         : 3 elem(s) planar >> 0
       [f32 ...X -> ...X] SWS_OP_SWAP_BYTES
       [f32 ...X -> ...X] SWS_OP_SWIZZLE      : 2013
       [f32 ...X -> ...X] SWS_OP_LINEAR       : diag3 [[7 0 0 0 0] [0 7 0 0 0] [0 0 3 0 0] [0 0 0 1 0]]
       [f32 ...X -> ...X] SWS_OP_DITHER       : 16x16 matrix + {0 3 2 5}
       [f32 ...X -> ...X] SWS_OP_MAX          : {0 0 0 0} <= x
    +    min: {0, 0, 0, _}, max: {nan, nan, nan, _}
       [f32 ...X -> ...X] SWS_OP_MIN          : x <= {7 7 3 _}
    +    min: {0, 0, 0, _}, max: {7, 7, 3, _}
       [f32 ...X -> +++X] SWS_OP_CONVERT      : f32 -> u8
    +    min: {0, 0, 0, _}, max: {7, 7, 3, _}
       [ u8 ...X -> +XXX] SWS_OP_PACK         : {3 3 2 0}
    -    min: {0, _, _, _}, max: {0, _, _, _}
    +    min: {0, _, _, _}, max: {255, _, _, _}
       [ u8 .XXX -> +XXX] SWS_OP_WRITE        : 1 elem(s) packed >> 0
    -    min: {0, _, _, _}, max: {0, _, _, _}
    +    min: {0, _, _, _}, max: {255, _, _, _}
         (X = unused, z = byteswapped, + = exact, 0 = zero)
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>

    Changed files

    • libswscale/ops.c
    • tests/ref/fate/sws-ops-list