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

Builder ffmpegsos-solaris10-sparc Build #11930

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 44 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 ( 24 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 3 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 1 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 11930 Build
codebase Build
got_revision f67ca10f2e1e0c7aa53de12ebcc2c17ed63240a2 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f67ca10f2e1e0c7aa53de12ebcc2c17ed63240a2 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Niklas Haas

Timing:

StartTue Jun 24 12:46:30 2025
EndTue Jun 24 12:47:45 2025
Elapsed1 mins, 15 secs

All Changes:

:

  1. Change #237653

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Tue 24 Jun 2025 12:12:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f67ca10f2e1e0c7aa53de12ebcc2c17ed63240a2

    Comments

    avfilter/f_ebur128: properly propagate true peak
    After 3b26b782ee, `ebur128->true_peak` was only set to the maximum of the
    current "true peak per frame" values, when it should report the true peak for
    the entire stream.
    
    Fixes: 3b26b782eeded9b9ab7fac013cd1a83a30d68206

    Changed files

    • libavfilter/f_ebur128.c