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

Builder ffmpeg64-solaris10-sparc Build #12644

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision08eda0596779b94e802cbeb6cd7f1b3b8c48873f
Got Revision08eda0596779b94e802cbeb6cd7f1b3b8c48873f
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 14 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 12644 Build
codebase Build
got_revision 08eda0596779b94e802cbeb6cd7f1b3b8c48873f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 08eda0596779b94e802cbeb6cd7f1b3b8c48873f 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. Niklas Haas

Timing:

StartTue Nov 4 13:47:44 2025
EndTue Nov 4 13:48:12 2025
Elapsed27 secs

All Changes:

:

  1. Change #247575

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Tue 04 Nov 2025 13:38:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 49452967e74f2fa6187b18930c5f942b72587bdc

    Comments

    avfilter/vf_libplacebo: don't override existing rotation attribute
    This is a regression introduced by the addition of the rotation option,
    which overrode the existing rotation attribute that may have been set to
    the image.
    
    To fix it, add the rotation istead of setting it - however we have to do this
    directly when mapping, so as to not add it multiple times.
    
    Fixes: 4f623b4c59c3c838f588e9def7b59dcc26dee7b9

    Changed files

    • libavfilter/vf_libplacebo.c
  2. Change #247576

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Tue 04 Nov 2025 13:38:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 08eda0596779b94e802cbeb6cd7f1b3b8c48873f

    Comments

    avfilter/vf_libplacebo: make rotation check more robust
    This currently does not make any difference, but it makes the check
    more robust against possible future changes to the rotation parameter.

    Changed files

    • libavfilter/vf_libplacebo.c