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

Builder ffmpeg-solaris10-i386 Build #11628

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 22 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 ( 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11628 Build
codebase Build
got_revision 242ee7b0a23fdd116869c0556001f67102d6b049 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 242ee7b0a23fdd116869c0556001f67102d6b049 Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Anton Khirnov

Timing:

StartThu Oct 17 11:08:44 2024
EndThu Oct 17 11:09:14 2024
Elapsed30 secs

All Changes:

:

  1. Change #211932

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Thu 17 Oct 2024 10:52:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ad50254ee1bccfdb67e4d8443c6c11712f0da755

    Comments

    fftools/ffmpeg_demux: use proper logging contexts everywhere

    Changed files

    • fftools/ffmpeg_demux.c
  2. Change #211933

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Thu 17 Oct 2024 10:56:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e79ac9312f02292566f116f656ae67948a9c5d81

    Comments

    fftools/ffmpeg_filter: use proper logging contexts

    Changed files

    • fftools/ffmpeg_filter.c
  3. Change #211934

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Thu 17 Oct 2024 10:56:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6d6bd86f2b977b415fb46bd9232290499edbb167

    Comments

    fftools/opt_common: stop accessing a private field
    Stops printing the 'C' flag in -filters output, but it carries no
    actionable information anyway.

    Changed files

    • fftools/opt_common.c
  4. Change #211935

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Thu 17 Oct 2024 10:57:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 242ee7b0a23fdd116869c0556001f67102d6b049

    Comments

    fftools/ffmpeg_sched: be smarter about flushing the pre-muxing queues
    These per-stream FIFOs hold the packets before every stream is
    initialized and the header can be written. Once that happens, current
    code will flush each stream's queue one after the other. However, in
    case we buffered a lot of data for multiple streams, this may cause the
    muxer to overflow max_interleave_delta, resulting in worse interleaving
    than necessary.
    
    Change the code to interleave packets from all the queues by DTS.

    Changed files

    • fftools/ffmpeg_sched.c