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

Builder ffmpegsos-solaris10-sparc Build #13879

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 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 13879 Build
codebase Build
got_revision a1d17fdd28ba9e53c2257e782fd509fbf4848254 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a1d17fdd28ba9e53c2257e782fd509fbf4848254 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. Romain Beauxis

Timing:

StartFri Aug 21 04:05:59 2026
EndFri Aug 21 04:06:19 2026
Elapsed20 secs

All Changes:

:

  1. Change #278834

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Fri 21 Aug 2026 05:38:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 20b70144a6834dbf2984a26d90a4476068fc1f5c

    Comments

    tests/fate/gapless: complete the mp3 test dependencies
    The gapless() helper decodes through the wav muxer into the md5 protocol,
    neither of which FRAMECRC requires, and ffprobe_demux reads the sample
    through the file protocol, against a reference that covers the sample
    format the mp3 decoder picked.

    Changed files

    • tests/fate/gapless.mak
  2. Change #278835

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Fri 21 Aug 2026 05:38:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bfcf9fcb3735a62648a968caad55d6b37c9998a2

    Comments

    avformat: factor out iTunSMPB parsing
    Apple encoders store gapless playback information in this tag, in the
    metadata of mp4 files and, as an ID3v2 comment, of mp3 files, so move the
    parsing to a helper both demuxers can share.
    
    The sample counts are widened to the 64 bits the tag can write, scanned
    unsigned as it writes them, and rejected past what can be a sample count,
    so that callers can add and rescale the three without overflowing.

    Changed files

    • libavformat/demux.h
    • libavformat/demux_utils.c
    • libavformat/mov.c
  3. Change #278836

    Category ffmpeg
    Changed by Romain Beauxis <romain.beauxisohnoyoudont@gmail.com>
    Changed at Fri 21 Aug 2026 05:38:24
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a1d17fdd28ba9e53c2257e782fd509fbf4848254

    Comments

    avformat/mp3dec: parse iTunes gapless info
    Apple encoders do not write the LAME extension of the Xing tag, so the
    files they produce get no gapless handling at all and no exact duration
    either, the sample used here carrying no VBR tag whatsoever.
    
    Contrary to the LAME tag, the iTunSMPB priming count already includes the
    decoder delay, so apply it as is, the way the mov demuxer already does,
    and validate it against the three counts adding up to what the frames
    decode to.

    Changed files

    • libavformat/mp3dec.c
    • tests/fate/gapless.mak
    • tests/ref/fate/gapless-mp3-itunes
    • tests/ref/fate/gapless-mp3-itunes-side-data
    • tests/ref/fate/id3v2-reenc-delete-metadata
    • tests/ref/fate/id3v2-reenc-delete-metadata-keep
    • tests/ref/fate/id3v2-reenc-delete-metadata-keep-format
    • tests/ref/fate/id3v2-reenc-delete-metadata-keep-stream
    • tests/ref/fate/id3v2-reenc-delete-metadata-map-metadata
    • tests/ref/fate/id3v2-reenc-remux-keep