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

Builder ffmpeg64-solaris10-i386 Build #13661

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionfa3d20072baa57a9811ff18ffc58a811686af1f6
Got Revisionfa3d20072baa57a9811ff18ffc58a811686af1f6
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 9 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 13661 Build
codebase Build
got_revision fa3d20072baa57a9811ff18ffc58a811686af1f6 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision fa3d20072baa57a9811ff18ffc58a811686af1f6 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 Apr 28 18:22:29 2026
EndTue Apr 28 18:22:48 2026
Elapsed18 secs

All Changes:

:

  1. Change #265841

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Tue 28 Apr 2026 18:17:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2d9c8a93820680b550bf73509438cd998d631380

    Comments

    tests/fate/libavutil: add FATE test for buffer
    Test av_buffer_alloc, av_buffer_allocz, av_buffer_create with
    custom free callback, AV_BUFFER_FLAG_READONLY, av_buffer_ref,
    av_buffer_is_writable, av_buffer_get_ref_count,
    av_buffer_make_writable, av_buffer_realloc (including from NULL),
    av_buffer_replace (including with NULL), av_buffer_pool
    init/get/uninit cycle, av_buffer_pool_init2 with custom alloc
    and pool_free callbacks, av_buffer_pool_buffer_get_opaque, and
    OOM paths via av_max_alloc.
    
    Coverage for libavutil/buffer.c: 0.00% -> 90.19%
    
    Remaining uncovered lines are mutex init failures and
    secondary allocation failure paths.

    Changed files

    • .forgejo/CODEOWNERS
    • libavutil/Makefile
    • libavutil/tests/buffer.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/buffer
  2. Change #265842

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Tue 28 Apr 2026 18:17:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 215799e369c80cfa3e54239ea9eed334fdd5709a

    Comments

    tests/fate/libavutil: add FATE test for hdr_dynamic_vivid_metadata
    Test av_dynamic_hdr_vivid_alloc and
    av_dynamic_hdr_vivid_create_side_data. Verifies zero defaults,
    write/read-back of system_start_code, num_windows, and
    color transform params (min/avg/var/max RGB), frame side
    data attachment, and OOM paths via av_max_alloc.
    
    Coverage for libavutil/hdr_dynamic_vivid_metadata.c: 0.00% -> 100.00%

    Changed files

    • .forgejo/CODEOWNERS
    • libavutil/Makefile
    • libavutil/tests/hdr_dynamic_vivid_metadata.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/hdr_dynamic_vivid_metadata
  3. Change #265843

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Tue 28 Apr 2026 18:17:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9b47495deefe5667f3a36ce2bad5dee70ed586bf

    Comments

    tests/fate/libavutil: add FATE test for tdrdi
    Test av_tdrdi_alloc with 1 and 3 displays, and the inline
    av_tdrdi_get_display accessor. Verifies that the returned
    pointer matches entries_offset + idx * entry_size, tests
    write/read-back of display width exponent/mantissa and view ID
    fields, and OOM paths via av_max_alloc.
    
    Coverage for libavutil/tdrdi.c: 0.00% -> 100.00%

    Changed files

    • .forgejo/CODEOWNERS
    • libavutil/Makefile
    • libavutil/tests/tdrdi.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/tdrdi
  4. Change #265844

    Category ffmpeg
    Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
    Changed at Tue 28 Apr 2026 18:17:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fa3d20072baa57a9811ff18ffc58a811686af1f6

    Comments

    tests/fate/libavutil: add FATE test for timestamp
    Test av_ts_make_string with NOPTS, zero, positive, negative, and
    INT64 boundary values, av_ts2str macro, av_ts_make_time_string2
    with various timebases, and av_ts_make_time_string pointer
    variant.
    
    Coverage for libavutil/timestamp.c: 0.00% -> 100.00%

    Changed files

    • .forgejo/CODEOWNERS
    • libavutil/Makefile
    • libavutil/tests/timestamp.c
    • tests/fate/libavutil.mak
    • tests/ref/fate/timestamp