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

Builder ffmpeg-solaris10-sparc Build #12355

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision193938e64033a99e8fa9aaa0337e8bdf87553e34
Got Revision193938e64033a99e8fa9aaa0337e8bdf87553e34
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config.sh' failed ( 4 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 12355 Build
codebase Build
got_revision 193938e64033a99e8fa9aaa0337e8bdf87553e34 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 193938e64033a99e8fa9aaa0337e8bdf87553e34 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:

StartMon Aug 4 06:02:36 2025
EndMon Aug 4 06:02:59 2025
Elapsed23 secs

All Changes:

:

  1. Change #241839

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 04 Aug 2025 05:59:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bc3cc0a6af44adc63caf4e5097fcfebd7a7475b4

    Comments

    avformat/lrcdec: support arbitrary precision timestamp
    Apparently files with milliseconds exist in the wild. And since it cost
    nothing to support arbitrary number of digits, extend format to support
    that.
    
    Depending on number of digits, the time base of fractional part is
    changing. Most LRCs use 2 digits and centiseconds base, but subs with 3
    digits and miliseconds exist too.
    
    Set internal time base to AV_TIME_BASE, which in parcitice allows to
    hold microseconds with 6 digits. Totally artificial, but who knows maybe
    someone wants that.
    
    Fixes: #11677
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavformat/lrcdec.c
  2. Change #241840

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 04 Aug 2025 05:59:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a29aeee37e5679dcebf0d113667e686b71a0095b

    Comments

    tests/fate/subtitles: add test for LRC with milliseconds timestamp
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • tests/fate/subtitles.mak
    • tests/ref/fate/sub-lrc-ms-remux
  3. Change #241841

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 04 Aug 2025 05:59:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 670c1b9266edd900e833edbc1384feee4005bf44

    Comments

    avformat/lrcenc: add precision option
    Allows to output LRC with more precision than standard centiseconds.
    Time base is determined by number of requested digits.
    
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • doc/encoders.texi
    • libavformat/lrcenc.c
  4. Change #241842

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Mon 04 Aug 2025 05:59:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 193938e64033a99e8fa9aaa0337e8bdf87553e34

    Comments

    tests/fate/subtitles: add test for LRC with ms -> ms conversion
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • tests/fate/subtitles.mak
    • tests/ref/fate/sub-lrc-ms-ms-remux