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

Builder ffmpegsos-solaris10-i386 Build #13294

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3ab8b976c186f68b43dc2cae081453d69a7e8c55
Got Revision3ab8b976c186f68b43dc2cae081453d69a7e8c55
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 8 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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 13294 Build
codebase Build
got_revision 3ab8b976c186f68b43dc2cae081453d69a7e8c55 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3ab8b976c186f68b43dc2cae081453d69a7e8c55 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. James Almer

Timing:

StartFri Feb 6 03:26:36 2026
EndFri Feb 6 03:26:53 2026
Elapsed16 secs

All Changes:

:

  1. Change #257087

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 06 Feb 2026 03:21:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1dd85471937075a2bcdbfc0fa387461e20f89574

    Comments

    avformat/demux: don't overwrite already set packet durations with parser ones
    Following up on b613eebe78de, if a demuxer that exports complete frames sets a
    duration, don't overwrite it from the output of the parser.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/demux.c
    • tests/ref/fate/matroska-encoding-delay
    • tests/ref/fate/matroska-flac-channel-mapping
  2. Change #257088

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 06 Feb 2026 03:21:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0880458e4c27337718ca836e1193803a089fc690

    Comments

    avformat/matroskadec: take into account priming samples in audio tracks
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/matroskadec.c
    • tests/ref/fate/matroska-encoding-delay
    • tests/ref/fate/matroska-ogg-opus-remux
    • tests/ref/fate/matroska-opus-remux
    • tests/ref/lavf/mkv
    • tests/ref/lavf/mkv_attachment
  3. Change #257089

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 06 Feb 2026 03:21:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 11e9a325ec06d9d6784dabbd655c490797249910

    Comments

    tests/fate/matroska: remove copyts from audio tests
    It's not needed after the previous commit.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/fate/matroska.mak
  4. Change #257090

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 06 Feb 2026 03:21:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision aa20d7b3e887667aaa79e27171695fabef9486a2

    Comments

    avcodec/opus/parse: export the packet and extradata parsing functions
    Needed for the following commit.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • configure
    • libavcodec/opus/Makefile
    • libavcodec/opus/dec.c
    • libavcodec/opus/parse.c
    • libavcodec/opus/parse.h
    • libavcodec/opus/parser.c
  5. Change #257091

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Fri 06 Feb 2026 03:21:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3ab8b976c186f68b43dc2cae081453d69a7e8c55

    Comments

    avformat/matroskaenc: parse Opus packets to write proper durations
    Before this patch, the last packet in the affected fate test would be written
    without a BlockDuration element despite the packet's duration being shorter
    than the Opus frame size.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/matroskaenc.c
    • tests/ref/fate/matroska-ogg-opus-remux