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

Builder ffmpeg-solaris10-sparc Build #13127

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 13127 Build
codebase Build
got_revision ff98352c3d002e6406fc03e9e69fcaf8064d838f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision ff98352c3d002e6406fc03e9e69fcaf8064d838f 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. James Almer

Timing:

StartThu Feb 12 14:04:42 2026
EndThu Feb 12 14:05:03 2026
Elapsed20 secs

All Changes:

:

  1. Change #257557

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 12 Feb 2026 13:59:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 70f0ddd2cac9c8246ff0908a76e1af39fae43ca1

    Comments

    tests/fate/dca: use stream_demux for lossless tests
    Unlike md5, the adler32 hash shows the frames with priming samples, which will
    be useful in the following commits.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • tests/fate/dca.mak
    • tests/ref/fate/dca-xll_51_16_192_768_0
    • tests/ref/fate/dca-xll_51_16_192_768_0-dmix_2
    • tests/ref/fate/dca-xll_51_16_192_768_0-dmix_6
    • tests/ref/fate/dca-xll_51_16_192_768_1
    • tests/ref/fate/dca-xll_51_16_192_768_1-dmix_2
    • tests/ref/fate/dca-xll_51_16_192_768_1-dmix_6
    • tests/ref/fate/dca-xll_51_24_48_768
    • tests/ref/fate/dca-xll_51_24_48_768-dmix_2
    • tests/ref/fate/dca-xll_51_24_48_768-dmix_6
    • tests/ref/fate/dca-xll_51_24_48_none
    • tests/ref/fate/dca-xll_51_24_48_none-dmix_2
    • tests/ref/fate/dca-xll_51_24_48_none-dmix_6
    • tests/ref/fate/dca-xll_71_24_48_768_0
    • tests/ref/fate/dca-xll_71_24_48_768_0-dmix_2
    • tests/ref/fate/dca-xll_71_24_48_768_0-dmix_6
    • tests/ref/fate/dca-xll_71_24_48_768_1
    • tests/ref/fate/dca-xll_71_24_48_768_1-dmix_2
    • tests/ref/fate/dca-xll_71_24_48_768_1-dmix_6
    • tests/ref/fate/dca-xll_71_24_96_768
    • tests/ref/fate/dca-xll_71_24_96_768-dmix_2
    • tests/ref/fate/dca-xll_71_24_96_768-dmix_6
    • tests/ref/fate/dca-xll_x96_51_24_96_1509
    • tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_2
    • tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_6
    • tests/ref/fate/dca-xll_xch_61_24_48_768
    • tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_2
    • tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_6
  2. Change #257558

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 12 Feb 2026 13:59:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e1484a30e572e375e8ce41fd9539ba47085b8ea0

    Comments

    avformat/dtshddec: properly support priming and padding samples
    Don't just export initial_padding, but also take it into account for timestamps
    by adjusting the stream's start_time. Also, export the padding samples in a way
    that's actually supported, as currently trailing_padding is unused so no user
    will look at it.
    
    For the sake of not reducing coverage and because the lossy tests have reference
    files that contain the priming samples, add the skip_manual flags2 to the tests
    so we still output them. A new ffprobe call will ensure the demuxer behavior is
    tested too.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/dtshddec.c
    • tests/fate/dca.mak
    • tests/ref/fate/dca-xll_51_16_192_768_0
    • tests/ref/fate/dca-xll_51_16_192_768_0-dmix_2
    • tests/ref/fate/dca-xll_51_16_192_768_0-dmix_6
    • tests/ref/fate/dca-xll_51_16_192_768_1
    • tests/ref/fate/dca-xll_51_16_192_768_1-dmix_2
    • tests/ref/fate/dca-xll_51_16_192_768_1-dmix_6
    • tests/ref/fate/dca-xll_51_24_48_768
    • tests/ref/fate/dca-xll_51_24_48_768-dmix_2
    • tests/ref/fate/dca-xll_51_24_48_768-dmix_6
    • tests/ref/fate/dca-xll_51_24_48_none
    • tests/ref/fate/dca-xll_51_24_48_none-dmix_2
    • tests/ref/fate/dca-xll_51_24_48_none-dmix_6
    • tests/ref/fate/dca-xll_71_24_48_768_0
    • tests/ref/fate/dca-xll_71_24_48_768_0-dmix_2
    • tests/ref/fate/dca-xll_71_24_48_768_0-dmix_6
    • tests/ref/fate/dca-xll_71_24_48_768_1
    • tests/ref/fate/dca-xll_71_24_48_768_1-dmix_2
    • tests/ref/fate/dca-xll_71_24_48_768_1-dmix_6
    • tests/ref/fate/dca-xll_71_24_96_768
    • tests/ref/fate/dca-xll_71_24_96_768-dmix_2
    • tests/ref/fate/dca-xll_71_24_96_768-dmix_6
    • tests/ref/fate/dca-xll_x96_51_24_96_1509
    • tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_2
    • tests/ref/fate/dca-xll_x96_51_24_96_1509-dmix_6
    • tests/ref/fate/dca-xll_xch_61_24_48_768
    • tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_2
    • tests/ref/fate/dca-xll_xch_61_24_48_768-dmix_6
  3. Change #257559

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 12 Feb 2026 13:59:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ff98352c3d002e6406fc03e9e69fcaf8064d838f

    Comments

    avcodec: set skip_samples in generic code
    Decoders should only worry about exporting AVCodeContext->delay during init.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/avcodec.c
    • libavcodec/liblc3dec.c
    • libavcodec/libopusdec.c
    • libavcodec/opus/parse.c
    • libavcodec/wmadec.c