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

Builder ffmpegsos-solaris10-i386 Build #14294

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision88f7fd9ec5250d8e35c789d1eb0603ac80e8c547
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 5 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14294 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 88f7fd9ec5250d8e35c789d1eb0603ac80e8c547 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. cuptu

Timing:

StartFri Sep 18 17:24:15 2026
EndFri Sep 18 17:24:21 2026
Elapsed5 secs

All Changes:

:

  1. Change #282143

    Category ffmpeg
    Changed by cuptu <cuptuohnoyoudont@qq.com>
    Changed at Fri 18 Sep 2026 18:56:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 802ac3f6b866984cb82d55f2bd19059adf7761fd

    Comments

    fftools/ffprobe: avoid implicitly enabling groups for stream entries
    -show_entries stream=... also matches streams inside groups, enabling
    group output even when it was not requested. With the MOV timecode groups
    in fcp_export8-236.mov, the selected video stream is printed four times.
    
    Require an explicit selection to enable groups through their stream
    sections. Shared stream names still filter fields when groups are enabled
    with -show_stream_groups or a group section name.
    
    Add three FATE tests and update the affected MOV references.
    
    Fixes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/24352
    Signed-off-by: cuptu <cuptu@qq.com>

    Changed files

    • doc/ffprobe.texi
    • fftools/ffprobe.c
    • tests/fate/mov.mak
    • tests/ref/fate/ffprobe-group-stream-entries-tmcd
    • tests/ref/fate/ffprobe-show-groups-tmcd
    • tests/ref/fate/ffprobe-stream-entries-tmcd
    • tests/ref/fate/mov-mp4-disposition-mpegts-remux
    • tests/ref/fate/mov-mp4-ttml-dfxp
    • tests/ref/fate/mov-mp4-ttml-stpp
    • tests/ref/fate/mov-mp4-with-mov-in24-ver
  2. Change #282144

    Category ffmpeg
    Changed by cuptu <cuptuohnoyoudont@qq.com>
    Changed at Fri 18 Sep 2026 18:56:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 88f7fd9ec5250d8e35c789d1eb0603ac80e8c547

    Comments

    fftools/ffprobe: require explicit selection for program streams
    Shared stream entries implicitly enable programs as well as stream groups.
    Require explicit selection for the program streams subtree too, avoiding
    duplicate streams in MPEG-TS output and empty program sections in JSON.
    
    Keep explicit program selection and stream field filtering working. Add
    tests for -show_programs and program_stream, and update the MOV and MPEG-TS
    references affected by the removal of implicit program output.
    
    Signed-off-by: cuptu <cuptu@qq.com>

    Changed files

    • doc/ffprobe.texi
    • fftools/ffprobe.c
    • tests/fate/mpegts.mak
    • tests/ref/fate/mov-mp4-disposition-mpegts-remux
    • tests/ref/fate/mov-mp4-ttml-dfxp
    • tests/ref/fate/mov-mp4-ttml-stpp
    • tests/ref/fate/mpegts-lcevc-h264-dual-track
    • tests/ref/fate/mpegts-lcevc-hevc-dual-track
    • tests/ref/fate/mpegts-lcevc-vvc-dual-track
    • tests/ref/fate/mpegts-probe-latm
    • tests/ref/fate/mpegts-probe-pmt-merge
    • tests/ref/fate/mpegts-probe-program
    • tests/ref/fate/mpegts-probe-program-stream
    • tests/ref/fate/mpegts-probe-show-program