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

Builder ffmpegsos-solaris10-i386 Build #12562

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-i386' 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 ( 11 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 12562 Build
codebase Build
got_revision 1a61db9797f461cbc7dd3400fa77dec4000df24e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1a61db9797f461cbc7dd3400fa77dec4000df24e 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. Zhao Zhili
  2. sfan5

Timing:

StartThu Jul 31 14:12:16 2025
EndThu Jul 31 14:12:36 2025
Elapsed20 secs

All Changes:

:

  1. Change #241453

    Category ffmpeg
    Changed by Zhao Zhili <zhilizhaoohnoyoudont@tencent.com>
    Changed at Thu 31 Jul 2025 13:51:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2a49d05d1a92cd6454b4e6fc026a66b697c77e67

    Comments

    avfilter/vf_vibrance: Update default value of rlum/blum
    Fix #9195
    
    It looks like vf_vibrance.c is similar to
    https://github.com/zachsaw/RenderScripts/blob/master/RenderScripts/ImageProcessingShaders/SweetFX/Vibrance.hlsl
    and
    https://github.com/kevinlekiller/kwin-effect-shaders_shaders/blob/main/Vibrance.frag
    Originall written by Christian Cann Schuldt Jensen ~ CeeJay.dk.
    
    They use same matrix coeff.
    
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavfilter/vf_vibrance.c
  2. Change #241454

    Category ffmpeg
    Changed by sfan5 <sfan5ohnoyoudont@live.de>
    Changed at Thu 31 Jul 2025 13:54:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1a61db9797f461cbc7dd3400fa77dec4000df24e

    Comments

    avformat/file: add missing null check in Android content resolver
    openFileDescriptor() can return null in certain error conditions.
    
    Signed-off-by: sfan5 <sfan5@live.de>
    Reviewed-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>

    Changed files

    • libavformat/file.c