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

Builder ffmpeg64-solaris10-sparc Build #10866

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 32 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 ( 6 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_64.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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 10866 Build
codebase Build
got_revision f8a613d6a86f1f2875cbebc8f1f60cfe39256fd1 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f8a613d6a86f1f2875cbebc8f1f60cfe39256fd1 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. Derek Buitenhuis

Timing:

StartSun May 5 13:02:59 2024
EndSun May 5 13:03:40 2024
Elapsed41 secs

All Changes:

:

  1. Change #196458

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Sun 05 May 2024 12:56:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f8a613d6a86f1f2875cbebc8f1f60cfe39256fd1

    Comments

    fftools/ffprobe: Avoid overflow when calculating DAR
    Both the codecpar's width and height, and the SAR num and den are
    ints, which can overflow. Cast to int64_t, which is what av_reduce
    takes.
    
    Without this, occasionally, display_aspect_ratio can be negative in
    ffprobe's -show_stream output.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • fftools/ffprobe.c