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

Builder ffmpegsos-solaris10-sparc Build #12337

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona979c9b9358aef55612eec4b14c098efba350dcd
Got Revisiona979c9b9358aef55612eec4b14c098efba350dcd
Changes13 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 6 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_sos.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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12337 Build
codebase Build
got_revision a979c9b9358aef55612eec4b14c098efba350dcd Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a979c9b9358aef55612eec4b14c098efba350dcd Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartThu Oct 30 15:37:52 2025
EndThu Oct 30 15:38:10 2025
Elapsed18 secs

All Changes:

:

  1. Change #247097

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 14:54:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6879c8ee5dd0cd8e8643d9ebbc3f95ea34a7fa1f

    Comments

    avcodec/avcodec: add helpers to convert between packet and frame side data
    They will be used in following commits.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • doc/APIchanges
    • libavcodec/avcodec.c
    • libavcodec/packet.h
    • libavcodec/version.h
  2. Change #247098

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7ac1b410e12ff0952be49ad9aff0dba0f0406f8f

    Comments

    fftools/ffmpeg_filter: fix passing certain parameters to inputs bound to a filtergraph output
    Certain parameters, like calculated framerate, are unavailable when connecting
    the output of a filtergraph to the input of another.
    
    This fixes command lines like
    
    ffmpeg -lavfi "testsrc=rate=1:duration=1[out0]" -filter_complex "[out0]null[out1]" -map [out1] -y out.png
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_filter.c
  3. Change #247099

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7b18beb477f1716b8abac15df91410dc967be2e9

    Comments

    fftools: pass global side data through using a separate array
    This keeps global and per frame side data clearly separated, and actually
    propagates the former as it comes out from the buffersink filter.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg.c
    • fftools/ffmpeg.h
    • fftools/ffmpeg_enc.c
    • fftools/ffmpeg_filter.c
  4. Change #247100

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ba0dc3d49eda6b692d7f4ecd4e8c565739685112

    Comments

    fftools/ffmpeg_opt: add helpers to match stream groups
    Will be used to check for specifiers that match a given stream group and not
    a stream within one.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/cmdutils.c
    • fftools/cmdutils.h
    • fftools/ffmpeg.h
    • fftools/ffmpeg_opt.c
  5. Change #247101

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 99ec0752d7e47d78b38c4e8767d2615cfc503504

    Comments

    fftools/ffmpeg_demux: add InputStreamGroup to store stream groups
    Preparatory work for upcoming changes. Make ffmpeg keep track of stream groups
    internally.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_demux.c
  6. Change #247102

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c751ad2c3690e2dd16de7dfefa651779e6a9498b

    Comments

    fftools/ffmpeg_mux_init: allow creating streams from filtergraphs created out of stream groups
    Several formats are being designed where more than one independent video or
    audio stream within a container are part of what should be a single combined
    output. This is the case for HEIF (Defining a grid where the decoded output
    of several separate video streams are to be placed to generate a single output
    image) and IAMF (Defining audio streams where channels are present in separate
    coded stream).
    
    AVStreamGroup was designed and implemented in libavformat to convey this
    information, but the actual merging is left to the caller.
    This change allows the FFmpeg CLI to take said information, parse it, and
    create filtergraphs to merge the streams, making the combined output be usable
    automatically further in the process.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_mux_init.c
  7. Change #247103

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cce85642c90097e235086e65ddfc0f41c5f90608

    Comments

    fftools/ffmpeg_sched: add a function to remove a filtergraph from the scheduler
    For the purpose of merging streams in a stream group, a filtergraph can't be
    created once we know it will be used. Therefore, allow filtergraphs to be
    removed from the scheduler after being added.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_sched.c
    • fftools/ffmpeg_sched.h
  8. Change #247104

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9dcd25b7cd885c1c576bec1021736e8e5e4c78d6

    Comments

    fftools/ffmpeg_filter: allow removing filtergraphs that contain unbound outputs
    Actual practical implementation of the previous commit.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_filter.c
  9. Change #247105

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e7cf188bb61157870e87eafaa2932ab516f60787

    Comments

    fftools/ffmpeg_filter: reindent after the previous commit
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_filter.c
  10. Change #247106

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dec3cc01385c2eda49fec359dd6bf88e5177dec0

    Comments

    fftools/ffmpeg_filter: allow binding unlabeled filtergraphs
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_filter.c
  11. Change #247107

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 433d18a1d99dbfca48ca1b16e38a2a032d140a7a

    Comments

    fftools/ffmpeg_filter: handle metadata from stream group in relevant the filtergraphs
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_filter.c
    • fftools/ffmpeg_opt.c
  12. Change #247108

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5ff8395e7806ad27743829b047067098c288782a

    Comments

    fftools/ffmpeg_demux: create a filtegraph to merge HEIF tiles automatically
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • fftools/ffmpeg_demux.c
    • fftools/ffmpeg_mux_init.c
  13. Change #247109

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 30 Oct 2025 15:02:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a979c9b9358aef55612eec4b14c098efba350dcd

    Comments

    tests/ffmpeg: add test for HEIF automatic tile merging
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/fate/ffmpeg.mak
    • tests/ref/fate/ffmpeg-heif-merge
    • tests/ref/fate/ffmpeg-heif-merge-filtergraph
    • tests/ref/fate/ffmpeg-heif-merge-mapped