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

Builder ffmpeg-solaris10-sparc Build #12344

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5c95e8e3a6fff002294ce1684d6c349cb51f6673
Got Revision5c95e8e3a6fff002294ce1684d6c349cb51f6673
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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 ( 1 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.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 12344 Build
codebase Build
got_revision 5c95e8e3a6fff002294ce1684d6c349cb51f6673 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5c95e8e3a6fff002294ce1684d6c349cb51f6673 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. Kacper Michajłow

Timing:

StartSun Aug 3 19:32:12 2025
EndSun Aug 3 19:32:35 2025
Elapsed22 secs

All Changes:

:

  1. Change #241743

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Sun 03 Aug 2025 19:27:35
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5c95e8e3a6fff002294ce1684d6c349cb51f6673

    Comments

    avcodec/srtenc: don't produce SRT files with mixed line endings
    Initially, avcodec/srtenc.c was outputting CRLF [1]. Later, a real SRT
    muxer was added [2], which outputs LF. The original srtenc.c was
    converted to use the muxer [3], changing its output to LF, except for
    newline characters within subtitle text.
    
    Fix this to avoid producing SRT files with mixed line endings.
    
    [1] 8e43b6fed905eb30ae941a3968825d88c78d5a12
    [2] 9e63c30daa8bfde52c534027ce984e8cf3f200c3
    [3] 55180b3299c61e5e3d16f1e9ea58dba8b787cc8e
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/srtenc.c
    • tests/ref/fate/ffmpeg-fix_sub_duration_heartbeat
    • tests/ref/fate/sub-subripenc
    • tests/ref/fate/sub-textenc