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

Builder ffmpeg64-solaris10-sparc Build #11479

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Nicolas Gaullier

Timing:

StartSun Oct 13 14:08:36 2024
EndSun Oct 13 14:08:56 2024
Elapsed19 secs

All Changes:

:

  1. Change #211500

    Category ffmpeg
    Changed by Nicolas Gaullier <nicolas.gaullierohnoyoudont@cji.paris>
    Changed at Sun 13 Oct 2024 13:54:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision de976eaf30df33e86c58c8c9af9905c1d8441934

    Comments

    avfilter/framesync: fix forward EOF pts
    Note1: when the EOF pts is not accurate enough, the last frame
    can be dropped by vf_fps with default rounding.
    
    Note2: vf_scale use framesync since e82a3997cdd6c0894869b33ba42430ac3,
    so this is a very commonplace scenario.
    
    For example:
    ./ffprobe -f lavfi testsrc=d=1,scale,fps -of flat \
      -count_frames -show_entries stream=nb_read_frames
    
    Before:
    streams.stream.0.nb_read_frames="24"
    
    After:
    streams.stream.0.nb_read_frames="25"
    
    Signed-off-by: Anton Khirnov <anton@khirnov.net>

    Changed files

    • libavfilter/framesync.c