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

Builder ffmpeg64-solaris10-sparc Build #13608

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 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_64.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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13608 Build
codebase Build
got_revision 3aa5d957d18d971b2680a6a72803e5f617525e87 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3aa5d957d18d971b2680a6a72803e5f617525e87 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Nicolas Dato

Timing:

StartThu Apr 30 03:42:25 2026
EndThu Apr 30 03:42:50 2026
Elapsed24 secs

All Changes:

:

  1. Change #265955

    Category ffmpeg
    Changed by Nicolas Dato <nicolas.datoohnoyoudont@gmail.com>
    Changed at Thu 30 Apr 2026 01:54:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8a8bde6a54e282fe42a9cf9467c4af9c5fe009ab

    Comments

    avformat/dashdec: fix calculation and usage of cur_seq_no, fixing issue 22335
    Functions like calc_cur_seg_no, calc_min_seg_no, and calc_max_seg_no calculated
    the segment number taking into account the first_seq_no.
    However, functions like get_segment_start_time_based_on_timeline and
    calc_cur_seg_no didn't take first_seq_no into account.
    This made dashdec believe that the cur_seq_no was always less than min_seq_no,
    logging 'old fragment' and calling calc_cur_seq_no.
    
    In live dash streams with some startNumber, that call to calc_cur_seq_no after
    the 'old fragment' log made ffmpeg reposition itself 60 seconds before the
    current time whenever the manifest reloaded.
    This made ffmpeg skip segments, specially when the manifest reloaded slower
    than the segments duration, resulting in a new manifest with more than one new
    segment.
    
    Signed-off-by: Nicolas Dato <nicolas.dato@gmail.com>

    Changed files

    • libavformat/dashdec.c
  2. Change #265956

    Category ffmpeg
    Changed by Nicolas Dato <nicolas.datoohnoyoudont@gmail.com>
    Changed at Thu 30 Apr 2026 01:54:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3aa5d957d18d971b2680a6a72803e5f617525e87

    Comments

    avformat/dashdec: fix previous commit where I inadvertently removed the case when calc_next_seg_no_from_timelines returned -1 and move_timelines wasn't called
    Signed-off-by: Nicolas Dato <nicolas.dato@gmail.com>

    Changed files

    • libavformat/dashdec.c