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

Builder ffmpeg64-solaris10-sparc Build #13960

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 3 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 13960 Build
codebase Build
got_revision 80a4f96c7d6bd08da08d2f32e7cbaf7763838b2a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 80a4f96c7d6bd08da08d2f32e7cbaf7763838b2a 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. Stefan Breunig

Timing:

StartTue Jun 23 02:14:22 2026
EndTue Jun 23 02:14:44 2026
Elapsed21 secs

All Changes:

:

  1. Change #272160

    Category ffmpeg
    Changed by Stefan Breunig <stefan-ffmpeg-develohnoyoudont@breunig.xyz>
    Changed at Tue 23 Jun 2026 02:04:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ea3d417d90e6a8de408701aeb57aad63d5cd70f5

    Comments

    avformat/hlsplaylist: fix byte offsets for single_file+iframes_only
    fix ticket: 8636
    
    video_keyframe_size and video_keyframe_pos tracked the end of the
    previous P/B frame. In the case of I-frame only videos, this would
    result in byteoffsets always being 0@0 in the case of fmp4. For
    mpegts, the size would be correct but the pos still always be @0.
    
    Since size and pos already correctly track the start of a segment,
    we can re-use them even in I-frame only mode.

    Changed files

    • libavformat/dashenc.c
    • libavformat/hlsenc.c
    • libavformat/hlsplaylist.c
    • libavformat/hlsplaylist.h
  2. Change #272161

    Category ffmpeg
    Changed by Stefan Breunig <stefan-ffmpeg-develohnoyoudont@breunig.xyz>
    Changed at Tue 23 Jun 2026 02:04:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision de4cfe98b64b9edaefe2e7ab9f551d13428f1fbb

    Comments

    avformat/hlsenc: clean up unused keyframe tracking variables

    Changed files

    • libavformat/hlsenc.c
  3. Change #272162

    Category ffmpeg
    Changed by Stefan Breunig <stefan-ffmpeg-develohnoyoudont@breunig.xyz>
    Changed at Tue 23 Jun 2026 02:04:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 80a4f96c7d6bd08da08d2f32e7cbaf7763838b2a

    Comments

    fate/hls: add byterange tests for iframe_only+single_file playlists

    Changed files

    • tests/fate/hlsenc.mak
    • tests/ref/fate/hls-iframes-single-fmp4
    • tests/ref/fate/hls-iframes-single-mpegts