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

Builder ffmpeg-solaris10-i386 Build #13115

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marton Balint

Timing:

StartWed Jan 21 23:16:44 2026
EndWed Jan 21 23:16:58 2026
Elapsed13 secs

All Changes:

:

  1. Change #256006

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Wed 21 Jan 2026 23:06:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a275ae8d64782e202ef7cfc686555646252a9c64

    Comments

    avfilter: do not overwrite frame aspect ratio with source frame props in histogram and vectorscrope
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/vf_histogram.c
    • libavfilter/vf_vectorscope.c
  2. Change #256007

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Wed 21 Jan 2026 23:06:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0c3afc7e56434a5e4ee16cf277113ddd3eac7cb4

    Comments

    Revert "lavfi: make sure frame SAR matches the link value"
    This reverts commit fcc33ada47e594d6b35b71c4a998af796f56492e.
    
    It breaks playback of files with changing aspect ratio in ffplay, such as [1],
    because the filter chain is initialized with the initial aspect ratio, so any
    change is overwritten.
    
    [1] https://samples.ffmpeg.org/archive/container/mpegts/mpegts+mpeg2video+mp2++aspect.ts

    Changed files

    • libavfilter/avfilter.c