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

Builder ffmpegsos-solaris10-sparc Build #13661

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiondedb75a810cfe3b0be696d3802c733885d94fd18
Got Revisiondedb75a810cfe3b0be696d3802c733885d94fd18
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 28 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 ( 6 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 13661 Build
codebase Build
got_revision dedb75a810cfe3b0be696d3802c733885d94fd18 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision dedb75a810cfe3b0be696d3802c733885d94fd18 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. James Almer

Timing:

StartThu Jun 18 23:19:32 2026
EndThu Jun 18 23:20:08 2026
Elapsed36 secs

All Changes:

:

  1. Change #271728

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 18:46:54
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 62731e05ab6f8b1aaefc33f3400952e88ada04fe

    Comments

    avformat/mov: don't assume a sample to be the last in fragmented input
    Both the seek index and the stream duration are constantly being updated as
    trun boxes are read.
    
    Fixes mpv issue 18149.
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavformat/mov.c
  2. Change #271729

    Category ffmpeg
    Changed by James Almer <jamrialohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 23:17:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision dedb75a810cfe3b0be696d3802c733885d94fd18

    Comments

    avcodec/encode: take into account priming samples in the last packet duration
    The generic code was setting the last packet duration based on the input frame
    while ignoring the fact the encoder may have output an initial padding amount
    of samples in the first (e.g. 481 for mp2, 256 for AC3, etc).
    
    Signed-off-by: James Almer <jamrial@gmail.com>

    Changed files

    • libavcodec/encode.c
    • tests/ref/fate/autorotate
    • tests/ref/fate/ffmpeg-filter_complex_audio
    • tests/ref/fate/generic-tags-remux-asf
    • tests/ref/fate/matroska-encoding-delay
    • tests/ref/lavf/mkv
    • tests/ref/lavf/mkv_attachment