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

Builder ffmpeg-solaris10-sparc Build #14003

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision0a44e7ddc18d6ec58b23cad7b56f2ca0217f8768
Got Revision0a44e7ddc18d6ec58b23cad7b56f2ca0217f8768
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Zhao Zhili

Timing:

StartTue Jun 30 05:33:44 2026
EndTue Jun 30 05:34:02 2026
Elapsed17 secs

All Changes:

:

  1. Change #273271

    Category ffmpeg
    Changed by Zhao Zhili <quinkblackohnoyoudont@foxmail.com>
    Changed at Tue 30 Jun 2026 07:08:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0a44e7ddc18d6ec58b23cad7b56f2ca0217f8768

    Comments

    avformat: add iTerm2 inline image protocol muxer
    Add a muxer that wraps encoded image in the iTerm2 inline image protocol
    (OSC 1337) so ffmpeg can play video directly in an iTerm2 terminal. The
    output is a self-contained byte stream: it can be played live or saved
    to a file and replayed with cat.

    Changed files

    • Changelog
    • doc/muxers.texi
    • libavformat/Makefile
    • libavformat/allformats.c
    • libavformat/iterm2enc.c
    • libavformat/version.h