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

Builder ffmpegsos-solaris10-sparc Build #14115

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7e1f63d5dd59d0dabf529eddb9470b99c77534c9
Got Revision7e1f63d5dd59d0dabf529eddb9470b99c77534c9
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 28 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_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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 14115 Build
codebase Build
got_revision 7e1f63d5dd59d0dabf529eddb9470b99c77534c9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7e1f63d5dd59d0dabf529eddb9470b99c77534c9 Build
scheduler schedule-ffmpegsos-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpegsos-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michael Niedermayer

Timing:

StartSat Sep 26 21:34:09 2026
EndSat Sep 26 21:34:46 2026
Elapsed37 secs

All Changes:

:

  1. Change #283306

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 23:15:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b311c9f626db410fcf4571a55c1f7467fff3f0ce

    Comments

    swscale: leave sources 65536 pixels and wider to the bilinear scaler
    Fixes: signed integer overflow: 2147385240 + 131098 cannot be represented in type 'int'
    Fixes: out of array read
    Fixes: p2bTyZBk48yf
    Found-by: DarrenC

    Changed files

    • libswscale/utils.c
  2. Change #283307

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 23:15:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 693065609eadc9403e5cf4bc64614a0a32dd70cd

    Comments

    tests/fate: scale a 300000 pixel wide gradient with the fast bilinear scaler

    Changed files

    • tests/fate/filter-video.mak
    • tests/ref/fate/filter-scale-fast-bilinear-wide-wrap
  3. Change #283308

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 26 Sep 2026 23:15:26
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7e1f63d5dd59d0dabf529eddb9470b99c77534c9

    Comments

    swscale: stretch the MMXEXT fast bilinear positions by 1 instead of 20
    Fixes: out of array read
    Fixes: p2bTyZBk48yf
    Found-by: review of the fix for p2bTyZBk48yf

    Changed files

    • libswscale/utils.c