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

Builder ffmpeg64-solaris10-i386 Build #13524

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision878eabdfef803d9db1c1267f7223689480f46ad0
Got Revision878eabdfef803d9db1c1267f7223689480f46ad0
Changes3 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 1 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 13524 Build
codebase Build
got_revision 878eabdfef803d9db1c1267f7223689480f46ad0 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 878eabdfef803d9db1c1267f7223689480f46ad0 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. marcos ashton

Timing:

StartTue Mar 31 20:05:03 2026
EndTue Mar 31 20:05:19 2026
Elapsed15 secs

All Changes:

:

  1. Change #263058

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Tue 31 Mar 2026 19:05:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision be2fa773446c5f4003616f0e01bb52064b9f0389

    Comments

    tests/fate/libavutil: add FATE test for spherical
    Unit test covering all 4 public API functions in libavutil/spherical.c:
    av_spherical_alloc, av_spherical_projection_name, av_spherical_from_name,
    and av_spherical_tile_bounds.
    
    Tests allocation with and without size output, all 7 projection type
    name lookups, projection name round-trip verification, out-of-range
    handling, and tile bounds computation for full-frame, quarter-tile,
    and centered-tile configurations.
    
    Coverage for libavutil/spherical.c: 0.00% -> 100.00%
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavutil/Makefile
    • libavutil/tests/spherical.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/spherical
  2. Change #263060

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Tue 31 Mar 2026 19:05:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c8ec660d783455807f3ad04cf78e94dde4d51ae2

    Comments

    tests/fate/libavutil: add FATE test for detection_bbox
    Unit test covering av_detection_bbox_alloc, av_get_detection_bbox,
    and av_detection_bbox_create_side_data.
    
    Tests allocation with 0, 1, and 4 bounding boxes, with and without
    size output. Verifies bbox getter indexing by writing and reading
    back coordinates, labels, and confidence values. Tests classify
    fields (labels and confidences), the header source field, and
    side data creation with frame attachment.
    
    Coverage for libavutil/detection_bbox.c: 0.00% -> 86.67%
    (remaining uncovered lines are OOM error paths)
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavutil/Makefile
    • libavutil/tests/detection_bbox.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/detection_bbox
  3. Change #263062

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Tue 31 Mar 2026 19:05:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 878eabdfef803d9db1c1267f7223689480f46ad0

    Comments

    tests/fate/libavutil: add FATE test for video_enc_params
    Unit test covering av_video_enc_params_alloc,
    av_video_enc_params_block, and
    av_video_enc_params_create_side_data.
    
    Tests allocation for all three codec types (VP9, H264, MPEG2) and
    the NONE type, with 0 and 4 blocks, with and without size output.
    Verifies block getter indexing by writing and reading back
    coordinates, dimensions, and delta_qp values. Tests frame-level qp
    and delta_qp fields, and side data creation with frame attachment.
    
    Coverage for libavutil/video_enc_params.c: 0.00% -> 86.21%
    (remaining uncovered lines are OOM error paths)
    
    Signed-off-by: marcos ashton <marcosashiglesias@gmail.com>

    Changed files

    • libavutil/Makefile
    • libavutil/tests/video_enc_params.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/video_enc_params