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

Builder ffmpeg64-solaris10-sparc Build #13987

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 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 ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 28 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 ( 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/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13987 Build
codebase Build
got_revision b5ef72c16b697bb22b6ec979f58a1af0cc03b140 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b5ef72c16b697bb22b6ec979f58a1af0cc03b140 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. Bogdan Lisman

Timing:

StartThu Jun 25 18:46:32 2026
EndThu Jun 25 18:47:21 2026
Elapsed48 secs

All Changes:

:

  1. Change #272763

    Category ffmpeg
    Changed by Bogdan Lisman <bogdanohnoyoudont@pydevsolutions.com>
    Changed at Thu 25 Jun 2026 18:39:27
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b5ef72c16b697bb22b6ec979f58a1af0cc03b140

    Comments

    tests/fate/filter-video: gate mcdeint testsrc tests on scale filter
    fate-filter-mcdeint-slow and -slow-edge feed testsrc (RGB24 only) into
    mcdeint (YUV420P/YUV444P only), so ffmpeg auto-inserts a scale filter to
    convert the pixel format.  That conversion needs swscale, so both tests
    fail to configure the filter graph under --disable-swscale:
    
        Error configuring filter graph: Invalid argument
        Conversion failed!
    
    Reported by the x86_64-archlinux-gcc-disableswscale FATE slot.  Add
    SCALE_FILTER to their dependency list so they are skipped when the scale
    filter (and thus swscale) is unavailable, matching the existing
    convention for conversion-dependent FATE tests.
    
    Signed-off-by: Bogdan Lisman <bogdan@pydevsolutions.com>

    Changed files

    • tests/fate/filter-video.mak