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

Builder ffmpeg-solaris10-sparc Build #11497

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:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 28 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 1 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 ( 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 11497 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Anton Khirnov

Timing:

StartThu Oct 17 11:08:43 2024
EndThu Oct 17 11:09:23 2024
Elapsed40 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