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

Builder ffmpegsos-solaris10-sparc Build #12553

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision86f1ee1842f37f92c74b57457e5647ad24065c30
Got Revision86f1ee1842f37f92c74b57457e5647ad24065c30
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 59 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_sos.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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 12553 Build
codebase Build
got_revision 86f1ee1842f37f92c74b57457e5647ad24065c30 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 86f1ee1842f37f92c74b57457e5647ad24065c30 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. Martin Storsjö

Timing:

StartFri Dec 12 18:11:12 2025
EndFri Dec 12 18:12:19 2025
Elapsed1 mins, 7 secs

All Changes:

:

  1. Change #251993

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Fri 12 Dec 2025 17:39:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 360fda56cd339854d39f136c667cb870bf840b9a

    Comments

    avformat: Skip logging in ff_make_codec_str if logctx == NULL
    This is in preparation for reusing the same codepaths for a public
    API, where we don't want it to print various diagnostic logging.

    Changed files

    • libavformat/codecstring.c
    • libavformat/vpcc.c
  2. Change #251994

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Fri 12 Dec 2025 17:40:00
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c9b5e145b71b5415b742f687cdeb9c611201a047

    Comments

    avformat: Add av_mime_codec_str public API
    Add a public API for producing RFC 4281/6381 codecs trings for
    MIME types.
    
    This can be required for providing alternative video files to
    a web browser, letting the browser pick the best file it supports.
    Such strings also allow querying a browser whether it supports
    a certain codec combination.
    
    Finally, if implementing a DASH/HLS segmenter outside of libavformat,
    one also has to generate such strings.
    
    Generating such strings for H264/AAC is very simple, but for
    more modern codecs, it can require a lot of nontrivial codec
    specific parsing of extradata.
    
    As libavformat already implements this, expose it for users as well.
    
    The old, internal function ff_make_codec_str is kept and used by
    the HLS and DASH muxers; the old function takes a logging context
    which can be used for logging auxillary info about how the string
    generation worked out.

    Changed files

    • doc/APIchanges
    • libavformat/Makefile
    • libavformat/avformat.h
    • libavformat/codecstring.c
    • libavformat/version.h
  3. Change #251995

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Fri 12 Dec 2025 17:40:01
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 86f1ee1842f37f92c74b57457e5647ad24065c30

    Comments

    ffprobe: Include the RFC 4281 "mime codec string" in show_stream output

    Changed files

    • doc/ffprobe.xsd
    • fftools/ffprobe.c
    • tests/fate/mov.mak
    • tests/ref/fate/concat-demuxer-simple2-lavf-ts
    • tests/ref/fate/flv-demux
    • tests/ref/fate/gapless-mp3-side-data
    • tests/ref/fate/mov-mime-codecstring
    • tests/ref/fate/mov-zombie
    • tests/ref/fate/oggopus-demux
    • tests/ref/fate/ts-demux
    • tests/ref/fate/ts-opus-demux
    • tests/ref/fate/ts-small-demux