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

Builder ffmpeg64-solaris10-sparc Build #14393

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond97584959417519597a24c8fdd13dc4b9af1a876
Got Revisiond97584959417519597a24c8fdd13dc4b9af1a876
Changes27 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 50 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 ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 14393 Build
codebase Build
got_revision d97584959417519597a24c8fdd13dc4b9af1a876 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision d97584959417519597a24c8fdd13dc4b9af1a876 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dong Nguyen
  2. Michael Niedermayer
  3. Ramiro Polla
  4. Timo Rothenpieler
  5. Werner Robitza
  6. Zhao Zhili

Timing:

StartSat Sep 26 16:55:58 2026
EndSat Sep 26 16:57:00 2026
Elapsed1 mins, 2 secs

All Changes:

:

  1. Change #283261

    Category ffmpeg
    Changed by Ramiro Polla <ramiro.pollaohnoyoudont@gmail.com>
    Changed at Sat 26 Sep 2026 12:50:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5617631d684a2522ed21c2fa89ec3a94b7ab4930

    Comments

    LICENSE: remove VMAF from list of libraries under the Apache license
    Forgotten in 4979afdb858.

    Changed files

    • LICENSE.md
  2. Change #283262

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0293b8a0278ecf693048df1b33658d3219201140

    Comments

    avfilter/drawutils: cover the alpha plane fully when blending
    Blending took the colour's own alpha as the value written into the
    alpha plane, weighted by that same alpha once more, so a translucent
    colour left less alpha behind than it covered: half transparent red over
    a transparent canvas ended with alpha 64 instead of 128, and drawn over
    opaque content it even punched a hole into the alpha plane. The colour's
    transparency is already part of the coverage, so the alpha plane takes
    full coverage, which is source-over compositing.
    
    The drawutils test program checks this and runs under FATE.
    
    Assisted-by: Claude

    Changed files

    • libavfilter/drawutils.c
    • libavfilter/tests/drawutils.c
    • tests/fate/filter-video.mak
    • tests/ref/fate/filter-drawutils
  3. Change #283263

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0b37a6d836441118b2c5a9ac403cdb5ef2a33fc7

    Comments

    avfilter/vf_subtitles: let the ass filter take its script from an option
    The new "script" option holds the ASS script inline, as an alternative
    to reading it from "filename", so an application can render text it
    generated itself without writing a temporary file first.
    
    Assisted-by: Claude

    Changed files

    • doc/filters.texi
    • libavfilter/vf_subtitles.c
  4. Change #283264

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c828644f3b9c5cc64370db9500fe63dfdcb1e678

    Comments

    avfilter/vf_subtitles: replace the ass filter's script at runtime
    The "script" option becomes a command, so an application can update the
    rendered text while the graph keeps running instead of rebuilding it,
    which would reload the fonts every time.
    
    Assisted-by: Claude

    Changed files

    • doc/filters.texi
    • libavfilter/vf_subtitles.c
  5. Change #283265

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cf3d01698217279db3e40bba8428f5bb6a2135f1

    Comments

    ffplay: seek to the previous chapter from the last one as well
    The chapter lookup left the index one past the end when the position
    lay inside the last chapter, so page down restarted that chapter
    instead of moving to the previous one like it does everywhere else.
    
    Assisted-by: Claude

    Changed files

    • fftools/ffplay.c
  6. Change #283266

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ef8c89863d9afb4ee65cc5f9601c682764b49dc0

    Comments

    ffplay: factor the current chapter lookup out of seek_chapter
    Assisted-by: Claude

    Changed files

    • fftools/ffplay.c
  7. Change #283267

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a7d86986174e54a4b1d8bab29133f330c4e90201

    Comments

    ffplay: make seek_chapter take the chapter index
    The callers pass the index relative to the current chapter themselves,
    so the function can serve seeks to an arbitrary chapter too.
    
    Assisted-by: Claude

    Changed files

    • fftools/ffplay.c
  8. Change #283268

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 15586ccb36f0681a9a32ca7e4f49bf6d872d4422

    Comments

    ffplay: show a list of the chapters on screen
    Page up/down fade in a list of the chapters around the current one and
    fade it out again half a second after the last key press, "l" keeps it
    on screen, and while it is kept down/up move the selection. Enter seeks
    to the selected chapter and the mouse wheel moves the selection whenever
    the list is visible. Each entry shows the chapter's number, its title
    with the artist beneath it, both clipped to their column, and its
    length; a bar at the left edge marks the chapter being played and moves
    along with playback.
    
    The ass filter renders the list onto a transparent canvas the size of
    the panel, only when its content changes, and SDL composites the result
    as a texture whose alpha modulation does the fading. The video path is
    untouched and nothing is drawn while the list is hidden. The list is not
    available with the Vulkan renderer, which bypasses SDL rendering.
    
    Assisted-by: Claude

    Changed files

    • configure
    • doc/ffplay.texi
    • fftools/ffplay.c
  9. Change #283269

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 684b84e36d5c14457ab10ad19da666af10d63a66

    Comments

    ffplay: seek to a chapter list entry by clicking it
    Assisted-by: Claude

    Changed files

    • doc/ffplay.texi
    • fftools/ffplay.c
  10. Change #283270

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 80a55704b7d0ac7f7098899e4abcb8fb4b2c067c

    Comments

    ffplay: sort the chapter list by clickable column buttons
    Buttons above the list order it by chapter number, artist, title or
    duration. Clicking a column makes it the first sort key ahead of the
    ones clicked before, which still resolve ties, so # then Title orders
    by title with equal titles in chapter order. Clicking the first key
    again flips its order, shown by an arrow on its button.
    
    The rows become an array in display order, rebuilt whenever the list is
    shown, so the selection can survive a re-sort and chapters a demuxer
    adds during playback are picked up. The length of each chapter is kept
    with its row for the display and the sort to share; the sort compares
    the exact length while the display rounds it to seconds.
    
    Assisted-by: Claude

    Changed files

    • doc/ffplay.texi
    • fftools/ffplay.c
  11. Change #283271

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 24ae8078720a6f5e5d99ae93c69fccbc9cee49ce

    Comments

    ffplay: filter the chapter list by typing while it is pinned
    While the list is pinned it owns the keyboard: typed text narrows the
    entries to those whose artist or title contains it, backspace erases,
    escape closes the list. The list is pinned on the release of its key so
    that the key's own text input does not start the search, and the
    canvas keeps its full size so a changing row count does not alter the
    script resolution libass scales to.
    
    Assisted-by: Claude

    Changed files

    • doc/ffplay.texi
    • fftools/ffplay.c
  12. Change #283272

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d2a7ee3ed780612030f55c38700875b9cbdbccc4

    Comments

    ffplay: factor the chapter list hit test out of the click handler
    Assisted-by: Claude

    Changed files

    • fftools/ffplay.c
  13. Change #283273

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 31b2c648dab8cf4f6e943097a1282268465647e0

    Comments

    ffplay: highlight the chapter list entry and button under the mouse
    The position of the mouse is kept from its motion events and every
    render of the list looks up what lies under it, so the highlight always
    matches the rows being drawn even after they were rebuilt. Mouse motion
    only asks for a render when the hovered row or button changes, and the
    render happens once the pending events are handled, so sweeping the
    mouse across the list renders once instead of once per row. Leaving
    the window drops the highlight.
    
    Assisted-by: Claude

    Changed files

    • fftools/ffplay.c
  14. Change #283274

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 167daeea941eb715e6138af79d4bdcdc591c7f8d

    Comments

    avformat/concatdec: split the probing of a file out of open_file
    Assisted-by: Claude

    Changed files

    • libavformat/concatdec.c
  15. Change #283275

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c4947461bacea5e0a98e30e2ebd5fff28fb832cc

    Comments

    avformat/concatdec: add an option creating a chapter per file
    With chapter_per_file set, every file becomes a chapter named after its
    title tag or, failing that, its file name, carrying the file's other
    tags, so a player can present a playlist as a browsable list. Finding
    the chapter boundaries means probing every file up front, which also
    makes the total duration known and the output seekable. The generated
    chapters get ids above those of the chapters the script declares, and
    the chapters are kept in chronological order.
    
    Assisted-by: Claude

    Changed files

    • doc/demuxers.texi
    • libavformat/concatdec.c
    • tests/chapters.ffconcat
    • tests/fate/concatdec.mak
    • tests/ref/fate/concat-demuxer-chapters-lavf-mxf
  16. Change #283276

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5e217ff6a3eaaf565853d1b331709952907b982c

    Comments

    ffplay: shuffle the chapter list
    A shuffle button orders the list by a pseudo-random rank of each
    chapter derived from a seed, so the order is reproducible and the
    other keys still resolve ties. Clicking the left half of the button
    lowers the seed, the right half raises it, either way giving a new
    order.
    
    Assisted-by: Claude

    Changed files

    • doc/ffplay.texi
    • fftools/ffplay.c
  17. Change #283277

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 13:36:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b139ba11d8e8032cf7e88154b11df19d7ce6af32

    Comments

    ffplay: show a chapter's metadata when the mouse is over its symbol
    A symbol at the right of each entry pops up every tag of the chapter
    beside the list, or over its rows when the window leaves no room there.
    Clicking the symbol does not seek.
    
    Assisted-by: Claude

    Changed files

    • doc/ffplay.texi
    • fftools/ffplay.c
  18. Change #283278

    Category ffmpeg
    Changed by Werner Robitza <werner.robitzaohnoyoudont@gmail.com>
    Changed at Sat 26 Sep 2026 16:15:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c54710db21c1827dbc3e47658a562525af0fe528

    Comments

    avcodec/liboapvenc: fix build with openapv >= 1.1
    openapv 1.1 changed oapvm_create() to take a descriptor argument.
    This was first raised here:
    https://github.com/homebrew-ffmpeg/homebrew-ffmpeg/issues/235

    Changed files

    • libavcodec/liboapvenc.c
  19. Change #283279

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 17:05:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1088e8b43e7f367a7311b7a51410fcf149d6cda8

    Comments

    avformat/asfdec_f: index the seek position table by ASF stream number
    Fixes: stack buffer overflow
    Fixes: M3Ib1Zm6OX8V/testcase/crafted.asf / gen.py
    Fixes: M3Ib1Zm6OX8V
    Found-by: Zheng Yu @ Depthfirst

    Changed files

    • libavformat/asfdec_f.c
  20. Change #283281

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 17:05:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2239772b8e7d9553c71056a93965c04fe6417e66

    Comments

    avformat/asfdec_f: index keyframes at the packet position in asf_read_pts()
    Fixes: assertion failure
    Found during triage/review of the security report M3Ib1Zm6OX8V

    Changed files

    • libavformat/asfdec_f.c
  21. Change #283283

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 17:05:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 45137eff5ceb46c6157dc3b6d5c670e1c267c540

    Comments

    avformat/asfdec_f: drop the stream count limit
    Found during triage/review of the security report M3Ib1Zm6OX8V

    Changed files

    • libavformat/asfdec_f.c
  22. Change #283285

    Category ffmpeg
    Changed by Zhao Zhili <quinkblackohnoyoudont@foxmail.com>
    Changed at Sat 26 Sep 2026 17:32:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 75f7e9be9a03491f6ea38dec30476b12813774bf

    Comments

    configure: make threads a hard dependency for dnn
    All DNN backends (TensorFlow, OpenVINO, libtorch, ONNX Runtime) require
    multithreading at runtime, and the DNN async inference path uses pthread
    APIs directly. Disabling thread support while building DNN is not a real
    use case.

    Changed files

    • configure
  23. Change #283287

    Category ffmpeg
    Changed by Zhao Zhili <quinkblackohnoyoudont@foxmail.com>
    Changed at Sat 26 Sep 2026 17:32:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision aa1aad59f532447f7984e39e2055654460927eda

    Comments

    avfilter/dnn: replace DNNCond by AVCond
    The DNNCond / dnn_cond_* macros in safe_queue.c were guarded by
    HAVE_PTHREAD_CANCEL, but none of them call pthread_cancel().
    The guard was semantically wrong. AVCond provides both a threads
    and a no-thread fallback path, so the conditional compilation is
    no longer needed here.

    Changed files

    • libavfilter/dnn/safe_queue.c
  24. Change #283289

    Category ffmpeg
    Changed by Zhao Zhili <quinkblackohnoyoudont@foxmail.com>
    Changed at Sat 26 Sep 2026 17:32:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5cf0dbac37605194faea51dd268b2097a59c70a9

    Comments

    libavfilter/dnn: remove incorrect HAVE_PTHREAD_CANCEL guards
    HAVE_PTHREAD_CANCEL checks whether pthread_cancel() is available, not
    whether thread support exists at all. It was used in dnn to guard pthread
    API, none of which depend on pthread_cancel. Platforms can have a working
    pthread implementation without pthread_cancel (e.g., Android), so the
    guard could disable the async path on systems that actually support
    threads.
    
    Now that threads is a hard dependency of dnn, remove the guards and the
    sync fallback path they protected.

    Changed files

    • libavfilter/dnn/dnn_backend_common.c
    • libavfilter/dnn/dnn_backend_common.h
    • libavfilter/dnn/dnn_backend_tf.c
  25. Change #283290

    Category ffmpeg
    Changed by Zhao Zhili <quinkblackohnoyoudont@foxmail.com>
    Changed at Sat 26 Sep 2026 17:32:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6a030f3dd25201e49c946d37fa5d66cc2b3882c8

    Comments

    libavfilter/dnn: guard pthread_join on never-started async threads
    ff_dnn_async_module_cleanup and ff_dnn_start_inference_async
    unconditionally pthread_join() thread_id, which is zeroed by av_mallocz
    until pthread_create runs. The first call to either helper joins a
    never-created handle, which strict_pthread_join turns into abort().

    Changed files

    • libavfilter/dnn/dnn_backend_common.c
    • libavfilter/dnn/dnn_backend_common.h
  26. Change #283291

    Category ffmpeg
    Changed by Dong Nguyen <Dong.Nguyenohnoyoudont@amd.com>
    Changed at Sat 26 Sep 2026 17:42:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b227d1e4be9371e37da8107f7a30364fa8cff5fb

    Comments

    avfilter/vf_scale_d3d12: fix command allocator sync before reset
    Replace the single command allocator with a pooled allocator approach matching d3d12va_encode.c. Each allocator is tagged with the fence value that must complete before it can be reused. Fixes #24483.

    Changed files

    • libavfilter/vf_scale_d3d12.c
  27. Change #283292

    Category ffmpeg
    Changed by Timo Rothenpieler <timoohnoyoudont@rothenpieler.org>
    Changed at Sat 26 Sep 2026 18:02:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d97584959417519597a24c8fdd13dc4b9af1a876

    Comments

    avformat/mov: don't leak on realloc failure
    Fixes: #YWH-PGM40646-48

    Changed files

    • libavformat/mov.c