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

Builder ffmpegsos-solaris10-sparc Build #13449

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionbce8d61d123602272db312eeed333a0063afc95e
Got Revisionbce8d61d123602272db312eeed333a0063afc95e
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 9 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 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 13449 Build
codebase Build
got_revision bce8d61d123602272db312eeed333a0063afc95e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bce8d61d123602272db312eeed333a0063afc95e 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. RossWang
  2. Tau Gärtli

Timing:

StartSat May 23 17:12:45 2026
EndSat May 23 17:13:08 2026
Elapsed23 secs

All Changes:

:

  1. Change #268135

    Category ffmpeg
    Changed by Tau Gärtli <gitohnoyoudont@tau.garden>
    Changed at Sat 23 May 2026 16:07:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b64d0c6db6fe747ee995f403a23f0fb6bec74246

    Comments

    tests/fate: Add tests for generic metadata tags

    Changed files

    • tests/Makefile
    • tests/fate-run.sh
    • tests/fate/generic-tags.mak
    • tests/generic-tags.ffmeta
    • tests/ref/fate/generic-tags-remux-asf
    • tests/ref/fate/generic-tags-remux-mov
    • tests/ref/fate/generic-tags-remux-mp3
    • tests/ref/fate/generic-tags-remux-riff
    • tests/ref/fate/generic-tags-remux-vorbiscomment
  2. Change #268136

    Category ffmpeg
    Changed by Tau Gärtli <gitohnoyoudont@tau.garden>
    Changed at Sat 23 May 2026 16:07:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ac4fc01d6f35df85ab6138387a2d1be060c349dd

    Comments

    libavformat: Add generic `disc_subtitle` tag

    Changed files

    • libavformat/avformat.h
  3. Change #268137

    Category ffmpeg
    Changed by Tau Gärtli <gitohnoyoudont@tau.garden>
    Changed at Sat 23 May 2026 16:07:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0abe230566d3a5b3252164d5a37a24072a206057

    Comments

    libavformat: Add generic `disc_subtitle` tag mapping for asf
    The mapping is taken from Picard's [1] and taglib's [2] documentation.
    
    The mapping in Microsoft's docs [3] maps `TSST` from ID3 to
    `WM/SetSubTitle`. However, some taggers [4] [5] use `WM/SubTitle` instead.
    I believe this to be an error, especially since the official docs say otherwise.
    
    [1]: https://picard-docs.musicbrainz.org/en/appendices/tag_mapping.html#disc-subtitle
    [2]: https://taglib.org/api/p_propertymapping.html
    [3]: https://learn.microsoft.com/en-gb/windows/win32/wmformat/id3-tag-support
    [4]: https://github.com/quodlibet/quodlibet/blob/db95540de69c7f7cda662fbad6d90eeca89611ce/quodlibet/formats/wma.py#L43
    [5]: https://invent.kde.org/multimedia/kid3/-/blob/989fb5b8f98e20387c704e229f8c8b9cd00ae453/src/plugins/taglibmetadata/taglibasfsupport.cpp#L93

    Changed files

    • libavformat/asf.c
    • tests/ref/fate/generic-tags-remux-asf
  4. Change #268138

    Category ffmpeg
    Changed by Tau Gärtli <gitohnoyoudont@tau.garden>
    Changed at Sat 23 May 2026 16:07:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 752abe97ab82ae16ff3f2cd9e304d948a298ef6d

    Comments

    libavformat: Add generic `disc_subtitle` tag mapping for ID3v2
    The mapping is taken from Picard's [1] and taglib's [2] documentation.
    
    The `TSST` frame is part of ID3v2.4.0:
    > The 'Set subtitle' frame is intended for the subtitle of the part
    > of a set this track belongs to.
    
    [1]: https://picard-docs.musicbrainz.org/en/appendices/tag_mapping.html#disc-subtitle
    [2]: https://taglib.org/api/p_propertymapping.html

    Changed files

    • libavformat/id3v2.c
    • tests/ref/fate/generic-tags-remux-mp3
  5. Change #268139

    Category ffmpeg
    Changed by Tau Gärtli <gitohnoyoudont@tau.garden>
    Changed at Sat 23 May 2026 16:07:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 504c135f8ccb2542fb170577dd2809b25c671102

    Comments

    libavformat: Add generic `disc_subtitle` tag mapping for MOV/MP4
    The mapping is taken from Picard's [1] and taglib's [2] documentation.
    
    [1]: https://picard-docs.musicbrainz.org/en/appendices/tag_mapping.html#disc-subtitle
    [2]: https://taglib.org/api/p_propertymapping.html

    Changed files

    • libavformat/mov.c
    • libavformat/movenc.c
    • tests/ref/fate/generic-tags-remux-mov
  6. Change #268140

    Category ffmpeg
    Changed by Tau Gärtli <gitohnoyoudont@tau.garden>
    Changed at Sat 23 May 2026 16:09:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8d817a1150f85df0fa86c3cfcc3e719e68b7c0a9

    Comments

    libavformat: Add generic `disc_subtitle` tag mapping for Vorbis
    The mapping is taken from Picard's [1] and taglib's [2] documentation.
    
    The official list [3] of standard field names is pretty short and
    does not include one for a disc/part subtitle. Some taggers use
    SETSUBTITLE here instead. However, I think DISCSUBTITLE is much more
    consistent with the already existing DISCNUMBER field and it matches
    what Picard and taglib do.
    
    [1]: https://picard-docs.musicbrainz.org/en/appendices/tag_mapping.html#disc-subtitle
    [2]: https://taglib.org/api/p_propertymapping.html
    [3]: https://xiph.org/vorbis/doc/v-comment.html

    Changed files

    • libavformat/vorbiscomment.c
    • tests/ref/fate/generic-tags-remux-vorbiscomment
  7. Change #268141

    Category ffmpeg
    Changed by RossWang <rosswangohnoyoudont@noreply.code.ffmpeg.org>
    Changed at Sat 23 May 2026 17:03:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bce8d61d123602272db312eeed333a0063afc95e

    Comments

    avformat/libsrt: fix ipv6 wildcard listener
    For now it fails on srt://[::]:1234?mode=listener
    
    This modification makes it accept a new option "ipv6only"
    
    Reference:
    https://github.com/Haivision/srt/pull/2608
    https://github.com/Haivision/srt/blob/master/docs/API/API-socket-options.md#SRTO_IPV6ONLY
    
    fix #10539

    Changed files

    • doc/protocols.texi
    • libavformat/libsrt.c