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

Builder ffmpegsos-solaris10-i386 Build #14180

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:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 9 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_sos.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/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14180 Build
codebase Build
got_revision b5ef72c16b697bb22b6ec979f58a1af0cc03b140 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision b5ef72c16b697bb22b6ec979f58a1af0cc03b140 Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bogdan Lisman

Timing:

StartThu Jun 25 18:46:39 2026
EndThu Jun 25 18:46:55 2026
Elapsed16 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